65 lines
2.4 KiB
HTML
65 lines
2.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="contact.css" />
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width", initial-scame="1"/>
|
|
<title>Contact-FleetZen</title>
|
|
<html lang="fr">
|
|
</head>
|
|
<body>
|
|
<div id="nav_barre" class="shadow">
|
|
<h1>FleetZen</h1>
|
|
<div id="buttons">
|
|
<button class="instyled">contact</button>
|
|
<a href="pages/services.html"><button class="styled">services</button></a>
|
|
<a href="../index.html"><button class="styled"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-corner-down-left-icon lucide-corner-down-left"><path d="M20 4v7a4 4 0 0 1-4 4H4"/><path d="m9 10-5 5 5 5"/></svg>retour</button></a>
|
|
</div>
|
|
</div>
|
|
|
|
<p id= titre_tableau>
|
|
<b>Les développeurs de ce site</b>
|
|
</p>
|
|
<table border=1 class="table">
|
|
<thead>
|
|
<tr>
|
|
<th>Nom</th>
|
|
<th>Job</th>
|
|
<th>Parties crées</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td>Mélissa</td>
|
|
<td>Stagiaire</td>
|
|
<td>Page contact</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Guillaume</td>
|
|
<td>Stagiaire</td>
|
|
<td>Page services</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div class="form">
|
|
<p><b>Nous contacter</b></p>
|
|
<form method="get" action="">
|
|
<p>
|
|
<label for="prenom">Votre prénom :</label>
|
|
<input type="text" name="prenom" id="prenom" placeholder="Ex. : Matthieu" size="30" maxlength="20">
|
|
</p>
|
|
<p>
|
|
<label for="e_mail">Votre e-mail:</label>
|
|
<input type="text" name="e-mail" id="e-mail" placeholder="Ex. : stage2@echoes.solutions" size="50" maxlength="40">
|
|
</p>
|
|
<p>
|
|
<label for="contacter">Des questions a nous poser?</label><br>
|
|
<textarea name="contacter" id="contacter"></textarea>
|
|
</p>
|
|
<p>
|
|
<button>Envoyer</button>
|
|
</p>
|
|
|
|
</form>
|
|
</div>
|
|
</body>
|