-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteam.html
150 lines (143 loc) · 5.86 KB
/
team.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
<!DOCTYPE HTML>
<!--
Catalyst by Pixelarity
pixelarity.com | [email protected]
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>
<!-- Main-->
<div class="wrapper style2">
<section id="main" class="container" style="max-width: 900px;">
<header class="major">
<h2>Our Team</h2>
</header>
<!-- Content -->
<section id="content">
<a href="#" class="image fit"><img src="images/team2019.jpg" alt="" /></a>
<h3></h3>
</section>
<p> The Caltech Robotics Team researches new solutions to existing problems in robotics. By participating in competitions, we gain both knowledge and experience in the various disciplines which comprise the field of robotics, including computer programming, electrical and mechanical engineering, and systems engineering. Through the creation of robotic vehicles, we pursue our multifaceted interests in cutting edge technology. We also believe in the importance of inspiring interest in the STEM fields and enjoy sharing robotics in various community outreach events. Ultimately, we aspire to use what we learn with the Caltech Robotics Team to impart the beauty and importance of robotics.
</p>
</section>
</div>
<!-- Content -->
<section id="three" class="wrapper style3">
<div class="container">
<div class="row">
<div class="4u 12u(narrow)">
<section class="image-feature">
<a>
<header>
<h3>President</h3>
</header>
<span class="image fit"><img src="images/nic.jpg" alt="" /></span>
<footer>
<p>Nicholas A. Computer Science '21</p>
</footer>
</a>
</section>
</div>
<div class="4u 12u(narrow)">
<section class="image-feature">
<a>
<header>
<h3>Electrical Team Lead</h3>
</header>
<span class="image fit"><img src="images/mohith.jpg" alt="" /></span>
<footer>
<p>Mohith M. Electrical Engineering '21</p>
</footer>
</a>
</section>
</div>
<div class="4u 12u(narrow)">
<section class="image-feature">
<a>
<header>
<h3>Business Team Lead</h3>
</header>
<span class="image fit"><img src="images/ryan.jpg" alt="" /></span>
<footer>
<p>Ryan W. Physics '21</p>
</footer>
</a>
</section>
</div>
<div class="4u 12u(narrow)">
<section class="image-feature">
<a>
<header>
<h3>Mechanical Team Lead</h3>
</header>
<span class="image fit"><img src="images/elaine.jpg" alt="" /></span>
<footer>
<p>Elaine L. Mechanical Engineering '21</p>
</footer>
</a>
</section>
</div>
<div class="4u 12u(narrow)">
<section class="image-feature">
<a>
<header>
<h3>Programming Team Lead</h3>
</header>
<span class="image fit"><img src="images/flo_irene_tall.png" alt="" /></span>
<footer>
<p>Irene C. Computer Science '21</p>
</footer>
</a>
</section>
</div>
</div>
</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>