-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrov.html
65 lines (60 loc) · 2.45 KB
/
rov.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rogue Robotics</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="stylesheet" href="css/rov.css" type="text/css">
<link rel="shortcut icon" type="image/png" href="img/logo.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li style="float: left;"><img src="img/logo.png" style="height: 15px;"> Rogue Robotics</li>
<li><a href="https://www.marinetech.org/rov-competition-2/">MATE</a></li>
<li><a href="rov.html">vehicles</a></li>
<li><a href="about.html">about</a></li>
<li><a href="index.html">home</a></li>
</ul>
</nav>
<div class="title-banner">
<img src="img/rov_drawing.svg" style="height:300px;">
<h1>Our ROVs</h1>
</div>
<hr>
<div class="section rov">
<h2>Nemo</h2>
<h3>MATE 2017-18 Competition ROV</h3>
<div class="image-group">
<img src="img/nemo_1.png">
<img src="img/nemo_2.png">
</div>
<p><em>Nemo</em>, our latest entry to the MATE ROV competition, qualified for the 2018 international competition in Seattle!</p>
</div>
<div class="section rov">
<h2>Volturnus</h2>
<h3>Hackaday Prize ROV 2017-18</h3>
<div class="image-group">
<img src="img/volt_1.png">
<img src="img/volt_2.png">
</div>
<p>As a warm-up for the 2017-18 MATE season, we built <em>Volturnus</em> as an entry in the 2017 Hackaday Prize, where we won $1000 and undying fame. <em>Volturnus</em> is simple, and that's the point: at just $300, it's a very powerful tool for tackling marine pollution.</p>
</div>
<div class="section rov">
<h2>Archelon</h2>
<h3>MATE 2016-17 Competition ROV</h3>
<div class="image-group">
<img src="img/archelon_1.jpg" style="height: 180px;">
<img src="img/archelon_2.jpg" style="height: 180px;">
</div>
<p>While part of a previous club, AscendTech 4-H, some of our members worked on <em>Archelon</em>.</p>
</div>
<footer>
<p>(c) Rogue Robotics 2018</p>
<br>
<p>Rogue Robotics is a 501(c)(3) non-profit dedicated to excellence in marine science. Our EIN number is 82-2891073.</p>
<p>You can contact us at <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>