-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (35 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<link href='http://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic' rel='stylesheet' type='text/css'>
<meta name="description" content="Portfolio : This is my personal repository where I upload my projects">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css">
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<title>Justrash.com</title>
</head>
<body>
<div class="cabecera">
<a href="index.html" class="home"><img src="images/justrashgrey.png" class="imgcabecera"></a>
<ul class="menucab">
<li class="seccionmenu"><a href="#whatis">WHAT IS JUSTRASH?</a></li>
<li class="seccionmenu"><a href="#compromise">OUR COMPROMISE</a></li>
<li class="seccionmenu">THE TEAM</li>
<li class="seccionmenu">CONTACT</li>
</ul>
</div>
<div class="content">
<div class="whatis" id="whatis">
<h1>WHAT IS JUSTRASH?</h1>
<img src="images/imacjustrash.png" class="whatisimage">
<p>jusTrash offers cities an efficient and smart way to collect trash, enabling it not only to save money and help the environment, but to collect really valuable data to help cities get smarter, and allow better decision making.</p>
<p>Our system uses sensors to see how full a trash can is. Whenever someone throws something into the trash can, an update is sent to our servers.</p>
<p>The client can then access the data from our web service, and obtain the most efficient pick up routes, district by district.</p>
<p>The settings of our sensors can be customised to fit a city’s, and the admin can decide when he wants a trash can to appear as full.</p>
</div>
<div class="compromise" id="compromise">
<h1>OUR COMPROMISE</h1>
</div>
</div>
</body>
</html>