-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdoyourpart.html
207 lines (206 loc) · 7.75 KB
/
doyourpart.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<meta
name="description"
content="Saving the world isn't easy, neither is saving our oceans. The sooner we start the sooner we can make a difference."
/>
<meta
name="keywords"
content="sustainability, protect our oceans, climate change, marine wildlife, "
/>
<link
rel="shortcut icon"
href="assets/images/favicon.ico"
type="image/x-icon"
/>
<title>SEASTAINABILITY</title>
</head>
<body>
<header>
<!--Site Logo-->
<a href="index.html"><h1 id="logo">Seastainability</h1></a>
<!--Main Navigation-->
<nav id="header-nav">
<!--Mobile Hamburger Navigation Menu-->
<div id="mobile-nav">
<label class="mobile-menu" for="hamburger">☰</label>
<input type="checkbox" id="hamburger" />
<div id="hamitems">
<ul>
<li><a class="navlink" href="index.html">Home</a></li>
<li><a class="navlink" href="ourmission.html">Our Mission</a></li>
<li><a class="navlink" href="ouroceans.html">Our Oceans</a></li>
<li>
<a class="navlink active" href="doyourpart.html"
>Do Your Part</a
>
</li>
<li><a id="contact-us" href="contactus.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</header>
<div id="container">
<!--Main background Image-->
<section id="hero">
<img
id="hero-image"
src="assets/images/sea-3652697_1920.jpg"
alt="Picture of a calm sea."
/>
<!--Background Image Cover Text.-->
<div id="hero-cover">
<div id="cover-text">
<h2>WHAT CAN WE DO AS A COLLECTIVE TO SAVE OUR OCEANS</h2>
</div>
</div>
</section>
<!--Below content taken from national Geographic Article: https://www.nationalgeographic.com/environment/article/10-things-you-can-do-to-save-the-ocean -->
<section class="page-content">
<div class="youtube-video">
<iframe
class="doyourpart-video"
width="644"
height="362"
src="https://www.youtube.com/embed/uLguD-lVo_4"
title="YouTube video player"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
>
</iframe>
</div>
<div class="content content-left">
<h3>Mind Your Carbon Footprint and Reduce Energy Consumption</h3>
<hr class="content-hr" />
<p>
Reduce the effects of climate change on the ocean by leaving the car
at home when you can and being conscious of your energy use at home
and work. A few things you can do to get started today: Switch to
compact fluorescent light bulbs, take the stairs, and bundle up or
use a fan to avoid oversetting your thermostat.
</p>
</div>
<div class="content content-right">
<h3>Make Safe, Sustainable Seafood Choices</h3>
<hr class="content-hr" />
<p>
Global fish populations are rapidly being depleted due to demand,
loss of habitat, and unsustainable fishing practices. When shopping
or dining out, help reduce the demand for overexploited species by
choosing seafood that is both healthful and sustainable.
</p>
</div>
<div class="content content-left">
<h3>Help Take Care of the Beach</h3>
<hr class="content-hr" />
<p>
Whether you enjoy diving, surfing, or relaxing on the beach, always
clean up after yourself. Explore and appreciate the ocean without
interfering with wildlife or removing rocks and coral. Go even
further by encouraging others to respect the marine environment or
by participating in local beach cleanups.
</p>
</div>
<div class="content content-right">
<h3>Support Organizations Working to Protect the Ocean</h3>
<hr class="content-hr" />
<p>
Many institutes and organizations are fighting to protect ocean
habitats and marine wildlife. Find a national organization and
consider giving financial support or volunteering for hands-on work
or advocacy. If you live near the coast, join up with a local branch
or group and get involved in projects close to home.
</p>
</div>
<div class="content content-left">
<h3>Influence Change in Your Community</h3>
<hr class="content-hr" />
<p>
Research the ocean policies of public officials before you vote or
contact your local representatives to let them know you support
marine conservation projects. Consider patronizing restaurants and
grocery stores that offer only sustainable seafood, and speak up
about your concerns if you spot a threatened species on the menu or
at the seafood counter.
</p>
</div>
<div class="content content-center">
<h3>For more tips visit:</h3>
<a
href="https://www.nationalgeographic.com/environment/article/10-things-you-can-do-to-save-the-ocean"
target="_blank"
rel="noopener"
aria-label="Visit the National Geographic page for more content.(opens in new tab)"
>10 Things You Can Do to Save the Ocean</a
>
</div>
</section>
<footer>
<div id="left-footer">
<a
href="https://github.com/roomacarthur"
target="_blank"
rel="noopener"
aria-label="Visit the sites developer page. (opens in new tab)"
>
<h3>Site By Roo</h3>
</a>
</div>
<div id="right-footer">
<h3>Seastainability 2021 ©</h3>
</div>
<div id="center-footer">
<ul class="footer-socials">
<li>
<a
href="https://facebook.com"
target="_blank"
rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)"
><i class="fab fa-facebook-square"></i
></a>
</li>
<li>
<a
href="https://youtube.com"
target="_blank"
rel="noopener"
aria-label="Visit our Youtube channel (opens in a new tab)"
><i class="fab fa-youtube-square"></i
></a>
</li>
<li>
<a
href="https://twitter.com"
target="_blank"
rel="noopener"
aria-label="Visit our twitter page (opens in a new tab)"
><i class="fab fa-twitter-square"></i
></a>
</li>
<li>
<a
href="https://instagram.com"
target="_blank"
rel="noopener"
aria-label="Visit our instagram page (opens in a new tab)"
><i class="fab fa-instagram-square"></i
></a>
</li>
</ul>
</div>
</footer>
</div>
<!--font awesome script for icons-->
<script
src="https://kit.fontawesome.com/51b9956ef3.js"
crossorigin="anonymous"
></script>
</body>
</html>