-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
412 lines (346 loc) · 15.8 KB
/
index.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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<title>E-Commerce</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!------------------------NAVBAR---------------------------------->
<section class="header_menu" id="header-menu">
<div class ="container-fluid px-0 shadow">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src ="images/logo.jpeg" class ="img img-fluid pl-4" width ="120px" alt ="logo"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME<span class ="sr-only"(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">PRODUCTS</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="category.html" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
CATEGORY</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="men.html">Men</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="women.html">Women</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="children.html">Children</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT US</a>
</li>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<a href="search.html" class="btn btn-outline-success" type="submit">Search</a>
</form>
<div class= "cart" width ="100px">
<a href="cart.html" >
<i class="fas fa-shopping-cart" width ="100px" ></i>
</a>
</div>
</div>
</div>
<h1>Hello, world!</h1>
</div>
<!---------------------------CAROUSEL------------------------->
<section class ="header_carousel" id ="header_carousel">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://img.huffingtonpost.com/asset/606caf9a270000ec36c85392.jpeg?cache=c1kUuipu0F&ops=800_450" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i2.wp.com/s3-pixelphant-frontend.s3.amazonaws.com/frontend/scale-product-photography.jpg?fit=1024%2C512&ssl=1" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.sciecomm.com/wp-content/uploads/2019/04/rsz_markus-spiske-1423-unsplash.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-----------------------CATEGORY----------------------------------->
<section class ="shop_by_category py-5 my-5" id ="shop_by_category">
<div class ="container-fluid">
<div class ="section_title text-center mb-5">
<h1 class = "text-capitalize">Shop by Category!</h1>
</div>
<div class ="row">
<div class ="col-md-4 col-12">
<div class ="card bg-dark text-white">
<a href ="category.html">
<img class ="card-img img img-fluid" src="https://thenewwallet.com/wp-content/uploads/2017/06/Accessories-Every-Man-Should-Have-In-His-Wardrobe.jpg" alt ="card image">
</a>
</div>
</div>
<div class ="col-md-4 col-12 mt-small-5 mb-small-5">
<div class ="card bg-dark text-white">
<a href ="category.html">
<img class ="card-img img img-fluid" src="https://media.istockphoto.com/photos/treasure-picture-id483955929?k=6&m=483955929&s=612x612&w=0&h=YFABtXE_cdO74Xf5887Vgbv8OUnvfOVSBQE3C4yyNvo=" alt ="card image">
</a>
</div>
</div>
<div class ="col-md-4 col-12 mt-small-5 mb-small-5">
<div class ="card bg-dark text-white">
<a href ="category.html">
<img class ="card-img img img-fluid" src="https://www.globalcosmeticsnews.com/wp-content/uploads/2018/04/cosmetics.jpg" alt ="card image">
</a>
</div>
</div>
</div>
</div>
</section>
<!---------------------CATEGORY2--------------------------------->
<!--<section class ="shop_by_category py-5 my-5" id ="shop_by_category">-->
<div class ="container-fluid">
<div class ="row">
<div class ="col-md-4 col-12">
<div class ="card bg-dark text-white">
<a href ="category.html">
<img class ="card-img img img-fluid" src="https://ksusentinel.com/wp-content/uploads/2021/03/Consumer-Electronics-market.jpg" alt ="card image">
</a>
</div>
</div>
<div class ="col-md-4 col-12">
<div class ="card bg-dark text-white">
<a href ="category.html">
<img class ="card-img img img-fluid" src="https://chicagoshopwalk.com/wp-content/uploads/2019/04/accessories-are-purses.jpg" alt ="card image">
</a>
</div>
</div>
<div class ="col-md-4 col-12">
<div class ="card bg-dark text-white">
<a href ="category.html">
<img class ="card-img img img-fluid" src="https://www.agoafestival.com/wp-content/uploads/2016/01/leatherstuff.jpg" alt ="card image">
</a>
</div>
</div>
</div>
</div>
</section>
<!---------------------LATEST PRODUCTS---------------------->
<section class ="products py-5 my-5 bg-light" id ="products">
<div class ="container">
<div class ="section_title text-center mb-5">
<h1 class="text-capitalize">Latest Products!<h1>
</div>
<div class ="row mb-5">
<div class ="col-md-4 col-12">
<div class ="single_product shadow text-center p-1">
<div class ="product_img">
<a href="product_detail.html"><img src ="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTziAq8qKJ8HCzoA8Axyc8p0LB9xLG2B59BOf31FvUc8pNg_j6TlZWt9-iCNqCm0pt3DLs&usqp=CAU" class="img img-fluid" alt ="..."></a>
<div class ="new_product">
<span class ="badge py-2 px-3 badge-pill badge-danger">New</span>
</div>
</div>
<div class ="product-caption my-3">
<div class ="product-ratting">
<i class ="fas fa-star"></i>
<i class ="fas fa-star"></i>
<i class ="fas fa-star"></i>
<i class ="fas fa-star low-star"></i>
<i class ="far fa-star low-star"></i>
</div>
<h6><a href ="product_detail.html">Cute Keyhole Back Layered Ruffle Sleeve Blouse Women</a></h6>
<div class ="price">
<b><span class ="mr-1">₹</span><span>700</span></b>
</div>
</div>
</div>
</div>
<div class ="col-md-4 col-12">
<div class ="single_product shadow text-center p-1">
<div class ="product_img">
<a href="product_detail.html"><img src ="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTS839OFLSomXjcTmRx3Dj2jbCcGHUbxMnRbC7pQljmnzpzg71mdRSobFAUO_GPOF9xcCY&usqp=CAU" class="img img-fluid" alt ="..."></a>
<div class ="new_product">
<span class ="badge py-2 px-3 badge-pill badge-danger">New</span>
</div>
</div>
<div class ="product-caption my-3">
<div class ="product-ratting">
<i class ="fas fa-star"></i>
<i class ="fas fa-star"></i>
<i class ="fas fa-star"></i>
<i class ="far fa-star low-star"></i>
<i class ="far fa-star low-star"></i>
</div>
<h6><a href ="product_detail.html">SHEIN Multicolor Botanical Print Blouse Top Women</a></h6>
<div class ="price">
<b><span class ="mr-1">₹</span><span>900</span></b>
</div>
</div>
</div>
</div>
<div class ="col-md-4 col-12">
<div class ="single_product shadow text-center p-1">
<div class ="product_img">
<a href="product_detail.html"><img src ="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSTFnnjlXwI2ktqnAKmUZ3SkzRWDzIRljs3qg&usqp=CAU" class="img img-fluid" alt ="..."></a>
<div class ="new_product">
<span class ="badge py-2 px-3 badge-pill badge-danger">New</span>
</div>
</div>
<div class ="product-caption my-3">
<div class ="product-ratting">
<i class ="fas fa-star"></i>
<i class ="fas fa-star"></i>
<i class ="fas fa-star"></i>
<i class ="fas fa-star low-star"></i>
<i class ="far fa-star low-star"></i>
</div>
<h6><a href ="product_detail.html">ETA Sage Green Slim Fit T-Shirt Men Fashion casual-wear range </a></h6>
<div class ="price">
<b><span class ="mr-1">₹</span><span>800</span></b>
</div>
</div>
</div>
</div>
<!-----------------FEATURES-------------------------->
<section class ="feature py-5 mt-5" id="feature">
<div class="container" >
<div class ="section_title text-center mb-5">
<h1 class ="text-capitalize">Our Features</h1>
</div>
<div class ="row text-white" >
<div class ="col-md-4 col-12">
<div class="text-center">
<div class ="mb-4">
<i class ="fas fa-shipping-fast fa-3x mb-3 pt-2"></i>
<div>
<h3>Free Shipping</h3>
</div>
</div>
<div>Free shipping on minimum purchase of ₹499</div>
</div>
</div>
<div class ="col-md-4 col-12 ">
<div class="text-center">
<div class ="mb-4">
<i class ="fas fa-lock fa-3x mb-3 pt-2"></i>
<div>
<h3>Secure Payment Method</h3>
</div>
</div>
<div>Safe and Secure Payments.Easy returns on 100% Authentic products</div>
</div>
</div>
<div class ="col-md-4 col-12 ">
<div class="text-center">
<div class ="mb-4">
<i class="fas fa-percent fa-3x mb-3 pt-2"></i>
<div>
<h3>30% off on first purchase</h3>
</div>
</div>
<div>Get 30% discount on you first purchase with us</div>
</div>
</div>
</div>
</div>
</section>
<!-------------FOOTER--------------->
<section class ="footer_section pt-5 pb-2" id="footer_section">
<footer>
<div class="container-fluid">
<div class="row">
<div class ="col-md-3 col-6 pl-5 pl-small-15">
<div class ="footer_title">
<a href ="index.html"><img src ="images/logob.jpeg" width="100px" class="img img-fluid" alt="logo"></a>
</div>
<div class="add">
<ul type="none">
<li>Lorem ipsum dolor </li>
<li>sit amet consectetur </li>
<li>adipisicing elit. Atque,</li>
<li>consectetur ad!,</li>
</ul>
</div>
</div>
<div class ="col-md-3 col-6">
<div class ="footer_title pt-3 mb-3">
<h3>Quick Links</h3>
</div>
<div class="footer_links">
<ul type="none">
<li><a href="about.html">About</a></li>
<li><a href="javascript:;">Offers and Discounts</a></li>
<li><a href="javascript:;">Get Coupons</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class ="col-md-3 col-6">
<div class ="footer_title pt-3 mb-3">
<h3>New Products</h3>
</div>
<div class="footer_links">
<ul type="none">
<li><a href="javascript:;">Fashion</a></li>
<li><a href="javascript:;">Accessories</a></li>
<li><a href="javascript:;">Electronics</a></li>
<li><a href="javascript:;">Beauty</a></li>
</ul>
</div>
</div>
<div class ="col-md-3 col-6">
<div class ="footer_title pt-3 mb-3">
<h3>Support</h3>
</div>
<div class="footer_links">
<ul type="none">
<li><a href="javascript:;">Frequently asked Questions</a></li>
<li><a href="javascript:;">Terms & Conditions</a></li>
<li><a href="javascript:;">Privacy Policy</a></li>
<li><a href="javascript:;">Report</a></li>
<li><a href="javascript:;">Report</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class ="border-top">
<h6 class="text-center mt-3">Copyright @2020 All rights reserved</h6>
</div>
</footer>
</section>
<div class="backtop">
<a id="button" href="#top" class="btn btn-lg btn-outline-danger" role="button">
<i class="fas fa-chevron-up text-dark"></i>
</a>
</div>
<!--<div class="backtop">
<a id="button" href="#top" class="btn btn-lg btn-outline-danger" role="button">
<i class="fas fa-chevron-up text-dark"></i>
</a>
</div>-->
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
-->
</body>
</html>