-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
110 lines (101 loc) · 3.34 KB
/
index.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
---
layout : default
title : "CWRUbotix — Home"
categories : [index]
stylesheets : [index]
---
<a class="anchor" id="main"></a>
<div id="home">
<img src="res/home/banner.jpg" style="max-width:900px;margin:0;"/>
<div id="motto"><b>WE BUILD ROBOTS BECAUSE ROBOTS ARE AWESOME</b></div>
<a href="join.html">
<div id="join_btn"><p>Join Us</p></div>
</a>
</div>
<a class="anchor" id="team"></a>
<div id="members">
<p class="hd">About The Team</p>
<div class="division"></div>
<p style="font-size:24px;max-width:1000px;margin:0 auto 70px auto;">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 and an assortment of National Robotics
Challenges. </p>
<img style="max-width:1200px;margin:0;" src="res/full_team/team_full_2021_2022.jpg"/>
<p class="hd">Executive Board</p>
<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>
</div>
<a class="anchor" id="projects"></a>
<div id="whatwedo">
<p class="hd">Projects</p>
<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"/>
<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"/>
<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"/>
<div class="project_txt"><b>Member Education Bootcamp</b></div>
</a>
</div>
</div>
</div>
<!-- RECENT BLOG TILE -->
<a class="anchor" id="blog"></a>
<div id="blog_index">
<p class="hd">Blog</p>
<div class="division"></div>
{% include recent_blog_tile.html %}
<div class="rec_blog_cont">
<a href="/blogs.html">
<p class="rec_blog_title">
View All Blog Posts
</p>
</a>
</div>
</div>
<!-- SPONSORSHIP -->
<a class="anchor" id="sponsorship"></a>
<div id="sponsors">
<p class="hd">Sponsors</p>
<div class="division"></div>
<div class="sponsors_cont">
{% for sponsor in site.data.sponsors %}
<div class="sponsor">
<a href="{{sponsor.link}}" target="_blank">
<img style="width: 200px;" src="{{sponsor.image}}" alt="{{sponsor.alt}}">
</a>
</div>
{% endfor %}
</div>
<a class="btn" href="sponsorship.html">
Interested in sponsoring?
</a>
</div>
<a class="anchor" id="contact"></a>