diff --git a/static/logo-white.svg b/static/logo-white.svg new file mode 100644 index 00000000..00df048b --- /dev/null +++ b/static/logo-white.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/logo.svg b/static/logo.svg index d6aaf5cb..13742085 100644 --- a/static/logo.svg +++ b/static/logo.svg @@ -1,16 +1,18 @@ - + - - - - - - - + + + + + + + + + diff --git a/static/style.css b/static/style.css index cdac0ccc..b0c570fb 100644 --- a/static/style.css +++ b/static/style.css @@ -103,4 +103,14 @@ em { color: red; font-style: italic; margin-bottom: 1em; +} + +.footer-item { + padding-left: 0 !important; + font-size: 14px; +} + +.footer-list-group { + list-style: none; + padding-left: 0; } \ No newline at end of file diff --git a/templates/default.html b/templates/default.html index 22981826..1bf6b60f 100644 --- a/templates/default.html +++ b/templates/default.html @@ -5,7 +5,7 @@ {% include "header.html" %} - + {% block default_content %} {% endblock %} diff --git a/templates/footer.html b/templates/footer.html index 1529659f..dd039f94 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,62 +1,166 @@ -