Textique/pulls.html

80 lines
3.2 KiB
HTML
Raw Permalink Normal View History

2023-01-17 23:15:49 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<script src="./JS/bouton.js"></script>
<title>Textique.com : Pulls</title>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
</head>
<body>
<button class="haut" onclick="EnHaut()" id="haut">&uarr;</button>
<div class="container">
<div class="topnav" id="myTopnav">
2023-01-17 23:26:43 +01:00
<a href="index.html" class="image"><img src="./images/logo.png" class="logo" alt="Logo"></a>
2023-01-17 23:15:49 +01:00
<a href="index.html" >Accueil</a>
<a href="store.html" class="active">Produits</a>
<a href="tissu.html" >Tissu</a>
<a href="partenariat.html">Partenariats</a>
<a href="qsn.html" >Qui sommes nous ?</a>
<a href="contact.html">Nous contacter</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">///</a>
</div>
<div class="t">
<h2>PULLS</h2>
</div>
<div class="choix">
<div class="vend">
<img class="imgvend" src="images/Produits/pullh1.png" alt="présentation pull homme 1">
<div class="texte">
<strong>Produit:</strong> Pull homme bleu <br><br>
<strong>Référence:</strong> 101<br><br>
<strong>Matériaux:</strong> Coton en plastique recyclé 100%<br><br>
<strong>Description:</strong><br>
-Bleu et chaud, idéal pour les mi-saisons<br><br>
<strong>Magasins partenaires:</strong> Celio, Go Sport, Decathlon
</div>
</div>
<div class="vend">
<img class="imgvend" src="images/Produits/pullh2.png" alt="présentation pull homme 2">
<div class="texte">
<strong>Produit:</strong> Pull homme bleu marine<br><br>
<strong>Référence:</strong> 102<br><br>
<strong>Matériaux:</strong> Coton en plastique recyclé 100%<br><br>
<strong>Description:</strong><br>
-Chaud, à mettre au début de l'hiver<br><br>
<strong>Magasins partenaires:</strong> Celio, Jules
</div>
</div>
<div class="vend">
<img class="imgvend" src="images/Produits/pullf1.png" alt="présentation pull femme 1">
<div class="texte">
<strong>Produit:</strong> Pull femme beige<br><br>
<strong>Référence:</strong> 121<br><br>
<strong>Matériaux:</strong> Coton en plastique recyclé 100%<br><br>
<strong>Description:</strong><br>
-Pull pour le printemps<br><br>
<strong>Magasins partenaires:</strong> H&M, Hollister, Kaporal, Kiabi
</div>
</div>
<div class="vend">
<img class="imgvend" src="images/Produits/pullf2.png" alt="présentation pull femme 2">
<div class="texte">
<strong>Produit:</strong> Pull femme bleu<br><br>
<strong>Référence:</strong> 122<br><br>
<strong>Matériaux:</strong> Coton en plastique recyclé 100%<br><br>
<strong>Description:</strong><br>
-Pull d'été<br><br>
<strong>Magasins partenaires:</strong> H&M, Hollister, Kaporal, Kiabi
</div>
</div>
</div>
</div>
<div class="footer">
<p>Touts droits réservé à @Textique et ses partenaires</p>
</div>
<script src="./JS/burger.js"></script>
</body>
</html>