-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
788 lines (515 loc) · 24.1 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
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
<!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>GREEN LEAF - home</title>
<meta name="title" content="Green-Leaf - home">
<meta name="description" content="Green Leaf is circular economy initiative.">
<!--
- favicon
-->
<link rel="shortcut icon" href="./favicon.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=Oswald:wght@500;700&family=Rubik:wght@400;500;700&display=swap"
rel="stylesheet">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- preload images
-->
<link rel="preload" as="image" href="./assets/images/hero-banner.png">
<link rel="preload" as="image" href="./assets/images/hero-bg.png">
</head>
<body id="top">
<!--
- #PRELOADER
-->
<div class="preloader" data-preloader>
<div class="circle"></div>
</div>
<!--
- #HEADER
-->
<header class="header" data-header>
<div class="container">
<a href="#" class="logo">
<img src="./assets/images/logo.png" width="250px" height="auto" alt="Green-Leaf home">
</a>
<nav class="navbar" data-navbar>
<div class="navbar-top">
<a href="#" class="logo">
<img src="./assets/images/logo.png" width="136" height="46" alt="Green-Leaf home">
</a>
<button class="nav-close-btn" aria-label="clsoe menu" data-nav-toggler>
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
</div>
<ul class="navbar-list">
<li class="navbar-item">
<a href="#" class="navbar-link title-md">Home</a>
</li>
<li class="navbar-item">
<a href="#about-label" class="navbar-link title-md">About Us</a>
</li>
<li class="navbar-item">
<a href="#article" class="navbar-link title-md">Articles</a>
</li>
<li class="navbar-item">
<a href="https://www.mediafire.com/file/0fhqp5hbzp0oqj4/Green_Leaf_Quizz.apk/file" class="navbar-link title-md" target="_blank">App</a>
</li>
<li class="navbar-item">
<a href="#footer" class="navbar-link title-md">Contact</a>
</li>
</ul>
</nav>
<button class="nav-open-btn" aria-label="open menu" data-nav-toggler>
<ion-icon name="menu-outline"></ion-icon>
</button>
<a href="https://www.mediafire.com/file/0fhqp5hbzp0oqj4/Green_Leaf_Quizz.apk/file" class="btn has-before title-md" target="_blank">Download our app</a>
<div class="overlay" data-nav-toggler data-overlay></div>
</div>
</header>
<main>
<article>
<!--
- #HERO
-->
<section class="section hero" style="background-image: url('./assets/images/hero-bg.png')" aria-label="home">
<div class="container">
<div class="hero-content">
<p class="hero-subtitle has-before" data-reveal="left">Welcome To GREEN LEAF</p>
<h1 class="headline-lg hero-title" data-reveal="left">
Div in and Discover.<br>
How you can be part of the solution.
</h1>
<div class="hero-card" data-reveal="left" style="width: 70%">
<p class="title-lg card-text">
Download our quiz app and Discover more.
</p>
<div class="wrapper">
<button class="btn has-before">
<ion-icon name="search"></ion-icon>
<span class="span title-md"><a href="https://www.mediafire.com/file/0fhqp5hbzp0oqj4/Green_Leaf_Quizz.apk/file" target="_blank">Download Now</a></span>
</button>
</div>
</div>
</div>
<figure class="hero-banner" data-reveal="right">
<img src="./assets/images/hero-banner.png" width="590" height="517" loading="eager" alt="hero banner"
class="w-100">
</figure>
</div>
</section>
<!--
- #SERVICE
-->
<section class="service" aria-label="service" width="90%">
<div class="container">
<ul class="service-list" width="100%">
<li>
<div class="service-card" data-reveal="bottom">
<div class="card-icon" id="ico">
<img src="./assets/images/icon-1.png" width="250px" height="auto" style="border-radius: 5px;" loading="lazy" alt="icon">
</div>
<h3 class="headline-sm card-title">
<a href="#">Flower pot</a>
</h3>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipisicing
</p>
<button class="btn-circle" aria-label="read more about psychiatry">
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</button>
</div>
</li>
<li>
<div class="service-card" data-reveal="bottom">
<div class="card-icon" id="ico">
<img src="./assets/images/icon-2.png" width="250px" height="auto" style="border-radius: 5px;" loading="lazy" alt="icon">
</div>
<h3 class="headline-sm card-title">
<a href="#">Tails</a>
</h3>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipisicing
</p>
<button class="btn-circle" aria-label="read more about Gynecology">
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</button>
</div>
</li>
<li>
<div class="service-card" data-reveal="bottom">
<div class="card-icon" id="ico">
<img src="./assets/images/icon-3.png" width="250px" height="auto" style="border-radius: 5px;" loading="lazy" alt="icon">
</div>
<h3 class="headline-sm card-title">
<a href="#">House decoration</a>
</h3>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipisicing
</p>
<button class="btn-circle" aria-label="read more about Pulmonology">
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</button>
</div>
</li>
<li>
<div class="service-card" data-reveal="bottom">
<div class="card-icon" id="ico">
<img src="./assets/images/icon-4.png" width="250px" height="auto" style="border-radius: 5px;" loading="lazy" alt="icon">
</div>
<h3 class="headline-sm card-title">
<a href="#">Breaks</a>
</h3>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipisicing
</p>
<button class="btn-circle" aria-label="read more about Orthopedics">
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</button>
</div>
</li>
</ul>
</div>
</section>
<!--
- #ABOUT
-->
<section class="section about" aria-labelledby="about-label">
<div class="container">
<div class="about-content">
<p class="section-subtitle title-lg has-after" id="about-label" data-reveal="left">About Us</p>
<h2 class="headline-md" data-reveal="left">Circular Economy</h2>
<p class="section-text" data-reveal="left">
Circular economy is an economic model focused on minimizing waste and maximizing resource efficiency.
It emphasizes the reuse, repair, refurbishment, and recycling of products and materials to create a closed-loop system.
Key principles include designing for longevity, promoting reuse and remanufacturing, prioritizing resource efficiency, and encouraging collaborative consumption.
Transitioning to a circular economy offers numerous benefits, including reduced environmental impact, conservation of natural resources, promotion of innovation, and the creation of new business opportunities.
Many organizations and governments are actively promoting and implementing circular economy initiatives to address environmental challenges and promote sustainable economic growth.
</p>
<ul class="tab-list" data-reveal="left">
<li>
<button class="tab-btn active">Vision</button>
</li>
<li>
<button class="tab-btn">Mission</button>
</li>
<li>
<button class="tab-btn">Strategy</button>
</li>
</ul>
<p class="tab-text" data-reveal="left">
GREEN LEAF is a foundation that aims to promote circular economy by sensitizing the general public on how to transform waste products into useful ones. Green leaf is born from the desire to educate and empower everyone with the power of circularity.
</p>
<div class="wrapper">
<ul class="about-list">
<li class="about-item" data-reveal="left">
<ion-icon name="checkmark-circle-outline"></ion-icon>
<span class="span">Create regenerative economy</span>
</li>
<li class="about-item" data-reveal="left">
<ion-icon name="checkmark-circle-outline"></ion-icon>
<span class="span">Reduce resource consumption</span>
</li>
<li class="about-item" data-reveal="left">
<ion-icon name="checkmark-circle-outline"></ion-icon>
<span class="span">Maximize value and minimize waste</span>
</li>
<li class="about-item" data-reveal="left">
<ion-icon name="checkmark-circle-outline"></ion-icon>
<span class="span">We reflect longevity and durability</span>
</li>
</ul>
</div>
</div>
<figure class="about-banner" data-reveal="right">
<img src="./assets/images/about-banner.png" width="554" height="678" loading="lazy" alt="about banner"
class="w-100">
</figure>
</div>
</section>
<!--
- #LISTING
-->
<section class="section listing" aria-labelledby="listing-label">
<div class="container">
<ul class="grid-list">
<li>
<p class="section-subtitle title-lg" id="listing-label" data-reveal="left">Project Listig</p>
<h2 class="headline-md" data-reveal="left">Browse by specialist</h2>
</li>
<li>
<div class="listing-card" data-reveal="bottom">
<div class="card-icon">
<img src="./assets/images/icon-1.png" width="71" height="71" loading="lazy" alt="icon">
</div>
<div>
<h3 class="headline-sm card-title">Flower pot</h3>
<p class="card-text">Made of old old napkin</p>
</div>
</div>
</li>
<li>
<div class="listing-card" data-reveal="bottom">
<div class="card-icon">
<img src="./assets/images/icon-2.png" width="71" height="71" loading="lazy" alt="icon">
</div>
<div>
<h3 class="headline-sm card-title">tiers</h3>
<p class="card-text">Made up of </p>
</div>
</div>
</li>
<li>
<div class="listing-card" data-reveal="bottom">
<div class="card-icon">
<img src="./assets/images/icon-4.png" width="71" height="71" loading="lazy" alt="icon">
</div>
<div>
<h3 class="headline-sm card-title">bricks</h3>
<p class="card-text">made up of sand and molten plastics.</p>
</div>
</div>
</li>
<li>
<div class="listing-card" data-reveal="bottom">
<div class="card-icon">
<img src="./assets/images/icon-5.png" width="71" height="71" loading="lazy" alt="icon">
</div>
<div>
<h3 class="headline-sm card-title">purs</h3>
<p class="card-text">Made up of plastic</p>
</div>
</div>
</li>
<li>
<div class="listing-card" data-reveal="bottom">
<div class="card-icon">
<img src="./assets/images/icon-6.png" width="71" height="71" loading="lazy" alt="icon">
</div>
<div>
<h3 class="headline-sm card-title">Plastic bag</h3>
<p class="card-text">made of plastic</p>
</div>
</div>
</li>
<li>
<div class="listing-card" data-reveal="bottom">
<div class="card-icon">
<img src="./assets/images/icon-7.png" width="71" height="71" loading="lazy" alt="icon">
</div>
<div>
<h3 class="headline-sm card-title">Decoration</h3>
<p class="card-text">Made up of something</p>
</div>
</div>
</li>
</ul>
</div>
</section>
<!--
- #BLOG
-->
<section class="section blog" aria-labelledby="blog-label">
<div class="container">
<p class="section-subtitle title-lg text-center" id="blog-label" data-reveal="bottom">
News & Article
</p>
<h2 class="section-title headline-md text-center" data-reveal="bottom" id="article">Latest Articles</h2>
<ul class="grid-list">
<li>
<div class="blog-card has-before has-after" data-reveal="bottom">
<div class="meta-wrapper">
<div class="card-meta">
<ion-icon name="person-outline"></ion-icon>
<span class="span">By Admin</span>
</div>
<div class="card-meta">
<ion-icon name="folder-outline"></ion-icon>
<span class="span">Specialist</span>
</div>
</div>
<h3 class="headline-sm card-title">The Benefits of Adopting a Circular Economy</h3>
<time class="title-sm date" datetime="2022-01-28">28 Febuary, 2024</time>
<p class="card-text">
A circular economy is an economic system that aims to minimize waste and maximize the use of resources.
By designing products for longevity, reuse, and recycling, companies can reduce their environmental impact and create a more sustainable future.
One of the key benefits of adopting a circular economy is the reduction of waste. Instead of discarding products after a single use, materials are reused or recycled,
leading to a more efficient use of resources. This not only helps to conserve natural resources but also reduces the environmental impact of production and consumption. Additionally,
a circular economy can create new business opportunities and drive innovation. By encouraging the reuse and recycling of materials, companies can develop new products and services that meet the demands of a more sustainable market.
Overall, embracing a circular economy can lead to economic growth, environmental protection, and a more resilient society.
</p>
<a href="#" class="btn-text title-lg">Read More</a>
</div>
</li>
<li>
<div class="blog-card has-before has-after" data-reveal="bottom">
<div class="meta-wrapper">
<div class="card-meta">
<ion-icon name="person-outline"></ion-icon>
<span class="span">By Admin</span>
</div>
<div class="card-meta">
<ion-icon name="folder-outline"></ion-icon>
<span class="span">Specialist</span>
</div>
</div>
<h3 class="headline-sm card-title">Circular Economy Principles in Action: Case Studies</h3>
<time class="title-sm date" datetime="2022-01-28">18 Febuary, 2024</time>
<p class="card-text">
Several companies and organizations around the world are leading the way in adopting circular economy principles and demonstrating their benefits in practice.
One example is the fashion brand Patagonia, which encourages customers to repair and recycle their clothing instead of buying new items. By offering repair services and promoting a culture of reuse,
Patagonia has extended the lifespan of its products and reduced waste. Another example is Loop, a platform that partners with consumer goods companies to offer reusable packaging for everyday products.
By providing a convenient way for customers to return and refill their containers, Loop is reducing single-use plastic waste and promoting a more sustainable approach to consumption. These case studies highlight the
diverse ways in which circular economy principles can be implemented across different industries to create a more sustainable and resource-efficient future.
</p>
<a href="#" class="btn-text title-lg">Read More</a>
</div>
</li>
<li>
<div class="blog-card has-before has-after" data-reveal="bottom">
<div class="meta-wrapper">
<div class="card-meta">
<ion-icon name="person-outline"></ion-icon>
<span class="span">By Admin</span>
</div>
<div class="card-meta">
<ion-icon name="folder-outline"></ion-icon>
<span class="span">Specialist</span>
</div>
</div>
<h3 class="headline-sm card-title">Challenges and Opportunities for Implementing a Circular Economy</h3>
<time class="title-sm date" datetime="2022-01-28">24 Febuary, 2024</time>
<p class="card-text">
While the concept of a circular economy offers numerous benefits.
One of the main obstacles is the lack of infrastructure and processes for recycling and reusing materials on a large scale. In order to fully transition to a circular economy,
significant investments and changes to existing systems are required. Additionally, consumer behavior plays a key role in the success of a circular economy. Educating and motivating individuals
to embrace sustainable practices, such as repairing and recycling products, can be a daunting task. However, there are also opportunities to be found in the shift towards a circular economy. By promoting innovation and collaboration,
businesses can develop new solutions and business models that align with the principles of the circular economy. Governments and policymakers can also play a crucial role in supporting the transition to a circular economy through regulations and incentives.
</p>
<a href="#" class="btn-text title-lg">Read More</a>
</div>
</li>
</ul>
</div>
</section>
</article>
</main>
<!--
- #FOOTER
-->
<footer class="footer" id="footer" style="background-image: url('./assets/images/footer-bg.png')">
<div class="container">
<div class="section footer-top">
<div class="footer-brand" data-reveal="bottom">
<a href="#" class="logo">
<img src="./assets/images/logo.png" width="136" height="46" loading="lazy" alt="Doclab home">
</a>
<ul class="contact-list has-after">
<li class="contact-item">
<div class="item-icon">
<ion-icon name="mail-open-outline"></ion-icon>
</div>
<div>
<p>
Main Email : <a href="mailto:[email protected]" class="contact-link">lemboupharel5@­gmail.com</a>
</p>
</div>
</li>
<li class="contact-item">
<div class="item-icon">
<ion-icon name="call-outline"></ion-icon>
</div>
<div>
<p>
Office Telephone : <a href="tel:237652336101" class="contact-link">(237) 652 336 101</a>
</p>
<p>
Mobile : <a href="tel:237676093910" class="contact-link">(237) 676 093 910</a>
</p>
</div>
</li>
</ul>
</div>
<div class="footer-list" data-reveal="bottom">
<p class="headline-sm footer-list-title">About Us</p>
<p class="text">
A foundation that think that things never get expired.
</p>
<address class="address">
<ion-icon name="map-outline"></ion-icon>
<span class="text">
Mapleview Drive <br>
Yaounde, EMANA
</span>
</address>
</div>
<ul class="footer-list" data-reveal="bottom">
<li>
<p class="headline-sm footer-list-title">Services</p>
</li>
<li>
<a href="#" class="text footer-link">Give life to waste.</a>
</li>
<li>
<a href="#" class="text footer-link">Environmental care</a>
</li>
</ul>
<ul class="footer-list" data-reveal="bottom">
<li>
<p class="headline-sm footer-list-title">Useful Links</p>
</li>
<li>
<a href="#" class="text footer-link">Our projects</a>
</li>
<li>
<a href="#" class="text footer-link">Forum</a>
</li>
</ul>
<div class="footer-list" data-reveal="bottom">
<p class="headline-sm footer-list-title"><a href="https://www.mediafire.com/file/0fhqp5hbzp0oqj4/Green_Leaf_Quizz.apk/file" target="_blank">Download</a></p>
<form action="" class="footer-form">
<input type="email" name="email" placeholder="Email" class="input-field title-lg">
<button type="submit" class="btn has-before title-md"><a href="https://www.mediafire.com/file/0fhqp5hbzp0oqj4/Green_Leaf_Quizz.apk/file" target="_blank">Download</a></button>
</form>
<p class="text">
Get the latest updates via email. Any time it's available.
</p>
</div>
</div>
<div class="footer-bottom">
<p class="text copyright">
© Green-Leaf 2024 | All Rights Reserved by GBHS_EMANA
</p>
</div>
</div>
</footer>
<!--
- #BACK TO TOP
-->
<a href="#top" class="back-top-btn" aria-label="back to top" data-back-top-btn>
<ion-icon name="chevron-up"></ion-icon>
</a>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>