-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshop.html
301 lines (264 loc) · 12.5 KB
/
shop.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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pharma — Colorlib Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Rubik:400,700|Crimson+Text:400,400i" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="site-wrap">
<div class="site-navbar py-2">
<div class="search-wrap">
<div class="container">
<a href="#" class="search-close js-search-close"><span class="icon-close2"></span></a>
<form action="#" method="post">
<input type="text" class="form-control" placeholder="Search keyword and hit enter...">
</form>
</div>
</div>
<div class="container">
<div class="d-flex align-items-center justify-content-between">
<div class="logo">
<div class="site-logo">
<a href="index.html" class="js-logo-clone">Pharma</a>
</div>
</div>
<div class="main-nav d-none d-lg-block">
<nav class="site-navigation text-right text-md-center" role="navigation">
<ul class="site-menu js-clone-nav d-none d-lg-block">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="shop.html">Store</a></li>
<li class="has-children">
<a href="#">Dropdown</a>
<ul class="dropdown">
<li><a href="#">Supplements</a></li>
<li class="has-children">
<a href="#">Vitamins</a>
<ul class="dropdown">
<li><a href="#">Supplements</a></li>
<li><a href="#">Vitamins</a></li>
<li><a href="#">Diet & Nutrition</a></li>
<li><a href="#">Tea & Coffee</a></li>
</ul>
</li>
<li><a href="#">Diet & Nutrition</a></li>
<li><a href="#">Tea & Coffee</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="icons">
<a href="#" class="icons-btn d-inline-block js-search-open"><span class="icon-search"></span></a>
<a href="cart.html" class="icons-btn d-inline-block bag">
<span class="icon-shopping-bag"></span>
<span class="number">2</span>
</a>
<a href="#" class="site-menu-toggle js-menu-toggle ml-3 d-inline-block d-lg-none"><span
class="icon-menu"></span></a>
</div>
</div>
</div>
</div>
<div class="bg-light py-3">
<div class="container">
<div class="row">
<div class="col-md-12 mb-0"><a href="index.html">Home</a> <span class="mx-2 mb-0">/</span> <strong class="text-black">Store</strong></div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h3 class="mb-3 h6 text-uppercase text-black d-block">Filter by Price</h3>
<div id="slider-range" class="border-primary"></div>
<input type="text" name="text" id="amount" class="form-control border-0 pl-0 bg-white" disabled="" />
</div>
<div class="col-lg-6">
<h3 class="mb-3 h6 text-uppercase text-black d-block">Filter by Reference</h3>
<button type="button" class="btn btn-secondary btn-md dropdown-toggle px-4" id="dropdownMenuReference"
data-toggle="dropdown">Reference</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuReference">
<a class="dropdown-item" href="#">Relevance</a>
<a class="dropdown-item" href="#">Name, A to Z</a>
<a class="dropdown-item" href="#">Name, Z to A</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Price, low to high</a>
<a class="dropdown-item" href="#">Price, high to low</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<span class="tag">Sale</span>
<a href="shop-single.html"> <img src="images/product_01.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Bioderma</a></h3>
<p class="price"><del>95.00</del> — $55.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<a href="shop-single.html"> <img src="images/product_02.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Chanca Piedra</a></h3>
<p class="price">$70.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<a href="shop-single.html"> <img src="images/product_03.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Umcka Cold Care</a></h3>
<p class="price">$120.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<a href="shop-single.html"> <img src="images/product_04.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Cetyl Pure</a></h3>
<p class="price"><del>45.00</del> — $20.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<a href="shop-single.html"> <img src="images/product_05.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">CLA Core</a></h3>
<p class="price">$38.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<span class="tag">Sale</span>
<a href="shop-single.html"> <img src="images/product_06.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Poo Pourri</a></h3>
<p class="price"><del>$89</del> — $38.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<span class="tag">Sale</span>
<a href="shop-single.html"> <img src="images/product_01.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Bioderma</a></h3>
<p class="price"><del>95.00</del> — $55.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<a href="shop-single.html"> <img src="images/product_02.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Chanca Piedra</a></h3>
<p class="price">$70.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<a href="shop-single.html"> <img ˀsrc="images/product_03.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Umcka Cold Care</a></h3>
<p class="price">$120.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<a href="shop-single.html"> <img src="images/product_04.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Cetyl Pure</a></h3>
<p class="price"><del>45.00</del> — $20.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<a href="shop-single.html"> <img src="images/product_05.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">CLA Core</a></h3>
<p class="price">$38.00</p>
</div>
<div class="col-sm-6 col-lg-4 text-center item mb-4">
<span class="tag">Sale</span>
<a href="shop-single.html"> <img src="images/product_06.png" alt="Image"></a>
<h3 class="text-dark"><a href="shop-single.html">Poo Pourri</a></h3>
<p class="price"><del>$89</del> — $38.00</p>
</div>
</div>
<div class="row mt-5">
<div class="col-md-12 text-center">
<div class="site-block-27">
<ul>
<li><a href="#"><</a></li>
<li class="active"><span>1</span></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="site-section bg-secondary bg-image" style="background-image: url('images/bg_2.jpg');">
<div class="container">
<div class="row align-items-stretch">
<div class="col-lg-6 mb-5 mb-lg-0">
<a href="#" class="banner-1 h-100 d-flex" style="background-image: url('images/bg_1.jpg');">
<div class="banner-1-inner align-self-center">
<h2>Pharma Products</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Molestiae ex ad minus rem odio voluptatem.
</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-5 mb-lg-0">
<a href="#" class="banner-1 h-100 d-flex" style="background-image: url('images/bg_2.jpg');">
<div class="banner-1-inner ml-auto align-self-center">
<h2>Rated by Experts</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Molestiae ex ad minus rem odio voluptatem.
</p>
</div>
</a>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 mb-4 mb-lg-0">
<div class="block-7">
<h3 class="footer-heading mb-4">About Us</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius quae reiciendis distinctio voluptates
sed dolorum excepturi iure eaque, aut unde.</p>
</div>
</div>
<div class="col-lg-3 mx-auto mb-5 mb-lg-0">
<h3 class="footer-heading mb-4">Quick Links</h3>
<ul class="list-unstyled">
<li><a href="#">Supplements</a></li>
<li><a href="#">Vitamins</a></li>
<li><a href="#">Diet & Nutrition</a></li>
<li><a href="#">Tea & Coffee</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-5 mb-5">
<h3 class="footer-heading mb-4">Contact Info</h3>
<ul class="list-unstyled">
<li class="address">203 Fake St. Mountain View, San Francisco, California, USA</li>
<li class="phone"><a href="tel://23923929210">+2 392 3929 210</a></li>
<li class="email">[email protected]</li>
</ul>
</div>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made
with <i class="icon-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank"
class="text-primary">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>