beta #4
@ -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;
|
||||||
|
}
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user