wip: programme
@ -175,3 +175,9 @@ a:hover {
|
||||
float: right;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.logo_partner {
|
||||
max-width: 250px;
|
||||
max-height: 250px;
|
||||
margin: 1em;
|
||||
}
|
||||
|
BIN
build/lib/thsf/static/images/antistatik.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
build/lib/thsf/static/images/clutch.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
build/lib/thsf/static/images/tetalab.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/lib/thsf/static/images/tetaneutral.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
@ -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 %}
|
||||
|
@ -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
|
||||
|
@ -175,3 +175,9 @@ a:hover {
|
||||
float: right;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.logo_partner {
|
||||
max-width: 250px;
|
||||
max-height: 250px;
|
||||
margin: 1em;
|
||||
}
|
||||
|
BIN
src/thsf/static/images/antistatik.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
src/thsf/static/images/clutch.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
src/thsf/static/images/tetalab.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
src/thsf/static/images/tetaneutral.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
@ -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 %}
|
||||
|