wip: programme

This commit is contained in:
mco-system
2023-04-09 18:40:48 +11:00
parent 75e44fa9fd
commit 25234e9c08
15 changed files with 221 additions and 145 deletions

View File

@@ -1,8 +1,8 @@
<div id="navbar_wrapper">
{% for item in navbar %}
<i class="button tooltip black {{ item.classes }}"
onclick="document.location='{{item.url}}'">
<span class="tooltiptext thin">{{item.name}}</span>
</i>
<i class="button tooltip black {{ item.classes }}"
onclick="document.location='{{item.url}}'">
<span class="tooltiptext thin">{{item.name}}</span>
</i>
{% endfor %}
</div>