Ajout d'une page pour le programme avec lien vers le pretalx
All checks were successful
/ build (push) Successful in 3m14s
All checks were successful
/ build (push) Successful in 3m14s
This commit is contained in:
parent
9b56967ff3
commit
03e88bcbb3
5 changed files with 102 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
<nav>
|
||||
<a href="index.html">maison</a>
|
||||
<a href="guide.html">guide</a>
|
||||
<a href="programme.html">programme</a>
|
||||
<a href="poster.html">poster</a>
|
||||
<a href="contact.html" class="current">contact</a>
|
||||
</nav>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ BISOUS
|
|||
<nav>
|
||||
<a href="index.html">maison</a>
|
||||
<a href="guide.html" class="current">guide</a>
|
||||
<a href="programme.html">programme</a>
|
||||
<a href="poster.html">poster</a>
|
||||
<a href="contact.html">contact</a>
|
||||
</nav>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
<nav>
|
||||
<a href="index.html" class="current">maison</a>
|
||||
<a href="guide.html">guide</a>
|
||||
<a href="programme.html">programme</a>
|
||||
<a href="poster.html">poster</a>
|
||||
<a href="contact.html">contact</a>
|
||||
</nav>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
<nav>
|
||||
<a href="index.html">maison</a>
|
||||
<a href="guide.html">guide</a>
|
||||
<a href="programme.html">programme</a>
|
||||
<a href="poster.html" class="current">poster</a>
|
||||
<a href="contact.html">contact</a>
|
||||
</nav>
|
||||
|
|
|
|||
98
programme.html
Normal file
98
programme.html
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
<!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