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

@ -175,3 +175,9 @@ a:hover {
float: right;
margin-left: 0.5em;
}
.logo_partner {
max-width: 250px;
max-height: 250px;
margin: 1em;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

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 %}

View File

@ -20,12 +20,16 @@ src/thsf/static/fonts/PFDinTextCompPro-Thin.ttf
src/thsf/static/fonts/Uni Sans Bold.otf
src/thsf/static/fonts/Uni Sans Book.otf
src/thsf/static/images/affiche_v1.png
src/thsf/static/images/antistatik.png
src/thsf/static/images/bg.png
src/thsf/static/images/clutch.png
src/thsf/static/images/favicon.png
src/thsf/static/images/logo.svg
src/thsf/static/images/pretalx-header.png
src/thsf/static/images/stickers.webp
src/thsf/static/images/sweatshirt.webp
src/thsf/static/images/tetalab.png
src/thsf/static/images/tetaneutral.png
src/thsf/static/images/totebag.webp
src/thsf/static/images/tshirt.webp
src/thsf/templates/base.html

View File

@ -175,3 +175,9 @@ a:hover {
float: right;
margin-left: 0.5em;
}
.logo_partner {
max-width: 250px;
max-height: 250px;
margin: 1em;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

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 %}

View File

@ -1 +1 @@
95888
96619