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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: block;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
main h1 {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
|
|
|
|||
24
index.html
24
index.html
|
|
@ -1,6 +1,6 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/base.css">
|
||||
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="stylesheet" href="css/drag.css">
|
||||
<script src="js/drag.js" defer></script>
|
||||
<title>Camp Interhack 2026</title>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="index.html" class="current">home</a>
|
||||
<a href="poster.html">poster</a>
|
||||
|
|
@ -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>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue