-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinalProj.html
More file actions
181 lines (156 loc) Β· 5.46 KB
/
FinalProj.html
File metadata and controls
181 lines (156 loc) Β· 5.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Solutions</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
}
/* Style the header */
.header {
background-color: lightblue;
padding: 20px;
text-align: center;
height: 150px;
}
.linkings{
padding: 20px;
text-align: center;
}
/* Style the top navigation bar */
.topnav {
overflow: hidden;
background-color: grey;
}
/* Style the topnav links */
.topnav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 10px 18px;
text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
background-color: brown;
color: black;
}
/* Create three equal columns that floats next to each other */
.column {
float: left;
width: 25%;
padding: 15px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
.column {
width: 100%;
}
}
</style>
</head>
<body>
<div class="header">
<font color = "Black"><h1>Planting The Future π</h1>
<p>away from pollution, ahead towards solutions.</p></font>
</div>
<div class="topnav">
<a style = "width:25%" href="Homepage.html">home</a>
<a style = "width:25%" href="realPlatingFuture.html">plants</a>
<a style = "width:25%" href="Realvolunteering.html">contribute</a>
<a style = "width:25%" href="FinalProj.html">solutions</a>
</div>
<div class="row">
<div class="column">
<font color="lightblue"><h2>Recycle</h2></font></p>
<font color="darkBlue"><h3>What is recycling?</h3></font>
<font color="black"><h4>Converting waste into reusable material</h4></font>
<p>
<font color="darkBlue"><h3>Why recycle?</h3></font>
<font color="black"><h4> Reduce the pollution caused by waste </h4></font>
</p>
<font color="darkBlue"><h3> What happens to the waste?</h3></font>
<iframe width:"560" height:"560" src="https://www.youtube.com/embed/_6xlNyWPpB8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="column">
<font color="lightblue"><h2>Use Solar Energy</h2></font>
<font color="darkBlue"><h3>What is Solar Energy?</h3></font>
<font color="black"><h4>Radiant energy emitted by the sun</h4></font>
<p>
<font color="darkBlue"><h3>Why use Solar Energy?</h3></font>
<font color="black"><h4>
<p>- Do not produce air pollution, water pollution, or greenhouse gases </p>
<p> - Solar energy replaces the use of other energy sources that have larger effects on the environment</p>
</h4></font>
</p>
<font color="darkBlue"><h3> How does it work?</h3></font>
<iframe width:"560" height:"560" src="https://www.youtube.com/embed/HciKU63dLtA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="column">
<font color="lightblue"><h2>Vermicomposting</h2></font>
<font color="darkBlue"><h3>What is Vermicomposting?</h3></font>
<font color="black"><h4>Using earthworms to convert organic waste into fertilizer</h4></font>
<p>
<font color="darkBlue"><h3>Why use this method?</h3></font>
<font color="black"><h4>
<p> - Allows organic waste to break down into nutrient-rich compost to grow new plants</p>
<p> - Stops water contamination</p>
</h4></font>
</p>
<font color="darkBlue"><h3> How it Works?</h3></font>
<iframe width:"560" height:"560" src="https://www.youtube.com/embed/V8miLevRI_o" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="column">
<font color="lightblue"><h2>Grow more Plants</h2></font>
<font color="darkBlue"><h3>What is Planting?</h3></font>
<font color="black"><h4>The act of placing a seed, bulb, or plant in the ground so that it can grow.</h4></font>
<p>
<font color="darkBlue"><h3>Why Plant?</h3></font>
<font color="black"><h4>
<p>- Using photosynthesis, they produce oxygen</p>
<p>- Provide fuel that is used by many animals as food</p>
</h4></font>
</p>
<font color="darkBlue"><h3> Want to plant?</h3></font>
<iframe width:"560" height:"560" src="https://www.youtube.com/embed/jARH5kKAAQM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</style>
</div>
</body>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Monospace, Helvetica, sans-serif;
}
</head>
<body>
<style>
p.double {border-style: double;}
</style>
<div class= "linkings">
<div>
βββββββββΏββββββββ
</div>
<font color ="darkBlue"><p class="double"> Useful Links </p></font>
<div>
βββββββββΏββββββββ
</div>
<p> <a href="https://kids.mongabay.com/elementary/610.html"><strong>What you do can at home to help the environment</strong></a></p>
<p> <a href="https://www.wikihow.com/Save-the-Environment-at-Home">How to Save the Environment at Home</a></p>
<p> <a href="https://www.scarymommy.com/climate-change-march-for-science/"><strong>What Will Our Planet Look Like If We Donβt Protect It? </strong></a></p>
<p> <a href="https://gulfnews.com/opinion/op-eds/save-the-environment-to-save-life-1.2171315">Save the environment to save Life.</a></p>
</div>
</html>