59 lines
2.6 KiB
HTML
59 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Kyflo - hewo</title>
|
|
<link rel="stylesheet" type="text/css" href="Assets/css.css">
|
|
<link rel="stylesheet" type="text/css" href="Assets/resp.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<header class="header">
|
|
<a href="/" class="logo">KYFLO</a>
|
|
<input class="menu-btn" type="checkbox" id="menu-btn"/>
|
|
<label class="menu-icon" for="menu-btn"><span class="nav-icon"></span></label>
|
|
<ul class="menu">
|
|
<li><input type="text" placeholder="Rechercher..."></li>
|
|
<li><a href="#">A propos</a></li>
|
|
<li><a href="#">Contact</a></li>
|
|
<li><a href="#">Panier</a></li>
|
|
</ul>
|
|
</header>
|
|
|
|
<div class="top">
|
|
<h1>Bienvenue sur le site de KyFlo !</h1>
|
|
<h2>Vendeur de robot depuis 2005</h2>
|
|
</div>
|
|
|
|
<div id="slider">
|
|
<figure>
|
|
<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>
|
|
|
|
<div class="content">
|
|
<h1>Tous nos produits :</h1>
|
|
</div>
|
|
|
|
<div class="flex-container">
|
|
<div class="ok"><a href="Assets/Pages/Produits/nao.html"><img src="Assets/Images/Produits/nao.png" alt><p>Nao</p></a></div>
|
|
<div ><div class="rupt">Rutpure de stock</div><a href="#"><img class="out" src="Assets/Images/Produits/valkyrie.png" alt><p>Valkyrie</p></a></div>
|
|
<div class="ok"><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/pepper.png" alt><p>Pepper</p></a></div>
|
|
<div><div class="rupt">Rupture de stock</div><a href="#"><img class="out" src="Assets/Images/Produits/soldat.png" alt><p>Soldat</p></a></div>
|
|
<div class="ok"><div class="spec">N°1 des ventes</div><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/r2d2.png" alt><p>R2D2</p></a></div>
|
|
<div class="ok"><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/terminator.png" alt><p>Terminator</p></a></div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|