wip: programme

This commit is contained in:
mco-system
2023-04-09 22:45:28 +11:00
parent 170458b014
commit 4f70139eb8
14 changed files with 71 additions and 1 deletions

View File

@@ -37,6 +37,33 @@
</div>
{% block content %}
{% endblock %}
<div id="#partners">
<a href="https://www.tetalab.org/">
<img src="{{ url_for('static', filename='images/tetalab.png')}}"
alt="Tetalab"
title="Tetalab"
class="logo_partner">
</a>
<a href="https://www.tetaneutral.net/">
<img src="{{ url_for('static', filename='images/tetaneutral.png')}}"
alt="Tetaneutral"
title="Tetaneutral"
class="logo_partner">
</a>
<br>
<a href="https://clutchmag.fr/">
<img src="{{ url_for('static', filename='images/clutch.png')}}"
alt="Clutch"
title="Clutch"
class="logo_partner">
</a>
<a href="https://www.antistatik.store/">
<img src="{{ url_for('static', filename='images/antistatik.png')}}"
alt="Antistatik"
title="Antistatik"
class="logo_partner">
</a>
</div>
</div>
</div>
{% block navbar %}