60 lines
2.2 KiB
HTML
60 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr" xmlns="http://www.w3.org/1999/html">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Karäfon - Festival itinérant</title>
|
|
<link rel="stylesheet" href="karafon_style.css"/>
|
|
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpeg"/>
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<div class="titre">
|
|
<img src="images/logo_citi.png" alt="logo de l'association" id="citi"/>
|
|
<img src="images/logo.jpeg" alt="logo de l'association" id="logo"/>
|
|
|
|
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
|
<h2 id="festival_itinerant">Festival itinérant</h2>
|
|
<ul>
|
|
<li><a href="index.html">Accueil</a></li>
|
|
<li><a href="presentation.html">Présentation</a></li>
|
|
<li><a href="troupe.html">Troupe</a></li>
|
|
<li><a href="contact.html">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="corps">
|
|
<h2 class="titre-accueil">🎪 C'est la rentrée des Chapitö!!</h2>
|
|
<p class="soustitre">
|
|
Retrouvez-nous le <strong>12</strong> et <strong>13 septembre 2025</strong><br/>
|
|
</p>
|
|
</main>
|
|
|
|
<div class="jour-container">
|
|
<div id="premier-jour">
|
|
<p class="titre-accueil"><strong><br/>AU PROGRAME :<br/></strong></p>
|
|
<p class="soustitre"><br/>Des concerts</p>
|
|
<p class="soustitre">Des jeux en bois faits avec amour</p>
|
|
<p class="soustitre">De la nouriture délicieuse </p>
|
|
<p class="soustitre">Une buvette locale </p>
|
|
<p class="soustitre">Et de superbes spectacles !</p>
|
|
<p class="soustitre"><br/>Samedi dés 18h et Dimanche dés 16h !<br/></p>
|
|
</div>
|
|
<img src="images/affiche_rentree_des_chap_V_10_finale_-_affiche_-_RVB_pour_internet.jpg" alt="Affiche jour 1" class="image-jour" />
|
|
</div>
|
|
|
|
<p id="on_attend"><strong>On attend plus que vous !</strong></p>
|
|
|
|
<footer>
|
|
<div class="footer-content">
|
|
<p>Vous pouvez contacter le collectif Karäfon par téléphone au <strong>07 67 27 83 14</strong> ou par mail : <strong>collectifkarafon@protonmail.com</strong></p>
|
|
<a href="https://www.facebook.com/CollectifKarafon" target="_blank">
|
|
<img src="images/facebook.png" alt="logo facebook" class="facebook-icon"/>
|
|
</a>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|