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.
95 lines
2.7 KiB
95 lines
2.7 KiB
<!IDOCTYPE html>
|
|
<html lang="eng">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Page de contact</title>
|
|
<link type="text/css" href="lecss.css" rel="stylesheet" media="all" />
|
|
<link type="text/css" href="../CSS/Menu.css" rel="stylesheet" media="all" />
|
|
<style></style>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<nav class="MenuN">
|
|
<a href="../ACCUEIL/accueil AA" title="///">ACCUEIL</a>
|
|
<a href="../CURSUS/Cursus scolaire" title="///">CURSUS</a>
|
|
<a href="../PLANNING/Planning" title="///">PLANNING</a>
|
|
<a href="../CONTACT/Contact" title="///">CONTACT</a>
|
|
<a href="../PASSION/PageImage" title="///">PASSION</a>
|
|
|
|
</nav>
|
|
|
|
<nav class="MenuS">
|
|
|
|
<div class="Social">
|
|
<a href="https://fr.wikipedia.org/wiki/Facebook" title="'Page Facebook'"><img src="../SOCIAL/Facebook.png" alt="Je n'ai pas de réseau social"></a>
|
|
</div>
|
|
|
|
<div class="Social">
|
|
<a href="https://fr.wikipedia.org/wiki/Twitter" title="Page X/Twitter"><img src="../SOCIAL/X.png" alt="Je n'ai pas de réseau social"></a>
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<div class="blanc"></div>
|
|
<h1>Formulaire</h1></header>
|
|
|
|
<section>
|
|
<form action="contact.php" method="POST">
|
|
<div>
|
|
<label for="Nom">Nom</label>
|
|
<input type="text" name="Nom" id="iNom" required/>
|
|
</div>
|
|
<div>
|
|
<label for="Email">Email</label>
|
|
<input type="email" name="Email" id="iEmail" required/>
|
|
</div>
|
|
<div>
|
|
<label for="Tel">Numéro de téléphone</label>
|
|
<input type="tel" name="Tel" id="iTel"/>
|
|
</div>
|
|
<div>
|
|
<label for="Motif">Motif</label>
|
|
<select name="Motif" id="iMotif">
|
|
<option value="" hidden selected disabled>Choisissez un motif</option>
|
|
<option value="Rencontre">Je souhaite vous rencontrer</option>
|
|
<option value="Collaboration">Je souhaite collaborer</option>
|
|
<option value="Aide">Je souhaite demander de l'aide</option>
|
|
|
|
<option value="Autre">Autre...</option>
|
|
</select>
|
|
</div>
|
|
<div>
|
|
<label for="Creneau">Créneau horaire (jour+horaire)</label>
|
|
<input type="datetime-local" name="Creneau" id)"iCreneau"/>
|
|
</div>
|
|
<div>
|
|
<span>Première demande de contact?</span>
|
|
<span>Oui</span>
|
|
<input type="radio" name="Pdemande" id="iPdemande" value="YES" checked/>
|
|
<span>Non</span>
|
|
<input type="radio" name="Pdemande" id="iPdemande" value="NO"/>
|
|
</div>
|
|
<div>
|
|
<label for="Message">Votre message</label>
|
|
<textarea name="Message" id="iMessage" rows="20" cols="100" placeholder="Écrivez ici votre message" required></textarea>
|
|
</div>
|
|
<div>
|
|
<input type="submit" value="send"/>
|
|
</div>
|
|
<div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
</section>
|
|
|
|
<footer>
|
|
<a href="../ACCUEIL/accueil AA" title="Revenir à la page d'accueil" >Retour à la page d'accueil</a>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|