add "interhack" secton in footer

with links to main site and wiki
This commit is contained in:
vincent-peugnet 2025-11-24 18:10:11 +01:00
parent 2b51b2b3e9
commit c48419f3f3
3 changed files with 104 additions and 95 deletions

View file

@ -65,3 +65,17 @@ footer a:hover, nav a:hover {
transform: rotate(-2deg);
}
footer {
display: block;
text-align: center;
display: flex;
justify-content: space-evenly;
}
@media (max-width: 600px) {
footer {
flex-direction: column;
}
}

View file

@ -6,13 +6,6 @@ main {
min-height: 1000px;
}
footer {
display: block;
text-align: center;
display: flex;
justify-content: space-evenly;
}
main h1 {
position: relative;
text-align: center;

View file

@ -45,7 +45,6 @@
<span class="draggable">à l'Antenne</span>
</h2>
<section>
<p class="draggable">Il est venu le temps du Camp Interhack !<br>
Un grand rassemblement des membres et ami.e.s des hackerspaces de France, pour partager des
@ -84,19 +83,22 @@
collective.<br>
Seule exigence, respecter toutes les marginalités, originalités, bizarreries et normaleries de
chacun·es.</p>
</section>
</main>
<footer>
<div>
<h2>Site Web</h2>
<a href="https://git.interhacker.space/interhack/2026.camp.public.website">source</a>
</div>
<div>
<h2>Association</h2>
<a href="assets/Camp-Interhack-status.pdf">status</a>
</div>
<div>
<h2>Interhack</h2>
<a href="https://interhacker.space">accueil</a>
<a href="https://wiki.interhacker.space">wiki</a>
</div>
<div>
<h2>Site Web</h2>
<a href="https://git.interhacker.space/interhack/2026.camp.public.website">source</a>
</div>
</footer>
</body>
</html>