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.
		
		
		
		
		
			
		
			
				
					
					
						
							66 lines
						
					
					
						
							2.5 KiB
						
					
					
				
			
		
		
	
	
							66 lines
						
					
					
						
							2.5 KiB
						
					
					
				| <!DOCTYPE html>
 | |
| <html lang="fr">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <link rel="stylesheet" href="style.css">
 | |
|     <link rel="stylesheet" href="icon.css">
 | |
|     <title></title>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <nav>
 | |
|         <ul>
 | |
|             <li><a href="#">Retour à l'accueil</a></li>
 | |
|             <li><a href="#">A propos</a></li>
 | |
|             <li><a href="#">Nos newsletter</a></li>
 | |
|         </ul>
 | |
|     </nav>
 | |
|     <h1>Sport et culture</h1>
 | |
|     <p>Bonjour et bienvenu sur notre site,
 | |
|         Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.</p>
 | |
| 
 | |
|     <div id="abonnement">
 | |
|         <label for="open" id="ouvrir">S'abonner à une newsletter</label>
 | |
|     </div>
 | |
| 
 | |
|     <input type="checkbox" name="fermer" id="close" hidden>
 | |
|     <input type="checkbox" name="ouvrir" id="open" hidden checked>
 | |
| 
 | |
|     <div id="modal">
 | |
|         <form method="get">
 | |
|             <h4>S'abonner à <span for="close" class="icon-cross"></span> </h4>
 | |
| 
 | |
|             <hr />
 | |
|             <div>
 | |
|                 <input type="checkbox" name="sport" id="sport" required /><label for="sport">sports et activités
 | |
|                     sportives</label>
 | |
|                 <input type="radio" id="s_hebdo" class="sport_abo" name="sport_freq" value="hebdo" /><label
 | |
|                     for="s_hebdo" class="sport_abo">Hebdomadaire</label>
 | |
|                 <input type="radio" id="s_daily" class="sport_abo" name="sport_freq" value="daily" /><label
 | |
|                     for="s_daily" class="sport_abo">Journalier</label>
 | |
|             </div>
 | |
|             <br />
 | |
|             <div>
 | |
|                 <input type="checkbox" name="culture" id="culture" required /><label for="culture">arts et
 | |
|                     cultures</label>
 | |
|                 <input type="radio" id="c_hebdo" class="culture_abo" name="culture_freq" value="hebdo" /><label
 | |
|                     for="c_hebdo" class="culture_abo">Hebdomadaire</label>
 | |
|                 <input type="radio" id="c_daily" class="culture_abo" name="culture_freq" value="daily" /><label
 | |
|                     for="c_daily" class="culture_abo">Journalier</label>
 | |
|             </div>
 | |
|             <hr />
 | |
|             <input type="text" name="mail" required placeholder="votre email" /><button type="submit">Enregistrer mon
 | |
|                 abonnement</button>
 | |
|         </form>
 | |
|     </div>
 | |
| 
 | |
|     <footer>
 | |
|         <p>rejoigner notre communauté</p>
 | |
|         <a href="https://www.instagram.com/s-et-c">instagram</a>
 | |
|         <a href="mailto:contact@s-et-c.fr">mail</a>
 | |
|         <p>© S&C diffusion 2021</p>
 | |
|     </footer>
 | |
| </body>
 | |
| 
 | |
| </html> |