forked from CWRUbotix/CWRUbotix-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nasa_rmc.html
66 lines (64 loc) · 2.53 KB
/
nasa_rmc.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
<!DOCTYPE html>
<html>
<head>
<title>CWRUbotix NASA Robotic Mining 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/nasarmc.png"/></a>
<p class="hd">NASA Robotics Mining Competition</p>
<div class="division"></div>
<p class="info">
The NASA Robotics Mining Competition is a national collegiate competition where teams design a rover capable of autonomously excavating regolith in a similuted Martian enviroment. Teams can win awards for excavation, regolith handling, communications, outreach, public engagement, and more. The hope is that NASA may use some of the designs from this competition to inspire future Mars excavating rovers. The competition is held every year in May at the NASA Kennedy Space Center.
</p>
<p class="hd">Our Robots</p>
<div class="division"></div>
<div class="subproj_cont">
<div class="subproj">
<a href="proj/nasa_rmc_18.html">
<img src="res/nasa_rmc/rmc_2018.png"/>
<span class="subproj_txt"><b>2018</b></span>
</div>
<div class="subproj">
<a href="proj/nasa_rmc_17.html">
<img src="res/nasa_rmc/rmc_2017.jpg"/>
<span class="subproj_txt"><b>2017</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nasa_rmc_16.html">
<img src="res/nasa_rmc/rmc_2016.png"/>
<span class="subproj_txt"><b>2016</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nasa_rmc_15.html">
<img src="res/nasa_rmc/rmc_2015.png"/>
<span class="subproj_txt"><b>2015</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nasa_rmc_14.html">
<img src="res/nasa_rmc/rmc_2014.png"/>
<span class="subproj_txt"><b>2014</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nasa_rmc_13.html">
<img src="res/nasa_rmc/rmc_2013.png"/>
<span class="subproj_txt"><b>2013</b></span>
</a>
</div>
</div>
</div>
<script src="js/footer.js"></script>
</body>
</html>