generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
276 lines (269 loc) · 13 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
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
<!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 rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css" type="text/css" />
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="https://kit.fontawesome.com/b83175b9a4.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous">
</script>
<script src="assets/js/item-array.js"></script>
<script src="assets/js/script.js"></script>
<title>The Planeteers</title>
</head>
<body>
<header>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html"><img src="./assets/images/Planeteers Logo Idea 6.png"
alt='The Planeteer logo of the Earth globe showing recycle logo in centre, surrounded by a boy and girl Superhero.'
class="logo" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"
aria-controls="collapsibleNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="game.html">Game</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Index Page Content -->
<section>
<div class="container-fluid home-header-container">
<div class="row h-100 py-4">
<div class="col-12 text-center">
<div class="d-flex justify-content-center align-items-center flex-column h-100">
<h1 class="home-title">We are The Planeteers!</h1>
<h2 class="home-sub-title">Caring for our Planet</h2>
</div>
</div>
<div class="col-md-6 offset-md-3 d-flex justify-content-center align-items-middle home-intro-text homepage-p">
<p>
Planet Earth is the place that provides all the things that we need to live and we must take care of it.
It is currently at threat from climate change and waste. <strong>We Planeteers have teamed up to save Planet Earth
one piece of rubbish at a time.</strong> We need you to help us with this challenge.
<p>
</div>
<div class="col-md-6 offset-md-3 d-flex justify-content-center align-items-middle home-intro-text homepage-p">
<p>
<strong>Caring for the Earth and the environment means that it will keep the planet healthy.</strong>
Everyone can play their part by recycling items that can be recycled and upcycling items to give them a new
purpose.
</p>
</div>
<div class="col-md-6 offset-md-3 d-flex justify-content-center align-items-middle home-intro-text homepage-p">
<p>
It's up to each and every one of us on this planet to play our part.
There are <strong>plenty of ways to choose green and make choices to help our planet Earth</strong> and it
starts from any age.
</p>
</div>
<div class="col-md-6 offset-md-3 d-flex justify-content-center align-items-middle home-intro-text homepage-p">
<p>
Make the right decisions now to help conserve the Earth's natural resources such as air and water, so our
generation and generations to come, will be able to enjoy our beautiful planet.
</p>
</div>
<div class="col-md-6 offset-md-3 d-flex justify-content-center align-items-middle home-intro-text homepage-p">
<p>
Ready to help us save the planet? Look below for some interesting facts about rubbish and recycling and
then try out our game to become a recycling champion.
</p>
</div>
<div class="col-12 text-center">
<div class="d-flex justify-content-center align-items-center flex-column h-100">
<a href="./game.html" class="btn btn-primary" role="button" data-bs-toggle="button"><u>Play the Game!</u></a>
</div>
</div>
</div>
</div>
</section>
<!-- Fact Section -->
<section class="container-fluid fact-container">
<div class="row h-100 py-4">
<div class="col-12 text-center">
<div class="d-flex justify-content-center align-items-center flex-column h-100">
<h1 class="did-you-know-title">Did You Know?</h1>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm12 d-flex justify-content-center pt-3">
<div class="card" style="width: 18rem;">
<img src="assets/images/overflowing-bin.jpg" class="card-img-top fact-image"
alt="Litter bin overflowing and surrounded by multiple bags of waste around it.">
<div class="card-body">
<h5 class="card-title">We Make a Lot of Waste</h5>
<p class="card-text">In the UK we generate around 30 million tonnes of household rubbish in a year. That's
the weight of
almost 50,000 double decker buses!</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm12 d-flex justify-content-center pt-3">
<div class="card" style="width: 18rem;">
<img src="assets/images/food.jpg" class="card-img-top fact-image"
alt="A table full of colour and covered with fresh fruit and grocery items.">
<div class="card-body">
<h5 class="card-title">We Buy Too Much Food</h5>
<p class="card-text">We throw away 4.5 million tonnes of edible food each year. This is responsible for the
same CO2
emissions as flying from London to Australia many, many times!</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm12 d-flex justify-content-center pt-3">
<div class="card" style="width: 18rem;">
<img src="assets/images/plastic-bottles.jpg" class="card-img-top fact-image"
alt="A selection of multiple types of clear plastic bottles of all types and sizes.">
<div class="card-body">
<h5 class="card-title">We Use a Lot of Plastic</h5>
<p class="card-text">An estimated 13 billion plastic bottles are thrown away each year. If we lined them up
they would
stretch around the world about 32 times!</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm12 d-flex justify-content-center pt-3">
<div class="card" style="width: 18rem;">
<img src="assets/images/eating.jpg" class="card-img-top fact-image"
alt="A woman with a large cup of cereal holding a spoonful of cereal.">
<div class="card-body">
<h5 class="card-title">Plastic is Not Just Bad for the Oceans</h5>
<p class="card-text">The average person eats more than 18kg of plastic in their lifetime. Yuk!</p>
</div>
</div>
</div>
</div>
</section>
<!--How Can You Make a Difference Section-->
<section class="container-fluid make-difference-container">
<div class="row h-100 py-4">
<div class="col-12 text-center">
<div class="d-flex justify-content-center align-items-center flex-column h-100">
<h1 class="make-a-difference-title">How Can You Make a Difference?</h1>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm12 d-flex justify-content-center pt-3">
<div class="card" style="width: 18rem;">
<img src="assets/images/lightbulb.jpg" class="card-img-top fact-image"
alt="Single light bulb showing the element, turned on">
<div class="card-body">
<h5 class="card-title">Recycling Conserves Energy</h5>
<p class="card-text">We can light a 60W light bulb for up to 6 hours with the energy conserved from
recycling one plastic bottle.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm12 d-flex justify-content-center pt-3">
<div class="card" style="width: 18rem;">
<img src="assets/images/tree.jpg" class="card-img-top fact-image"
alt="Large old tree with a swing attached, surrounded by other trees in the distance.">
<div class="card-body">
<h5 class="card-title">Recycling Saves Trees</h5>
<p class="card-text">17 trees are saved for every tonne of recycled paper.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm12 d-flex justify-content-center pt-3">
<div class="card" style="width: 18rem;">
<img src="assets/images/power-station.jpg" class="card-img-top fact-image"
alt="Groups of power stations in the distance with smoke emitting into the sky.">
<div class="card-body">
<h5 class="card-title">Recycling Reduces Emissions</h5>
<p class="card-text">Recycling produces lower carbon emissions than making products from raw materials.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm12 d-flex justify-content-center pt-3">
<div class="card" style="width: 18rem;">
<img src="assets/images/park.jpg" class="card-img-top fact-image"
alt="Park area with large tree on left, trees in the distance and blue skies with white clouds.">
<div class="card-body">
<h5 class="card-title">Recycling Saves Space</h5>
<p class="card-text">We have a limited space on the earth. Recycling keeps waste out of landfill leaving
more room for open spaces.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section with Social Network links to external pages -->
<footer>
<div class="col-12 d-flex justify-content-center">
<ul class="social">
<li>
<a href="https://www.facebook.com/" target="_blank" rel="noopener"
aria-label="Facebook link opens in new blank tab">
<i class="fab fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/" target="_blank" rel="noopener"
aria-label="Twitter link opens in new blank tab">
<i class="fab fa-twitter-square"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/" target="_blank" rel="noopener"
aria-label="Instagram link opens in new blank tab">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/" target="_blank" rel="noopener"
aria-label="YouTube link opens in new blank tab">
<i class="fab fa-youtube-square"></i>
</a>
</li>
</ul>
</div>
<div class="text-center sources mt-1 mb-2">
<p class="mb-0 footer-text">Links to Fact Sources:</p>
<div>
<a class="p-1" href="https://www.recycle-more.co.uk/household/recycling-facts" target="_blank" rel="noopener"
aria-label="Recycle More link opens in new blank tab">
Recycle More
</a>
<a class="p-1" href="https://plasticoceans.org/the-facts/" target="_blank" rel="noopener"
aria-label="Plastic Oceans link opens in new blank tab">
Plastic Oceans
</a>
</div>
<div>
<a class="p-1" href="https://www.recyclingbins.co.uk/recycling-facts/" target="_blank" rel="noopener"
aria-label="Recycling bins link opens in new blank tab">
Recycling Bins
</a>
<a class="p-1" href="https://www.theworldcounts.com/challenges/planet-earth/state-of-the-planet/world-waste-facts/story" target="_blank" rel="noopener"
aria-label="The world counts link opens in new blank tab">
The World Counts
</a>
</div>
</div>
<p class="copyright pb-1 mb-0">The Planeteers © <span id="currentYear"></span></p>
</footer>
<script>
var date = new Date();
var year =date.getFullYear();
document.getElementById("currentYear").innerHTML = year;
</script>
</body>
</html>