-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilter.html
39 lines (39 loc) · 1.46 KB
/
filter.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
<html>
<head>
<link rel = "stylesheet" href = "style.css">
<link href = "https://fonts.googleapis.com/css?family=Dosis&display=swap" rel = "stylesheet">
<script type = "text/javascript" src = "script.js"></script>
<title>Filter</title>
<link rel="icon" href="img/logo.png">
</head>
<body>
<div class = "navbar">
<img src = "img/logo.png">
<ul class = "navitems">
<li><a href = "index.html">Home</a></li>
<li><a href = "about.html">About</a></li>
<li><a href = "calculator.html">Calculator</a></li>
<li><a href = "filter.html">Filter</a></li>
<li><a href = "resources.html">Resources</a></li>
</ul>
</div>
<div class = "primarybanner">
<h1 class = "reveal fade-bottom">Filter</h1>
<div class = "left-column reveal fade-left">
<p>Our filter uses multiple layers of materials, such as silt, activated charcoal, and condensed grass, for a cheap but efficient way to clean water. We also had a UV light to further purify water, and that is powered by a solar panel to eliminate the use of batteries or electricity.</p>
</div>
<div class = "right-column reveal fade-right">
<img src = "img/filter1.png">
</div>
</div>
<div class = "transparentbanner">
<h1>Prototype Images</h1>
<div class = "left-column reveal fade-left">
<img src = "img/filter2.png">
</div>
<div class = "right-column reveal fade-right">
<img src = "img/filter3.png">
</div>
</div>
</body>
</html>