some cleanup, add skeleton of zola based website

This commit is contained in:
2021-11-05 19:44:44 +01:00
parent 31cc63a93b
commit 492f151059
8 changed files with 66 additions and 147 deletions

14
site/templates/index.html Normal file
View File

@@ -0,0 +1,14 @@
{% extends "juice/templates/index.html" %}
{% block hero %}
<div>
<section>
<h1 class="text-center heading-text">A WebAssembly based sizecoding platform</h1>
</section>
<a href="v0.1pre1">
<div class="demonstration-gif" style="width:640px;height:512px;background-color:black"></div>
</a>
</div>
{% endblock hero %}
{% block footer %}
{% endblock footer %}