forked from mdadeeljawaid/Pharmacy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcategories.html
388 lines (348 loc) · 13.5 KB
/
categories.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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html lang="en">
<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" />
<title>HOME</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" />
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" />
<link rel="stylesheet" href="mystyle.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="myjScript.js"></script>
<link rel="stylesheet" href="cat.css">
<style>
.bloc_left_price {
color: #c01508;
text-align: center;
font-weight: bold;
font-size: 150%;
}
.category_block li:hover {
background-color: #007bff;
}
.category_block li:hover a {
color: #ffffff;
}
.category_block li a {
color: #343a40;
}
.add_to_cart_block .price {
color: #c01508;
text-align: center;
font-weight: bold;
font-size: 200%;
margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
color: #343a40;
text-align: center;
text-decoration: line-through;
font-size: 140%;
}
.product_rassurance {
padding: 10px;
margin-top: 15px;
background: #ffffff;
border: 1px solid #6c757d;
color: #6c757d;
}
.product_rassurance .list-inline {
margin-bottom: 0;
text-transform: uppercase;
text-align: center;
}
.product_rassurance .list-inline li:hover {
color: #343a40;
}
.reviews_product .fa-star {
color: gold;
}
.pagination {
margin-top: 20px;
}
footer {
background: #343a40;
padding: 40px;
}
footer a {
color: #f8f9fa !important
}
</style>
</head>
<body class="">
<!-- header section -->
<header class="container-fluid row" id="headertop">
<!-- logo -->
<div class="container-fluid col-3">
<img src="./image/logo1.png" alt="@logo" height="auto" width="200px" />
</div>
<!-- search -->
<div class="container-fluid col-5 mt-3">
<form class="d-flex input-group">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" />
<div class="input-group-append">
<button class="btn btn-" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
</form>
</div>
<!-- accountSec -->
<div class="accountSec container-fluid col-3 mt-3 navbar-expand-lg" id="acctTop">
<button class="btn dropdown-toggle float-lg-right float-md-right" type="button" data-toggle="dropdown"
aria-expanded="false">
<i class="fas fa-user">Account</i>
</button>
<ul class="dropdown-menu">
<li>
<a href="./login.html">LOGIN</a>
</li>
<li>
<a href="./registration.html">SIGNUP</a>
</li>
<li>
<hr class="dropdown-divider" />
</li>
<li><a class="dropdown-item" href="#">SELLER</a></li>
</ul>
</div>
<!-- cart -->
<div class="container-fluid col-1 mt-3">
<a href="cart.html" class="btn" role="button"><i class="fas fa-cart-plus">Cart</i>
</a>
</div>
</header>
<!-- nav bar -->
<nav class="navbar navbar-expand-lg navbar-light nav-bgcolor CustmPadingMargin" id="top_nav">
<div class="container-fluid">
<!-- nav hide on big screen -->
<div id="navhide">
<div class="row justify-content-around">
<!-- togler button -->
<div class="container-fluid col-2 mx-1">
<button class="navbar-toggler align-self-start border-0 bg-white rounded" type="button">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<!-- logo nav-->
<div class="container-fluid col-5 ml-1">
<div id="logonav">
<img src="./image/logo1.png" alt="@logo" height="auto" width="100px" />
</div>
</div>
<!-- cart nav -->
<div class="container-fluid col-4 justify-content-around">
<a href="cart.html" class="btn ml-5" role="button"><i class="fas fa-cart-plus">Cart</i>
</a>
</div>
</div>
<!-- search nav -->
<div class="container-fluid mt-3 ml-auto mt-0 row" id="navhide">
<form class="d-flex input-group">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" />
<div class="input-group-append">
<button class="btn btn-" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
</form>
</div>
</div>
<div
class="collapse navbar-collapse p-3 p-lg-0 mt-lg-0 d-flex flex-column flex-lg-row flex-xl-row justify-content-lg-end mobileMenu"
id="navbarSupportedContent">
<ul class="navbar-nav align-self-stretch justify-content-around">
<!-- nav close button -->
<button type="button" class="btn btnclsnav" id="navhide">
<span aria-hidden="true">×</span>
</button>
<li class="nav-item justify-content-around">
<a class="nav-link active" aria-current="page" href="./index.html"><i class="fa fa-home"></i>Home</a>
</li>
<li class="nav-item justify-content-around">
<a class="nav-link" href="Adeel/Product.html"><i class="fa fa-store"></i>Shop</a>
</li>
<li class="nav-item justify-content-around">
<a href="./aboutus.html" class="nav-link" role="button">About Us</a>
</li>
<li class="nav-item justify-content-around">
<a href="wishlist.html" class="nav-link" role="button"><i class="fa fa-address-book"></i>Contact Us</a>
</li>
<!-- accountSec after size decrease -->
<li class="nav-item justify-content-around" id="accountSec">
<button class="btn dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false">
<i class="fas fa-user"></i>ACCOUNT
</button>
<ul class="dropdown-menu">
<li>
<a href="./login.html">LOGIN</a>
</li>
<li>
<a href="./registration.html">SIGNUP</a>
</li>
<li>
<hr class="dropdown-divider" />
</li>
<li><a class="dropdown-item" href="#">SELLER</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="overlay"></div>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!--+++++++++++++++++++++++++++++++++++++work from here+++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<div class="main-div-product">
<div id="categories" class="list-group mt-3">
<ul id="cat-ul">
<li class="card-header bg-primary text-white text-uppercase list-group text-center"> Categories</li>
<li class="list-group-item text-center"><a href="#">Covid Essential</a></li>
<li class="list-group-item text-center"><a href="#">Good products</a></li>
<li class="list-group-item text-center"><a href="#">best product</a></li>
<li class="list-group-item text-center"><a href="#">baba ki booty</a></li>
</ul>
</div>
</div>
</div>
<div class="col" id="products">
<div class="row">
<div class="col-sm-4 mt-3 " id="product-div">
<div class="card">
<a href="./Adeel/Product.html">
<img class="card-img-top" src="Adeel/image/dettol1.jpg" alt="Card image cap"></a>
<div id="product-des">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's
content.</p>
</div>
<div class="container">
<div class="row no-gutters">
<div class="col" id="del">
<p id="del"><del> MRP ₹99.00</del></p>
<p class="price">₹69.00</p>
</div>
<div class=" col-sm-6"><a href="#" class="btn btn-success btn-block text-light"> Add to <i
class="fa fa-cart-plus" aria-hidden="true"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mt-3 " id="product-div">
<div class="card">
<a href="./Adeel/Product.html">
<img class="card-img-top" src="Adeel/image/dettol1.jpg" alt="Card image cap"></a>
<div id="product-des">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's
content.</p>
</div>
<div class="container">
<div class="row no-gutters">
<div class="col" id="del">
<p id="del"><del> MRP ₹99.00</del></p>
<p class="price">₹69.00</p>
</div>
<div class=" col-sm-6"><a href="#" class="btn btn-success btn-block text-light"> Add to <i
class="fa fa-cart-plus" aria-hidden="true"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mt-3 " id="product-div">
<div class="card">
<a href="./Adeel/Product.html">
<img class="card-img-top" src="Adeel/image/dettol1.jpg" alt="Card image cap"></a>
<div id="product-des">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's
content.</p>
</div>
<div class="container">
<div class="row no-gutters">
<div class="col" id="del">
<p id="del"><del> MRP ₹99.00</del></p>
<p class="price">₹69.00</p>
</div>
<div class=" col-sm-6"><a href="#" class="btn btn-success btn-block text-light"> Add to <i
class="fa fa-cart-plus" aria-hidden="true"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mt-3 " id="product-div">
<div class="card">
<a href="./Adeel/Product.html">
<img class="card-img-top" src="Adeel/image/dettol1.jpg" alt="Card image cap"></a>
<div id="product-des">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's
content.</p>
</div>
<div class="container">
<div class="row no-gutters">
<div class="col" id="del">
<p id="del"><del> MRP ₹99.00</del></p>
<p class="price">₹69.00</p>
</div>
<div class=" col-sm-6"><a href="#" class="btn btn-success btn-block text-light"> Add to <i
class="fa fa-cart-plus" aria-hidden="true"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mt-3 " id="product-div">
<div class="card">
<a href="./Adeel/Product.html">
<img class="card-img-top" src="Adeel/image/dettol1.jpg" alt="Card image cap"></a>
<div id="product-des">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's
content.</p>
</div>
<div class="container">
<div class="row no-gutters">
<div class="col" id="del">
<p id="del"><del> MRP ₹99.00</del></p>
<p class="price">₹69.00</p>
</div>
<div class=" col-sm-6"><a href="#" class="btn btn-success btn-block text-light"> Add to <i
class="fa fa-cart-plus" aria-hidden="true"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mt-3 " id="product-div">
<div class="card">
<a href="./Adeel/Product.html">
<img class="card-img-top" src="Adeel/image/dettol1.jpg" alt="Card image cap"></a>
<div id="product-des">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's
content.</p>
</div>
<div class="container">
<div class="row no-gutters">
<div class="col" id="del">
<p id="del"><del> MRP ₹99.00</del></p>
<p class="price">₹69.00</p>
</div>
<div class=" col-sm-6"><a href="#" class="btn btn-success btn-block text-light"> Add to <i
class="fa fa-cart-plus" aria-hidden="true"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
</body>
</html>