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

Ajouts du favicons; fix du nom des pages

parent 77b55dd6
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,10 @@
<html>
<head>
<meta charset='utf-8'>
<title>Klaxit - Reserver</title>
<title>Klaxit - Conducteur</title>
<link rel='stylesheet' href="./css/conducteur.css">
<link rel='stylesheet' href="./css/footer.css">
<link rel="icon" type="image/png" href="./css/images/favicon.png"/>
</head>
<body>
......
......@@ -2,9 +2,10 @@
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Contact</title>
<title>Klaxit - Contact</title>
<link rel="stylesheet" href="./css/contact.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="icon" type="image/png" href="./css/images/favicon.png"/>
</head>
<body>
......
......@@ -227,7 +227,20 @@ div.connection-success>a {
color: black;
}
div.connection-success {
margin-top: 5%;
background-color: #B0F2B6;
font-family: "Inter";
color: black;
padding: 1%;
width: 60%;
margin-left: 20%;
}
div.connection-success>a {
text-decoration: underline;
background-color: #B0F2B6;
color: black;
}
footer {
position: sticky;
bottom: 0px;
......
......@@ -2,9 +2,10 @@
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>FAQ</title>
<title>Klaxit - FAQ</title>
<link rel="stylesheet" href="./css/faq.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="icon" type="image/png" href="./css/images/favicon.png"/>
</head>
<body>
......
......@@ -2,9 +2,10 @@
<html>
<head>
<meta charset='utf-8'>
<title>Klaxit - Reserver</title>
<title>Klaxit - Conducteur</title>
<link rel='stylesheet' href="../css/conducteur.css">
<link rel='stylesheet' href="../css/footer.css">
<link rel="icon" type="image/png" href="../css/images/favicon.png"/>
</head>
<body>
......
......@@ -3,15 +3,16 @@
<head>
<meta charset="UTF-8">
<title>Contact</title>
<link rel="stylesheet" href="./css/contact.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="stylesheet" href="../css/contact.css" />
<link rel="stylesheet" href="../css/footer.css" />
<link rel="icon" type="image/png" href="../css/images/favicon.png"/>
</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>
<a class="img" href="../index.html"><img src="../css/images/logoKlaxit_BBCD_Color.webp" alt="Logo Klaxit"></a>
<div>
<a href="reserver.html">PASSAGER</a>
<a href="conducteur.html">CONDUCTEUR</a>
......@@ -32,24 +33,40 @@
</header>
<main>
<section class="corp">
<div class="Container">
<div class="corpContainer">
<div class="connect-panel">
<div class="panel">
<form>
<div class="texte">
<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>
<div class="button">
<button class="confirm-button" type="submit">Confirmer</button>
</div>
</form>
</div>
<div class="connection-success">
Nous avons bien recus votre demande ! <br>
Vous pouvez desormais <a href="../index.html">retourner a l'accueil</a></a>
</div>
<div class="formContainer" style="margin-top: 10%;">
<div class="corpImg">
<form action="contact-result.html" method="post">
<label class="titreForm">Formulaire de contact : <br><br></label>
<div class="dispoForm">
<label class="nomForm">
<input name="submitted-name" autocomplete="nom" placeholder="Votre nom"/>
</label>
<label class="prenomForm">
<input name="submitted-surname" autocomplete="prenom" placeholder="Votre prénom"/>
</label><br><br>
</div>
<label id="email">
<input type="email" name="email" id="emailform" placeholder="Votre adresse e-mail"/>
</label>
<label>
<br><br>
<textarea name="text" id="text" placeholder="Votre message"></textarea>
</label>
<label>
<input class="btn-purple" type="submit" name="send" value="ENVOYER VOTRE MESSAGE">
</label>
</form>
</div>
</div>
</section>
</main>
......
......@@ -6,6 +6,7 @@
<link rel='stylesheet' href="../css/styles.css">
<link rel='stylesheet' href="../css/login.css">
<link rel='stylesheet' href="../css/footer.css">
<link rel="icon" type="image/png" href="../css/images/favicon.png"/>
</head>
<body>
......
......@@ -2,10 +2,11 @@
<html>
<head>
<meta charset='utf-8'>
<title>Klaxit</title>
<title>Klaxit - Connection</title>
<link rel='stylesheet' href="../css/styles.css">
<link rel='stylesheet' href="../css/login.css">
<link rel='stylesheet' href="../css/footer.css">
<link rel="icon" type="image/png" href="../css/images/favicon.png"/>
</head>
<body>
......
......@@ -6,6 +6,7 @@
<link rel='stylesheet' href="../css/styles.css">
<link rel='stylesheet' href="../css/footer.css">
<link rel='stylesheet' href="../css/reserver-result.css">
<link rel="icon" type="image/png" href="../css/images/favicon.png"/>
</head>
<body>
......
......@@ -7,6 +7,7 @@
<link rel='stylesheet' href="../css/reserver.css">
<link rel='stylesheet' href="../css/footer.css">
<link rel='stylesheet' href="../css/reserver-result.css">
<link rel="icon" type="image/png" href="../css/images/favicon.png"/>
</head>
<body>
......
......@@ -2,9 +2,10 @@
<html>
<head>
<meta charset='utf-8'>
<title>Acceuil</title>
<title>Klaxit - Accueil</title>
<link rel='stylesheet' href="./css/index.css">
<link rel='stylesheet' href="./css/footer.css">
<link rel="icon" type="image/png" href="./css/images/favicon.png"/>
</head>
<body>
......
......@@ -2,9 +2,10 @@
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Qui sommes-nous ?</title>
<title>Klaxit - Qui sommes-nous ?</title>
<link rel="stylesheet" href="./css/info.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="icon" type="image/png" href="./css/images/favicon.png"/>
</head>
<body>
......
......@@ -2,10 +2,11 @@
<html>
<head>
<meta charset='utf-8'>
<title>Klaxit</title>
<title>Klaxit - Connection</title>
<link rel='stylesheet' href="./css/styles.css">
<link rel='stylesheet' href="./css/footer.css">
<link rel='stylesheet' href="./css/login.css">
<link rel="icon" type="image/png" href="./css/images/favicon.png"/>
</head>
<body>
......
......@@ -6,6 +6,7 @@
<link rel='stylesheet' href="./css/styles.css">
<link rel='stylesheet' href="./css/footer.css">
<link rel='stylesheet' href="./css/reserver.css">
<link rel="icon" type="image/png" href="./css/images/favicon.png"/>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment