adding css + research finish
This commit is contained in:
parent
885a4424bd
commit
6082ca1649
6 changed files with 53 additions and 62 deletions
|
@ -16,7 +16,7 @@
|
|||
<a class="raccourci" href="../../../index.html#nous">A propos</a>
|
||||
<a class="raccourci" id="borL" href="../../../index.html#contact">Contact</a>
|
||||
<a id="panier" href="checkout.html"><img src="../../Images/Icones/cart.png" alt><h3>Panier</h3></a>
|
||||
<a id="go" href="Assets/Pages/Autres/search_result.html">GO</a>
|
||||
<a id="go" href="search_result.html">GO</a>
|
||||
<input type="text" placeholder="Rechercher sur tout le site...">
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Kyflo</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../resp.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/resp.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
|
||||
|
@ -14,39 +14,38 @@
|
|||
|
||||
<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>
|
||||
<a id="kyflo" class="active" href="../../../index.html">KyFlo</a>
|
||||
<a class="raccourci" href="../../../index.html#nous">A propos</a>
|
||||
<a class="raccourci" id="borL" href="../../../index.html#contact">Contact</a>
|
||||
<a id="panier" href="checkout.html"><img src="../../Images/Icones/cart.png" alt><h3>Panier</h3></a>
|
||||
<a id="go" href="search_result.html">GO</a>
|
||||
<input type="text" placeholder="Rechercher sur tout le site...">
|
||||
</nav>
|
||||
|
||||
|
||||
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
|
||||
<div id="content">
|
||||
<div id="produits">
|
||||
<div class="title">
|
||||
<h1>Résultats pour la recherche "robot guerrier":</h1>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="flex-container">
|
||||
<div>
|
||||
<div class="out">
|
||||
<h1>Rupture de stock</h1>
|
||||
<a href="#"><img src="../../Images/Produits/soldat.png" alt>
|
||||
<h3>Robot soldat</h3>
|
||||
<h4>200€</h4>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<div class="out">
|
||||
<h1>Rupture de stock</h1>
|
||||
<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>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Kyflo</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../resp.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/resp.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
|
||||
|
@ -15,15 +15,13 @@
|
|||
<body>
|
||||
|
||||
|
||||
<nav id="nav">
|
||||
<div class="topnav">
|
||||
<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>
|
||||
<a id="kyflo" class="active" href="../../../index.html">KyFlo</a>
|
||||
<a class="raccourci" href="../../../index.html#nous">A propos</a>
|
||||
<a class="raccourci" id="borL" href="../../../index.html#contact">Contact</a>
|
||||
<a id="panier" href="checkout.html"><img src="../../Images/Icones/cart.png" alt><h3>Panier</h3></a>
|
||||
<a id="go" href="search_result.html">GO</a>
|
||||
<input type="text" placeholder="Rechercher sur tout le site...">
|
||||
</nav>
|
||||
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
|
||||
<div id="content">
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Kyflo</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../resp.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/resp.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
@ -14,15 +14,13 @@
|
|||
<body id="produit">
|
||||
|
||||
|
||||
<nav id="nav">
|
||||
<div class="topnav">
|
||||
<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>
|
||||
<a id="kyflo" class="active" href="../../../index.html">KyFlo</a>
|
||||
<a class="raccourci" href="../../../index.html#nous">A propos</a>
|
||||
<a class="raccourci" id="borL" href="../../../index.html#contact">Contact</a>
|
||||
<a id="panier" href="checkout.html"><img src="../../Images/Icones/cart.png" alt><h3>Panier</h3></a>
|
||||
<a id="go" href="search_result.html">GO</a>
|
||||
<input type="text" placeholder="Rechercher sur tout le site...">
|
||||
</nav>
|
||||
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
|
||||
<div id="content">
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Kyflo</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../resp.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/resp.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
@ -14,15 +14,13 @@
|
|||
<body id="produit">
|
||||
|
||||
|
||||
<nav id="nav">
|
||||
<div class="topnav">
|
||||
<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>
|
||||
<a id="kyflo" class="active" href="../../../index.html">KyFlo</a>
|
||||
<a class="raccourci" href="../../../index.html#nous">A propos</a>
|
||||
<a class="raccourci" id="borL" href="../../../index.html#contact">Contact</a>
|
||||
<a id="panier" href="checkout.html"><img src="../../Images/Icones/cart.png" alt><h3>Panier</h3></a>
|
||||
<a id="go" href="search_result.html">GO</a>
|
||||
<input type="text" placeholder="Rechercher sur tout le site...">
|
||||
</nav>
|
||||
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
|
||||
<div id="content">
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Kyflo</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../resp.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/css.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/resp.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
@ -14,15 +14,13 @@
|
|||
<body id="produit">
|
||||
|
||||
|
||||
<nav id="nav">
|
||||
<div class="topnav">
|
||||
<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>
|
||||
<a id="kyflo" class="active" href="../../../index.html">KyFlo</a>
|
||||
<a class="raccourci" href="../../../index.html#nous">A propos</a>
|
||||
<a class="raccourci" id="borL" href="../../../index.html#contact">Contact</a>
|
||||
<a id="panier" href="checkout.html"><img src="../../Images/Icones/cart.png" alt><h3>Panier</h3></a>
|
||||
<a id="go" href="search_result.html">GO</a>
|
||||
<input type="text" placeholder="Rechercher sur tout le site...">
|
||||
</nav>
|
||||
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
|
||||
|
||||
|
|
Reference in a new issue