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

Update file conducteur.html

parent bd6621ae
No related branches found
No related tags found
No related merge requests found
...@@ -2,46 +2,38 @@ ...@@ -2,46 +2,38 @@
<html> <html>
<head> <head>
<meta charset='utf-8'> <meta charset='utf-8'>
<title>Klaxit</title> <title>Klaxit - Reserver</title>
<link rel='stylesheet' href="./css/styles.css"> <link rel='stylesheet' href="./public/styles.css">
<link rel='stylesheet' href="./css/login.css"> <link rel='stylesheet' href="./public/conducteur.css">
<link rel='stylesheet' href="./css/footer.css"> <link rel='stylesheet' href="./public/footer.css">
</head> </head>
<body> <body>
<header> <header>
<div class="nav-bar"> <div class="nav-bar">
<nav> <nav>
<a class="img" href="index.html"><img src="./css/images/logoKlaxit_BBCD_Color.webp" alt="Logo Klaxit"></a> <a href="index.html">Accueil</a>
<div> <a href="reserver.html">Passager</a>
<a href="conducteur.html">CONDUCTEUR</a> <a href="login.html" class="login-button">Login</a>
<a href="reserver.html">PASSAGER</a>
</div>
</nav> </nav>
</div> </div>
</header> </header>
<main> <main>
<div class="connect-panel"> <div class="conducteur-panel">
<form action="./forms/conducteur-result.html" method="post">
<div class="panel"> <div class="content">
<div class="title"> <label for="Départ">Votre point de départ&nbsp;:</label>
<h1>Connectez-vous</h1> <input type="string" id="lieux"/>
<label for="Heure">Heure de départ&nbsp;:</label>
<input type="nombre" id="heure">
</div> </div>
<form action="./forms/login-result.html" method="post"> <div class="button">
<div> <button class="confirm-button" type="submit">Confirmer</button>
<label for="mail">Identifiant&nbsp;:</label> </div>
<input type="email" id="mail"/> </form>
<label for="paswd">Mot de passe&nbsp;:</label>
<input type="password" id="psswd"> </div>
<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>
</main> </main>
...@@ -54,7 +46,7 @@ ...@@ -54,7 +46,7 @@
</div> </div>
<div class="s-column"> <div class="s-column">
<a href="conducteur.html">Conducteur</a> <br /> <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 /> <a href="faq.html">FAQ</a> <br />
</div> </div>
<div class="t-colum"> <div class="t-colum">
...@@ -66,4 +58,4 @@ ...@@ -66,4 +58,4 @@
</footer> </footer>
</body> </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