|
|
<!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 à l’accueil</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 d’information 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> |