98 lines
3.3 KiB
HTML
98 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="css/base.css">
|
|
<link rel="stylesheet" href="css/home.css">
|
|
<link rel="stylesheet" href="css/drag.css">
|
|
<script src="js/drag.js" defer></script>
|
|
<script src="js/progress.js" defer></script>
|
|
<script src="js/pop.js" defer></script>
|
|
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">
|
|
<title>Camp Interhack</title>
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<a href="index.html">maison</a>
|
|
<a href="guide.html">guide</a>
|
|
<a href="programme.html" class="current">programme</a>
|
|
<a href="poster.html">poster</a>
|
|
<a href="contact.html">contact</a>
|
|
</nav>
|
|
<main>
|
|
|
|
<img class="draggable randomStart" aria-hidden="true" src="assets/stickers/ecran.png" alt="">
|
|
<img class="draggable randomStart" aria-hidden="true" src="assets/stickers/ferasouder.png" alt="">
|
|
<img class="draggable randomStart" aria-hidden="true" src="assets/stickers/machineacoudre.png" alt="">
|
|
<img class="draggable randomStart" aria-hidden="true" src="assets/stickers/tracteur.png" alt="">
|
|
|
|
<img class="draggable randomStart" aria-hidden="true" src="assets/stickers/ecran.png" alt="">
|
|
<img class="draggable randomStart" aria-hidden="true" src="assets/stickers/ferasouder.png" alt="">
|
|
<img class="draggable randomStart" aria-hidden="true" src="assets/stickers/machineacoudre.png" alt="">
|
|
<img class="draggable randomStart" aria-hidden="true" src="assets/stickers/tracteur.png" alt="">
|
|
|
|
<h1>
|
|
<span id="camp" class="draggable">camp</span>
|
|
<br>
|
|
<span id="interhack" class="draggable">interhack</span>
|
|
</h1>
|
|
|
|
<h2>
|
|
<span class="draggable">Le Programme</span>
|
|
</h2>
|
|
|
|
<section>
|
|
<h3>Demandez le programme !</h3>
|
|
<p class="draggable">
|
|
Vous pouvez voir le programme sur le Pretalx.
|
|
</p>
|
|
|
|
|
|
<p>
|
|
<h3>
|
|
<a class="btn-nice" href="https://pretalx.lebib.org/camp-interhack-2026-2025/talk/">Le Programme</a>
|
|
</h3>
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Soyez le programme !</h3>
|
|
<p>Vous pouvez proposer ce que vous souhaitez pendant le Camp Interhack ! Que ce soit un atelier, une conférence, une rencontre ou une oeuvre d'art, toute proposition est bonne à entendre.</p>
|
|
|
|
<p>
|
|
<h3>
|
|
<a class="btn-nice" href="https://pretalx.lebib.org/camp-interhack-2026-2025/cfp">Ajouter une proposition</a>
|
|
</h3>
|
|
</p>
|
|
|
|
<p>Si jamais ce n'ai pas encore fait, n'oubliez pas de vous <a href="index.html">inscrire.</a></p>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Réalisez le programme !</h3>
|
|
<p>Vous pouvez nous aider à préparer le programme en analysant les propositions, ajuster l'agenda, contacter les intervenant·es et bien d'autre encore, en rejoignant la commission <a href="https://matrix.to/#/#programme:laquadrature.net">[m] Programme et éditorialisation</a> </p>
|
|
</section>
|
|
|
|
</main>
|
|
<footer>
|
|
<div>
|
|
<h2>Association</h2>
|
|
<a href="assets/Camp-Interhack_Statuts.pdf">statuts</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>
|