-
Notifications
You must be signed in to change notification settings - Fork 656
/
SaveOcean.html
377 lines (346 loc) · 15.8 KB
/
SaveOcean.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clear Ocean</title>
<link rel="stylesheet" href="./assets/css/SaveNature.css">
</head>
<body>
<!-- #HEADER -->
<header class="header">
<div class="container">
<h1 class="logo">Clear Ocean</h1>
<nav class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#ocean-pollution">Ocean Pollution</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="#stats">Stats</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">Tackling Ocean Pollution</h2>
<p>
Join us in our mission to reduce ocean pollution and ensure cleaner, healthier seas for future
generations.
</p>
</div>
</section>
<!-- #ABOUT -->
<section class="section about" id="about">
<div class="container">
<h2 class="section-title">About Clear Ocean</h2>
<p>
At Clear Ocean, we are committed to reducing ocean pollution through awareness, education, and
action. Our mission is to protect marine ecosystems and ensure a future where oceans are free from
harmful waste and plastics.
</p>
</div>
</section>
<!-- #OCEAN POLLUTION -->
<section class="section ocean-pollution" id="ocean-pollution">
<div class="container">
<h2 class="section-title">The Problem: Ocean Pollution</h2>
<p>
Every year, an estimated 8 million tons of plastic waste is dumped into the oceans, causing severe
damage to marine life and ecosystems. The majority of ocean pollution comes from land-based
activities, including improper waste management and industrial runoff.
</p>
</div>
</section>
<!-- #SOLUTIONS -->
<section class="section solutions" id="solutions">
<div class="container">
<h2 class="section-title">Our Solutions</h2>
<p>
To tackle ocean pollution, we focus on prevention, cleanup, and education. Our solutions include:
</p>
<ul>
<li>Encouraging the reduction of single-use plastics.</li>
<li>Supporting clean-up efforts to remove waste from oceans and beaches.</li>
<li>Advocating for stronger environmental protection laws.</li>
<li>Promoting the development and use of biodegradable materials.</li>
<li>Educating communities about responsible waste management and recycling.</li>
</ul>
</div>
</section>
<!-- #IMPACT -->
<section class="section impact" id="impact">
<div class="container">
<h2 class="section-title">Our Impact</h2>
<ul>
<li>Organized over 100 beach clean-up drives, removing 50 tons of waste from coastlines.</li>
<li>Partnered with local governments and organizations to promote sustainable waste management
practices.</li>
<li>Reached over 500,000 people through our education and awareness campaigns.</li>
</ul>
</div>
</section>
<!-- #STATISTICS -->
<section class="section statistics" id="statistics">
<div class="container">
<h2 class="section-title">Environmental Statistics</h2>
<p>
Explore the key facts and statistics about the current state of our environment:
</p>
<div class="stats-grid">
<!-- Deforestation Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/plastic-icon.png" alt="Tree Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">8,000,000</h3>
<p class="stat-description">
tons of plastic waste enter the oceans every year.
</p>
</div>
</div>
<!-- Ocean Pollution Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/ocean-icon.png" alt="Ocean Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">500 </h3>
<p class="stat-description">
Dead Zones exist in the oceans due to lack of oxygen, affecting marine life.
</p>
</div>
</div>
<!-- Carbon Emissions Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/marine.svg" alt="Carbon Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">100,000 </h3>
<p class="stat-description">
Marine animals are killed annually by plastic debris in the ocean.
</p>
</div>
</div>
<!-- Species Extinction Statistic -->
<div class="stat-item">
<div class="icon">
<img src="assets/images/fish.svg" alt="Species Icon">
</div>
<div class="stat-info">
<h3 class="stat-number">By 2050</h3>
<p class="stat-description">
There could be more plastic in the ocean than fish (by weight).
</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 contribute to reducing ocean pollution by taking simple, everyday actions:</p>
<div class="help-grid">
<div class="help-item">
<div class="help-icon">
<img src="assets/images/reduce-plastic.svg" alt="Reduce Plastic Icon">
</div>
<div class="help-info">
<h3>Reduce, Reuse, Recycle</h3>
<p>Minimize waste by using fewer disposable products, recycling materials, and reusing
items.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/water.svg" alt="Conserve Water Icon">
</div>
<div class="help-info">
<h3>Conserve Water</h3>
<p>Take shorter showers, fix leaks, and use water-saving devices to reduce water
consumption.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/plant-trees.svg" alt="Plant Trees Icon">
</div>
<div class="help-info">
<h3>Plant Trees</h3>
<p>Trees absorb carbon dioxide, improve air quality, and provide habitat for wildlife. Join
tree-planting initiatives.</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>Support Clean Energy</h3>
<p>Switch to renewable energy sources such as solar and wind, and reduce energy consumption
at home.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/involved.svg" alt="Get Involved Icon">
</div>
<div class="help-info">
<h3>Get Involved</h3>
<p>Participate in local environmental groups or global movements focused on conservation and
sustainability.</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>Spread Awareness</h3>
<p>Educate others about the importance of protecting nature through social media, events, or
volunteering.</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 Marine Research</h3>
<p>Fund and support research focused on ocean ecosystems, pollution impact, and conservation
solutions.</p>
</div>
</div>
<div class="help-item">
<div class="help-icon">
<img src="assets/images/laws.svg" alt="Advocate for Laws Icon">
</div>
<div class="help-info">
<h3>Advocate for Stricter Laws</h3>
<p>Support policies and laws that protect the environment by advocating for stronger ocean
protection measures.</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: 400px; /* Reduced width */
width: 90%;
margin: 0 auto;
padding: 20px; /* Reduced padding */
background-color: rgba(255, 255, 255, 0.2); /* Glass effect */
backdrop-filter: blur(10px); /* Glass effect */
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.3); /* Light border for glass effect */
">
<h2 class="section-title" style="
font-size: 1.8em; /* Adjusted for compactness */
color: #ffffff;
text-align: center;
margin-bottom: 10px; /* Decreased margin */
">
Get in Touch
</h2>
<p style="font-size: 1em; text-align: center; margin-bottom: 20px">
Have any questions? Reach out to us!
</p>
<form class="contact-form" style="display: flex; flex-direction: column; gap: 10px">
<input type="text" placeholder="First Name" required style="
padding: 8px; /* Reduced padding */
font-size: 0.9em;
border: none;
border-radius: 5px;
background: rgba(255, 255, 255, 0.5);
" />
<input type="text" placeholder="Last Name" required style="
padding: 8px;
font-size: 0.9em;
border: none;
border-radius: 5px;
background: rgba(255, 255, 255, 0.5);
" />
<input type="email" placeholder="Your Email" required style="
padding: 8px;
font-size: 0.9em;
border: none;
border-radius: 5px;
background: rgba(255, 255, 255, 0.5);
" />
<textarea placeholder="Your Message" required style="
padding: 8px;
font-size: 0.9em;
border: none;
border-radius: 5px;
resize: vertical;
background: rgba(255, 255, 255, 0.5);
height: 100px; /* Increased height for the message box */
"></textarea>
<button class="btn" type="submit" style="
padding: 8px;
font-size: 1em;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
" onmouseover="this.style.backgroundColor='#45a049'; this.style.transform='translateY(-2px)'; this.style.boxShadow='0 6px 15px rgba(0, 0, 0, 0.3)';"
onmouseout="this.style.backgroundColor='#28a745'; this.style.transform='translateY(0)'; this.style.boxShadow='none';">
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 protecting nature and educating the public about environmental issues.</p>
</div>
<div>
<h3>Contact Us</h3>
<p>Email: info@savenature.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 Nature. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>