You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.2 KiB

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link href="style.css" rel="stylesheet" type="text/css">
<title>Site dinformation culturelles et sportives</title>
</head>
<body>
<header>
<nav class="menu">
<ul>
<li><a href="#Accueil">Retour à l'accueil</a></li>
<li><a href="#Apropos">À propos</a></li>
<li><label for="switch"><a>Nos newsletters</a></label></li>
</ul>
</nav>
<h2>Bonjour et bienvenu sur notre site,</h2>
<h3>Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.</h3>
</header>
<input type="checkbox" id="switch" hidden>
<div class="container">
<form id="form-abonnement" method="get" action="">
<h4>S'abonner à </h4>
<span>fermer le formulaire</span>
<hr />
<input type="checkbox" name="sport" id="sport" /><label for="sport">sports et activités sportives</label>
<div class="choix-1">
<input type="radio" id="s_hebdo" name="sport_freq" value="hebdo" /><label for="s_hebdo">Hebdomadaire</label>
<input type="radio" id="s_daily" name="sport_freq" value="daily" /><label for="s_daily">Journalier</label>
</div>
<br />
<input type="checkbox" name="culture" id="culture" /><label for="culture">arts et cultures</label>
<div class="choix-2">
<input type="radio" id="c_hebdo" name="culture_freq" value="hebdo" /><label for="c_hebdo">Hebdomadaire</label>
<input type="radio" id="c_daily" name="culture_freq" value="daily" /><label for="c_daily">Journalier</label>
</div>
<hr />
<input type="text" name="mail" placeholder="votre email" /><button type="submit">Enregistrer mon
abonnement</button>
</form>
</div>
<div id="container-2">
<footer>
<a>© S&C diffusion 2021</a>
<a class="liens" href="https://www.instagram.com/s-et-c">Rejoignez notre communauté</a>
<a class="liens" href="contact@s-et-c.fr">Nous écrire</a>
</footer>
</div>
</body>
</html>