-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (135 loc) · 6.9 KB
/
index.html
File metadata and controls
145 lines (135 loc) · 6.9 KB
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
<!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>Ethiopian Green Legacy Page</title>
<link rel="stylesheet" href="assests/CSS/mobileStyle.css">
<link rel="stylesheet" href="assests/CSS/desktopStyle.css">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
<script src="https://kit.fontawesome.com/928599f9b9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="main-wrapper">
<header class="header">
<nav class="nav">
<div class="upper-topNav">
<div class="social-icon">
<a href="#"> <i class="fa fa-facebook fa-nav" aria-hidden="true"></i> </a>
<a href="#"> <i class="fa fa-twitter fa-nav" aria-hidden="true"></i> </a>
</div>
<a href="#">English</a>
<a href="#">My Page</a>
<a href="#">Logout</a>
</div>
<div class="lower-topNav">
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<nav class="logo">
<a href="#">
<img src="assests/Images/green-legacy-logo.png" alt="Ethiopian Green Legacy Logo">
</a>
<p class="logo-text">Ethiopia, 2019 - 2022</p>
</nav>
<ul class="topNav-links">
<li class="nav-link"><a href="about.html">About</a></li>
<li class="nav-link"><a href="">Program</a></li>
<li class="nav-link"><a href="">Join</a></li>
<li class="nav-link"><a href="">Sponsor</a></li>
<li class="nav-link"><a href="">News</a></li>
<li class="nav-link last-item"><a class="logo" href="">Ethio Green Legacy</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="headline">
<h3 class="message">
"The Ethiopian Green Legacy!"
</h3>
<h1 class="primary-text">
ETHIOPIAN ANNUAL TREE PLANTING CAMPAIGN
LAUNCH CERMONY
<span class="year">2022</span>
</h1>
<p class="secondary-text">
“Caring for the nation involves the protection of our citizens, just as caring for the land
that sustains us involves endeavors like our Green Legacy initiative.” PM Abiy said.
</p>
<div>
<p class="date">
2022.06.21 Tu ~ 24 (Fri)
</p>
<p class="venue">
© Gulele Botany Center, Addis Ababa.
<a class="web-address" href="https://greenlegacy.et/green-legacy/home">vist Ethio GL Initiative</a>
</p>
</div>
</section>
<section class="main-program">
<h2 class="main-heading">Green Legacy Initiative</h2>
<div class="program-articles">
<article>
<i class="fa fa-solid fa-eye-low-vision"></i>
<p class="program-title">Vision</p>
<p class="program-description"> Ensure the development of the country through implementing efficient rural
as well as urban green initiatives by coordinating human power and institutional &
Technical capacities at all levels</p>
</article>
<article>
<i class="fa fa-solid fa-eye-slash"></i>
<p class="program-title">Mission</p>
<p class="program-description"> Planting seedlings in cities and rural areas to improve the benefit of forest
for the country's social and ecological goals and realizing Ethiopia's prosperity.</p>
</article>
<article>
<i class="fa fa-solid fa-seedling"></i>
<p class="program-title">Planting Targets</p>
<p class="program-description">Ethiopia planned to plant twenty Billion trees in 4 years</p>
</article>
<article>
<i class="fa fa-users"></i>
<p class="program-title">Citizens</p>
<p class="program-description"> More than 16 million citizens are participated in tree planting
on tree planting program since 2019.</p>
</article>
<article>
<i class="fa"><img src="assests/Images/forest.png"></i>
<p class="program-title">Land Coverage</p>
<p class="program-description"> More than 50 million forestry and 34,800 million agro forestry seedlings
were panted in last four years with coverage of 1.2 million hectare lands</p>
</article>
</div>
<div>
<a class="see-more-mobile" href="https://greenlegacy.et/green-legacy/home">JOIN ETHIOPIAN GREEN LEGACY</a>
<a class="see-more-desktop" href="https://greenlegacy.et/green-legacy/home">SEE GREEN LEGACY ACHIVEMENTS</a>
</div>
</section>
<section class="gl-events">
<h2 class="gl-title">Featured GL Events</h2>
<div class="events"> </div>
</section>
<section class="partners-section">
<h2 class="partners-heading">Partners</h2>
<ul class="partners">
<li>African Union</li>
<li>Marathon Motors</li>
<li>Ethio Telecom</li>
<li>UNDP</li>
</ul>
</section>
</main>
<footer class="footer">
<img src="assests/Images/gl-footer-logo.png" alt = "5 billion trees for green legacy">
<p class="footer-text"><span>2022</span> The Ethiopian Green Legacy Initiative.
<br> © Some Rights Reserved.
</p>
</footer>
</div>
<script src="assests/JavaScript/main.js"></script>
</body>
</html>