wip: programme

This commit is contained in:
mco-system
2023-04-09 13:38:07 +11:00
parent 33a1cc2e7f
commit fb14588521
15 changed files with 256 additions and 251 deletions

View File

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