|
|
<!DOCTYPE html>
|
|
|
<html lang="fr">
|
|
|
|
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
<title>Site d’information culturelles et sportives</title>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<header>
|
|
|
<nav>
|
|
|
<ul>
|
|
|
<li><a href="index.html">Accueil</a></li>
|
|
|
<li><a href="#">à propos</a></li>
|
|
|
<li><a href="#">nos newsletters</a></li>
|
|
|
<li><a href="about.asp">About</a></li>
|
|
|
</ul>
|
|
|
</nav>
|
|
|
</header>
|
|
|
<h1>Bonjour et bienvenu sur notre site</h1>
|
|
|
<p>Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.</p>
|
|
|
<main class="container">
|
|
|
|
|
|
<form class="form" method="get">
|
|
|
<h4>S'abonner à </h4>
|
|
|
<i class="icon-cross"></i>
|
|
|
<span>fermer le formulaire</span>
|
|
|
<hr />
|
|
|
|
|
|
<input type="checkbox" name="sport" id="sport" /><label for="sport">sports et activités
|
|
|
sportives</label>
|
|
|
<div>
|
|
|
<input class="expandable" type="radio" id="s_hebdo" name="sport_freq" value="hebdo" /><label
|
|
|
class="expandable" for="s_hebdo">Hebdomadaire</label>
|
|
|
<input class="expandable" type="radio" id="s_daily" name="sport_freq" value="daily" /><label
|
|
|
class="expandable" for="s_daily">Journalier</label>
|
|
|
</div>
|
|
|
<br />
|
|
|
|
|
|
<input type="checkbox" name="culture" id="culture" /><label for="culture">arts et cultures</label>
|
|
|
<div>
|
|
|
<input class="expandable" type="radio" id="c_hebdo" name="culture_freq" value="hebdo" /><label
|
|
|
class="expandable" for="c_hebdo">Hebdomadaire</label>
|
|
|
<input class="expandable" type="radio" id="c_daily" name="culture_freq" value="daily" /><label
|
|
|
class="expandable" for="c_daily">Journalier</label>
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div>
|
|
|
<input pattern=".+@globex\.com" type="text" name="mail" placeholder="votre email" /><button type="submit">Enregistrer mon
|
|
|
abonnement</button>
|
|
|
</div>
|
|
|
</form>
|
|
|
</main>
|
|
|
<footer>
|
|
|
<p>© S&C diffusion 2021</p>
|
|
|
<ul>
|
|
|
<li><a href=" https://www.instagram.com/s-et-c">rejoigner notre communauté </a></li>
|
|
|
<li><a href="mailto:contact@s-et-c.fr">nous écrire</a></li>
|
|
|
</ul>
|
|
|
</footer>
|
|
|
</body>
|
|
|
|
|
|
</html> |