-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathproduit500.html
191 lines (169 loc) · 7.29 KB
/
produit500.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> Emabaltou - sachet </title>
<meta name="description" content="Boutique d'emballages personnalisés">
<meta name="author" content="Embaltou">
<link rel="icon" type="img/png" href="images/favicontea.png">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="css/heroic-features.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">EMBALTOU</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html"> Accueil
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="tea.html">Thés et Infusions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cacao.html">Chocolats</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="client.html">Espace Client</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<header class="jumbotron my-4">
<h1 class="display-3">Emballage - Sachet </h1>
<p class="lead">Ces sachets sont produits de manière éco responsable et sont personnalisables.</p>
<a href="personnaliser.html" class="btn btn-primary btn-lg">Personnaliser</a>
</header>
<!-- Page Features -->
<div class="row text-center">
<div class="col-lg-3 col-md-6 mb-4">
<div class="card h-100">
<img class="card-img-top" src="images/sachet-the-500g-neutre.png" alt="">
<div class="card-body">
<h4 class="card-title">Sachet 500g</h4>
<p class="card-text">Prix : 5,40 € HT</p>
<div class="dropdown">
<div class="dropdown">
<!--<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="true">
Quantité
<span class="caret"></span>
</button>-->
<label for="quantity">Quantité :</label>
<!--<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="#" title="Lien 1"> 50 ex</a></li>
<li><a href="#" title="Lien 2"> 100 ex</a></li>
<li><a href="#" title="Lien 3"> 500 ex</a></li>
<li role="separator" class="divider"></li>
<li><a href="#" title="Lien 4">1 000 ex</a></li>
</ul>-->
<select id="quantity" name="quantity">
<option value="50">50 ex</option>
<option value="100">100 ex</option>
<option value="500">500 ex</option>
<option value="1000">1000 ex</option>
</select>
</div>
</div>
</select>
</div>
<div class="card-footer">
<a href="commande.html" class="btn btn-primary">Acheter</a>
</div>
</div>
</div>
<div class="descriptif-produit">
<h2>Conditionnement en vrac</h2>
<ul class="list-group list-group-flush">
<li class="list-group-item">En papier kraft de haute qualité</li>
<li class="list-group-item">Fabriqué de manière éco-responsable</li>
<li class="list-group-item">Différentes contenances</li>
<li class="list-group-item">Plusieurs coloris</li>
</ul>
<br>
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-secondary"
style="background-color :rgb(199, 178, 121);border-color :rgb(199, 178, 121)">neutre</button>
<button type="button" class="btn btn-secondary"
style="background-color :black;border-color :black">noir</button>
<button type="button" class="btn btn-secondary"
style="background-color :rgb(255, 102, 0);border-color :rgb(255, 102, 0)">orange</button>
<button type="button" class="btn btn-secondary"
style="background-color :yellowgreen;border-color :yellowgreen">vert</button>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container-fluid">
<div class="row m-5">
<div class="col-md-4">
<div class="m-3">
<a href="https://www.facebook.com" target="_blank"><img src="images/facebook-logo-button.png"
class="rounded-circle" width="50px" height="50px"></a>
<a href="https://www.linkedin.com" target="_blank"><img src="images/linkedin.png" class="rounded-circle"
width="50px" height="50px"></a>
<a href="https://www.instagram.com" target="_blank"><img src="images/instagram.png" class="rounded-circle"
width="50px" height="50px"></a>
</div>
<div class="m-3">
<ul>
<caption>Plan du Site Emabaltou</caption>
<li><a href="index.html">Accueil</a></li>
<li><a href="tea.html">Thés et Infusions</a></li>
<li><a href="cacao.html">Chocolat</a></li>
<li><a href="client.html">Espace Client</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="m-5 text-center">
<h4>
<a href="cgv.html">Conditions Générales de Vente</a>
</h4>
</div>
<div class="m-5 text-center">
<h4>
<a href="mentions.html">Mentions Légales</a>
</h4>
</div>
<div class="m-5 text-center">
<h4>
<a href="contact.html">Contact</a>
</h4>
</div>
</div>
<div class="col-md-4">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5778.425649973864!2d1.4358960264126677!3d43.60211013575596!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12aebb63a5b5cb1f%3A0xaa409065123923ce!2sCapitole%2C%20Toulouse!5e0!3m2!1sfr!2sfr!4v1567161196634!5m2!1sfr!2sfr"
width="300" height="300" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
</div>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.bundle.js"></script>
</body>
</html>