generated from Templates_CodeFirst/templateHtmlCss
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.
96 lines
3.8 KiB
96 lines
3.8 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>accueil</title>
|
|
<link rel="stylesheet" href="site.css">
|
|
</head>
|
|
<body>
|
|
<header class="bandeau">
|
|
<div class="photo_titre_bandeau">
|
|
<img src="image/user_arpoulain.jpeg" alt="photo" class="image_accueil">
|
|
<h1 style="margin-left: 10px; margin-top: 40px; margin-right : 10px; text-decoration: underline;">
|
|
<a href="index.html">Poulain <br> Arsène </a>
|
|
</h1>
|
|
</div>
|
|
<nav id="bouttons_liens_nav">
|
|
<a href="Cursus.html" style="color:red">
|
|
<div class="bouttons_liens"> <strong> Scolaire </strong>
|
|
</div>
|
|
</a>
|
|
<a href="Planning.html" style="color:red">
|
|
<div class="bouttons_liens"><strong>Extra-Scolaire</strong>
|
|
</div>
|
|
</a>
|
|
<a href="Médias/Médias.html" style="color:red">
|
|
<div class="bouttons_liens"><strong>Médias</strong>
|
|
</div>
|
|
</a>
|
|
<a href="contact.html" style="color:red">
|
|
<div class="bouttons_liens"><strong>Contact</strong>
|
|
</div>
|
|
</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<div>
|
|
<h1>Contact</h1>
|
|
</div>
|
|
<div>
|
|
<form method="POST" action="contact.php">
|
|
<div>
|
|
<label for="nomVisiteur">Nom</label>
|
|
<input type="text" name="nomVisiteur" id="nomVisiteur" required/>
|
|
</div>
|
|
<div>
|
|
<label for="MailVisiteur">Mail</label>
|
|
<input type="email" name="MailVisiteur" id="MailVisiteur" required/>
|
|
</div>
|
|
<div>
|
|
<label for="TelVisiteur">Tel</label>
|
|
<input type="tel" name="TelVisiteur" id="TelVisiteur"/>
|
|
</div>
|
|
<div>
|
|
<label for="Motif">Motif de contact</label>
|
|
<select name="Motif" id="Motif">
|
|
<option value="Recrutement">Recrutement</option>
|
|
<option value="Renseignement">Renseignement</option>
|
|
<option value="Autre">Autre</option>
|
|
<option value="Non Précisé" selected>Non précisé</option>
|
|
</select>
|
|
</div>
|
|
<div>
|
|
<label for="Date">Date de Rencontre</label>
|
|
<input type="datetime-local" name="Date" id="Date"/>
|
|
</div>
|
|
<div>
|
|
<label for="Demande">1ère demande ?</label>
|
|
<input type="Radio" name="Demande" id="Demande"/>
|
|
<label for="DemandeNn">Non</label>
|
|
<input type="Radio" name="DemandeNn" id="DemandeNn"/>
|
|
</div>
|
|
<div>
|
|
<label for="TexteVisiteur">Zone de texte visiteur</label>
|
|
<input type="textarea" name="TexteVisiteur" id="TexteVisiteur" required/>
|
|
</div>
|
|
<div>
|
|
<label for="Submit">Soumettre</label>
|
|
<input type="Submit" name="Submit" id="Submit"/>
|
|
<label for="Reset">Réinitialiser</label>
|
|
<input type="Reset" name="Reset" id="Reset"/>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<br>
|
|
<div>
|
|
<a href="index.html" > Revenir à la page d'accueil. </a>
|
|
</div>
|
|
|
|
<footer class="basPage">
|
|
<p>
|
|
Poulain Arsène, 1ère année, G5 | 6 Septembre 2024
|
|
</p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |