Remade navigation bar

This commit is contained in:
Kristofers Solo
2023-01-17 23:22:07 +02:00
parent 4feb2383bd
commit 16f7dbd235
9 changed files with 361 additions and 116 deletions

View File

@@ -7,10 +7,14 @@
href="{% static 'main/css/index.css' %}"/>
{% endblock %}
{% block content %}
<div class="center">
<p>At the moment this website is under construction.</p>
<p>
For now you can check out <a href="{% url 'instructions' %}">KARBS</a>.
</p>
</div>
<!-- <div class="center"> -->
<!-- <img src="https://media.giphy.com/media/xTiIzJSKB4l7xTouE8/giphy.gif" -->
<!-- alt="Hello there."> -->
<!-- <h1> -->
<!-- I&#39;m <span class="highlight">Kristofers Solo</span> -->
<!-- </h1> -->
<!-- <h1> -->
<!-- <span id="text-rotate">Jedi</span> -->
<!-- </h1> -->
<!-- </div> -->
{% endblock %}