forked from CWRUbotix/CWRUbotix-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootcamp.html
110 lines (108 loc) · 3.89 KB
/
bootcamp.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
108
109
110
<!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">
<img class="logo" src="res/bootcamp_full.png"/>
<p class="hd">Bootcamp</p>
<div class="division"></div>
<p class="info">
Every year, our club organizes and facilitates a robotics "bootcamp" where members form groups of 5-8 to tackle a small robotics design problems. This program is an effort to improve our members' technical education, ensuring that everyone will be able to contribute effectively to our main projects and competitions regardless of prior knowledge. We started this program in the Fall of 2016, and plan on continuing it for years to come.
</p>
<p class="hd">Our Robots</p>
<div class="division"></div>
<p class="hd">2016</p>
<div class="subproj_cont">
<div class="subproj">
<a href="proj/bootcamp_artbot_16.html">
<img src="res/bootcamp/2016/artbot/thumb.png"/>
<span class="subproj_txt"><b>Artbot</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_ballthrow_16.html">
<img src="res/bootcamp/2016/ball/thumb.png"/>
<span class="subproj_txt"><b>Ball Bot</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_deal_16.html">
<img src="res/bootcamp/2016/deal/thumb.png"/>
<span class="subproj_txt"><b>Deal with it</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_gund_16.html">
<img src="res/bootcamp/2016/gund/thumb.png"/>
<span class="subproj_txt"><b>Gund</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_jump_16.html">
<img src="res/bootcamp/2016/jump/thumb.png"/>
<span class="subproj_txt"><b>Jumping Robot</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_mech_16.html">
<img src="res/bootcamp/2016/mech/thumb.png"/>
<span class="subproj_txt"><b>Mech Magic</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_mapping_16.html">
<img src="res/bootcamp/2016/mapping/thumb.png"/>
<span class="subproj_txt"><b>Mapping</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_photovore_16.html">
<img src="res/bootcamp/2016/photovore/thumb.png"/>
<span class="subproj_txt"><b>Photovore</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_arm_16.html">
<img src="res/bootcamp/2016/arm/thumb.png"/>
<span class="subproj_txt"><b>Robotic Arm</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_scare_16.html">
<img src="res/bootcamp/2016/scare/thumb.png"/>
<span class="subproj_txt"><b>Scarier Bearier</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_shoot_16.html">
<img src="res/bootcamp/2016/shoot/thumb.png"/>
<span class="subproj_txt"><b>Shoot Gun</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_stair_16.html">
<img src="res/bootcamp/2016/stair/thumb.png"/>
<span class="subproj_txt"><b>Stair Bot</b></span>
</a>
</div>
<div class="subproj">
<a href="proj/bootcamp_taco_16.html">
<img src="res/bootcamp/2016/taco/thumb.png"/>
<span class="subproj_txt"><b>Taco Fingers</b></span>
</a>
</div>
</div>
</div>
<script src="js/footer.js"></script>
</body>
</html>