-
Notifications
You must be signed in to change notification settings - Fork 656
/
SaveEcology.html
376 lines (352 loc) · 14.9 KB
/
SaveEcology.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Save Ecology</title>
<link rel="stylesheet" href="./assets/css/SaveNature.css">
</head>
<body>
<!-- #HEADER -->
<header class="header">
<div class="container">
<h1 class="logo">Save Ecology</h1>
<nav class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#environmental-issues">Environmental Issues</a></li>
<li><a href="#solutions">Solutions</a></li>
<li><a href="#impact">Impact</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>
<!-- #HOME -->
<section class="section home" id="home">
<div class="container">
<h2 class="section-title">Protecting Our Planet</h2>
<p>
Join us in our mission to preserve ecosystems and create a sustainable future for all living beings.
</p>
</div>
</section>
<!-- #ABOUT -->
<section class="section about" id="about">
<div class="container">
<h2 class="section-title">About Save Ecology</h2>
<p>
At Save Ecology, we are dedicated to preserving our planet's ecosystems through awareness, education, and action. Our mission is to ensure a future where nature thrives, free from harmful pollutants and environmental degradation.
</p>
</div>
</section>
<!-- #ENVIRONMENTAL ISSUES -->
<section class="section environmental-issues" id="environmental-issues">
<div class="container">
<h2 class="section-title">The Problem: Environmental Degradation</h2>
<p>
Environmental degradation is a pressing issue, with deforestation, pollution, and climate change threatening the delicate balance of our ecosystems. Every action counts, and we must address these issues collectively.
</p>
</div>
</section>
<!-- #SOLUTIONS -->
<section class="section solutions" id="solutions">
<div class="container">
<h2 class="section-title">Our Solutions</h2>
<p>
To combat environmental degradation, we focus on conservation, restoration, and education. Our solutions include:
</p>
<ul>
<li>Promoting sustainable agriculture and forestry practices.</li>
<li>Encouraging community clean-up efforts to restore natural habitats.</li>
<li>Advocating for policies that protect endangered species.</li>
<li>Supporting renewable energy initiatives.</li>
<li>Educating the public about sustainable living practices.</li>
</ul>
</div>
</section>
<!-- #IMPACT -->
<section class="section impact" id="impact">
<div class="container">
<h2 class="section-title">Our Impact</h2>
<ul>
<li>Restored over 1,000 acres of degraded land through reforestation projects.</li>
<li>Engaged with over 300,000 individuals through educational campaigns on sustainability.</li>
<li>Collaborated with local organizations to implement eco-friendly practices in communities.</li>
</ul>
</div>
</section>
<!-- #STATISTICS -->
<section class="section statistics" id="statistics">
<div class="container">
<h2 class="section-title">Environmental Statistics</h2>
<p>
Discover key statistics highlighting the current state of our environment:
</p>
<div class="stats-grid">
<!-- Deforestation 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">13 million</h3>
<p class="stat-description">
hectares of forest are lost each year due to deforestation.
</p>
</div>
</div>
<!-- Air Pollution Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/air-icon.png" alt="Air Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">7 million</h3>
<p class="stat-description">
people die each year due to air pollution.
</p>
</div>
</div>
<!-- Species Extinction Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/species-icon.png" alt="Species Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">1 million</h3>
<p class="stat-description">
species are at risk of extinction due to habitat loss and climate change.
</p>
</div>
</div>
<!-- Climate Change Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/climate-icon.png" alt="Climate Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">1.5°C</h3>
<p class="stat-description">
is the target limit for global warming to prevent catastrophic climate change.
</p>
</div>
</div>
</div>
</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>You can make a difference by taking small steps in your daily life:</p>
<div class="help-grid">
<div class="help-item">
<div class="help-icon">
<img src="assets/images/recycle-icon.png" alt="Reduce Waste Icon">
</div>
<div class="help-info">
<h3>Reduce, Reuse, Recycle</h3>
<p>Limit waste by using reusable products and recycling whenever possible.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/ocean-icon.png" alt="Save Water Icon">
</div>
<div class="help-info">
<h3>Save Water</h3>
<p>Conserve water by fixing leaks and using water-efficient fixtures.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/plant-icon.png" alt="Plant Flowers Icon">
</div>
<div class="help-info">
<h3>Plant Native Plants</h3>
<p>Support local ecosystems by planting native trees and flowers in your area.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/clean-energy.svg" alt="Clean Energy Icon">
</div>
<div class="help-info">
<h3>Use Clean Energy</h3>
<p>Switch to renewable energy sources, like solar and wind, to reduce your carbon footprint.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/involved.svg" alt="Community Involvement Icon">
</div>
<div class="help-info">
<h3>Get Involved</h3>
<p>Join local environmental groups or participate in community clean-up events.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/awareness.svg" alt="Spread Awareness Icon">
</div>
<div class="help-info">
<h3>Educate Others</h3>
<p>Share knowledge about environmental issues and solutions with your community.</p>
</div>
</div>
<!-- Additional Cards -->
<div class="help-item">
<div class="help-icon">
<img src="assets/images/research.svg" alt="Support Research Icon">
</div>
<div class="help-info">
<h3>Support Research</h3>
<p>Donate to or volunteer for organizations focused on ecological research and conservation.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/laws.svg" alt="Advocate for Change Icon">
</div>
<div class="help-info">
<h3>Advocate for Change</h3>
<p>Support legislation that protects the environment and promotes sustainability.</p>
</div>
</div>
</div>
</div>
</section>
<!-- #CONTACT -->
<section
class="section contact"
id="contact"
style="
padding: 40px 0;
margin: 40px 0;
background-image: url(https://e1.pxfuel.com/desktop-wallpaper/165/739/desktop-wallpaper-bird-sparrow-nature-save-nature.jpg);
background-size: cover;
background-position: center;
color: white;
"
>
<div
class="container"
style="
max-width: 800px;
width: 90%;
margin: 0 auto;
padding: 40px;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 10px;
"
>
<h2
class="section-title"
style="
font-size: 2.5em;
color: #ffffff;
text-align: center;
margin-bottom: 20px;
"
>
Get in Touch
</h2>
<p
style="font-size: 1.2em; text-align: center; margin-bottom: 30px"
>
Have any questions or want to learn more about our initiatives?
Reach out to us!
</p>
<form
class="contact-form"
style="display: flex; flex-direction: column; gap: 15px"
>
<input
type="text"
placeholder="Your Name"
required
style="
padding: 15px;
font-size: 1em;
border: none;
border-radius: 5px;
"
/>
<input
type="email"
placeholder="Your Email"
required
style="
padding: 15px;
font-size: 1em;
border: none;
border-radius: 5px;
"
/>
<textarea
placeholder="Your Message"
required
style="
padding: 15px;
font-size: 1em;
border: none;
border-radius: 5px;
resize: vertical;
"
></textarea>
<button
class="btn"
type="submit"
style="
padding: 15px;
font-size: 1em;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
"
>
Send Message
</button>
</form>
</div>
</section>
</main>
<!-- #FOOTER -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div>
<h3>About Us</h3>
<p>We are dedicated to preserving nature and educating the public about ecological issues.</p>
</div>
<div>
<h3>Contact Us</h3>
<p>Email: info@saveecology.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 Save Ecology. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>