1
0
Fork 0

Rework des dossiers

This commit is contained in:
KEZEL BENOIT p1907091 2019-11-26 08:50:41 +01:00
parent 7a038b0ae3
commit 10b8358a66
44 changed files with 250 additions and 251 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
Assets/Images/Icones/yt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View file

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB

View file

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

View file

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 156 KiB

View file

Before

Width:  |  Height:  |  Size: 342 KiB

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

View file

Before

Width:  |  Height:  |  Size: 229 KiB

After

Width:  |  Height:  |  Size: 229 KiB

View file

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View file

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 276 KiB

View file

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -5,32 +5,32 @@
<meta charset="utf-8" />
<title>Kyflo</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css.css">
<link rel="stylesheet" type="text/css" href="../../css.css">
</head>
<body id="produit">
<nav id="nav">
<div class="topnav">
<a id ="kyflo" class="active" href="index.html">KyFlo</a>
<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 ="panier" href="checkout.html"><img src="../../Images/Icones/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>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<table id="basket">
<tr id="cent">
<th>Nom Produit</th><th>Quantité</th><th>Prix</th>
</tr>
<tr>
<td>R2D2</td><td><input type="number" value="2"></td><td>500 €</td>
<td>R2D2</td><td><input type="text" value="2"></td><td>500 €</td>
</tr>
<tr>
<td>Nao</td><td><input type="number" value="1"></td><td>5 000€</td>
<td>Nao</td><td><input type="text" value="1"></td><td>5 000€</td>
</tr>
<tr>
<td id="total" COLSPAN=3>TOTAL : 6 000€</td>
@ -74,12 +74,12 @@
<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><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="../../../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>

View file

@ -0,0 +1,54 @@
<!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>
<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/Icones/cart.png" alt></a>
<a id="loupe" href="search_result.html">GO</a>
<input type="text" placeholder="Rechercher sur tout le site">
</div>
</nav>
<div id="Merci">
<h1>Merci beaucoup d'avoir commmander sur notre site ! Votre commande arrive bientôt !</h1>
<img src="../../Images/Icones/smiley.png" alt>
<h2><a href="../../../index.html">Retourner a l'accueil</a></h2>
</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>

View file

@ -0,0 +1,55 @@
<!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>
<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/Icones/cart.png" alt></a>
<a id="loupe" href="search_result.html">GO</a>
<input type="text" placeholder="Rechercher sur tout le site">
</div>
</nav>
<div id="content">
<div id="Merci">
<h1>Merci beaucoup pour votre réponse ! Votre retour a été pris en compte !</h1>
<img src="../../Images/Icones/smiley.png" alt>
<h2><a href="../../../index.html">Retourner a l'accueil</a></h2>
</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>

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Kyflo</title>
<link rel="stylesheet" type="text/css" href="css.css">
<link rel="stylesheet" type="text/css" href="../../css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
@ -12,16 +12,16 @@
<nav id="nav">
<div class="topnav">
<a id ="kyflo" class="active" href="index.html">KyFlo</a>
<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 ="panier" href="checkout.html"><img src="../../Images/Icones/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>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<h1>Nous contacter :</h1>
<form action="commentaire.html">
@ -29,7 +29,7 @@
<input type="text" required>
<h2>Email :</h2>
<input type="text" required>
<input type="email" required>
<h2>Question :</h2>
<input type="text" placeholder="Question, suggestion, remarque" required>
@ -40,10 +40,10 @@
<h1>Nos réseaux sociaux :</h1>
<table id="reseaux">
<tr id="res">
<td><a href="#"><img src="Images/Icones/facebook.png" alt></a></td>
<td><a href="#"><img src="Images/Icones/twitter.png" alt></a></td>
<td><a href="#"><img src="Images/Icones/yt.png" alt></a></td>
<td><a href="#"><img src="Images/Icones/insta.png" alt></a></td>
<td><a href="#"><img src="../../Images/Icones/facebook.png" alt></a></td>
<td><a href="#"><img src="../../Images/Icones/twitter.png" alt></a></td>
<td><a href="#"><img src="../../Images/Icones/yt.png" alt></a></td>
<td><a href="#"><img src="../../Images/Icones/insta.png" alt></a></td>
</tr>
</table>
@ -57,12 +57,12 @@
<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><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="../../../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>

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Kyflo</title>
<link rel="stylesheet" type="text/css" href="css.css">
<link rel="stylesheet" type="text/css" href="../../css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
@ -12,22 +12,22 @@
<nav id="nav">
<div class="topnav">
<a id ="kyflo" class="active" href="index.html">KyFlo</a>
<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 ="panier" href="checkout.html"><img src="../../Images/Icones/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>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<h1>Qui sommes-nous ?</h1>
<h2>L'équipe :</h2>
<table id="equipe">
<tr id="equ">
<td><img src="Images/benoit.png" alt></td><td><img src="Images/florian.png" alt></td>
<td><img src="../../Images/Sprites/benoit.png" alt></td><td><img src="../../Images/Sprites/florian.png" alt></td>
</tr>
</table>
<h2>Nos engagements :</h2>
@ -39,10 +39,10 @@
<h1>Nos réseaux sociaux :</h1>
<table id="reseaux">
<tr id="res">
<td><a href="#"><img src="Images/Icones/facebook.png" alt></a></td>
<td><a href="#"><img src="Images/Icones/twitter.png" alt></a></td>
<td><a href="#"><img src="Images/Icones/yt.png" alt></a></td>
<td><a href="#"><img src="Images/Icones/insta.png" alt></a></td>
<td><a href="#"><img src="../../Images/Icones/facebook.png" alt></a></td>
<td><a href="#"><img src="../../Images/Icones/twitter.png" alt></a></td>
<td><a href="#"><img src="../../Images/Icones/yt.png" alt></a></td>
<td><a href="#"><img src="../../Images/Icones/insta.png" alt></a></td>
</tr>
</table>
@ -56,12 +56,12 @@
<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><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="../../../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>

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Kyflo</title>
<link rel="stylesheet" type="text/css" href="css.css">
<link rel="stylesheet" type="text/css" href="../../css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
@ -13,24 +13,24 @@
<nav id="nav">
<div class="topnav">
<a id ="kyflo" class="active" href="index.html">KyFlo</a>
<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 ="panier" href="checkout.html"><img src="../../Images/Icones/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>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<div id="produits">
<h1>Résultats pour la recherche "robot guerrier":</h1>
<div class="flex-container">
<div><a href="#"><img src="Images/Produits/soldat.png" alt><h3>Robot soldat</h3><h4>200€</h4></a></div>
<div><a href="#"><img src="Images/Produits/valkyrie.png" alt><h3>Robot valkyrie</h3><h4>300€</h4></a></div>
<div><a href="#"><img src="Images/Produits/terminator.png" alt><h3>Robot Terminator</h3><h4>50 000€</h4></a></div>
<div><a href="#"><img src="../../Images/Produits/soldat.png" alt><h3>Robot soldat</h3><h4>200€</h4></a></div>
<div><a href="#"><img src="../../Images/Produits/valkyrie.png" alt><h3>Robot valkyrie</h3><h4>300€</h4></a></div>
<div><a href="../Produits/terminator.html"><img src="../../Images/Produits/terminator.png" alt><h3>Robot Terminator</h3><h4>50 000€</h4></a></div>
</div>
</div>
</div>
@ -42,12 +42,12 @@
<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><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="../../../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>

View file

@ -1,10 +1,10 @@
<!DOCTYPE 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 rel="stylesheet" type="text/css" href="../../css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
@ -14,20 +14,20 @@
<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>
<a id ="kyflo" class="active" href="../../../index.html">KyFlo</a>
<a id ="nous" href="../Autres/nous.html">A propos</a>
<a id ="contactN" href="../Autres/contact.html">Contact</a>
<a id ="panier" href="../Autres/checkout.html"><img src="../../Images/Icones/cart.png" alt></a>
<a id="loupe" href="../Autres/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>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<div id="Produit">
<img src="Images/Produits/nao.png" alt>
<img src="../../Images/Produits/nao.png" alt>
<h1>ROBOT NAO</h1>
<button>Ajouter au panier</button>
<button onclick="window.location.href='../Autres/checkout.html'">Ajouter au panier</button>
<h2>5 000€</h2>
<h3>Nao est un robot humanoide français crée entre 2005 et 2006 sur Aldebaran ou plutot dans la société Aldebaran. En effet Nao a été conçu dans une start-up française à Paris.A partir de 2007, il va remplacer le robot canidé "Aibo" comme plateforme standard de la robotcup.</h3>
</div>
@ -42,18 +42,18 @@
<h1>Commentaires clients :</h1>
<div id="Client">
<div>
<img src="Images/Produits/avatarF.png" alt>
<img src="../../Images/Icones/avatarF.png" alt>
<h1>Isabelle Dunand</h1>
<h3>Superbe robot, il est tout à fait fonctionnel !</h3>
</div>
<div>
<img src="Images/Produits/avatarH.png" alt>
<img src="../../Images/Icones/avatarH.png" alt>
<h1>Richard Mauron</h1>
<h3>Excellent ! Très bonne qualité, j'ai adoré le programmer !</h3>
</div>
</div>
<h2>Laissez nous un commentaire :</h2>
<form>
<form action="../Autres/commentaire.html">
<h1>Nom et Prénom :</h1>
<input type="text" required>
@ -76,14 +76,14 @@
<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><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>
<td><a href="../../../index.html#produits">Nos Produits</a></td>
<td><a href="../Autres/checkout.html">Votre panier</a></td>
<td id="contact"><button onclick="window.location.href='../Autres/contact.html'" id="contactB">Nous contacter</button></td>
</tr>
</tbody>
</table>

View file

@ -1,10 +1,10 @@
<!DOCTYPE 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 rel="stylesheet" type="text/css" href="../../css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
@ -13,20 +13,20 @@
<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>
<a id ="kyflo" class="active" href="../../../index.html">KyFlo</a>
<a id ="nous" href="../Autres/nous.html">A propos</a>
<a id ="contactN" href="../Autres/contact.html">Contact</a>
<a id ="panier" href="../Autres/checkout.html"><img src="../../Images/Icones/cart.png" alt></a>
<a id="loupe" href="../Autres/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>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<div id="Produit">
<img src="Images/Produits/pepper.png" alt>
<img src="../../Images/Produits/pepper.png" alt>
<h1>ROBOT PEPPER</h1>
<button>Ajouter au panier</button>
<button onclick="window.location.href='../Autres/checkout.html'">Ajouter au panier</button>
<h2>15 000€</h2>
<h3>Pepper est un robot humanoïde, développé par la société SoftBank Robotics (anciennement Aldebaran), capable de reconnaître certaines émotions.</h3>
</div>
@ -40,28 +40,28 @@
<h1>Commentaires clients :</h1>
<div id="Client">
<div>
<img src="Images/Produits/avatarH.png" alt>
<img src="../../Images/Icones/avatarH.png" alt>
<h1>Michel Dirate</h1>
<h3>Livraison très longue ! Cependant, produit de qualité.</h3>
</div>
<div>
<img src="Images/Produits/avatarF.png" alt>
<img src="../../Images/Icones/avatarF.png" alt>
<h1>Ines Foubi</h1>
<h3>Bon robot, ma famille l'adore !</h3>
</div>
<div>
<img src="Images/Produits/avatarH.png" alt>
<img src="../../Images/Icones/avatarH.png" alt>
<h1>Robert Ritar</h1>
<h3>Robot très serviable.</h3>
</div>
</div>
<h2>Laissez nous un commentaire :</h2>
<form action="commentaire.html">
<form action="../Autres/commentaire.html">
<h1>Nom et Prénom :</h1>
<input type="text" required>
<h1>Email :</h1>
<input type="text" required>
<input type="email" required>
<h1>Commentaire:</h1>
<input type="text" placeholder="Commentaire" required>
@ -79,14 +79,14 @@
<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><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>
<td><a href="../../../index.html#produits">Nos Produits</a></td>
<td><a href="../Autres/checkout.html">Votre panier</a></td>
<td id="contact"><button onclick="window.location.href='../Autres/contact.html'" id="contactB">Nous contacter</button></td>
</tr>
</tbody>
</table>

View file

@ -1,10 +1,10 @@
<!DOCTYPE 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 rel="stylesheet" type="text/css" href="../../css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
@ -13,20 +13,20 @@
<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>
<a id ="kyflo" class="active" href="../../../index.html">KyFlo</a>
<a id ="nous" href="../Autres/nous.html">A propos</a>
<a id ="contactN" href="../Autres/contact.html">Contact</a>
<a id ="panier" href="../Autres/checkout.html"><img src="../../Images/Icones/cart.png" alt></a>
<a id="loupe" href="../Autres/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>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<div id="Produit">
<img src="Images/Produits/r2d2.png" alt>
<img src="../../Images/Produits/r2d2.png" alt>
<h1>ROBOT R2D2</h1>
<button>Ajouter au panier</button>
<button onclick="window.location.href='../Autres/checkout.html'">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>
@ -40,23 +40,23 @@
<h1>Commentaires clients :</h1>
<div id="Client">
<div>
<img src="Images/Produits/avatarH.png" alt>
<img src="../../Images/Icones/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>
<img src="../../Images/Icones/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">
<form action="../Autres/commentaire.html">
<h1>Nom et Prénom :</h1>
<input type="text" required>
<h1>Email :</h1>
<input type="text" required>
<input type="email" required>
<h1>Commentaire:</h1>
<input type="text" placeholder="Commentaire" required>
@ -74,14 +74,14 @@
<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><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>
<td><a href="../../../index.html#produits">Nos Produits</a></td>
<td><a href="../Autres/checkout.html">Votre panier</a></td>
<td id="contact"><button onclick="window.location.href='../Autres/contact.html'" id="contactB">Nous contacter</button></td>
</tr>
</tbody>
</table>

View file

@ -1,10 +1,10 @@
<!DOCTYPE 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 rel="stylesheet" type="text/css" href="../../css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
@ -13,21 +13,21 @@
<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>
<a id ="kyflo" class="active" href="../../../index.html">KyFlo</a>
<a id ="nous" href="../Autres/nous.html">A propos</a>
<a id ="contactN" href="../Autres/contact.html">Contact</a>
<a id ="panier" href="../Autres/checkout.html"><img src="../../Images/Icones/cart.png" alt></a>
<a id="loupe" href="../Autres/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>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<div id="Produit">
<img src="Images/Produits/terminator.png" alt>
<img src="../../Images/Produits/terminator.png" alt>
<h1>ROBOT TERMINATOR</h1>
<button>Ajouter au panier</button>
<button onclick="window.location.href='../Autres/checkout.html'">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>
@ -41,23 +41,23 @@
<h1>Commentaires clients :</h1>
<div id="Client">
<div>
<img src="Images/Produits/avatarF.png" alt>
<img src="../../Images/Icones/avatarF.png" alt>
<h1>Aude Fousi</h1>
<h3>Robot trop effrayant et trop cher !</h3>
</div>
<div>
<img src="Images/Produits/avatarH.png" alt>
<img src="../../Images/Icones/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">
<form action="../Autres/commentaire.html">
<h1>Nom et Prénom :</h1>
<input type="text" required>
<h1>Email :</h1>
<input type="text" required>
<input type="email" required>
<h1>Commentaire:</h1>
<input type="text" placeholder="Commentaire" required>
@ -75,14 +75,14 @@
<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><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>
<td><a href="../../../index.html#produits">Nos Produits</a></td>
<td><a href="../Autres/checkout.html">Votre panier</a></td>
<td id="contact"><button onclick="window.location.href='../Autres/contact.html'" id="contactB">Nous contacter</button></td>
</tr>
</tbody>
</table>

View file

@ -77,7 +77,7 @@ a#nous{
text-align: center;
margin-top: 1.2vw;
margin-right: 2vw;
padding: 0.95vw;
padding: 1vw;
border: 0.1vw solid rgb(204,25,25);
text-decoration: none;
font-size: 2vw;
@ -563,7 +563,6 @@ div#slider figure {
}
/*==========================================================================================*/
/*Panier*/
form[action="commande.html"]>h1{
@ -607,7 +606,6 @@ td#total{
}
/*=================================*/
/*CONTACT*/
#content>h1{

View file

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="700" height="700">
<path d="M350,0 700,700 350,550 0,700" fill="#0C0"/>
</svg>

Before

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

View file

@ -1,52 +0,0 @@
<!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>
<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>
<div id="Merci">
<h1>Merci beaucoup d'avoir commmander sur notre site ! Votre commande arrive bientôt !</h1>
<img src="Images/Icones/smiley.png" alt>
<h2><a href="index.html">Retourner a l'accueil</a></h2>
</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>

View file

@ -1,52 +0,0 @@
<!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>
<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>
<div id="content">
<div id="Merci">
<h1>Merci beaucoup pour votre réponse ! Votre retour a été pris en compte !</h1>
<img src="Images/Icones/smiley.png" alt>
<h2><a href="index.html">Retourner a l'accueil</a></h2>
</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>

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Kyflo</title>
<link rel="stylesheet" type="text/css" href="css.css">
<link rel="stylesheet" type="text/css" href="Assets/css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
@ -14,10 +14,10 @@
<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>
<a id ="nous" href="Assets/Pages/Autres/nous.html">A propos</a>
<a id ="contactN" href="Assets/Pages/Autres/contact.html">Contact</a>
<a id ="panier" href="Assets/Pages/Autres/checkout.html"><img src="Assets/Images/Icones/cart.png" alt></a>
<a id="loupe" href="Assets/Pages/Autres/search_result.html">GO</a>
<input type="text" placeholder="Rechercher sur tout le site...">
</div>
</nav>
@ -29,26 +29,26 @@
<div id="slider">
<figure>
<a href="nao.html"><img src="Images/Promotions/promo1.png" alt></a>
<a href="pepper.html"><img src="Images/Promotions/promo2.png" alt></a>
<a href="r2d2.html"><img src="Images/Promotions/promo3.png" alt></a>
<a href="terminator.html"><img src="Images/Promotions/promo4.png" alt></a>
<a href="nao.html"><img src="Images/Promotions/promo1.png" alt></a>
<a href="Assets/Pages/Produits/nao.html"><img src="Assets/Images/Promotions/promo1.png" alt></a>
<a href="Assets/Pages/Produits/pepper.html"><img src="Assets/Images/Promotions/promo2.png" alt></a>
<a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Promotions/promo3.png" alt></a>
<a href="Assets/Pages/Produits/terminator.html"><img src="Assets/Images/Promotions/promo4.png" alt></a>
<a href="Assets/Pages/Produits/nao.html"><img src="Assets/Images/Promotions/promo1.png" alt></a>
</figure>
</div>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="Images/arrow.png" alt></button>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="Assets/Images/Icones/arrow.png" alt></button>
<div id="content">
<div id="produits">
<h1>Tout nos produits :</h1>
<div class="flex-container">
<div><a href="#"><img src="Images/Produits/soldat.png" alt><h3>Robot soldat</h3><h4>200€</h4></a></div>
<div><a href="#"><img src="Images/Produits/romeo.png" alt><h3>Robot romeo</h3><h4>100€</h4></a></div>
<div><a href="#"><img src="Images/Produits/cat.png" alt><h3>Robot chat</h3><h4>80€</h4></a></div>
<div><a href="#"><img src="Images/Produits/r2d2.png" alt><h3>Robot r2d2</h3><h4>500€</h4></a></div>
<div><a href="#"><img src="Images/Produits/jaune.png" alt><h3>Robot champion</h3><h4>50€</h4></a></div>
<div><a href="#"><img src="Images/Produits/valkyrie.png" alt><h3>Robot valkyrie</h3><h4>300€</h4></a></div>
<div><a href="#"><img src="Images/Produits/pepper.png" alt><h3>Robot Pepper</h3><h4>15 000€</h4></a></div>
<div><a href="#"><img src="Images/Produits/terminator.png" alt><h3>Robot Terminator</h3><h4>50 000€</h4></a></div>
<div><a href="#"><img src="Assets/Images/Produits/soldat.png" alt><h3>Robot soldat</h3><h4>200€</h4></a></div>
<div><a href="Assets/Pages/Produits/nao.html"><img src="Assets/Images/Produits/nao.png" alt><h3>Robot Nao</h3><h4>5 000€</h4></a></div>
<div><a href="#"><img src="Assets/Images/Produits/cat.png" alt><h3>Robot chat</h3><h4>80€</h4></a></div>
<div><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/r2d2.png" alt><h3>Robot r2d2</h3><h4>500€</h4></a></div>
<div><a href="#"><img src="Assets/Images/Produits/jaune.png" alt><h3>Robot champion</h3><h4>50€</h4></a></div>
<div><a href="#"><img src="Assets/Images/Produits/valkyrie.png" alt><h3>Robot valkyrie</h3><h4>300€</h4></a></div>
<div><a href="Assets/Pages/Produits/pepper.html"><img src="Assets/Images/Produits/pepper.png" alt><h3>Robot Pepper</h3><h4>15 000€</h4></a></div>
<div><a href="Assets/Pages/Produits/terminator.html"><img src="Assets/Images/Produits/terminator.png" alt><h3>Robot Terminator</h3><h4>50 000€</h4></a></div>
</div>
</div>
</div>
@ -66,8 +66,8 @@
</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>
<td><a href="Assets/Pages/Autres/checkout.html">Votre panier</a></td>
<td id="contact"><button onclick="window.location.href='Assets/Pages/Autres/contact.html'" id="contactB">Nous contacter</button></td>
</tr>
</tbody>
</table>