-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpanier.html
More file actions
executable file
·214 lines (207 loc) · 7.81 KB
/
panier.html
File metadata and controls
executable file
·214 lines (207 loc) · 7.81 KB
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
/>
<!-- <link rel="stylesheet" href="reset.css" /> -->
<link rel="stylesheet" href="style.css" />
<title>+ Belle qu'Hier</title>
<meta
name="description"
content="Vente en ligne de produits de beauté. Une sélection exclusive de haute qualité livrée en 48h.
5 à 10 échantillons offerts par commande et de nombreux privilèges via la newsletter !"
/>
<link rel="icon" type="image/png" href="assets/icons/favicon.png" />
</head>
<body>
<!-- ------------------------------------------------------HEADER--------------------------------------- -->
<header>
<a href="index.html">
<h1 class="text-center my-5">+ Belle qu'Hier</h1>
</a>
<nav
id="navbar_top"
class="navbar navbar-expand-lg navbar-light bg-white border-bottom"
>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-around"
id="navbarSupportedContent"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html#visage">Visage </a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#corps">Corps</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#cheveux">Cheveux </a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#maquillage">Maquillage</a>
</li>
</ul>
<div class="d-flex flex-column flex-lg-row">
<!-- BAR DE RECHERCHE -->
<form class="form-inline mr-lg-5">
<input
id="rechercheProduit"
class="form-control mr-sm-2"
type="search"
placeholder="Rechercher"
aria-label="Search"
/>
<button
id="recherche"
class="btn btn-outline-dark my-2 my-sm-0"
type="button"
>
Rechercher
</button>
<!-- <img id="recherche" src="assets/icons/search-outline.svg" alt="search logo" width="50"> -->
</form>
<!-- BAR DE RECHERCHE -->
<a href="panier.html" class="d-block d-lg-none mt-2">Panier</a>
<a href="panier.html" class="d-none d-lg-block"
><img id="shopping" src="" width="50" alt="shopping cart"
/></a>
</div>
</div>
</nav>
</header>
<button onclick="topFunction()" id="goToTop" title="Go to top">Top</button>
<!-- Mon affichage de recherch -->
<div id="resultRecherche" class="text-center align-items-center my-0"></div>
<!-- Mon affichage de recherch -->
<!-- ------------------------------------------------------PRODUIT--------------------------------------- -->
<div id="displayProducts" class="container d-flex flex-column">
<div class="row d-flex flex-column">
<h2 class="text-center">Mon panier</h2>
<hr class="w-75" />
</div>
<div id="produits"></div>
<p
id="total"
class="text-center border border-black mt-5 rounded col-4 mx-auto"
></p>
<div class="container d-flex flex-column">
<div class="row justify-content-center my-3">
<button class="trash">Vider le panier</button>
</div>
<div class="row justify-content-center mb-5">
<button type="button">
<a href="javascript:history.back()">Retour</a>
</button>
</div>
</div>
<!-- ------------------------------------------------------SECTION CADEAU--------------------------------------- -->
<div
id="cadeau"
class="container-fluid d-flex justify-content-around align-items-center"
>
<div class="row d-flex justify-content-around text-center">
<div class="col-12 col-md-4 col-lg-3">
<p>Livraison offerte dès 30€ d'achat</p>
</div>
<div class="col-12 col-md-4 col-lg-3">
<p>5 échantillons offerts par commande</p>
</div>
<div class="col-12 col-md-4 col-lg-3">
<p>Un service client à votre disposition</p>
</div>
</div>
</div>
</div>
<div id="newsletter" class="container-fluidmy-3">
<div class="row">
<div class="col text-center py-3">
<p>Incrivez-vous à notre newsletter !</p>
<input type="email" name="" id="emailNewsletter" />
<input type="button" value="S'incrire" class="bg-muted" />
</div>
</div>
</div>
<!-- ------------------------------------------------------SECTION FOOTER--------------------------------------- -->
<footer>
<div class="container-fluid">
<div class="row">
<div class="col text-center my-2">
<a href="#"
><img
src="assets/icons/facebook_icon.png"
alt="Icône Facebook"
class="mx-5"
/></a>
<a href="#"
><img
src="assets/icons/ig_icon.png"
alt="Icône Instagram"
class="mx-5"
/></a>
</div>
</div>
<div class="row">
<div class="col text-center my-2">
<ul class="pl-0">
<li class="d-block d-md-inline mx-5"><a href="#">F.A.Q</a></li>
<li class="d-block d-md-inline mx-5">
<a href="#">Service Client</a>
</li>
<li class="d-block d-md-inline mx-5">
<a href="#">CGV/CGU - Crédit</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- ------------------------------------------------------POP UP--------------------------------------- -->
<div id="popUp" hidden>
<p class="btn-close" onclick="this.parentElement.style.display='none';">
X
</p>
<img src="assets/images.jpeg" alt="Kim Kardashian" />
<p>Inscrivez-vous à la newsletter !</p>
<p>
Chaque semaine de nouvelles offres exclusives, rien que pour vous !
</p>
</div>
<!-- ------------------------------------------------------Button back to top--------------------------------------- -->
<button onclick="topFunction()" id="goToTop" title="Go to top">Top</button>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"
></script>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script src="main.js"></script>
<script src="script.js"></script>
</body>
</html>