-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
382 lines (359 loc) · 23.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Fleecebag</title>
<link rel="icon" href="assets/img/purse.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="bg-light">
<!-- Navbar -->
<nav class="navbar navbar-light navbar-expand-lg py-3">
<div class="container"><a href="#"><img src="assets/img/purse.png" height="25px"
style="padding-right: 10px;"></a><a class="navbar-brand d-flex align-items-center"
href="#"><span>Fleecebag</span></a><button class="navbar-toggler" type="button"
data-bs-toggle="collapse" data-bs-target="#navcol-3" aria-controls="navcol-3" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span>
</button>
<div id="navcol-3" class="collapse navbar-collapse">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link pe-1" href="men.html">Men</a></li>
<li class="nav-item dropdown">
<a class="nav-link ps-0 dropdown-toggle" href="#" data-bs-toggle="dropdown"
aria-expanded="false"></a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="subpages/men/wallets.html">Wallets</a></li>
<li><a class="dropdown-item" href="subpages/men/laptopbags.html">Laptop Bags</a></li>
<li><a class="dropdown-item" href="subpages/men/sling.html">Sling Bags</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link pe-1" href="women.html">Women</a></li>
<li class="nav-item dropdown">
<a class="nav-link ps-0 dropdown-toggle" href="#" data-bs-toggle="dropdown"
aria-expanded="false"></a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="subpages/women/clutches.html">Clutches</a></li>
<li><a class="dropdown-item" href="subpages/women/handbags.html">Handbags</a></li>
<li><a class="dropdown-item" href="subpages/women/slingmessenger.html">Sling & Messenger
Bags</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link pe-1" href="other.html">Other</a></li>
<li class="nav-item dropdown">
<a class="nav-link ps-0 dropdown-toggle" href="#" data-bs-toggle="dropdown"
aria-expanded="false"></a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="subpages/other/totebags.html">Tote Bags</a></li>
<li><a class="dropdown-item" href="subpages/other/schoolbags.html">School Bags</a></li>
<li><a class="dropdown-item" href="subpages/other/travellingbags.html">Travelling
Bags</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="offers.html">Offers</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About Us</a></li>
</ul>
<span>
<ul class="navbar-nav mx-auto">
<li class="nav-item nav-link"><a href="cart.html"><i
class="fa-solid fa-bag-shopping"></i></a></li>
<li class="nav-item"><a class="nav-link" href="login.html">Login</a></li>
<li class="nav-item nav-link" id="tick">|</li>
<li class="nav-item"><a class="nav-link" href="signup.html">Sign Up</a></li>
</ul>
</span>
</div>
</div>
</nav>
<!-- Full Screen Carousel -->
<div id="carousel-1" class="carousel slide" data-bs-ride="carousel" style="height: 600px;">
<div class="carousel-inner h-100">
<div class="carousel-item active h-100"><img class="w-100 d-block position-absolute h-100"
src="assets/img/carousel/c1.jpg" alt="Slide Image" style="z-index: -1;object-fit: cover;">
<div class="container d-flex flex-column justify-content-center h-100">
<div class="row">
<div class="col-md-6 col-xl-4 offset-md-7">
<div style="max-width: 350px;">
<h1 class="text-uppercase fw-bold">Premium <br> Tote Bags</h1>
<p class="my-3">Check out our latest collection, expertly crafted from the
house's signature materials.</p><a class="btn btn-light btn-sm" role="button"
href="subpages/other/totebags.html">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item h-100"><img class="w-100 d-block position-absolute h-100"
src="assets/img/carousel/c2.jpg" alt="Slide Image" style="z-index: -1;object-fit: cover;">
<div class="container d-flex flex-column justify-content-center h-100">
<div class="row">
<div class="col-md-6 col-xl-4 offset-md-7">
<div style="max-width: 350px; color: white;">
<h1 class="text-uppercase fw-bold">Handcrafted<br>Wallets</h1>
<p class="my-3">Browse a vast selection of wallets, and choose the one that best suits your personality.</p><a class="btn btn-dark btn-sm" role="button" href="subpages/men/wallets.html">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item h-100"><img class="w-100 d-block position-absolute h-100"
src="assets/img/carousel/c3.jpg" alt="Slide Image" style="z-index: -1;object-fit: cover;">
<div class="container d-flex flex-column justify-content-center h-100">
<div class="row">
<div class="col-md-6 col-xl-4 offset-md-1">
<div style="max-width: 350px; color: white;">
<h1 class="text-uppercase fw-bold float-right">Make a statement</h1>
<p class="my-3">Step up your style game by pairing our exquisite handbags with your statement outfits.</p><a class="btn btn-dark btn-sm" role="button"
href="subpages/women/handbags.html">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="home-carousel-controls"><a class="carousel-control-prev" href="#carousel-1" role="button"
data-bs-slide="prev"><span class="carousel-control-prev-icon"></span><span
class="visually-hidden">Previous</span></a><a class="carousel-control-next" href="#carousel-1"
role="button" data-bs-slide="next"><span class="carousel-control-next-icon"></span><span
class="visually-hidden">Next</span></a></div>
<ol class="carousel-indicators">
<li data-bs-target="#carousel-1" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#carousel-1" data-bs-slide-to="1"></li>
<li data-bs-target="#carousel-1" data-bs-slide-to="2"></li>
</ol>
</div>
<!-- Discount bar -->
<div class="container my-2 home-discount">
<header class="d-flex flex-wrap justify-content-center pt-5 text-center fs-3 fw-bold">
<div class="col-xl-3 col-md-4 col-sm-6 mb-5 mx-auto"><sup>Flat</sup>50% OFF<sub>Buy 10 items</sub></div>
<div class="col-xl-3 col-md-4 col-sm-6 mb-5 mx-auto"><sup>Flat</sup>25% OFF<sub>Buy 5 items</sub></div>
<div class="col-xl-3 col-md-4 col-sm-6 mb-5 mx-auto"><sup>Flat</sup>10% OFF<sub>Buy 3 items</sub></div>
<div class="col-xl-3 col-md-12 col-sm-12 mb-5 mx-auto"><a href="offers.html"
class="btn btn-outline-dark">CODE : FLEECEBAGSS</a></div>
</header>
</div>
<!-- Animated Banner -->
<div class="container-fluid px-0">
<img src="assets/img/banner2.gif" class="img-fluid">
</div>
<!-- Featured Products Carousel -->
<div class="content">
<div class="site-section mb-5">
<div class="container owl-1-style">
<h2 class="mt-5 mb-4 border-bottom" style="color:#6D6875">Featured Products</h2>
<div class="owl-carousel owl-1">
<div class="featuredprod">
<a href="subpages/other/totebags.html"><img src="assets/img/other/tote/img1.jpg" class="img-fluid"></a>
<h3><a href="subpages/other/totebags.html">Tote Bags</a></h3>
</div>
<div class="featuredprod">
<a href="subpages/men/laptopbags.html"><img src="assets/img/men/laptop/img12.jpg" class="img-fluid"></a>
<h3><a href="subpages/men/laptopbags.html">Laptop Bags</a></h3>
</div>
<div class="featuredprod">
<a href="subpages/women/clutches.html"><img src="assets/img/women/clutches/img1.jpg" class="img-fluid"></a>
<h3><a href="subpages/women/clutches.html">Clutches</a></h3>
</div>
<div class="featuredprod">
<a href="subpages/men/wallets.html"><img src="assets/img/men/wallets/img4.jpg" class="img-fluid"></a>
<h3><a href="subpages/men/wallets.html">Wallets</a></h3>
</div>
<div class="featuredprod">
<a href="subpages/women/slingmessenger.html#messenger"><img src="assets/img/women/messenger/img3.jpg" class="img-fluid"></a>
<h3><a href="subpages/women/slingmessenger.html#messenger">Messenger Bags</a></h3>
</div>
<div class="featuredprod">
<a href="subpages/men/sling.html"><img src="assets/img/men/sling/img7.jpg" class="img-fluid"></a>
<h3><a href="subpages/men/sling.html">Sling Bags</a></h3>
</div>
<div class="featuredprod">
<a href="subpages/women/handbags.html"><img src="assets/img/women/handbags/img4.jpg" class="img-fluid"></a>
<h3><a href="subpages/women/handbags.html">Handbags</a></h3>
</div>
</div>
</div>
</div>
</div>
<!-- Banner 2 -->
<div class="container-fluid px-0">
<div class="card">
<img src="assets/img/banner1.webp" class="card-img-bottom">
</div>
</div>
<!-- Best Selling Categories -->
<div class="container px-4 py-5" id="custom-cards">
<h2 class="mt-5 pb-2 border-bottom" style="color:#6D6875">Best Selling Categories</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-xxl-4 row-cols-lg-2 align-items-stretch g-4 py-4">
<div class="col" style="height: 20vw;"><a href="subpages/other/totebags.html">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg"
style="background-image: url('assets/img/other/tote/img3.jpg'); background-size: cover;">
<div class="d-flex flex-column h-100 pt-3 px-4 text-white text-shadow-1">
<h2 class="pt-2 mt-3 mb-4 display-6 lh-1 fw-bold">Tote <br> Bags</h2>
</div>
</div></a>
</div>
<div class="col" style="height: 20vw;"><a href="subpages/men/sling.html">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg"
style="background-image: url('assets/img/men/sling/img4.jpg'); background-size: cover;">
<div class="d-flex flex-column h-100 pt-3 px-4 text-shadow-1">
<h2 class="pt-2 mt-3 mb-4 display-6 lh-1 fw-bold text-dark">Sling <br> Bags</h2>
</div>
</div></a>
</div>
<div class="col" style="height: 20vw;"><a href="subpages/women/handbags.html">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg"
style="background-image: url('assets/img/women/handbags/img3.jpg'); background-size: cover;">
<div class="d-flex flex-column h-100 pt-3 px-4 text-white text-shadow-1">
<h2 class="pt-2 mt-3 mb-4 display-6 lh-1 fw-bold">Handbags</h2>
</div>
</div></a>
</div>
<div class="col" style="height: 20vw;"><a href="subpages/other/travellingbags.html">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg"
style="background-image: url('assets/img/other/travelling/img1.jpg'); background-size: cover;">
<div class="d-flex flex-column h-100 pt-3 px-4 text-white text-shadow-1">
<h2 class="pt-2 mt-3 mb-4 display-6 lh-1 fw-bold text-dark">Strollers</h2>
</div>
</div></a>
</div>
</div>
</div>
<!-- About Us -->
<div class="mt-5 pt-2 pb-5" id="about">
<div class="container pb-5">
<h2 class="border-bottom pb-1 mb-3" style="color:#6D6875">About Our Company</h2>
<div class="row bg-white rounded shadow-sm py-5 px-5">
<div class="col-sm-6 col-md-4 my-3">
<h3 class="mb-4">Fleecebag</h3><span class="small text-smallcase text-muted">Think Once, Think
Twice, Think Bags.</span>
<ul class="social mb-0 list-inline mt-5">
<li class="list-inline-item"><a href="#" class="social-link"><i
class="fa-brands fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link"><i
class="fa-brands fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link"><i
class="fa-brands fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link"><i
class="fa-brands fa-tiktok"></i></a></li>
</ul>
</div>
<div class="col-sm-6 col-md-4 my-3">
<h3>Contact Us</h3>
<ul class="list-group-flush px-0">
<li class="list-group-item d-table"><span class="d-table-cell" style="width: 30px;"><i
class="fa-solid fa-location-dot"></i></span><span
class="text-muted d-table-cell">Chitkara University<br>Rajpura, Punjab</span></li>
</ul>
<ul class="list-group-flush px-0">
<li class="list-group-item d-table"><span class="d-table-cell" style="width: 30px;"><i
class="fa-solid fa-paper-plane"></i></i></span><span
class="text-muted d-table-cell">support@fleecebag.in</span></li>
</ul>
</div>
<div class="col-sm-6 col-md-4 my-3 text-center mx-auto">
<img src="assets/img/logo.png" alt="" width="200vw"
class="img-fluid mb-3 img-thumbnail shadow-sm">
</div>
</div>
</div>
<div class="container pb-5">
<h2 class="border-bottom pb-1 mb-3" style="color:#6D6875">Our team</h2>
<div class="row text-center">
<div class="col-xl-9 col-sm-9 mb-5 mx-auto">
<div class="bg-white rounded shadow-sm py-5 px-4"><img src="assets/img/dakshay.jpeg" alt=""
width="100" class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm">
<h5 class="mb-0">Dakshay Ahuja</h5><span
class="small text-smallcase text-muted">dakshayahuja02@gmail.com<br>+91 98110
84505</span>
<ul class="social mb-0 list-inline mt-3">
<li class="list-inline-item"><a href="https://twitter.com/dakshayahuja"
class="social-link"><i class="fa-brands fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://instagram.com/dakshayahuja"
class="social-link"><i class="fa-brands fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="https://linkedin.com/in/dakshayahuja"
class="social-link"><i class="fa-brands fa-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/dakshayahuja"
class="social-link"><i class="fa-brands fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Newsletter Section -->
<div class="newsletter container-fluid">
<div class="container">
<div class="intro">
<h2 class="text-center">Subscribe to our Newsletter</h2>
</div>
<div>
<span class="d-flex justify-content-center" style="margin-right: -4px;">
<input class="form-control" type="email" placeholder="Enter your email address">
<button type="button" id="subscribe" class="btn btn-primary">Subscribe </button>
</span>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container py-4 pt-5">
<div class="row justify-content-center">
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column item">
<h3 class="fs-6">About</h3>
<ul class="list-unstyled">
<li><a class="link-secondary" href="#about">Terms & Conditions</a></li>
<li><a class="link-secondary" href="#about">Contact us</a></li>
</ul>
<h3 class="fs-6 mt-3">Follow Us</h3>
<ul class="social mb-0 list-inline">
<li class="list-inline-item"><a class="social-link"><i
class="fa-brands fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a class="social-link"><i
class="fa-brands fa-instagram"></i></a></li>
<li class="list-inline-item"><a class="social-link"><i class="fa-brands fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column item">
<h3 class="fs-6">Customer Service</h3>
<ul class="list-unstyled">
<li><a class="link-secondary" href="#">Return Policy</a></li>
<li><a class="link-secondary" href="#">Privacy Policy</a></li>
<li><a class="link-secondary" href="#">Shipping Information</a></li>
<li><a class="link-secondary" href="#">FAQs</a></li>
</ul>
</div>
<div
class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last item social">
<div class="fw-bold d-flex align-items-center mb-2"><img src="assets/img/purse.png"
height="25px" style="padding-right: 10px;"></span><span>Fleecebag</span></div>
<p class="text-muted copyright">Think Once, Think Twice, Think Bags</p>
<h3 class="fs-6 mt-4 mb-2 text-uppercase">Payment Options</h3>
<span>
<img class="me-2" width="45px" src="assets/img/extra/upi.png" alt="UPI" />
<img class="me-2" width="45px" src="assets/img/extra/visa.png" alt="Visa" />
<img class="me-2" width="45px" src="assets/img/extra/mastercard.png" alt="Mastercard" />
<img class="me-2" width="45px" src="assets/img/extra/rupay.png" alt="Rupay" />
<img class="me-2" width="45px" src="assets/img/extra/cod.png" alt="Cash on Delivery" />
</span>
</div>
</div>
<hr>
<div class="d-flex justify-content-around align-items-center pt-3">
<p class="text-muted text-uppercase mb-0">Copyright © 2022 All Rights Reserved</p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/egjs-agent/2.4.3/agent.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="assets/script.js"></script>
</body>
</html>