wip: programme

This commit is contained in:
mco-system 2023-04-10 10:50:02 +11:00
parent 6b352135cf
commit 7d9586a6f2
2 changed files with 44 additions and 25 deletions

View File

@ -43,3 +43,19 @@
text-align:justify; text-align:justify;
text-justify: inter-word; text-justify: inter-word;
} }
.partners {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.subpartners {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
}

View File

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