wip: programme
This commit is contained in:
parent
6b352135cf
commit
7d9586a6f2
@ -43,3 +43,19 @@
|
||||
text-align:justify;
|
||||
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;
|
||||
}
|
||||
|
@ -46,31 +46,34 @@
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
<div class="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 class="subpartners">
|
||||
<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>
|
||||
</div>
|
||||
<div class="subpartners">
|
||||
<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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user