93 lines
No EOL
3.6 KiB
HTML
93 lines
No EOL
3.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="fr" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Kyflo</title>
|
|
<link rel="stylesheet" type="text/css" href="css.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
|
|
</head>
|
|
<body id="produit">
|
|
|
|
|
|
<nav id="nav">
|
|
<div class="topnav">
|
|
<a id ="kyflo" class="active" href="index.html">KyFlo</a>
|
|
<a id ="nous" href="nous.html">A propos</a>
|
|
<a id ="contactN" href="contact.html">Contact</a>
|
|
<a id ="panier" href="checkout.html"><img src="Images/cart.png" alt></a>
|
|
<a id="loupe" href="search_result.html">GO</a>
|
|
<input type="text" placeholder="Rechercher sur tout le site">
|
|
</div>
|
|
</nav>
|
|
<button id="hautPage" onclick="window.location.href='#nav'"><img src="Images/arrow.png" alt></button>
|
|
|
|
<div id="content">
|
|
<div id="Produit">
|
|
<img src="Images/Produits/terminator.png" alt>
|
|
<h1>ROBOT TERMINATOR</h1>
|
|
<button>Ajouter au panier</button>
|
|
<h2>50 000€</h2>
|
|
<h3>Le robot terminator est idéal si vous envisagez de conquérir la planète !</h3>
|
|
</div>
|
|
<div id="Carac">
|
|
<h1>Caractéristiques du robot :</h1>
|
|
<h2>Terminator est équipé de nombreux lazers et est doté d'une IA des plus avancée.</h2>
|
|
<h2>Son design humanoide lui permet de se fondre dans la masse une fois habillé !</h2>
|
|
<h2>Il peut controler l'esprit des autres personnes grâce aux ondes qu'il emet.</h2>
|
|
</div>
|
|
<div id="Coms">
|
|
<h1>Commentaires clients :</h1>
|
|
<div id="Client">
|
|
<div>
|
|
<img src="Images/Produits/avatarF.png" alt>
|
|
<h1>Aude Fousi</h1>
|
|
<h3>Robot trop effrayant et trop cher !</h3>
|
|
</div>
|
|
<div>
|
|
<img src="Images/Produits/avatarH.png" alt>
|
|
<h1>Pierre Tarte</h1>
|
|
<h3>Superbe robot, je vais pouvoir mettre mon plan de coup d'état a éxécution...</h3>
|
|
</div>
|
|
</div>
|
|
<h2>Laissez nous un commentaire :</h2>
|
|
<form action="commentaire.html">
|
|
<h1>Nom et Prénom :</h1>
|
|
<input type="text" required>
|
|
|
|
<h1>Email :</h1>
|
|
<input type="text" required>
|
|
|
|
<h1>Commentaire:</h1>
|
|
<input type="text" placeholder="Commentaire" required>
|
|
|
|
<h1 id="valider">Valider:</h1>
|
|
<input type="submit" value="Envoyer">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<div id="acces">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>Accès rapide</th><th id="line"></th><th>Une question ?</th>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="index.html">Accueil</a></td>
|
|
<td><a href="index.html#slider">Nos Promotions</a></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="index.html#produits">Nos Produits</a></td>
|
|
<td><a href="checkout.html">Votre panier</a></td>
|
|
<td id="contact"><button onclick="window.location.href='contact.html'" id="contactB">Nous contacter</button></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |