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/index.html

51 lines
2.3 KiB
HTML
Raw Normal View History

2019-11-20 11:09:01 +01:00
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
2019-11-27 10:36:44 +01:00
2019-11-20 11:09:01 +01:00
<head>
<meta charset="utf-8" />
<title>Kyflo - hewo</title>
2019-11-26 08:50:41 +01:00
<link rel="stylesheet" type="text/css" href="Assets/css.css">
2019-11-27 10:36:44 +01:00
<link rel="stylesheet" type="text/css" href="Assets/resp.css">
2019-11-23 15:49:48 +01:00
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
2019-11-27 10:36:44 +01:00
2019-11-20 11:09:01 +01:00
</head>
2019-11-27 10:36:44 +01:00
2019-11-20 11:09:01 +01:00
<body>
2019-12-11 21:33:44 +01:00
<header class="header">
<a href="/" class="logo">KYFLO</a>
2019-12-11 21:33:44 +01:00
<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><a href="#">A propos</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Panier</a></li>
2019-12-11 21:33:44 +01:00
</ul>
</header>
2019-12-12 07:45:52 +01:00
<div id="slider">
2019-11-20 11:09:01 +01:00
<figure>
2019-11-26 08:50:41 +01:00
<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>
2019-11-20 11:09:01 +01:00
</figure>
2019-12-12 07:45:52 +01:00
</div>
2019-12-12 11:10:56 +01:00
<div class="content">
<h1>Nos produits :</h1>
<div class="flex-container">
<div><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 src="Assets/Images/Produits/valkyrie.png" alt><p>Valkyrie</p></a></div>
<div><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/pepper.png" alt><p>Pepper</p></a></div>
<div><a href="#"><img src="Assets/Images/Produits/soldat.png" alt><p>Soldat</p></a></div>
<div><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><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/terminator.png" alt><p>Terminator</p></a></div>
</div>
</div>
2019-11-20 11:09:01 +01:00
</body>
2019-11-27 10:36:44 +01:00
2019-12-10 15:42:45 +01:00
</html>