Hello world
This is the first post. This helps to make sure everything on the website works as expected, specially the CSS styles and the JS scrips.
And so it begins
Code Blocks
Testing code blocks rendering in several programming languages:
Hello World in C
#include <stdio.h>
int main()
{
printf("Hello World")
return 0;
}
Block with a lot of code:
body {
background-color: #222e31;
font-family: Futura, Arial, 'Liberation Sans', FreeSans, sans-serif;
font-size: 120%;
margin: auto;
max-width: 1000px;
}
#container
{
background-color: #c4d4c2;
color: #222e31;
}
#sketchTitle
{
margin-top: 20px;
}
a:link, a:visited, a:active {
color: #327777;
text-decoration: none;
}
a:hover {
color: #1d9157;
}
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
color: black;
}
a.readmore {
font-weight:bold;
}
/* Header */
header {
margin-bottom: 48px;
text-align: center;
}
header h1 {
font-size: 300%;
margin: 12px;
}
header h2 {
font-size: 110%;
font-style: italic;
margin: 0px;
}
/* Page navigation */
nav {
background-color: #c4d4c2;
font-family: monospace;
font-size: 100%;
font-variant: small-caps;
font-weight: bold;
height: 2em;
line-height: 2em;
width: 100%;
top: 0;
}
nav a:link, nav a:visited, nav a:active, nav a:hover {
color: #222e31;
}
nav ul, nav ol {
line-style: none;
list-style-image: none;
margin: 0;
padding: 0 24px;
}
nav li {
display: inline;
padding: 0 24px;
text-align: center;
width: 100%;
}
li.quicklink {
display: none;
}
/* Content */
div.admonition {
background: #f8f8f8;
}
And it works it folks!
Testing Maths notation
Euler’s product formula for the Riemann Zeta function:
That formula is dark sorcery or something. It is beautiful thought.
Text section
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
Animations Test
This section is a Javascript and canvas test: