-
Notifications
You must be signed in to change notification settings - Fork 1
/
mate_rov.html
37 lines (35 loc) · 1.39 KB
/
mate_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
<!DOCTYPE html>
<html>
<head>
<title>CWRUbotix MATE ROV Competition</title>
<meta charset="UTF-8">
<meta name="description" content="The home of Case Western Reserve University's undergraduate robotics club.">
<meta name="author" content="CWRUbotix">
<link href="css/site.css" rel="stylesheet">
<link href="css/projects.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
</head>
<body>
<script src="js/navbar.js"></script>
<div class="topspace"></div>
<div id="project">
<a href="http://www.nasa.gov/offices/education/centers/kennedy/technology/nasarmc.html" target="_blank"><img class="logo" src="res/mate_rov.png"/></a>
<p class="hd">MATE ROV Competition</p>
<div class="division"></div>
<p class="info">
The MATE ROV Competition is an international competition hosted by the Marine Advanced Technology Education center in which teams design an underwater Remotely Operated Vehicle capable of performing a variety water-related tasks.
</p>
<p class="hd">Our Robots</p>
<div class="division"></div>
<div class="subproj_cont">
<div class="subproj">
<a href="proj/mate_rov_19.html">
<img src="res/mate_rov/mate_rov_2019.jpg"/>
<span class="subproj_txt"><b>2019</b></span>
</a>
</div>
</div>
</div>
<script src="js/footer.js"></script>
</body>
</html>