forked from washington254/watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
631 lines (426 loc) · 15.2 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
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
<!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>CLassic Clock</title>
<!--
- favicon
-->
<link rel="shortcut icon" href="favicon.86e12d9a.svg" type="image/svg+xml">
<!--
- custom css link
-->
<link rel="stylesheet" href="style.49f7948a.css">
<!--
- 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=Jost:wght@600;900&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="src.6c83a6a7.css"></head>
<body id="top">
<div class="loader">
<div class="loadcontent">
<h2 class="h1 hero-title">Classic Watch</h2>
<p class="hero-text">Loading 3D Enviroment</p>
<p class="hero-text">Please Wait A bit</p>
</div>
<div class="progress"></div>
</div>
<!--
- #HEADER
-->
<header class="header" data-header="">
<div class="container">
<div class="overlay" data-overlay=""></div>
<a href="#" class="logo">
<img src="logo.a95dfc0e.svg" width="68" height="48" alt="NFTC Logo">
</a>
<nav class="navbar" data-navbar="">
<div class="navbar-top">
<p class="navbar-title">Menu</p>
<button class="nav-close-btn" aria-label="Close Menu" data-nav-close-btn="">
<ion-icon name="close-circle-outline"></ion-icon>
</button>
</div>
<ul class="navbar-list">
<li>
<a href="#home" class="navbar-link" data-navlink="">HOME</a>
</li>
<li>
<a href="#explore" class="navbar-link" data-navlink="">3D VIEW</a>
</li>
<li>
<a href="#top-seller" class="navbar-link" data-navlink="">TEAM</a>
</li>
<li>
<a href="#instructions" class="navbar-link" data-navlink="">MORE</a>
</li>
</ul>
</nav>
<button class="menu-open-btn" aria-label="Open Menu" data-nav-open-btn="">
<ion-icon name="menu-outline"></ion-icon>
</button>
<a href="#" class="btn" aria-labelledby="wallet">
<ion-icon name="wallet-outline"></ion-icon>
<span id="wallet">BUY WATCH</span>
</a>
</div>
</header>
<main>
<article class="remove">
<!--
- #HERO
-->
<section class="hero" id="home">
<div class="container">
<p class="section-subtitle">Washington's Watches</p>
<h2 class="h1 hero-title">Classic Watch</h2>
<p class="hero-text">
Explore on the world's best & most premium watch
</p>
<div class="btn-group">
<button class="btn">
<ion-icon name="rocket-outline" aria-hidden="true"></ion-icon>
<span>Explore</span>
</button>
<button class="btn">
<ion-icon name="create-outline" aria-hidden="true"></ion-icon>
<span>BUY</span>
</button>
</div>
</div>
<svg class="hero-bg-bottom" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 465" version="1.1">
<defs>
<linearGradient x1="49.7965246%" y1="28.2355058%" x2="49.7778147%" y2="98.4657689%" id="linearGradient-1">
<stop stop-color=" hsl(250, 72%, 51%)" offset="0%"></stop>
<stop stop-color="hsl(277, 94%, 28%)" offset="100%"></stop>
</linearGradient>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon points="" fill="url(#linearGradient-1)">
<animate id="graph-animation" xmlns="http://www.w3.org/2000/svg" dur="2s" repeatCount="" attributeName="points" values="0,464 0,464 111.6,464 282.5,464 457.4,464 613.4,464 762.3,464 912.3,464 1068.2,464 1191.2,464 1328.1,464 1440.1,464 1440.1,464 0,464; 0,464 0,367 111.6,323.3 282.5,373 457.4,423.8 613.4,464 762.3,464 912.3,464 1068.2,464 1191.2,464 1328.1,464 1440.1,464 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,336.6 457.4,363.5 613.4,414.4 762.3,464 912.3,464 1068.2,464 1191.2,464 1328.1,464 1440.1,464 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,323.3 613.4,340 762.3,425.6 912.3,464 1068.2,464 1191.2,464 1328.1,464 1440.1,464 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,263 613.4,290.4 762.3,368 912.3,446.4 1068.2,464 1191.2,464 1328.1,464 1440.1,464 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,263 613.4,216 762.3,329.6 912.3,420 1068.2,427.6 1191.2,464 1328.1,464 1440.1,464 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,263 613.4,216 762.3,272 912.3,402.4 1068.2,373 1191.2,412 1328.1,464 1440.1,464 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,263 613.4,216 762.3,272 912.3,376 1068.2,336.6 1191.2,334 1328.1,404 1440.1,464 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,263 613.4,216 762.3,272 912.3,376 1068.2,282 1191.2,282 1328.1,314 1440.1,372.8 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,263 613.4,216 762.3,272 912.3,376 1068.2,282 1191.2,204 1328.1,254 1440.1,236 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,263 613.4,216 762.3,272 912.3,376 1068.2,282 1191.2,204 1328.1,164 1440.1,144.79999999999998 1440.1,464 0,464; 0,464 0,367 111.6,263 282.5,282 457.4,263 613.4,216 762.3,272 912.3,376 1068.2,282 1191.2,204 1328.1,164 1440.1,8 1440.1,464 0,464;" fill="freeze"></animate>
</polygon>
</g>
</svg>
</section>
<!--
- #EXPLORE
-->
<section class="section view" id="view">
<div class="container right">
<div class="title-wrapper">
</div>
<div class="container">
<h2 class="h2">About the watch</h2>
<p class="hero-text">
Each watch has been individually crafted and perfected <br> by our team of expert professional clockmakers <br> with very reputable results
</p>
<p class="hero-text">
Don't just take our word for it just listen to the <br> client testimonials and you will know what we can deliver
</p>
</div>
</div>
</section>
<!--
- #EXPLORE
-->
<section class="section explore" id="explore">
<div class="container">
<p class="section-subtitle">View the watch</p>
<div class="title-wrapper">
<h2 class="h2 section-title">SEE THE WATCH IN 3D</h2>
</div>
<div class="container">
<p class="hero-text">
you want to see the watch <br> then look at the watch in 3D
</p>
<p class="hero-text">
more modifications will be coming soon, but untill then <br> you can enjoy yourself with the selection of the various watches
</p>
<div class="btn-group">
<button class="btn edit" style="padding: 20px;">
<ion-icon name="create-outline" aria-hidden="true"></ion-icon>
<span>OPEN 3D</span>
</button>
</div>
</div>
</div>
</section>
<!--
- #TEAM BEHIND
-->
<section class="section top-seller" id="top-seller">
<div class="container">
<p class="section-subtitle">THE TEAM</p>
<h2 class="h2 section-title">The Guys and Girls Making the watches</h2>
<ul class="grid-list">
<li>
<div class="card top-seller-card">
<figure class="card-avatar">
<a href="#">
<img src="avatar-1.592ff874.jpg" width="64" height="64" loading="lazy" alt="Richard">
</a>
</figure>
<div>
<h3 class="card-title">
<a href="#">@Richard</a>
</h3>
<data value="1.5">"Best watches on the planet"</data>
</div>
</div>
</li>
<li>
<div class="card top-seller-card">
<figure class="card-avatar">
<a href="#">
<img src="avatar-2.be02fc06.jpg" width="64" height="64" loading="lazy" alt="John Deo">
</a>
</figure>
<div>
<h3 class="card-title">
<a href="#">@Hannah</a>
</h3>
<data value="2.3">"We only deliver Quality"</data>
</div>
</div>
</li>
<li>
<div class="card top-seller-card">
<figure class="card-avatar">
<a href="#">
<img src="avatar-3.7cb21b66.jpg" width="64" height="64" loading="lazy" alt="Junaid">
</a>
</figure>
<div>
<h3 class="card-title">
<a href="#">@Junaid</a>
</h3>
<data value="2.5">"They last for a lifetime"</data>
</div>
</div>
</li>
<li>
<div class="card top-seller-card">
<figure class="card-avatar">
<a href="#">
<img src="avatar-4.041a1c43.jpg" width="64" height="64" loading="lazy" alt="Yasmin">
</a>
</figure>
<div>
<h3 class="card-title">
<a href="#">@Yasmin</a>
</h3>
<data value="1.9">"Best Bang For Buck"</data>
</div>
</div>
</li>
<li>
<div class="card top-seller-card">
<figure class="card-avatar">
<a href="#">
<img src="avatar-5.aaf5a509.jpg" width="64" height="64" loading="lazy" alt="Arham H">
</a>
</figure>
<div>
<h3 class="card-title">
<a href="#">@ArhamH</a>
</h3>
<data value="3.2">"They Are Timeless"</data>
</div>
</div>
</li>
<li>
<div class="card top-seller-card">
<figure class="card-avatar">
<a href="#">
<img src="avatar-6.e8669020.jpg" width="64" height="64" loading="lazy" alt="Sara">
</a>
</figure>
<div>
<h3 class="card-title">
<a href="#">@Sara</a>
</h3>
<data value="4.7">"Subscribe to the channel"</data>
</div>
</div>
</li>
</ul>
</div>
</section>
<!--
- #INSTRUCTION
-->
<section class="section instruction" id="instruction">
<div class="container">
<p class="section-subtitle">Want A watch?</p>
<h2 class="h2 section-title">How the process basically goes</h2>
<ul class="grid-list">
<li class="instruction-item">
<div class="instruction-icon">
<ion-icon name="wallet-outline"></ion-icon>
</div>
<h3 class="instruction-title">BUY THE WATCH</h3>
<p class="instruction-text">
I Really don't know what to put here cos nobody is going to even read this
</p>
</li>
<li class="instruction-item">
<div class="instruction-icon">
<ion-icon name="grid-outline"></ion-icon>
</div>
<h3 class="instruction-title">SELECT A PAYMENT OPTION</h3>
<p class="instruction-text">
and am actually continuing to write things down here,, since your reading this then just like the video lol ;)
</p>
</li>
<li class="instruction-item">
<div class="instruction-icon">
<ion-icon name="file-tray-outline"></ion-icon>
</div>
<h3 class="instruction-title">SUBSCRIBE TO THE CHANNEL</h3>
<p class="instruction-text">
You will never get this virtual watch if you don't subscribe to the channel
</p>
</li>
<li class="instruction-item">
<div class="instruction-icon">
<ion-icon name="bag-handle-outline"></ion-icon>
</div>
<h3 class="instruction-title">I LOVE THREE.JS</h3>
<p class="instruction-text">
Finally this is the last text am putting here, am hoping nobody is going to read this sorry excuse for dummy text hahaha
</p>
</li>
</ul>
</div>
</section>
</article>
</main>
<div class="remove">
<!--
- #FOOTER
-->
<footer class="footer">
<div class="container">
<div class="footer-top">
<div class="footer-brand">
<a href="#" class="logo">
<img src="logo.a95dfc0e.svg" width="68" height="48" alt="NFTC Logo">
</a>
<p class="footer-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis non, fugit totam vel laboriosam vitae.
</p>
<ul class="social-list">
<li>
<a href="#" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-pinterest"></ion-icon>
<ion-icon name="logo-pinterest"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-discord"></ion-icon>
<ion-icon name="logo-discord"></ion-icon>
</a>
</li>
</ul>
</div>
<ul class="footer-list">
<li>
<p class="footer-list-title">Useful Links</p>
</li>
<li>
<a href="#" class="footer-link">BUY A WATCH</a>
</li>
<li>
<a href="#" class="footer-link">How It Works</a>
</li>
<li>
<a href="#" class="footer-link">Create</a>
</li>
<li>
<a href="#" class="footer-link">Explore</a>
</li>
<li>
<a href="#" class="footer-link">Privacy & Terms</a>
</li>
</ul>
<ul class="footer-list">
<li>
<p class="footer-list-title">Community</p>
</li>
<li>
<a href="#" class="footer-link">Help Center</a>
</li>
<li>
<a href="#" class="footer-link">Partners</a>
</li>
<li>
<a href="#" class="footer-link">Suggestions</a>
</li>
<li>
<a href="#" class="footer-link">Blog</a>
</li>
<li>
<a href="#" class="footer-link">Newsletter</a>
</li>
</ul>
<div class="footer-list">
<p class="footer-list-title">Subscribe Us</p>
<form action="" class="newsletter-form">
<input type="email" name="email" placeholder="info@yourmail.com" required="" class="newsletter-input">
<button type="submit" class="newsletter-btn" aria-label="Submit">
<ion-icon name="paper-plane-outline"></ion-icon>
</button>
</form>
</div>
</div>
<div class="footer-bottom">
<p class="copyright">
© 2023 <a href="#" class="copyright-link">WASHINGTON MAINA</a>. All Lefts Reserved
</p>
</div>
</div>
</footer>
</div>
<div id="webgi-canvas-container">
<canvas id="webgi-canvas"></canvas>
<button class="btn exit" style="z-index: 100;">
<ion-icon name="create-outline" aria-hidden="true"></ion-icon>
<span>EXIT</span>
</button> </div>
<div class="customizer--container">
</div>
<!--
- #BACK TO TOP
-->
<a href="#top" class="back-to-top" aria-label="Back to Top" data-back-top-btn="">
<ion-icon name="arrow-up-outline"></ion-icon>
</a>
<!--
- custom js link
-->
<script src="script.1c8f6b0d.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>
<script src="src.f98b599e.js"></script>
</body>
</html>