-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (57 loc) · 2.46 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
<!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="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><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>
<h1 class="name">Rogue Robotics</h1>
<img id="logo" src="img/logo_artsy.svg">
<img id="wave" src="img/wavy.svg">
<h2 id="tagline">an underwater robotics club based in <strong>Holmdel, NJ</strong></h2>
<div class="section">
<h2>What We Do</h2>
<p>We're a team of eleven high school students who like robots and build underwater ROVs to compete in the MATE ROV competition. Our mission is to develop underwater vehicles that address challenging marine issues. Our team members also give back to the community by hosting nonprofit coding workshops and attending technology conferences to exhibit and talk about robotic technology. <a href="about.html">learn more</a></p>
</div>
<div class="section">
<h2>Our Sponsors</h2>
<div class="sponsors-wrap">
<a href="https://www.etherfax.net/">
<img class="sponsor" src="img/sponsors/etherfax.png">
</a>
<a href="http://www.pierce.com/">
<img class="sponsor" src="img/sponsors/pierce.png">
</a>
<a href="http://www.dosils.com/">
<img class="sponsor" src="img/sponsors/dosils.png">
</a>
<a href="http://www.easternautomation.net/">
<img class="sponsor" src="img/sponsors/eastern_automation.png">
</a>
<a href="https://www.3dsolutech.com/">
<img class="sponsor" src="img/sponsors/3d_solutech.png">
</a>
<a href="https://www.addonpools.com/">
<img class="sponsor" src="img/sponsors/addon_pools.jpg">
</a>
</div>
</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>