40 lines
1.4 KiB
HTML
40 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title> Karäfon contact</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="prochains_evenements.html"> Prochains évènements </a></li>
|
|
<li><a href="troupe.html"> Troupe </a></li>
|
|
<li><a href="contact.html"> Contact </a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<div class="corps">
|
|
<div class="centrer">
|
|
<p> Vous pouvez contacter le collectif Karäfon au numéro de téléphone 07 67 27 83 14. </p>
|
|
<a href="https://www.facebook.com/CollectifKarafon"><img src="images/facebook.png" alt="logo facebook" width=8%/></a>
|
|
<a href="https://www.facebook.com/CollectifKarafon"><img src="images/instagram.png" alt="logo instagram" width=8%/></a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html> |