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.

48 lines
2.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="icon-style.css">
<link rel="stylesheet" href="main-style.css">
<link rel="stylesheet" href="desktop.css" media="screen and (min-width: 480px)">
<title></title>
</head>
<body>
<nav class="main-navigation">
<input id="menu-checkbox" type="checkbox" class="menu-checkbox" hidden/>
<label for="menu-checkbox" class="menu-toggle">≡ Menu</label>
<ul class="menu">
<li><a href="">Retour à laccueil</a></li>
<li><a href="">À propos</a></li>
<li><label for="form-checkbox" class="show-form">Nos newsletters</label></li>
</ul>
</nav>
<main>
<h1>Site dinformation culturelles et sportives</h1>
<p>Bonjour et bienvenue sur notre site,<br>
Depuis cette page nous vous invitons à choisir les abonnements aux newsletters qui vous conviennent.</p>
<input id="form-checkbox" type="checkbox" hidden checked >
<div class="div-form">
<form id="form" method="get">
<label for="form-checkbox" id="croix"><i class="icon-cross"></i></label>
<h4>S'abonner à </h4>
<hr/>
<input type="checkbox" name="sport" id="sport" /><label for="sport" >sports et activités sportives</label>
<input type="radio" class="s_hebdo" name="sport_freq" value="hebdo"/><label class="s_hebdo" for="s_hebdo">Hebdomadaire</label>
<input type="radio" class="s_daily" name="sport_freq" value="daily" required /><label class="s_daily" for="s_daily">Journalier</label>
<br/>
<input type="checkbox" name="culture" class="culture_checkbox" /><label for="culture">arts et cultures</label>
<input type="radio" class="c_hebdo" name="culture_freq" value="hebdo" /><label class="c_hebdo" for="c_hebdo">Hebdomadaire</label>
<input type="radio" class="c_daily" name="culture_freq" value="daily" required /><label class="c_daily" for="c_daily">Journalier</label>
<hr/>
<input type="text" name="mail" placeholder="votre email" required/><button type="submit">Enregistrer mon abonnement</button>
</form>
</div>
</main>
</body>
<footer>
<div id="foot">
<span> © S&C diffusion 2021 </span> <a href="mailto:contact@s-et-c.fr">Nous écrire</a> <a target="_blank" href="https://www.instagram.com/s-et-c">Rejoigner notre communauté</a>
</div>
</footer>
</html>