-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbootcamp.html
More file actions
98 lines (98 loc) · 4.03 KB
/
bootcamp.html
File metadata and controls
98 lines (98 loc) · 4.03 KB
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
---
title : CWRUbotix Bootcamp
layout : default
categories : [projects]
stylesheets : [projects]
---
<div id="project">
<img class="logo" src="res/bootcamp/bootcamp_full.png"/>
<h1>Bootcamp</h1>
<div class="division"></div>
<p class="text-block">
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>
<h1>Our Robots</h1>
<div class="division"></div>
<div class="subproj_cont">
{% for post in site.categories.bootcamp %}
<div class="subproj">
<a href="{{post.url}}">
<img src="{{post.imgurl}}"/>
<span class="subproj_txt"><b>{{post.title}}</b></span>
</a>
</div>
{% endfor %}
<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>