-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (112 loc) · 3.72 KB
/
index.html
File metadata and controls
122 lines (112 loc) · 3.72 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
layout : default
title : "CWRUbotix — Home"
categories : [index]
stylesheets : [index]
---
<a class="anchor" id="main"></a>
<section id="motto" class="full-width">
<p>
<span class="line-highlight">WE BUILD ROBOTS BECAUSE ROBOTS ARE AWESOME</span>
</p>
<a href="join.html" id="join-link">
Join Us!
</a>
</section>
<a class="anchor" id="team"></a>
<section id="team">
<h1>About The Team</h1>
<div class="division"></div>
<p class="text-block center">
We are CWRUbotix, Case Western Reserve University's robotics club.
We like long walks on the beach (with robots), designing and building
robots for a variety of robotics competitions, and engaging with the
local STEM community. Our primary goal is to provide a learning environment
for students interested in robotics, regardless of prior experience.
We focus on teaching our members technical skills such as CAD modeling,
circuit design, programming, and manufacturing. Currently we attend the
MATE ROV competition, the NRC Micromouse competition, and will soon
compete in the NHRL Combat Robotics competition.
</p>
<img src="res/full_team/full_team_24-25.jpg" class="big-image"/>
</section>
<section id="members">
<h1>Executive Board</h1>
<div class="division" style="margin-bottom:30px"></div>
<div class="exec_board_cont">
{% include member_tiles.html %}
<p style="font-size:24px;max-width:1000px;margin:0 auto 70px auto;">
Learn more about our executive board <a href="members.html#exec">here</a>.
</p>
</div>
</section>
<a class="anchor" id="projects"></a>
<section id="whatwedo">
<h1>Projects</h1>
<div class="division"></div>
<div class="projects_cont">
<!--
<div class="project">
<a href="nasa_rmc.html">
<img src="res/nasa_rmc/nasarmc.png"/>
<div class="project_txt"><b>NASA Robotic Mining Competition</b></div>
</a>
</div> -->
<div class="project">
<a href="mate_rov.html">
<img src="res/mate_rov/ROV_24.jpg" class="hoverable-image"/>
<div class="project_txt"><b>MATE ROV Competition</b></div>
</a>
</div>
<div class="project">
<a href="nrc.html">
<img src="res/nrc/nrc.png" class="hoverable-image"/>
<div class="project_txt"><b>National Robotics Challenge</b></div>
</a>
</div>
<div class="project">
<a href="bootcamp.html">
<img src="res/bootcamp/bootcamp.jpg" class="hoverable-image"/>
<div class="project_txt"><b>Member Education Bootcamp</b></div>
</a>
</div>
</div>
</section>
<!-- RECENT BLOG TILE -->
<a class="anchor" id="blog"></a>
<section id="blog_index">
<h1>Blog</h1>
<div class="division"></div>
<div class="rec_blog_cont">
<div class="rec_blog">
<a class="rec_blog_link" href="{{site.categories.blog[0].url}}">
<p class="rec_blog_title">{{site.categories.blog[0].title}}</p>
<p class="rec_blog_date"></p>
<img class="rec_blog_img hoverable-image" src="{{site.categories.blog[0].imgurl}}"/>
<p class="rec_blog_text">{{site.categories.blog[0].subhead}}</p>
</a>
</div>
<a href="/blogs.html">
<p class="rec_blog_title">
View All Blog Posts
</p>
</a>
</div>
</section>
<!-- SPONSORSHIP -->
<a class="anchor" id="sponsorship"></a>
<section id="sponsors">
<h1>Sponsors</h1>
<div class="division"></div>
<div class="sponsors_cont">
{% for sponsor in site.data.sponsors %}
<a href="{{sponsor.link}}" target="_blank" class="sponsor">
<img src="{{sponsor.image}}" alt="{{sponsor.alt}}" class="hoverable-image">
</a>
{% endfor %}
</div>
<a href="sponsorship.html">
Interested in sponsoring?
</a>
</section>
<a class="anchor" id="contact"></a>