-
Notifications
You must be signed in to change notification settings - Fork 0
/
plastic.html
96 lines (88 loc) · 5.49 KB
/
plastic.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="plastic.css">
<link href="https://fonts.googleapis.com/css?family=Kanit|Lexend+Giga|Long+Cang|Righteous&display=swap" rel="stylesheet">
<title>Turnip</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body class="background help">
<!-- nav bar -->
<h3 class="fun-fact">°˖✧Fun Fact!✧˖°
<h4 class="kanit">73% of beach litter worldwide is plastic. By 2050, it is estimated that there will be more plastic in the ocean than fish! Σ(°ロ°)</h4>
<ul>
<li class="questrial"><a href="index.html">Home</a></li>
<li style="float:right"><a class="questrial" href="about.html">About</a></li>
</ul>
<p>
<h1 class=righteous><strong>Plastic ♶</strong></h1>
<h3 class=center><strong>Where does our plastic actually go?</strong></h3>
</p>
<div class=center>
<img src="https://media2.giphy.com/media/3o7bu1lZdQImAMuSgU/giphy.gif" align=center>
</div>
<p>
<h2>How often do you buy disposable items (plastic water bottles, etc.)?</h2>
<button class="w3-btn w3-hover-red btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample1" aria-expanded="false" aria-controls="collapseExample1">Often.</button>
<div class="collapse" id="collapseExample1">
<div class="card card-body">
As cheap as they may be, plastic and disposable items are bad for the environment. Using these items creates a large quantity of waste that takes a lot of resources to dispose. Start using reusable water bottles and cloth bags to limit the amount of plastic you buy daily.
</div>
</div>
<button class="w3-btn w3-hover-orange btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample2" aria-expanded="false" aria-controls="collapseExample2">Sometimes.</button>
<div class="collapse" id="collapseExample2">
<div class="card card-body">
That's a good start! It is good to gradually start weening off of plastic and other disposable items. Try to start using reusable water bottles and bags instead of plastic ones.
</div>
</div>
<button class="w3-btn w3-hover-yellow btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample3" aria-expanded="false" aria-controls="collapseExample3">Never.</button>
<div class="collapse" id="collapseExample3">
<div class="card card-body">
That's great! Stay sustainable~!
</div>
</div>
</p>
<p>
<h2>How much of your plastic do you recycle?</h2>
<button class="w3-btn w3-hover-green btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample4" aria-expanded="false" aria-controls="collapseExample4">All of it.</button>
<div class="collapse" id="collapseExample4">
<div class="card card-body">
That's great! Stay sustainable~!
</div>
</div>
<button class="w3-btn w3-hover-blue btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample5" aria-expanded="false" aria-controls="collapseExample5">Some of it.</button>
<div class="collapse" id="collapseExample5">
<div class="card card-body">
That's a good start! Keep recycling, and eventually start trying to ween off of plastic. Make sure the company your plastic goes to is reliable!
</div>
</div>
<button class="w3-btn w3-hover-purple btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample5" aria-expanded="false" aria-controls="collapseExample5">None of it.</button>
<div class="collapse" id="collapseExample5">
<div class="card card-body">
You can make a big change just by recycling plastic water bottles and bags. Make sure you throw your plastic into a recycling bin instead of a waste bin!
</div>
</div>
</p>
<p>
<h2> Do you have a reusable water bottle??</h2>
<button class="w3-btn w3-hover-pink btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample6" aria-expanded="false" aria-controls="collapseExample6">Yes.</button>
<div class="collapse" id="collapseExample6">
<div class="card card-body">
That's great! Stay sustainable~!
</div>
</div>
<button class="w3-btn w3-hover-black btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample7" aria-expanded="false" aria-controls="collapseExample7">No.</button>
<div class="collapse" id="collapseExample7">
<div class="card card-body">
You should get one! It would save you a lot of money, and it would help the environment by limiting the amount of plastic waste that exists.
</div>
</div>
</p>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>