-
Notifications
You must be signed in to change notification settings - Fork 1
/
nrc.html
107 lines (105 loc) · 3.51 KB
/
nrc.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!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.thenrc.org/" target="_blank"><img class="logo" src="res/nrc.png"/></a>
<p class="hd">National Robotics Challenge</p>
<div class="division"></div>
<p class="info">
The National Robotcs Challenge (NRC) is a collection of robotics competitions rolled into one large event. Held nearby in Marion, Ohio in the beginning of April, the competitions are open to students from 6th grade through graduate school. Competitions range from combat robots to pick and place machines to hockey playing robots. In 2016, our teams participated in the Rescue, Combat, and Maze competitions.
</p>
<p class="hd">Our Robots</p>
<div class="division"></div>
<p class="hd">2018</p>
<div class="subproj_cont">
<div class="subproj">
<a href="proj/nrc_combat_18_playbot.html">
<img src="res/nrc/nrc_18/playbot.PNG"/>
<span class="subproj_txt"><b>Combat Playbot</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nrc_avc_18.html">
<img src="res/nrc/nrc_18/avc.PNG"/>
<span class="subproj_txt"><b>AVC</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nrc_sumo_18.html">
<img src="res/nrc/nrc_18/sumo.PNG"/>
<span class="subproj_txt"><b>Sumo</b></span>
</a>
</div>
</div>
<p class="hd">2017</p>
<div class="subproj_cont">
<div class="subproj">
<a href="proj/nrc_combat_17.html">
<img src="res/nrc/nrc_17/combat.jpg"/>
<span class="subproj_txt"><b>Combat</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nrc_maze_17.html">
<img src="res/nrc/nrc_17/maze.PNG"/>
<span class="subproj_txt"><b>Maze</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nrc_avc_17.html">
<img src="res/nrc/nrc_17/avc.jpg"/>
<span class="subproj_txt"><b>AVC</b></span>
</a>
</div>
</div>
<p class="hd">2016</p>
<div class="subproj_cont">
<div class="subproj">
<a href="proj/nrc_combat_16.html">
<img src="res/nrc/combat_2016.jpg"/>
<span class="subproj_txt"><b>Combat</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nrc_maze_16.html">
<img src="res/nrc/maze_2016.jpg"/>
<span class="subproj_txt"><b>Maze</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nrc_rescue_16.html">
<img src="res/nrc/rescue_2016.jpg"/>
<span class="subproj_txt"><b>Rescue</b></span>
</a>
</div>
</div>
<p class="hd">2015</p>
<div class="subproj_cont">
<div class="subproj">
<a href="proj/nrc_maze_15.html">
<img src="res/nrc/maze_2015.jpg"/>
<span class="subproj_txt"><b>Maze</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/nrc_sumo_15.html">
<img src="res/nrc/sumo_2015.jpg"/>
<span class="subproj_txt"><b>Sumo</b></span>
</a>
</div>
</div>
</div>
<script src="js/footer.js"></script>
</body>
</html>