Compare commits
No commits in common. "e3d4f03943b2da722c4170d6c5e2b336960e0c71" and "9b56967ff363fd3abe5b6b5f09857edc1b5580f8" have entirely different histories.
e3d4f03943
...
9b56967ff3
5 changed files with 0 additions and 102 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html">maison</a>
|
<a href="index.html">maison</a>
|
||||||
<a href="guide.html">guide</a>
|
<a href="guide.html">guide</a>
|
||||||
<a href="programme.html">programme</a>
|
|
||||||
<a href="poster.html">poster</a>
|
<a href="poster.html">poster</a>
|
||||||
<a href="contact.html" class="current">contact</a>
|
<a href="contact.html" class="current">contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ BISOUS
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html">maison</a>
|
<a href="index.html">maison</a>
|
||||||
<a href="guide.html" class="current">guide</a>
|
<a href="guide.html" class="current">guide</a>
|
||||||
<a href="programme.html">programme</a>
|
|
||||||
<a href="poster.html">poster</a>
|
<a href="poster.html">poster</a>
|
||||||
<a href="contact.html">contact</a>
|
<a href="contact.html">contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html" class="current">maison</a>
|
<a href="index.html" class="current">maison</a>
|
||||||
<a href="guide.html">guide</a>
|
<a href="guide.html">guide</a>
|
||||||
<a href="programme.html">programme</a>
|
|
||||||
<a href="poster.html">poster</a>
|
<a href="poster.html">poster</a>
|
||||||
<a href="contact.html">contact</a>
|
<a href="contact.html">contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html">maison</a>
|
<a href="index.html">maison</a>
|
||||||
<a href="guide.html">guide</a>
|
<a href="guide.html">guide</a>
|
||||||
<a href="programme.html">programme</a>
|
|
||||||
<a href="poster.html" class="current">poster</a>
|
<a href="poster.html" class="current">poster</a>
|
||||||
<a href="contact.html">contact</a>
|
<a href="contact.html">contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -1,98 +0,0 @@
|
||||||
<!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>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue