-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
480 lines (476 loc) · 19.4 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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SnapLeather</title>
<!-- google-fontLink -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;1,200;1,300;1,400&display=swap"
rel="stylesheet" />
<!--fontAwesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<!-- css/bootstrap link -->
<link rel="stylesheet" href="Style.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!------------------- WhatsAppLogo ------------------->
<div class="whatsapp-logo">
<a href="https://wa.me/923181142767" target="_blank"><img src="Images/whatsappLogo.png" width="50" alt=""></a>
</div>
<!------------------- Header ------------------->
<header class="header">
<div class="container">
<div class="row justify-content-betwwen align-items-center">
<div class="logo" data-aos="flip-down">
SnapLeather<span class="jacket">🥼</span>
</div>
<button type="button" class="nav-toggler">
<i class="fas fa-bars"></i>
</button>
<nav id="nav" class="nav">
<ul>
<li class="nav-items"><a href="#home">Home</a></li>
<li class="nav-items"><a href="#about">About</a></li>
<li class="nav-items"><a href="#collection">Collection</a></li>
<li class="nav-items"><a href="#blog">Blogs</a></li>
<li class="nav-items"><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-------------------- Home -------------------->
<section class="home-section" id="home">
<div class="home-bg"></div>
<div class="container" data-aos="fade-up">
<div class="row min-vh-100 align-items-center">
<div class="home-text" data-aos="zoom-in-up">
<h1>You can have anything you want in life if you dress for it.</h1>
<p>
"SnapLeather: Easy elegance at your fingertips, where comfort and
style effortlessly come together"
</p>
<button class="btn"><a href="#collection">Explore</a></button>
</div>
</div>
</div>
</section>
<!-------------------- About -------------------->
<section class="about-section sec-padding" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Us</h2>
</div>
</div>
<div class="row">
<div class="about-text">
<h3>Why Choose Us?</h3>
<h4>"Style is a way to say who you are without having to speak"</h4>
<p>
<b>Snapleather</b> - Unleash Your Style with Affordable Leather
Jackets and Wallets Discover Snapleather, your go-to destination
for stylish and budget-friendly leather jackets and wallets. Our
collection blends fashion and affordability, offering you quality
pieces that stand the test of time.
</p>
<p>
Elevate your wardrobe effortlessly with our range of chic and
durable leather accessories. Unleash your unique style with
<b>Snapleather</b> - where fashion meets practicality at a price
you'll love!
</p>
<button class="btn"><a href="#collection">Check Out</a></button>
</div>
<div class="about-img" data-aos="flip-left">
<div class="img-box">
<h3>5+ years experience</h3>
<img src="./images/about_img.jpg" alt="about img" />
</div>
</div>
</div>
</div>
</section>
<!-------------------- Collections -------------------->
<section class="collection-section sec-padding" id="collection">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Our Collection</h2>
</div>
</div>
<!-- searchButtons -->
<div class="row">
<div class="collection-tabs">
<button type="button" class="collection-tab-item active" data-category="all">
All
</button>
<button type="button" class="collection-tab-item" data-category="jackets">
Jackets
</button>
<button type="button" class="collection-tab-item" data-category="wallets">
Wallets
</button>
</div>
</div>
<div class="box-container card">
<!-- ForJackets -->
<div class="box" data-category="jackets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/img-1.webp" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Men's Brown Leather Jacket"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Men's Brown Leather</h3>
<div class="price">$199.99 <span>$220.99</span></div>
</div>
</div>
<div class="box" data-category="jackets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/img-2.webp" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Black Leather (For Women) Jacket"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Black Leather (For Women)</h3>
<div class="price">$249.99 <span>$260.99</span></div>
</div>
</div>
<div class="box" data-category="jackets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/img-3.webp" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Men's Black Leather Jacket"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Men's Black Leather</h3>
<div class="price">$279.99 <span>$299.99</span></div>
</div>
</div>
<div class="box" data-category="jackets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/img-4.webp" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Red Leather (For Women) Jacket"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Red Leather (For Women)</h3>
<div class="price">$229.99 <span>$240.99</span></div>
</div>
</div>
<div class="box" data-category="jackets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/img-5.jpg" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Distressed Brown Leather Jacket"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Distressed Brown Leather</h3>
<div class="price">$210.99 <span>$230.99</span></div>
</div>
</div>
<div class="box" data-category="jackets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/img-6.jpg" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Men Suede Leather Jacket"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Men Suede Leather</h3>
<div class="price">$249.99 <span>$279.99</span></div>
</div>
</div>
<!-- ForWallet -->
<div class="box" data-category="wallets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/wallet1.jpg" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Men's Leather Wallet"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Men's Leather Wallet</h3>
<div class="price">$12.99 <span>$19.99</span></div>
</div>
</div>
<div class="box" data-category="wallets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/wallet2.jpg" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Long Leather Wallet"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Long Leather Wallet</h3>
<div class="price">$15.99 <span>$20.99</span></div>
</div>
</div>
<div class="box" data-category="wallets">
<span class="discount">-10%</span>
<div class="image">
<img src="Images/wallet3.webp" alt="" />
<div class="icons">
<a href="https://wa.me/923181142767?text=Hi Bilal I want to order this Simple Leather Zip Wallet"
target="_blank" class="cart-btn">Order Now</a>
</div>
</div>
<div class="content">
<h3>Simple Leather Zip</h3>
<div class="price">$15.99 <span>$22.99</span></div>
</div>
</div>
</div>
</div>
</section>
<!-------------------- Blogs -------------------->
<section class="blog-section sec-padding" id="blog">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Blogs</h2>
</div>
</div>
<div class="row-content">
<h3>We've Worked With All Kinds Of Leather Jackets.</h3>
<span><b>CUSTOM LEATHER JACKETS:</b> A jacket that's made for you! Send
us your favorite design and we will stich a jacket for you.</span>
<div class="blog-button">
<button><a href="tel:+923181142767">
Book A Call <span><i class="fas fa-phone"></i></span></a>
</button>
</div>
</div>
<div class="row">
<div class="blog-item"">
<img src=" ./images/blog1.jpg" alt="" />
<div class="blog-item-info">
<p>Black Vintage Crunch</p>
</div>
</div>
<div class="blog-item">
<img src="./images/blog2.png" alt="" />
<div class="blog-item-info">
<p>Fashion Youth Motorcycle</p>
</div>
</div>
<div class="blog-item">
<img src="./images/blog3.jpg" alt="" />
<div class="blog-item-info">
<p>Faux Leather For Girls</p>
</div>
</div>
</div>
</div>
</section>
<!-------------------- CardsIcon -------------------->
<section class="icons-container sec-padding">
<div class="icons">
<img src="Images/icon-1.png" alt="" />
<div class="info">
<h3>Free Delivery</h3>
<span>For all Jackets</span>
</div>
</div>
<div class="icons">
<img src="Images/icon-3.png" alt="" />
<div class="info">
<h3>Genuine Leather</h3>
<span>Best Ever Quality</span>
</div>
</div>
<div class="icons">
<img src="Images/icon-4.png" alt="" />
<div class="info">
<h3>Secure Payment</h3>
<span>Online</span>
</div>
</div>
</section>
<!-------------------- Contact -------------------->
<section class="contact sec-padding" id="contact">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Contact Us</h2>
</div>
</div>
<div class="row">
<div class="contact-img">
<div class="img-box">
<h3>Contact Now</h3>
<img src="./Images/contact.jpg" alt="about img">
</div>
</div>
<div class="contact-items">
<div class="contact-tabs">
<h3>Easy to Communicate.</h3>
<p>Feel free to ask any query, and contact for any order.</p>
<div class="contact-modes">
<div class="contact-card">
<div class="flexStart">
<div class="flexCenter">
<i class="fas fa-phone"></i>
</div>
<div class="flexColStart detail">
<span class="primaryText">Call</span>
<span class="secondaryText">+923181142767</span>
</div>
</div>
<button class="flexCenter contact-button"><a href="tel:+923181142767"
onclick="copyPhoneNumber('+923181142767')">Call Now</a></button>
</div>
<div class="contact-card">
<div class="flexStart">
<div class="flexCenter">
<i class="fa fa-comment"></i>
</div>
<div class="flexColStart detail">
<span class="primaryText">Chat</span>
<span class="secondaryText">+923181142767</span>
</div>
</div>
<button class="flexCenter contact-button"><a href="sms:+923181142767">Chat Now</a></button>
</div>
<div class="contact-card">
<div class="flexStart">
<div class="flexCenter">
<i class="fa fa-envelope"></i>
</div>
<div class="flexColStart detail">
<span class="primaryText">Email</span>
<span class="secondaryText">[email protected]</span>
</div>
</div>
<button class="flexCenter contact-button"><a href="mailto:[email protected]">Mail Now</a></button>
</div>
<div class="contact-card">
<div class="flexStart">
<div class="flexCenter">
<i class="fa fa-comments"></i>
</div>
<div class="flexColStart detail">
<span class="primaryText">WhatsApp</span>
<span class="secondaryText">+923181142767</span>
</div>
</div>
<button class="flexCenter contact-button"><a href="https://wa.me/923181142767" target="_blank">Chat
Now</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------- Footer -------------------->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-item">
<h3 id="font-change">Treat yourself with luxury!</h3>
</div>
<div class="footer-item">
<div class="card-client">
<div class="user-picture">
<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">
<path
d="M224 256c70.7 0 128-57.31 128-128s-57.3-128-128-128C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z">
</path>
</svg>
</div>
<p class="name-client"> Bilal Yasir
<span>Founder of SnapLeather
</span>
</p>
<div class="social-media">
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z">
</path>
</svg>
<span class="tooltip-social">Instagram</span>
</a>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z">
</path>
</svg>
<span class="tooltip-social">Facebook</span>
</a>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z">
</path>
</svg>
<span class="tooltip-social">LinkedIn</span>
</a>
</div>
</div>
</div>
<div class="footer-item">
<h3>Contact Us</h3>
<p><a href="tel:+923181142767" onclick="copyPhoneNumber('+923181142767')">+923181142767</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<h3 class="follow">Follow On</h3>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="footer-item">
<h3>Quick Links</h3>
<div class="quick-links">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#collection">Collection</a>
<a href="#blog">Blogs</a>
<a href="#blog">Blogs</a>
<a href="#contact">Contact</a>
</div>
</div>
</div>
<div class="copy-right">
<p>© 2024 <a href="https://snapleather-leathercollection.netlify.app/"><b>SnapLeather</b></a>. All rights reserved.</p>
</div>
</div>
</footer>
<script src="Script.js"></script>
<!-- AOSlibrary -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 400,
duration: 1300,
});
</script>
</body>
</html>