92 lines
No EOL
3.7 KiB
HTML
92 lines
No EOL
3.7 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/r2d2.png" alt>
|
|
<h1>ROBOT R2D2</h1>
|
|
<button>Ajouter au panier</button>
|
|
<h2>500€</h2>
|
|
<h3>R2D2 est un petit robot de compagnie capable de vous servir d'assistant intergalactique au quotidien.</h3>
|
|
</div>
|
|
<div id="Carac">
|
|
<h1>Caractéristiques du robot :</h1>
|
|
<h2>R2D2 est équipé de la dernière technologie de streaming musical pour vour lire toutes vos musiques préférées</h2>
|
|
<h2>Son design tout droit tiré de la série vous plongera dans l'univers Star Wars à coup sur !</h2>
|
|
<h2>Il possède une reconnaissance vocale très optimale qui vous permettras de le piloter rien qu'a la voix !</h2>
|
|
</div>
|
|
<div id="Coms">
|
|
<h1>Commentaires clients :</h1>
|
|
<div id="Client">
|
|
<div>
|
|
<img src="Images/Produits/avatarH.png" alt>
|
|
<h1>Patrick Busson</h1>
|
|
<h3>Petit robot sympathique, très utile au quotidien !</h3>
|
|
</div>
|
|
<div>
|
|
<img src="Images/Produits/avatarF.png" alt>
|
|
<h1>Clara Soufu</h1>
|
|
<h3>Grande fan de Star Wars, j'adore ce petit robot personnel !</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> |