Created static site generator for the NLIB website (S3 hosted).

This commit is contained in:
Jonathan Bernard
2017-02-13 17:49:39 -06:00
parent f2c4d37496
commit f0072c1c2f
10 changed files with 112 additions and 635 deletions

View File

@ -39,24 +39,19 @@ a:hover { color: orange; }
font-size: x-large;
}
#content h1 { font-size: x-large; }
#content h2 { font-size: large; }
#content h3 { font-size: medium; }
#content h1 { font-size: xx-large; }
#content h2 { font-size: x-large; }
#content h3 { font-size: large; }
#content h4 { font-size: medium; }
#content h4 {
#content h5 {
font-size: medium;
font-weight: normal;
text-decoration: underline;
}
#content h5 {
font-size: medium;
font-weight: normal;
font-style: italic;
}
#content h6 {
font-size: small;
font-size: medium;
font-weight: normal;
font-variant: small-caps;
}