wip: programme

This commit is contained in:
mco-system
2023-04-09 17:29:44 +11:00
parent b27a73e95c
commit 75e44fa9fd
19 changed files with 319 additions and 327 deletions

View File

@@ -1,9 +1,8 @@
<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 class="button tooltip black {{ item.classes }}"
onclick="document.location='{{item.url}}'">
<span class="tooltiptext thin">{{item.name}}</span>
</i>
{% endfor %}
</div>