1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
KyFlo/r2d2.html

92 lines
3.7 KiB
HTML
Raw Normal View History

2019-11-20 11:09:01 +01:00
<!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">
2019-11-23 15:49:48 +01:00
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
2019-11-20 11:09:01 +01:00
</head>
<body id="produit">
2019-11-23 13:44:49 +01:00
<nav id="nav">
<div class="topnav">
<a id ="kyflo" class="active" href="index.html">KyFlo</a>
2019-11-23 15:49:48 +01:00
<a id ="nous" href="nous.html">A propos</a>
2019-11-23 13:44:49 +01:00
<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">
2019-11-23 13:44:49 +01:00
</div>
</nav>
2019-11-23 15:49:48 +01:00
<button id="hautPage" onclick="window.location.href='#nav'"><img src="Images/arrow.png" alt></button>
2019-11-23 13:44:49 +01:00
<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>
2019-11-20 11:09:01 +01:00
</div>
2019-11-23 13:44:49 +01:00
<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>
2019-11-23 15:49:48 +01:00
<h1 id="valider">Valider:</h1>
2019-11-23 13:44:49 +01:00
<input type="submit" value="Envoyer">
</form>
2019-11-20 11:09:01 +01:00
</div>
</div>
2019-11-23 15:49:48 +01:00
<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>
2019-11-20 11:09:01 +01:00
</body>
</html>