Ajout de datapaulette

This commit is contained in:
Nono 2025-12-11 17:13:29 +01:00 committed by Nono
parent a38c762d88
commit 99408db356
3 changed files with 8 additions and 4 deletions

BIN
assets/datapaulette.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -16,6 +16,7 @@ main h1 {
} }
main h2 { main h2 {
position: relative;
margin: 4% auto; margin: 4% auto;
text-align: center; text-align: center;
font-size: clamp(2.5em, 5vw, 4em); font-size: clamp(2.5em, 5vw, 4em);
@ -64,7 +65,7 @@ section {
position: relative; position: relative;
} }
#participants { .participants {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View file

@ -90,16 +90,19 @@
<span>Iels y participent</span> <span>Iels y participent</span>
</h3> </h3>
<section id="participants"> <section class="participants">
<a href="https://lqdn.fr"> <a href="https://lqdn.fr">
<img class="logo" src="assets/lqdn.png" alt="La Quadrature Du Net"> <img class="logo" src="assets/lqdn.png" alt="La Quadrature Du Net">
</a> </a>
<a href=""> <a href="https://datapaulette.org/">
<img class="logo" src="assets/datapaulette.jpg" alt="Datapaulette">
</a> </a>
<a href="lebib.org"><img class="logo" src="assets/lebib.png" alt="Le Bib Net"></a> <a href="lebib.org"><img class="logo" src="assets/lebib.png" alt="Le Bib Net"></a>
</section>
<section class="participants">
<a href="https://hackstub.eu/"><img class="logo" src="assets/hackstub.svg" alt="La Hackstub"></a> <a href="https://hackstub.eu/"><img class="logo" src="assets/hackstub.svg" alt="La Hackstub"></a>
<a href="https://fuz.re"><img class="logo" src="assets/fuz.png" alt="Le Fuz"></a> <a href="https://fuz.re"><img class="logo" src="assets/fuz.png" alt="Le Fuz"></a>
</section> </section>
</main> </main>
<footer> <footer>