-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
706 lines (490 loc) · 25.6 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
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
696
697
698
699
700
701
702
703
704
705
706
<!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>GROUP 6, CS-1102</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css">
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
</head>
<body>
<!------------- header section starts ------------>
<header>
<input type="checkbox" name="" id="toggler" checked>
<label for="toggler" class="fas fa-bars"></label>
<a href="#" class="logo">Dayaw<span>.</span></a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#aboutt">about</a>
<a href="#products">products</a>
<a href="#review">review</a>
<a href="#contact">contact</a>
</nav>
<div class="icons">
<i class="fa-solid fa-heart"></i>
<i class="fa-solid fa-cart-shopping"></i>
<i class="fa-solid fa-user"></i>
</div>
</header>
<!------------ header secction ends -------------->
<!------------ home section starts -------------->
<section class="home" id="home">
<div class="content" data-aos="fade-right" data-aos-duration="1000" data-aos-offset="0">
<h3> Dayaw </h3>
<span> "Crafting Dreams, Weaving Stories: Illuminating the Essence of Filipino Art." </span>
<p>Explore the elegance of Filipino craftsmanship at our shop, featuring a curated selection of vibrant textiles,
intricate woodwork, and expressive paintings. Support local artisans and bring a piece of Filipino culture into your life.
Shop with us and be part of the story, where every purchase tells a tale of creativity, resilience, and pride.</p>
<a href="#products" class="btn">shop now</a>
</div>
</section>
<!------------ home section ends ----------------->
<!----------- About Us Section Starts ------------>
<section class="aboutt" id="aboutt">
<div class="aboutt" data-aos="zoom-in" data-aos-duration="1500" data-aos-offset="100"></div>
<h1 class="heading" data-aos="zoom-out" data-aos-duration="1000">
<span>ABOUT</span>
<span class="second-span">US</span>
</h1>
<div class="row" data-aos="fade-up" data-aos-duration="1500" data-aos-offset="390">
<h3>WHY CHOOSE US?</h3>
<div class="container">
<img src="logo.jpg" alt=" " width="250" height="180">
</div>
<div class="content" data-aos="zoom-in-right" data-aos-duration="1500" data-aos-offset="300">
<p><strong>DAYAW</strong>, your premier destination for exquisite cultural products, handicrafts,
and ethnic textiles inspired by the rich heritage of the Philippines. Our curated collection celebrates
the diversity of Luzon, Visayas, and Mindanao, showcasing the craftsmanship and artistic traditions
unique to each region. <span class="second-span"><i>Immerse yourself in the vibrant tapestry of Filipino culture
as we bring you a carefully selected array of handcrafted treasures, bridging tradition with contemporary elegance.
Every purchase a celebration of heritage and artistry.</i></span></p>
</div>
<a href="#" class="btnn" data-aos="zoom-in" data-aos-duration="1500">Learn More</a>
</div>
</section>
<!----------- About Us Section ends -------------->
<!------------- icon section starts -------------->
<section class="icons-container">
<div class="iconss" data-aos="flip-up" data-aos-duration="1000" >
<i class="fas fa-truck"></i>
<p><strong>Delivery</strong> </span></p>
</div>
<div class="iconss" data-aos="flip-down" data-aos-duration="1400" >
<i class="fas fa-credit-card"></i>
<p><strong>Payment</strong></p>
</div>
<div class="iconss" data-aos="flip-up" data-aos-duration="1600" >
<i class="fas fa-gift"></i>
<p><strong>and Offers</strong></p>
</div>
<div class="iconss" data-aos="flip-down" data-aos-duration="1800" >
<i class="fas fa-dollar-sign"></i>
<p><strong>Money back</strong> </p>
</div>
</section>
<!------------- icon section ends ---------------->
<!-------- product (luzon) section starts -------->
<section class="products" id="products">
<h1 class="heading" data-aos="fade-left"
data-aos-offset="250"
data-aos-duration="500"></div>
<span> Luzon's </span>
<span class = secondspan >"Treasures"</span> </h1>
<div class="box-container">
<div class="box" data-aos="flip-left" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-10%</span>
<div class="image">
<img src="1.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Abaca Sling Bag</h3>
<h4>By Xelina's Closet</h4>
<div class="price"> PHP 459.98 <span>PHP 559.98</span></div>
</div>
</div>
<div class="box" data-aos="flip-up" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-5%</span>
<div class="image">
<img src="4.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Beaded Necklace</h3>
<h4>By SBS Jewelries</h4>
<div class="price"> PHP 500.00 <span>PHP 500.25</span></div>
</div>
</div>
<div class="box" data-aos="flip-right" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-12%</span>
<div class="image">
<img src="3.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Engraved Bamboo Tumbler</h3>
<h4>By Engrave It</h4>
<div class="price"> PHP 800.50 <span>PHP 900.52</span></div>
</div>
</div>
<div class="box" data-aos="flip-down" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-15%</span>
<div class="image">
<img src="5.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Piña Organza Barong Tagalog</h3>
<h4>By Ryefashion</h4>
<div class="price"> PHP 370.00 <span>PHP 390.55</span></div>
</div>
</div>
<div class="box" data-aos="flip-down" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-5%</span>
<div class="image">
<img src="2.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Banig Money Organizer</h3>
<h4>By Chelsea Grey</h4>
<div class="price"> PHP 100.70 <span> PHP 100.78</span></div>
</div>
</div>
</div>
</section>
<!-------- product (luzon) section ends ---------->
<!-------- product (visayas) section starts ------>
<section class="products" id="products">
<h1 class="heading" data-aos="fade-right"
data-aos-offset="250"
data-aos-duration="500"> Visayas's </div>
<span>Treasures</span></h1>
<div class="box-container">
<div class="box" data-aos="flip-left" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-30%</span>
<div class="image">?
<img src="Capiz Shell Chandelier.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Capiz Shell Chandelier</h3>
<div class="price"> PHP 2,769.73 <span> PHP 3,956.75 </span></div>
</div>
</div>
<div class="box" data-aos="flip-down" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-21%</span>
<div class="image">?
<img src="The Hablon Filipiniana.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>The Hablon Filipiniana</h3>
<div class="price"> PHP 5,063.06 <span> PHP 6,750.75 </span></div>
</div>
</div>
<div class="box" data-aos="flip-right" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-15%</span>
<div class="image">?
<img src="Capiz Seashell Tray.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Capiz Shell Tray</h3>
<div class="price"> PHP 254.00 <span> PHP 298.82 </span></div>
</div>
</div>
<div class="box" data-aos="flip-down" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-11%</span>
<div class="image">?
<img src="Rattan Basket with Cover.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Woven Rattan Basket with Cover Gift Item</h3>
<div class="price"> PHP 218.50 <span> PHP 245.00 </span></div>
</div>
</div>
<div class="box" data-aos="flip-up" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-26%</span>
<div class="image">?
<img src="Filipina Baro Piña Cloth.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Filipina Blouse Piña and Cotton Cloth</h3>
<div class="price"> PHP 2,903.02 <span> PHP 3,923.00 </span></div>
</div>
</div>
</div>
</section>
<!-------- product (visayas) section ends -------->
<!-------- product (mindanao) section starts ----->
<section class="products" id="products">
<h1 class="heading" data-aos="fade-right"
data-aos-offset="250"
data-aos-duration="500"></div>
<span> Mindanao's </span>
<span class = secondspan >"Treasures"</span> </h1>
<div class="box-container">
<div class="box" data-aos="flip-left" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-10%</span>
<div class="image">
<img src="Red_orange.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Bagobo Tagabawa Bitaug Shawl</h3>
<h4>By Kaayo Modern Mindanao PH </h4>
<div class="price"> PHP 700.98 <span> PHP 800.98</span></div>
</div>
</div>
<div class="box" data-aos="flip-down" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-5%</span>
<div class="image">
<img src="comb.jpg.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3> T'boli Hair Comb (Sewat) </h3>
<h4>By Unknown Artisan </h4>
<div class="price"> PHP 699.00 <span> PHP 799.25</span></div>
</div>
</div>
<div class="box" data-aos="flip-right" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-12%</span>
<div class="image">
<img src="skirt.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Cassie 2-Tier Inabel Pencil Skirt</h3>
<h4>By Kaayo Modern Mindanao PH </h4>
<div class="price"> PHP 1,000.50 <span> PHP 1,199</span></div>
</div>
</div>
<div class="box" data-aos="flip-up" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-15%</span>
<div class="image">
<img src="redddd.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>T'boli Bag</h3>
<h4>By Vesti PH </h4>
<div class="price"> PHP 2,300 <span>PHP 2,555</span></div>
</div>
</div>
<div class="box" data-aos="flip-up" ata-aos-duration="700" data-aos-offset="300">
<span class="discount">-5%</span>
<div class="image">
<img src="scarf.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>Bitaug Scarf</h3>
<h4>By Kaayo Modern Mindanao PH </h4>
<div class="price"> PHP 770 <span>PHP 778</span></div>
</div>
/div>
</div>
</section>
<!-------- product (mindanao) section ends ------->
<!------------ review section starts ------------->
<section class="review" id="review">
<h1 class="heading" data-aos="fade-up"
data-aos-anchor-placement="bottom-bottom"
data-aos-offset="150"
data-aos-duration="700"></div>
<span> CUSTOMER'S </span>
<span class = secondspan >"REVIEW"</span> </h1>
<div class="box-container">
<div class="box" data-aos="flip-left" ata-aos-duration="700" data-aos-offset="300">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Dayaw is a gem for discovering unique Filipino treasures.
My recent purchase showcased the rich diversity of products available,
and the swift delivery made the entire experience top-notch.</p>
<div class="user">
<img src="John.jpg" alt="">
<div class="user-info">
<h3>MARTIN VIDAL</h3>
<span>Happy Customer</span>
</div>
</div>
</div>
<div class="box" data-aos="flip-down" ata-aos-duration="700" data-aos-offset="300">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Five stars for Dayaw's website – seamless navigation, and the local products I ordered
exceeded my expectations. Supporting local artisans has never been this rewarding!</p>
<div class="user">
<img src="Katrina.jpg" alt="">
<div class="user-info">
<h3>KATRINA GARCIA</h3>
<span>Happy Customer</span>
</div>
</div>
</div>
<div class="box" data-aos="flip-left" ata-aos-duration="700" data-aos-offset="300">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Impressed with the authenticity of Dayaw's local products from the Philippines!
My purchase was a delightful mix of quality craftsmanship and a true
representation of Filipino culture.</p>
<div class="user">
<img src="Kristina.jpg" alt="">
<div class="user-info">
<h3>KRISTINA CATRAL</h3>
<span>Happy Customer</span>
</div>
</div>
</div>
</div>
</section>
<!------------ review section ends --------------->
<!------------ about section starts -------------->
<section class="footer">
<div class="box-container" >
<div class="box">
<h3>quick links</h3>
<a href="#">home</a>
<a href="#">about</a>
<a href="#">products</a>
<a href="#">review</a>
<a href="#">contact</a>
</div>
<div class="box">
<h3>extra links</h3>
<a href="#">my account</a>
<a href="#">my order</a>
<a href="#">my favorite</a>
</div>
<div class="box">
<h3>locations</h3>
<a href="#">Luzon</a>
<a href="#">Visayas</a>
<a href="#">Mindanao</a>
<a href="#">International</a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#">+123-456-7890</a>
<a href="#">example@gmail.com</a>
<a href="#">Batangas, Philippines</a>
<img src="images/Logos-01.png" alt="">
</div>
</div>
<div class="credit"> created by <span> Group 6 </span> | all rights reserved </div>
</section>
<!------------ about section ends ---------------->
<!------------ contact section starts ------------>
<section class="contact" id="contact">
<h1 class="heading"> <span> Contact </span> Us </h1>
<div class="row">
<form action="">
<input type="text" placeholder="Name" class="box">
<input type="email" placeholder="Email" class="box">
<input type="number" placeholder="Contact Number" class="box">
<textarea name="" class="box" placeholder="Message" id="" cols="30" rows="10"></textarea>
<input type="submit" value="Send message" class="btn">
</form>
<div class="image">
<img src="Philippines.png" alt="">
</div>
</div>
</section>
<!------------ contact section ends -------------->
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<script src="script.js"></script>
<script>
document.addEventListener
("DOMContentLoaded", function ()
{
AOS.init({
mirror: true,
});
});
</script>
</body>
</html>