Redesign website

This commit is contained in:
2020-03-02 20:19:40 +00:00
parent d8c1fda74b
commit 64cd4f03d4
40 changed files with 3441 additions and 497 deletions

29
_layouts/home.html Normal file
View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<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 %}
<!-- content of navbar is included via jQuery -->
{% include navbar.html %}
<div class="mdc-drawer-app-content">
{% include top-app-bar.html %}
<main class="main-content" id="main-content">
<div class="mdc-top-app-bar--short-fixed-adjust">
{{ content }}
</div>
</main>
<div class="footer-container">
{% include footer.html %}
</div>
{% include top-scroll-button.html %}
</div>
</body>
</html>