-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (76 loc) · 2.41 KB
/
index.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
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Walter+Turncoat&display=swap"
rel="stylesheet"
/>
<link href="./index.css" rel="stylesheet" />
<script type="text/javascript" src="./index.js"></script>
</head>
<body>
<header>
<h1>Welcome to Our Earth Day Celebration!</h1>
</header>
<section>
<article class="facts">
<h2>Did You Know?</h2>
<p>
Earth Day was first celebrated on April 22, 1970, and now includes a
wide range of events coordinated globally by EARTHDAY.ORG including 1
billion people in more than 193 countries.
</p>
</article>
<article>
<h2>Why Celebrate Earth Day?</h2>
<p>
Earth Day is more than just a single day — April 22. It's a day to
remind us to take action in our communities and beyond, to protect the
environment, restore damaged ecosystems, and live a more sustainable
life.
</p>
</article>
<article>
<h2>How You Can Help</h2>
<p>
Join us in making a difference! Here are some ways you can contribute to
preserving our planet:
</p>
<ul>
<li>Reduce, reuse, and recycle.</li>
<li>Volunteer for cleanups in your community.</li>
<li>Conserve water and electricity.</li>
<li>Plant a tree.</li>
<li>Educate others about environmental conservation.</li>
</ul>
</article>
<div class="action-call">
<h2>Take Action Now</h2>
<p>
Join our Earth Day quiz to test your knowledge and learn more about what
you can do to help our planet!
</p>
<a href="#">Start the Quiz!</a>
</div>
</section>
<div class="testimonial">
<h2>Inspiration Corner</h2>
<p>
"The Earth does not belong to us: we belong to the Earth." - Marlee Matlin
</p>
<p>
This Earth Day, let's remember we are part of a larger ecosystem and our
actions have a profound impact on our planet.
</p>
</div>
<div class="events">
<h2>Join an Event</h2>
<p>
Participate in local and global Earth Day events to take action towards a
sustainable future. Check out <a href="#">events near you</a>.
</p>
</div>
<footer>
<p>Happy Earth Day! Together, we can make a difference.</p>
</footer>
</body>