-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchampions.html
68 lines (60 loc) · 1.91 KB
/
champions.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
<!doctype html>
<html>
<head>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles -->
<link rel="stylesheet" href="style/style.css" type="text/css" media="screen, projection" />
</head>
<body>
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand"><img src="images/eer-logo-2lines.png" alt="Eastern Edge Robotics"</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="missions.html">Missions</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<br>
<div class="subheader">
<p>
Eastern Edge Wins the 2016 MATE International ROV Competition - Explorer Class
</p>
</div>
<hr class="execline">
<img src="images/trophies.JPG" alt="Trophies 2016" align="right"width="300" height"250">
<div class="CEOtitletext">
Thank you to MATE, NASA and the NBL, our sponsors, and (especially) our wonderful mentors!
</div>
<div class="text">
<p>
We are very proud of all employees at Eastern Edge Robotics.
</p>
<p>
Racheal Seymour won an award for being a presentation MVP.
</p>
<p>
Eastern Edge Robotics won the gROVer award for courtesy, kindness, and professionalism to other teams.
</p>
<p>
EER also won first for product demonstration with a score of 215.
</p>
<p>
Finally, we won first overall! It was an amazing experience, and we were so happy to compete in the MATE International ROV Competition 2016.
</p>
</div>
<img src="images/team-after-2nd-run.JPG" alt="Team after 2nd run 2016" align="middle"width="900" height"750" vspace="50">
<div class="text">
<p>
Photo: Adam Pelley
</p>
</div>
</body>
</html>