-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
212 lines (202 loc) · 7.25 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE HTML>
<!--
Catalyst by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
-->
<html>
<head>
<title>Caltech Robotics Team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html" class="icon fa-at">Caltech Robotics</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="vehicles.html">Vehicles</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="outreach.html">Outreach</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Caltech Robotics Team</h2>
<p>A Caltech-community competitive robotics team</p>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Support Caltech Robotics!</h2>
</header>
<p>Support CRT by sponsoring us or purchasing CRT swag! </p>
<br><br>
<ul class="actions">
<li><a href="sponsors.html" class="button">Contact Us</a></li>
</ul>
<br><br>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<div class="container">
<div class="row">
<div class="6u 12u$(narrow)">
<section class="feature">
<i class="icon fa-wrench"></i>
<h3>Mechanical</h3>
<p>Designing, testing, and manufacturing vehicles and robotics subsystems.</p>
</section>
</div>
<div class="6u$ 12u$(narrow)">
<section class="feature">
<i class="icon fa-fire"></i>
<h3>Electrical</h3>
<p>Creating the neurons necessary for control and data collection.</p>
</section>
</div>
<div class="6u 12u$(narrow)">
<section class="feature">
<i class="icon fa-code"></i>
<h3>Programming</h3>
<p>Creating the brain necessary for autonomous navigation and task completion.</p>
</section>
</div>
<div class="6u$ 12u$(narrow)">
<section class="feature">
<i class="icon fa-institution"></i>
<h3>Business</h3>
<p>Funding the project, setting up events, and improving the learning experience for the rest of the team.</p>
</section>
</div>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style3">
<div class="container">
<header class="major">
<h2>Our Builds</h2>
<p>Autonomous underwater vehicles</p>
</header>
<div class="row">
<div class="4u 12u(narrow)">
<section class="image-free">
<header>
<h3>Deb ('21)</h3>
</header>
<span class="image fit"><img src="images/Deb_front_page.jpg" alt="" /></span>
<footer>
Coming out soon!
</footer>
</section>
</div>
<div class="4u 12u(narrow)">
<section class="image-free">
<header>
<h3>Flo ('16-21)</h3>
</header>
<span class="image fit"><img src="images/Flo.png" alt="" /></span>
<footer>
<p><a href="http://www.robonation.org/competition/robosub">Robosub</a> 3rd place</p>
</footer>
</section>
</div>
<div class="4u 12u(narrow)">
<section class="image-free">
<header>
<h3>Dory ('15-16)</h3>
</header>
<span class="image fit"><img src="images/Dory.jpeg" alt="" /></span>
<footer>
<p><a href="http://www.robonation.org/competition/robosub">Robosub</a> 1st place</p>
</footer>
</section>
</div>
<div class="4u 12u(narrow)">
<section class="image-free">
<header>
<h3>Crush ('14-15)</h3>
</header>
<span class="image fit"><img src="images/Crush.jpeg" alt="" /></span>
<footer>
<p><a href="http://www.robonation.org/competition/robosub">Robosub</a> 4th place</p>
</footer>
</section>
</div>
<div class="4u 12u(narrow)">
<section class="image-free">
<header>
<h3>Bruce ('12-14)</h3>
</header>
<span class="image fit"><img src="images/Bruce.jpeg" alt="" /></span>
<footer>
<p><a href="http://www.robonation.org/competition/robosub">Robosub</a> 7th place, Best New Entry</p>
</footer>
</section>
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style4 special">
<div class="container 75%">
<header class="major">
<h2>Contact</h2>
</header>
<form method="post" action="https://formspree.io/caltechroboticsteam@gmail.com">
<div class="row uniform 50%">
<div class="6u 12u(mobilep)"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="6u 12u(mobilep)"><input type="email" name="email" id="email" placeholder="Email" /></div>
</div>
<div class="row uniform 50%">
<div class="12u"><textarea name="message" id="message" placeholder="Message" rows="8"></textarea></div>
</div>
<div class="row uniform">
<div class="12u">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</div>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.youtube.com/user/CaltechRoboticsTeam" class="icon fa-youtube"><span class="label">Twitter</span></a></li>
<li><a href="https://twitter.com/citsubteam" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/CaltechRoboticsTeam/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/caltechrobotics/" class="icon fa-instagram"><span class="label">Github</span></a></li>
</ul>
<div class="copyright">
© Caltech Robotics Team. All rights reserved.
<br>
Website by <a href="https://www.linkedin.com/in/cgoecknerwald">Claire Goeckner-Wald</a>
<br>
Template by <a href="https://www.pixelarity.com/">Pixelarity</a>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>