-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (131 loc) · 4.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ENVIROVER - Enabled by Environment</title>
<link rel="stylesheet" media="screen" href="style.css">
<link rel="icon" href="http://envirover.com/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Pavel Bobov">
<meta name="description" content="Autonomous vehicles for collecting environmental data, monitoring, and search missions.">
<meta name="keywords" content="autonomous boats, solar powered, wing sail, ocean robots, water quality, salton sea">
<meta name="robots" content="all">
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86743417-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="topnav">
<a href="index.html"><img id="logo" src="images/logo.png" alt="ENVIROVER"/></a>
<a href="index.html#solutions">SOLUTIONS</a>
<a href="index.html#technology">TECHNOLOGY</a>
<a href="index.html#about">ABOUT</a>
<a href="index.html#contacts">CONTACTS</a>
</div>
<div id="main">
<div class="section" id="solutions">
<header>
<h2>SOLUTIONS</h2>
</header>
<table>
<tr>
<td><img src="images/measurements.jpg" id="measurements" alt="measurements"/></td>
<td><img src="images/monitoring.jpg" id="monitoring" alt="monitoring"/></td>
<td><img src="images/missions.jpg" id="missions" alt="misions"/></td>
</tr>
<tr>
<td>
<h3>Measurements</h3>
<p>Measurements of physical and chemical characteristics of water and air in the requested areas of interest.</p>
</td>
<td>
<h3>Monitoring</h3>
<p>Continuous monitoring of water quality in a certain area.</p>
</td>
<td>
<h3>Missions</h3>
<p>Custom search and monitoring missions.</p>
</td>
</tr>
</table>
</div>
<div class="section" id="technology">
<header>
<h2>TECHNOLOGY</h2>
</header>
<table>
<tr>
<td><img src="images/solarboat.jpg" id="solarboat" alt="Solar boat"/></td>
<td><img src="images/sensors.jpg" id="sensors" alt="Sensors"/></td>
<td><img src="images/systems.jpg" id="systems" alt="Systems"/></td>
</tr>
<tr>
<td>
<h3>Autonomous Vehicles</h3>
<p>Autonomous solar and wind powered boats.</p>
</td>
<td>
<h3>Sensors</h3>
<p>Sensors for measuring chemical and physical characteristics of air and water, sonars, photo and video cameras.</p>
</td>
<td>
<h3>Data Processing</h3>
<p>Mission planing, data collection, storing and processing systems.</p>
</td>
</tr>
</table>
</div>
<div class="section" id="about">
<header>
<h2>ABOUT</h2>
</header>
<p>Our mission is collection of environmental information for land use, conservation, and restoration projects using autonomous vehicles powered by renewable energy.</p>
<a href="http://www.arcgis.com/apps/MapJournal/index.html?appid=cd1ed68eb26f4a21b820f04e47c670d4"><img id="flying_dutchman" src="images/flying_dutchman.jpg" alt="Self-sailing ships of Salton Sea" /></a>
<p>Currently we are building solar and wind powered autonomous boats for <a href="http://www.arcgis.com/apps/MapJournal/index.html?appid=cd1ed68eb26f4a21b820f04e47c670d4">Salton Sea water quality monitoring</a>.</p>
</div>
<div class="section" id="contacts">
<header>
<h2>CONTACTS</h2>
</header>
<table>
<tr>
<td>
<a href="tel:+1-949-438-3648"><img src="images/phone-icon.png" alt="phone" id="phone"/>949-438-3648</a>
</td>
<td>
<a href="mailto:pb@envirover.com"><img src="images/mail-icon.png" alt="e-mail" id="email"/>pb@envirover.com</a>
</td>
<td>
<a href="https://twitter.com/envirover" class="twitter-follow-button" data-show-count="false">Follow @envirover</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</td>
</tr>
</table>
<br/>
<div id="donate"><a href="sponsors.html">Contribute to the Project.</a></div>
</div>
</div>
<div id="footer">
<p>©Copyright 2016 Envirover</p>
</div>
</body>
</html>