Skip to content
Snippets Groups Projects
Commit 855ac52b authored by Matias Mennecart's avatar Matias Mennecart
Browse files

Update file conducteur.html

parent bd6621ae
Branches
No related tags found
No related merge requests found
......@@ -2,46 +2,38 @@
<html>
<head>
<meta charset='utf-8'>
<title>Klaxit</title>
<link rel='stylesheet' href="./css/styles.css">
<link rel='stylesheet' href="./css/login.css">
<link rel='stylesheet' href="./css/footer.css">
<title>Klaxit - Reserver</title>
<link rel='stylesheet' href="./public/styles.css">
<link rel='stylesheet' href="./public/conducteur.css">
<link rel='stylesheet' href="./public/footer.css">
</head>
<body>
<header>
<div class="nav-bar">
<nav>
<a class="img" href="index.html"><img src="./css/images/logoKlaxit_BBCD_Color.webp" alt="Logo Klaxit"></a>
<div>
<a href="conducteur.html">CONDUCTEUR</a>
<a href="reserver.html">PASSAGER</a>
</div>
<a href="index.html">Accueil</a>
<a href="reserver.html">Passager</a>
<a href="login.html" class="login-button">Login</a>
</nav>
</div>
</header>
<main>
<div class="connect-panel">
<div class="panel">
<div class="title">
<h1>Connectez-vous</h1>
<div class="conducteur-panel">
<form action="./forms/conducteur-result.html" method="post">
<div class="content">
<label for="Départ">Votre point de départ&nbsp;:</label>
<input type="string" id="lieux"/>
<label for="Heure">Heure de départ&nbsp;:</label>
<input type="nombre" id="heure">
</div>
<form action="./forms/login-result.html" method="post">
<div>
<label for="mail">Identifiant&nbsp;:</label>
<input type="email" id="mail"/>
<label for="paswd">Mot de passe&nbsp;:</label>
<input type="password" id="psswd">
<p class="NB">*Vous devez utiliser les identifiants informatique que vous utilisé sur les ordinateurs de l’entreprise</p>
</div>
<div class="button">
<button class="connect-button" type="submit">Connection</button>
</div>
</form>
</div>
<div class="button">
<button class="confirm-button" type="submit">Confirmer</button>
</div>
</form>
</div>
</main>
......@@ -54,7 +46,7 @@
</div>
<div class="s-column">
<a href="conducteur.html">Conducteur</a> <br />
<a href="reserver.html">Reserver</a> <br />
<a href="passager.html">Passager</a> <br />
<a href="faq.html">FAQ</a> <br />
</div>
<div class="t-colum">
......@@ -66,4 +58,4 @@
</footer>
</body>
</html>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment