-
Notifications
You must be signed in to change notification settings - Fork 0
/
EnvironmentScience.html
77 lines (64 loc) · 3.7 KB
/
EnvironmentScience.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Environmental Science Website</title>
<link rel="stylesheet" href="es.css">
</head>
<body>
<header>
<h1>Environmental Science Website</h1>
<nav>
<ul>
<li><a href="EnvironmentScience.html">Home</a></li>
<li><a href="news.html">News</a></li>
</ul>
</nav>
</header>
<main>
<section id="intro">
<h2>Welcome to our Environmental Science Website!</h2>
<p class="impact-text">At the intersection of nature and knowledge, lies our responsibility to protect and preserve our planet. Environmental science is the key that unlocks a sustainable future for generations to come.</p>
<p class="impact-text">Through scientific inquiry and innovative solutions, we explore the intricate web of ecosystems, unravel the effects of human activity, and advocate for positive change. Together, we can make a difference.</p>
<p class="impact-text">Join us on this journey as we dive deep into pressing environmental issues, empower individuals with knowledge, and inspire action to create a greener, healthier world for all.</p>
</section>
<section id="video">
<h2>Why the Environment Matters</h2>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/m5ASdVAcUqI" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<section id="featured-topic">
<h2>Featured Topics</h2>
<article>
<h3>Reduce, Reuse, Recycle - Embrace the Power of Sustainability</h3>
<img src="eee.jpg" alt="Reduce, Reuse, Recycle">
<p>Learn about the importance of reducing waste, reusing materials, and recycling to minimize our impact on the environment. By embracing sustainable practices, we can create a better future for our planet and future generations.</p>
<a href="news.html">Read More</a>
</article>
<article>
<h3>Conserve Water - Every Drop Counts</h3>
<img src="asdasdasd.jpeg" alt="Conserve Water">
<p>Discover practical tips and techniques for conserving water at home, such as fixing leaks, using water-efficient appliances, and practicing mindful water usage. Together, let's make every drop count and ensure a sustainable water future for all.</p>
<a href="news.html">Read More</a>
</article>
<article>
<h3>Go Green with Transportation - Sustainable Mobility for a Greener World</h3>
<img src="gggg.jpg" alt="Green Transportation">
<p>Explore eco-friendly transportation options like walking, cycling, carpooling, and using public transit to reduce carbon emissions and promote sustainable mobility. Let's make greener choices for a healthier planet and a brighter future.</p>
<a href="news.html">Read More</a>
</article>
</section>
<ul>
<li><a href="https://education.nationalgeographic.org/resource/climate-change/">Resource 1</a></li>
<li><a href="https://www.ipcc.ch/2021/08/09/ar6-wg1-20210809-pr/">Resource 2</a></li>
<li><a href="https://www.noaa.gov/education/resource-collections/climate/climate-change-impacts">Resource 3</a></li>
<li><a href="https://www.technologyreview.com/2023/01/23/1067190/good-news-on-climate-change/">Resource 4</a></li>
</ul>
</main>
<footer>
<p>© 2023 Environmental Science Website. All rights reserved.</p>
</footer>
</body>
</html>