Continue redesigning site

This commit is contained in:
2020-03-02 22:38:03 +00:00
parent 64cd4f03d4
commit 8d6382d3a6
72 changed files with 1154 additions and 4979 deletions

View File

@@ -4,7 +4,6 @@
<link href="/css/mdc-card-list.css" rel="stylesheet">
<link href="/css/home.css" rel="stylesheet">
<script src="/js/home.js"></script>
<script src="/js/jarallax.min.js"></script>
<body>
<!-- cookie notice is included automatically -->
{% include cookie-notice.html %}
@@ -20,10 +19,7 @@
{{ content }}
</div>
</main>
<div class="footer-container">
{% include footer.html %}
</div>
{% include top-scroll-button.html %}
{% include footer.html %}
</div>
</body>
</html>