-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWatches.html
695 lines (445 loc) · 18.9 KB
/
Watches.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
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!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">
<!--
- primary meta tags
-->
<title>ICEBYFLEXZY </title>
<meta name="title" content="DIAMOND, MOISSONITE💎
High Quality Premium 𝐌𝐀𝐋𝐄 & 𝐅𝐄𝐌𝐀𝐋𝐄 jewelries
Luxury Costume Jewelry & 𝐖𝐀𝐓𝐂𝐇𝐄𝐒 ">
<meta name="description" content="DIAMOND, MOISSONITE💎
High Quality Premium 𝐌𝐀𝐋𝐄 & 𝐅𝐄𝐌𝐀𝐋𝐄 jewelries
Luxury Costume Jewelry & 𝐖𝐀𝐓𝐂𝐇𝐄𝐒 ">
<!--
- favicon
-->
<link rel="shortcut icon" href="logo.png" type="image/svg+xml">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/fonts/font.css">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- preload images
-->
<link rel="preload" as="image" href="logo.png">
</head>
<body>
<!--
- #HEADER
-->
<header class="header" data-header>
<div class="container">
<h1 class="h1 hero-title title" style="color: rgb(46, 100, 147);">ICEBYFLEXZY </h1>
<nav class="navbar" data-navbar>
<ul class="navbar-list">
<li>
<a href="index.html" class="navbar-link" style="color: rgb(46, 100, 147);">Home</a>
</li>
<li>
<a href="about.html" class="navbar-link" style="color: rgb(46, 100, 147)" >About </a>
</li>
<li>
<a href="store.html" class="navbar-link " style="color: rgb(46, 100, 147)"> Store </a>
</li>
<li>
<a href="Contact.html" class="navbar-link " style="color: rgb(46, 100, 147)"> Contact </a>
</li>
</ul>
<button class="cart-btn">
<ion-icon name="bag" aria-hidden="true"></ion-icon>
</button>
<a href="https://api.whatsapp.com/send?phone=2348103489560&text=%E2%80%AAwelcome%20to%20ICEBYFLEXZY%2C%20how%20may%20we%20help%20you%E2%80%A6%E2%80%A6%E2%80%AC " class="btn">+234 810 348 9560 </a>
</nav>
<button class="nav-open-btn" aria-label="toggle menu" data-nav-toggler>
<ion-icon name="menu-outline" aria-hidden="true"></ion-icon>
</button>
</div>
</header>
<main>
<article>
<section class="offer has-bg-image" style="background-image: url('./rm.webp')">
<div class="container">
<h2 class="title card-title" style="color: rgb(253, 248, 240);">
</h2>
<p class="card-text" style="color: aliceblue;">
</p>
<a href="store.html" class="btn btn-secondary">
<span class="span">Shop Now </span>
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</a>
</div>
</div>
</section>
<style>
.offer.has-bg-video {
position: relative; /* Allows video positioning */
overflow: hidden; /* Prevents video overflowing the section */
width: 100%; /* Ensures section fills viewport width */
height: 600px; /* Adjust height as needed */ /* Optional: Set a specific height */
}
.offer.has-bg-video video {
position: absolute; /* Layers video behind content */
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Centers video within section */
width: 80%; /* Adjust width for smaller video background */
height: auto; /* Maintains aspect ratio */
object-fit: cover; /* Ensures video fills the available space */
}
.container {
position: relative; /* Positions content relative to video */
padding: 20px; /* Provides spacing for offer content */
}
.offer-card {
background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
padding: 20px; /* Inner padding for offer details */
border-radius: 5px; /* Rounded corners for a polished look */
}
</style>
<!--
- #PRODUCT
-->
<!----Second
-->
<section class="section feature" aria-label="feature-label">
<div class="container">
<h2 class="h2 section-title title text-center" id="feature-label"> Watches </h2>
<ul class="feature-list">
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (5).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="#" class="card-title"> Cartier Sekelton </a>
</h3>
<span class="price">N300,000 </span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="s (6).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Iced Out Cartier Skeleton </a>
</h3>
<span class="price">$7,000</span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="s (11).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">AA Grade Hublot Leather Replica </a>
</h3>
<span class="price">N 300,000</span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (4).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Hublot Geneve </a>
</h3>
<span class="price">N300,000</span>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (3).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Patek Philipe </a>
</h3>
<span class="price">N250,000</span>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="s (4).jpg" width="448" height="470" loading="lazy" alt="Acronym Khaki"
class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Hublot Leather Fusion </a>
</h3>
<span class="price">$5,700</span>
</div>
</li>
</ul>
</div>
</section>
<section class="section feature" aria-label="feature-label">
<div class="container">
<h2 class="h2 section-title title text-center" id="feature-label"> </h2>
<ul class="feature-list">
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (11).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="#" class="card-title">Blue Face Rolex </a>
</h3>
<span class="price">N250,000 </span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (10).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Rolex Oyster Perpetual </a>
</h3>
<span class="price">N400,000</span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (13).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Red Cartier </a>
</h3>
<span class="price">N 300,000</span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="s (14).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Grey Richard Milli Replica </a>
</h3>
<span class="price">N500,000</span>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="s (2).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Blue Audemars Piguet </a>
</h3>
<span class="price">N250,00</span>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="p (10).jpg" width="448" height="470" loading="lazy" alt="Acronym Khaki"
class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Cartier Santos </a>
</h3>
<span class="price">$11,500</span>
</div>
</li>
</ul>
</div>
</section>
<!---Third Section -->
<section class="section feature" aria-label="feature-label">
<div class="container">
<h2 class="h2 section-title title text-center" id="feature-label"> </h2>
<ul class="feature-list">
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (2).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="#" class="card-title"> Sliver Rolex </a>
</h3>
<span class="price">N300,000 </span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (9).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Patek Philippe Black </a>
</h3>
<span class="price">N250,000</span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (7).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Leather Cartier </a>
</h3>
<span class="price">N 250,000</span>
</div>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (6).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title"> Blue Richard Mille </a>
</h3>
<span class="price">N500,000</span>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="w (14).jpg" width="448" height="470" loading="lazy"
alt="" class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Audemars Piguet </a>
</h3>
<span class="price">N300,00</span>
</li>
<li>
<div class="product-card text-center">
<div class="card-banner">
<figure class="product-banner img-holder" style="--width: 448; --height: 470;">
<img src="s (4).jpg" width="448" height="470" loading="lazy" alt="Acronym Khaki"
class="img-cover">
</figure>
<h3 class="h4 title">
<a href="store.html" class="card-title">Hublot Leather Fusion </a>
</h3>
<span class="price">$5,700</span>
</div>
</li>
</ul>
<a href="order.html" class="btn btn-secondary">Place an Order </a>
</div>
</section>
<!--
- #FOOTER
-->
<footer class="footer">
<div class="container">
<div class="footer-top">
<div class="footer-brand">
<a href="#" class="logo">
<h1 class="h1 hero-title title" style="color: rgb(20, 22, 23); font-size: xx-large;">ICEBYFLEXZY </h1>
</a>
<p class="footer-text">
One-stop destination for luxurious jewelry that complements every style. We offer a stunning selection of both timeless classics and contemporary designs, ensuring you find the perfect pieces
</p>
<ul class="social-list">
<li>
<a href="https://www.instagram.com/icebyflexzy/ " class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href=" https://api.whatsapp.com/send?phone=2348103489560&text=%E2%80%AAwelcome%20to%20ICEBYFLEXZY%2C%20how%20may%20we%20help%20you%E2%80%A6%E2%80%A6%E2%80%AC" class="social-link">
<ion-icon name="logo-whatsapp"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
</ul>
</div>
<ul class="footer-list">
<li>
<p class="footer-list-title title">Contact info</p>
<address class="footer-text">
RVS Mall , 3rd Avenue Gwarimpa<br>
Abuja, Nigeria
</address>
</li>
<li>
<a href="+234 810 348 9560 " class="call">+234 810 348 9560 </a>
</li>
</ul>
<div class="footer-list">
<p class="footer-list-title title">Subscribe newsletter</p>
<input type="email" name="email_address" placeholder="Enter your email address" required autocomplete="off"
class="input-field">
<button class="btn btn-secondary">Subscribe</button>
</div>
</div>
<div class="footer-bottom">
<div class="wrapper">
<div class="link-wrapper">
<a href="#" class="footer-bottom-link">About Us </a>
<a href="#" class="footer-bottom-link">Our Team</a>
<a href="#" class="footer-bottom-link">Custom Designs</a>
<a href="#" class="footer-bottom-link">Contact Us</a>
</div>
<div class="link-wrapper">
<a href="#" class="footer-bottom-link">Terms & Conditions</a>
<a href="#" class="footer-bottom-link">Privacy Policy</a>
</div>
</div>
<p class="copyright">
© 2024
, All Rights Reserved
</p>
</div>
<img src="n7.png" width="245" height="165" loading="lazy" alt="shape"
class="shape shape-1">
</div>
</footer>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>