forked from anuragverma108/WildGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TreePlantation.html
244 lines (223 loc) · 10.9 KB
/
TreePlantation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plant Trees</title>
<link rel="stylesheet" href="./assets/css/TreePlantation.css">
</head>
<link rel="css/TreePlantation.css">
<body>
<!-- #HEADER -->
<header class="header">
<div class="container">
<h1 class="logo">Plant Trees</h1>
<nav class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#benefits">Benefits of Tree Planting</a></li>
<li><a href="#how-to-help">How to Help</a></li>
<li><a href="#statistics">Statistics</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- #MAIN -->
<main>
<article>
<!-- #HOME -->
<section class="section home" id="home">
<div class="container">
<h2 class="section-title">Welcome to Plant Trees</h2>
<p class="line">
Join our initiative to combat climate change and restore the environment by planting trees.
</p>
</div>
</section>
<!-- #ABOUT -->
<section class="section about" id="about">
<div class="container">
<h2 class="section-title">About Us</h2>
<p>
At Plant Trees, we aim to encourage reforestation and the protection of green spaces. Our goal is to raise awareness of the vital role trees play in mitigating climate change, improving air quality, and sustaining biodiversity.
</p>
<p>
Trees not only absorb carbon dioxide but also support ecosystems, prevent soil erosion, and provide habitats for countless species. By planting trees, we can restore degraded lands and create healthier urban environments.
</p>
</div>
</section>
<!-- #BENEFITS -->
<section class="section benefits" id="benefits">
<div class="container">
<h2 class="section-title">Benefits of Tree Planting</h2>
<p>
Planting trees offers a wide range of environmental, social, and economic benefits:
</p>
<ul>
<li>Sequesters carbon dioxide, reducing the impact of climate change.</li>
<li>Provides clean air by filtering pollutants.</li>
<li>Improves soil health and prevents erosion.</li>
<li>Supports wildlife by offering habitat and food sources.</li>
<li>Cools urban areas, reducing the need for air conditioning.</li>
<li>Enhances mental well-being and physical health in communities.</li>
</ul>
</div>
</section>
<!-- #HOW-TO-HELP -->
<section class="section how-to-help" id="how-to-help">
<div class="container">
<h2 class="section-title">How You Can Help</h2>
<p class="line">
Get involved with tree planting and help protect our planet.
</p>
<div class="help-grid">
<!-- Join Tree-Planting Drives -->
<div class="help-item">
<div class="help-icon">
<img src="assets/images/tree-plant-icon.png" alt="Tree Plant Icon">
</div>
<div class="help-info">
<h3>Join Tree-Planting Drives</h3>
<p>Participate in local or global tree-planting campaigns.</p>
</div>
</div>
<!-- Conserve Forests -->
<div class="help-item">
<div class="help-icon">
<img src="assets/images/forest-icon.png" alt="Forest Icon">
</div>
<div class="help-info">
<h3>Conserve Forests</h3>
<p>Support efforts to protect forests and prevent deforestation.</p>
</div>
</div>
<!-- Advocate for Green Spaces -->
<div class="help-item">
<div class="help-icon">
<img src="assets/images/green-space-icon.png" alt="Green Space Icon">
</div>
<div class="help-info">
<h3>Advocate for Green Spaces</h3>
<p>Promote the creation and preservation of urban green spaces in your community.</p>
</div>
</div>
<!-- Spread Awareness -->
<div class="help-item">
<div class="help-icon">
<img src="assets/images/awareness-icon.png" alt="Awareness Icon">
</div>
<div class="help-info">
<h3>Spread Awareness</h3>
<p>Educate others on the importance of trees and encourage them to participate in reforestation.</p>
</div>
</div>
</div>
<p class="help-call-to-action">
Together, we can plant millions of trees and make a lasting difference.
</p>
</div>
</section>
<!-- #STATISTICS -->
<section class="section statistics" id="statistics">
<div class="container">
<h2 class="section-title">Tree Planting Statistics</h2>
<p class="line">
Here are some important facts about the impact of trees:
</p>
<div class="stats-grid">
<!-- Carbon Sequestration Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/co2-icon.png" alt="CO2 Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">48 lbs</h3>
<p class="stat-description">
The average tree absorbs 48 pounds of CO2 per year.
</p>
</div>
</div>
<!-- Reforestation Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/reforest-icon.png" alt="Reforest Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">2B+</h3>
<p class="stat-description">
Trees planted worldwide in reforestation projects since 2015.
</p>
</div>
</div>
<!-- Forest Area Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/forest-icon.png" alt="Forest Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">10M</h3>
<p class="stat-description">
Hectares of forest restored annually through tree planting efforts.
</p>
</div>
</div>
<!-- Biodiversity Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/biodiversity-icon.png" alt="Biodiversity Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">1M+</h3>
<p class="stat-description">
Species of animals rely on trees for habitat and food.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- #CONTACT -->
<section class="section contact" id="contact">
<div class="container">
<h2 class="section-title">Contact Us</h2>
<p>
Reach out to us to learn more about our tree-planting initiatives or to get involved.
</p>
<form class="contact-form">
<input type="text" placeholder="Your Name" required>
<input type="email" placeholder="Your Email" required>
<textarea placeholder="Your Message" required></textarea>
<button class="btn" type="submit">Send Message</button>
</form>
</div>
</section>
</article>
</main>
<!-- #FOOTER -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div>
<h3>About Us</h3>
<p>We are dedicated to promoting tree planting to combat climate change and protect biodiversity.</p>
</div>
<div>
<h3>Contact Us</h3>
<p>Email: info@planttrees.org</p>
<p>Phone: +123 456 7890</p>
</div>
<div>
<h3>Follow Us</h3>
<ul class="social-links">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">LinkedIn</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Plant Trees. All rights reserved.</p>
</div>