add "interhack" secton in footer
with links to main site and wiki
This commit is contained in:
parent
2b51b2b3e9
commit
c48419f3f3
3 changed files with 104 additions and 95 deletions
14
css/base.css
14
css/base.css
|
|
@ -65,3 +65,17 @@ footer a:hover, nav a:hover {
|
||||||
transform: rotate(-2deg);
|
transform: rotate(-2deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
footer {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
footer {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -6,13 +6,6 @@ main {
|
||||||
min-height: 1000px;
|
min-height: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
display: block;
|
|
||||||
text-align: center;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-evenly;
|
|
||||||
}
|
|
||||||
|
|
||||||
main h1 {
|
main h1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
16
index.html
16
index.html
|
|
@ -45,7 +45,6 @@
|
||||||
<span class="draggable">à l'Antenne</span>
|
<span class="draggable">à l'Antenne</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<p class="draggable">Il est venu le temps du Camp Interhack !<br>
|
<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
|
Un grand rassemblement des membres et ami.e.s des hackerspaces de France, pour partager des
|
||||||
|
|
@ -84,19 +83,22 @@
|
||||||
collective.<br>
|
collective.<br>
|
||||||
Seule exigence, respecter toutes les marginalités, originalités, bizarreries et normaleries de
|
Seule exigence, respecter toutes les marginalités, originalités, bizarreries et normaleries de
|
||||||
chacun·es.</p>
|
chacun·es.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div>
|
|
||||||
<h2>Site Web</h2>
|
|
||||||
<a href="https://git.interhacker.space/interhack/2026.camp.public.website">source</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<h2>Association</h2>
|
<h2>Association</h2>
|
||||||
<a href="assets/Camp-Interhack-status.pdf">status</a>
|
<a href="assets/Camp-Interhack-status.pdf">status</a>
|
||||||
</div>
|
</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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue