-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
725 lines (610 loc) · 39.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
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
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="extraordinary, delicious, flavoured cookies, good vibes, postive message">
<meta property="og:title" content="Biscuté Cookies">
<meta property="og:type" content="Biscué Cookies officail website." />
<meta property="og:image" content="https://essey1.github.io/biscute/public/img/logo.png">
<meta property="og:url" content="https://essey1.github.io/biscute">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:description" content="Biscuté is a licensed cookie company that started production in December 2021 in Addis Ababa, Ethiopia, near Adisu Gebya. We are on a mission to spread inspiration, fun and postive communication through the message and taste of cookies.">
<meta property="og:site_name" content="Biscuté Cookies">
<meta name="twitter:image:alt" content="Biscuté logo">
<!--==================== UNICONS ====================-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css" />
<!--==================== SWIPER CSS ====================-->
<link rel="stylesheet" href="public/css/swiper-bundle.min.css" />
<!-- GOOGLE FONT POPPIN -->
<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=Poppins:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="https://essey1.github.io/biscute/public/img/tiny_logo.webp" type="image/x-icon">
<!--=============== REMIX ICONS ===============-->
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="public/css/style.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css"
integrity="sha512-4xo8blKMVCiXpTaLzQSLSw3KFOVPWhm/TRtuPVc4WG6kUgjH6J03IBuG7JZPkcWMxJ5huwaBpOpnwYElP/m6wg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.css"
integrity="sha512-Z0kTB03S7BU+JFU0nw9mjSBcRnZm2Bvm0tzOX9/OuOuz01XQfOpa0w/N9u6Jf2f1OAdegdIPWZ9nIZZ+keEvBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Biscuté Cookies - Home</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">
<img src="https://essey1.github.io/biscute/public/img/tiny_logo.webp" class="nav__logo-icon" alt="company icon"> Biscuté
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="#products" class="nav__link">Products</a>
</li>
<li class="nav__item">
<a href="#qualities" class="nav__link">Qualities</a>
</li>
<li class="nav__item">
<a href="#event" class="nav__link">Events</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact Us</a>
</li>
</ul>
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<div class="nav__btns">
<!-- Theme change button -->
<i class="ri-palette-fill change-theme" id="theme-button"></i>
<div class="nav__toggle" id="nav-toggle">
<i class="ri-menu-line"></i>
</div>
</div>
</nav>
</header>
<main class="main">
<!--==================== HOME ====================-->
<section class="home" id="home">
<div class="announcements">
<p>Happy New Year!</p>
</div>
<div class="home__container container grid">
<img src="https://essey1.github.io/biscute/public/img/logo.png" alt="company logo" class="home__img">
<div class="home__data">
<h1 class="home__title">
Great Taste <br> Great Ingredients!
</h1>
<p class="home__description">
We are on a mission to spread inspiration, good vibes, fun and postive
communication through the message and taste of cookies.
</p>
<a href="public/html/about.html" class="button button--flex" target="_blank">
About us <i class="ri-arrow-right-up-line button__icon"></i>
</a>
</div>
<div class="home__social">
<span class="home__social-follow">Follow Us</span>
<div class="home__social-links">
<a href="https://www.facebook.com/Biscute-Cookies-109587895059205" target="_blank" class="home__social-link">
<i class="ri-facebook-fill"></i>
</a>
<a href="https://instagram.com/cookiesbiscute" target="_blank" class="home__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://www.tiktok.com/@biscut.cookies" class="home__social-link" target="_blank">
<i class="fa-brands fa-tiktok"></i>
</a>
</div>
</div>
</div>
<div class="bottom-wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</section>
<!--==================== PRODUCTS ====================-->
<section class="product section container" id="products">
<h2 class="section__title-center">
Our Products
</h2>
<div class="gallery gallery__hide">
<!-- gallery item 01-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/biscute.webp" alt="Biscuté cookies" class="gallery__img gallery__img1">
</div>
<!-- gallery item 02-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/ribbons.webp" alt="ribbon cookies" class="gallery__img gallery__img2">
</div>
<!-- gallery item 03-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom0.webp" alt="colored and different shaped cookies" class="gallery__img gallery__img3">
</div>
<!-- gallery item 04-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom5.webp" alt="colored and different shaped cookies" class="gallery__img gallery__img4">
</div>
<!-- gallery item 05-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom.webp" alt="cookies with text written on them" class="gallery__img gallery__img5">
</div>
<!-- gallery item 06-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/even2.webp" alt="A young girl coloring cookies with edible marker" class="gallery__img gallery__img6">
</div>
</div>
<p class="product__description">
We do wholesale and retail of different sizes and flavours.
</p>
<br><br>
<h3 class="section__subtitle-center">
250 Gram
</h3>
<div class="product__container grid">
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/vanilla.webp" alt="250 gram vanilla" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 250 Gram<br>
</div>
</div>
<h3 class="product__title">Vanilla</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/vanilla_chocolate.webp" alt="250 gram vanilla and chocolate" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 250 Gram<br>
</div>
</div>
<h3 class="product__title">Vanilla and Chocolate</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/ginger.webp" alt="250 gram ginger" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 250 Gram<br>
</div>
</div>
<h3 class="product__title">Ginger</h3>
</article>
</div>
<br>
<h3 class="section__subtitle-center">
500 Gram
</h3>
<div class="product__container grid">
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/cinnamon.webp" alt="500 gram cinnamon" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 500 Gram<br>
</div>
</div>
<h3 class="product__title">Cinnamon</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/vanilla_.webp" alt="500 gram vanilla" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 500 Gram<br>
</div>
</div>
<h3 class="product__title">Vanilla</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/ginger_.webp" alt="500 gram ginger" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 500 Gram<br>
</div>
</div>
<h3 class="product__title">Ginger</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/chocolate.webp" alt="500 gram chocolate" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 500 Gram<br>
</div>
</div>
<h3 class="product__title">Chocolate</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/vanilla__chocolate.webp" alt="500 gram vanilla and chocolate" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 500 Gram<br>
</div>
</div>
<h3 class="product__title">Vanilla and Chocolate</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/cinnamon_ginger.webp" alt="500 gram cinnamon and ginger" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 500 Gram<br>
</div>
</div>
<h3 class="product__title">Cinammon and Ginger</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/ribbon.webp" alt="500 gram ribbon" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 500 Gram<br>
</div>
</div>
<h3 class="product__title">Ribbon - Ginger and Cinammon</h3>
</article>
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/chocolate_ribbon.webp" alt="500 gram ribbon" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 500 Gram<br>
</div>
</div>
<h3 class="product__title">Ribbon - Vanilla and Chocolate</h3>
</article>
</div>
<br>
<h3 class="section__subtitle-center">
1 Kilo Gram
</h3>
<div class="product__container grid">
<article class="product__card">
<div class="product__card-flip">
<img src="https://essey1.github.io/biscute/public/img/1kg_ribbon.webp" alt="1 kg ribbon" class="product__img product__img-front">
<div class="product__img-back">
<p><strong>Ingredients:</strong> Vegetable, Shortening, Salt, Flour, Sugar and Food Flavor.<br>
<strong>Net Weight:</strong> 1 KG<br>
</div>
</div>
<h3 class="product__title">Ribbon - Vanilla and Chocolate</h3>
</article>
</div>
<br>
<p class="product__description">
Make your special occasions even more memorable with our custom made scripted cookies.
</p>
<div class="gallery">
<!-- gallery item 01-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom.webp" alt="cookies with text written on them" class="gallery__img gallery__img1">
</div>
<!-- gallery item 02-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom4.webp" alt="animal shaped cookies" class="gallery__img gallery__img2">
</div>
<!-- gallery item 03-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom3.webp" alt="animal shaped cookies" class="gallery__img gallery__img3">
</div>
<!-- gallery item 04-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom6.webp" alt="colored and different shaped cookies" class="gallery__img gallery__img4">
</div>
<!-- gallery item 05-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom5.webp" alt="colored and different shaped cookies" class="gallery__img gallery__img5">
</div>
<!-- gallery item 06-->
<div class="gallery__items">
<img src="https://essey1.github.io/biscute/public/img/custom2.webp" alt="animal shaped cookies" class="gallery__img gallery__img6">
</div>
</div>
<p class="product__description">
<br> Contact us <a class="product__contact-link" href="#contact">here</a> to purchase our delicious cookies.
</p>
</section>
<!--==================== Qualities ====================-->
<section class="qualities section bd-container" id="qualities">
<div class="top-wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
<span class="section__subtitle-center">Our</span>
<h2 class="section__title-center">Core Values</h2>
<div class="qualities__container bd-grid">
<div class="qualities__content">
<img class="qualities__img" src="https://essey1.github.io/biscute/public/img/qualities1.svg" alt="biscuit">
<h3 class="qualities__title">Extraordinary </br> Products</h3>
</div>
<div class="qualities__content">
<img class="qualities__img" src="https://essey1.github.io/biscute/public/img/qualities2.webp" alt="biscuit">
<h3 class="qualities__title">Delicious </br> Varieties</h3>
</div>
<div class="qualities__content">
<img class="qualities__img" src="https://essey1.github.io/biscute/public/img/qualities3.svg" alt="the sun with happy face">
<h3 class="qualities__title">Good </br> Vibes</h3>
</div>
<div class="qualities__content">
<img class="qualities__img" src="https://essey1.github.io/biscute/public/img/qualities4.webp" alt="joyful man">
<h3 class="qualities__title">Joyful </br> Moments</h3>
</div>
<div class="qualities__content">
<img class="qualities__img" src="https://essey1.github.io/biscute/public/img/qualities5.svg" alt="receptionist">
<h3 class="qualities__title">Customer </br> Satisfaction</h3>
</div>
<div class="qualities__content">
<img class="qualities__img" src="https://essey1.github.io/biscute/public/img/qualities6.webp" alt="staff">
<h3 class="qualities__title">Passionate </br> Staff</h3>
</div>
</div>
<div class="bottom-wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</section>
<!--==================== Events ====================-->
<section class="event section" id="event">
<br>
<h1 class="section__title1">Events</h1><br>
<div class="event__container container swiper-container">
<div class="swiper-wrapper">
<!--==================== Event 1 ====================-->
<div class="event__content grid swiper-slide">
<img
src="https://essey1.github.io/biscute/public/img/event1.webp"
alt="Biscuté's exhibition"
class="event__img"
/>
<div class="event__data">
<br><h3 class="event__title">A Delicious Day of Fun and Creativity @ Fana Park, Bole with Biscuté Cookies</h3><br>
<a href="public/html/blog1.html" class="button button--flex event__button" target="_blank">
View more<i class="ri-arrow-right-up-line button__icon"></i>
</a>
</div>
</div>
<!--==================== Event 2 ====================-->
<div class="event__content grid swiper-slide">
<img
src="https://essey1.github.io/biscute/public/img/biscute.webp"
alt="Biscuté cookies"
class="event__img"
/>
<div class="event__data">
<br><h3 class="event__title">Celebrating 2nd Year Anniversary of Breakthrough SC Success with Biscuté Cookies</h3><br>
<a href="public/html/blog2.html" class="button button--flex event__button" target="_blank">
View more<i class="ri-arrow-right-up-line button__icon"></i>
</a>
</div>
</div>
</div>
<div class="swiper-button-next">
<i class="uil uil-angle-right-b swiper-arrow-icon"></i>
</div>
<div class="swiper-button-prev">
<i class="uil uil-angle-left-b swiper-arrow-icon"></i>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<!--==================== CONTACT ====================-->
<section class="contact section container" id="contact">
<div class="top-wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
<div class="contact__container grid">
<div class="contact__box">
<h2 class="section__title">
Reach out to us today <br> and enjoy our products
</h2>
<div class="contact__data">
<div class="contact__information">
<h3 class="contact__subtitle">Call us</h3>
<span class="contact__description">
<i class="ri-phone-line contact__icon"></i>
<a href="tel:+251 940 444 777" taget="_blank" class="footer__email">
+251 111 727 457
</a>
</span>
<span class="contact__description">
<i class="ri-phone-line contact__icon"></i>
<a href="tel:+251 940 444 777" taget="_blank" class="footer__email">
+251 940 444 777
</a>
</span>
</div>
<div class="contact__information">
<h3 class="contact__subtitle">Write us by mail</h3>
<span class="contact__description">
<i class="ri-mail-line contact__icon"></i>
<a href="mailto:biscuteplc@gmail.com" target="_blank" class="footer__email">
biscuteplc@gmail.com
</a>
</span>
</div>
<div class="contact__information">
<div class="contact__social">
<h3 class="contact__subtitle">Connect with us</h3>
<div class="contact__social-link">
<a class="contact__social-icon contact__social-facebook" href="https://www.facebook.com/Biscute-Cookies-109587895059205" target="_blank">
<i class="ri-facebook-fill" style="color: white;"></i> <p>Follow us on Facebook</p>
</a>
</div>
<div class="contact__social-link">
<a class="contact__social-icon contact__social-instagram" href="https://instagram.com/cookiesbiscute" target="_blank">
<i class="ri-instagram-line" style="color: white;"></i> <p>Follow us on Instagram</p>
</a>
</div>
<div class="contact__social-link">
<a class="contact__social-icon contact__social-whatsapp" href="https://wa.me/message/UMGSUDZKKQDKP1" target="_blank">
<i class="ri-whatsapp-line" style="color: white;"></i> <p>Contact us on Whatsapp</p>
</a>
</div>
</div>
</div>
</div>
</div>
<form action="https://formspree.io/f/xdornooj" method="POST" class="contact__form" id="contactForm">
<div class="contact__inputs">
<div class="contact__content">
<input name="name" placeholder=" " class="contact__input" required>
<label for="" class="contact__label">Full Name</label>
</div>
<div class="contact__content">
<input name="phone" placeholder=" " class="contact__input" required>
<label for="" class="contact__label">Phone No.</label>
</div>
<div class="contact__content">
<input name="email" placeholder=" " class="contact__input">
<label for="" class="contact__label">Email <span>(Optional)</span></label>
</div>
<div class="contact__content">
<input name="subject" placeholder=" " class="contact__input" required>
<label for="" class="contact__label">Subject</label>
</div>
<div class="contact__content contact__area">
<textarea name="message" placeholder=" " class="contact__input" required></textarea>
<label for="" class="contact__label">Message</label>
</div>
</div>
<button class="button button--flex" id="submitForm">
Send Message
<i class="ri-arrow-right-up-line button__icon"></i>
</button>
</form>
</div>
<div class="bottom-wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer section">
<div class="footer__container container grid">
<div class="footer__content footer__content-top">
<a href="#" class="footer__logo">
<img src="https://essey1.github.io/biscute/public/img/logo.webp" class="footer__logo-icon" alt="company logo">
</a>
</div>
<div class="footer__content footer__content-address">
<h3 class="footer__title">Our Address</h3>
<ul class="footer__data">
<li class="footer__information">Afroboomers Trading PLC</li>
<li class="footer__information">Biscuté Cookies</li>
<li class="footer__information">Addis Ababa, Ethiopia</li>
<li class="footer__information">Gulele - Woreda 7</li>
<li class="footer__information">House No. 585/1</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Contact Us</h3>
<ul class="footer__data">
<li class="footer__information">
<i class="ri-phone-line contact__icon"></i>
<a href="tel:+251 940 444 777" taget="_blank" class="footer__email">
+251 111 727 457
</a>
</li>
<li class="footer__information">
<i class="ri-phone-line contact__icon"></i>
<a href="tel:+251 940 444 777" taget="_blank" class="footer__email">
+251 940 444 777
</a>
</li>
<li>
<i class="ri-mail-line contact__icon"></i>
<a href="mailto:biscuteplc@gmail.com" target="_blank" class="footer__information footer__email">
biscuteplc@gmail.com
</a>
</li>
</ul>
</div>
<div class="footer__content footer__map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15760.080104477012!2d38.731969399367756!3d9.061937356609105!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x164b8fc3fa172077%3A0x4ec6677a89d6bbb0!2sBiscut%C3%A9%20Cookies%20-%20Afroboomers%20Trading%20PLC!5e0!3m2!1sen!2set!4v1690531457362!5m2!1sen!2set" width="300" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="footer__content footer__content-bottom">
<a href="#" class="footer__logo">
<img src="https://essey1.github.io/biscute/public/img/logo.webp" class="footer__logo-icon" alt="company logo">
</a>
</div>
</div>
<div class="footer__copyright">
<div class="top-wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
<p class="socials-header">Our Socials</p>
<div class="footer__social">
<a href="https://instagram.com/cookiesbiscute" class="footer__social-link" target="_blank">
<i class="ri-instagram-line" style="color: rgb(206, 0, 137);"></i>
</a>
<a href="https://www.facebook.com/Biscute-Cookies-109587895059205" class="footer__social-link" target="_blank">
<i class="fa-brands fa-facebook" style="color: blue;"></i>
</a>
<a href="https://youtube.com/" class="footer__social-link" target="_blank">
<i class="ri-youtube-fill" style="color: red;"></i>
</a>
<a href="https://twitter.com/Biscute_Cookie" class="footer__social-link" target="_blank">
<i class="ri-twitter-fill" style="color: rgb(0, 167, 222);"></i>
</a>
<a href="https://wa.me/message/UMGSUDZKKQDKP1" class="footer__social-link" target="_blank">
<i class="ri-whatsapp-fill" style="color: green;"></i>
</a>
<a href="https://www.tiktok.com/@biscut.cookies" class="footer__social-link" target="_blank">
<i class="fa-brands fa-tiktok" style="color: black;"></i>
</a>
<a href="https://t.me/afroboomer" class="footer__social-link" target="_blank">
<i class="ri-telegram-fill" style="color: rgb(0, 138, 202);"></i>
</a>
<a href="https://www.pinterest.com/Biscutecookies/" class="footer__social-link" target="_blank">
<i class="ri-pinterest-fill" style="color: red;"></i>
</a>
</div>
<p class="copyright">© 2024 Biscuté Cookies <br>
<a class="designers" href="https://eqi-academy-web-development-team.netlify.app/" target="_blank">
EQI Acadamy's Web Development Team <i class="ri-arrow-right-up-line designers__icon"></i>
</a>
</p>
</div>
</footer>
<!--=============== SCROLL UP ===============-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-fill scrollup__icon" style="color: var(--white-color)"></i>
</a>
<!--=============== SCROLL REVEAL ===============-->
<script src="public/js/scrollreveal.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="public/js/main.js"></script>
<!--==================== SWIPER JS ====================-->
<script src="public/js/swiper-bundle.min.js"></script>
<!--==================== SCRIPT JS ====================-->
<script src="public/js/script.js"></script>
<!-- Designed by: Essey T. Araya, Email: esseyt3@gmail.com,
Robel Hawelti, Email: -->
</body>
</html>