-
Notifications
You must be signed in to change notification settings - Fork 1
/
11040a.html
302 lines (269 loc) · 11.4 KB
/
11040a.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="The official Herricks robotics club website.">
<meta name="author" content="Highlandbots">
<title>Team 11040A - Herricks Robotics</title>
<!-- Mobile Specific Meta
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/about/gear.png" />
<!-- CSS
================================================== -->
<!-- Themefisher Icon font -->
<link rel="stylesheet" href="plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<!-- Lightbox.min css -->
<link rel="stylesheet" href="plugins/lightbox2/dist/css/lightbox.min.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Colors -->
<!-- <link rel="stylesheet" type="text/css" href="css/colors/green.css" title="green">
<link rel="stylesheet" type="text/css" href="css/colors/red.css" title="light-red">
<link rel="stylesheet" type="text/css" href="css/colors/light-blue.css" title="light-blue">
<link rel="stylesheet" type="text/css" href="css/colors/yellow.css" title="yellow">
<link rel="stylesheet" type="text/css" href="css/colors/light-green.css" title="light-green">
<link rel="stylesheet" type="text/css" href="css/colors/blue.css" title="blue"> -->
</head>
<body id="body">
<!--
Start Preloader
==================================== -->
<div id="preloader">
<div class='preloader'>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--
End Preloader
==================================== -->
<!--
Fixed Navigation
==================================== -->
<header class="navigation navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<a class="navbar-brand logo" href="index.html">
<img class="logo-default" src="images/about/logo.png" alt="Highlandbots Logo" />
<img class="logo-white" src="images/about/logo.png" alt="Highlandbots Logo" />
</a>
<!-- /logo -->
</div>
<!-- main nav -->
<nav class="collapse navbar-collapse navbar-right">
<ul id="nav" class="nav navbar-nav menu">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Club <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="board.html">Board</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Teams <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="11040a.html">11040A</a></li>
<li><a href="11040b.html">11040B</a></li>
</ul>
</li>
<li><a href="competitions.html">Competitions</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="vex.html">Resources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<section class="single-page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Team 11040A</h2>
<ol class="breadcrumb header-bradcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Teams</li>
<li class="active">11040A</li>
</ol>
</div>
</div>
</div>
</section>
<!--about team-->
<section class="about-shot-info section-sm">
<div class="container">
<div class="row">
<div class="col-md-6 mt-20">
<h2>Our team</h2>
<p>The Herricks Robotics club, located at Herricks High School in New Hyde Park, NY, is centered around engaging students in an all-around STEM experience.</p>
<p>We participate in both the FIRST Tech Challenge and VEX competitions against competing schools. While competing, we aim to provide an educational experience in programming, engineering, and collaboration.</p>
<p>Currently, for the In the Zone VEX competition, we have taken home the Judges award, Excellence award (which advanced us to NY states), and the Amaze award at Southern NY States!</p>
</div>
<div class="col-md-6">
<img class="img-responsive" src="images/competitions/carle-place/Carle%20Place%20Competition.jpg" alt="Herricks Robotics Club Photo">
</div>
</div>
</div>
</section>
<!--team-->
<section class="team">
<div class="container">
<div class="row">
<!-- section title -->
<div class="title text-center " >
<h2>Team</h2>
<p>Meet the team of 11040A. These individuals are dedicated to taking the club to the next level.</p>
<div class="border"></div>
</div>
<!-- /section title -->
<!-- team member -->
<div class="col-md-4 col-sm-6 " >
<div class="team-member text-center">
<div class="member-photo">
<!-- member photo -->
<img class="img-responsive" src="images/team/member-1.jpg" alt="Eish Maheshwari">
<!-- /member photo -->
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Eish Maheshwari</h3>
<span>Team Leader</span>
<p>Eish leads his team in all aspects through planning and organizing meetings.</p>
</div>
<!-- /member name & designation -->
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-md-4 col-sm-6 " >
<div class="team-member text-center">
<div class="member-photo">
<!-- member photo -->
<img class="img-responsive" src="images/team/member-1.jpg" alt="Naim Rasheed">
<!-- /member photo -->
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Naim Rasheed</h3>
<span>Chief of Engineering</span>
<p>Description</p>
</div>
<!-- /member name & designation -->
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-md-4 col-sm-6 " >
<div class="team-member text-center">
<div class="member-photo">
<!-- member photo -->
<img class="img-responsive" src="images/team/member-2.jpg" alt="Shubh Savani">
<!-- /member photo -->
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Shubh Savani</h3>
<span>Chief of Programming</span>
<p>Description</p>
</div>
<!-- /member name & designation -->
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-md-4 col-sm-6 " >
<div class="team-member text-center">
<div class="member-photo">
<!-- member photo -->
<img class="img-responsive" src="images/team/member-1.jpg" alt="Haritha Lakshmanan">
<!-- /member photo -->
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Haritha Lakshmanan</h3>
<span>Chief of Design</span>
<p>Description</p>
</div>
<!-- /member name & designation -->
</div>
</div>
<!-- end team member -->
</div>
</div>
</section>
<!--about robot-->
<section class="about-shot-info section-sm">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="images/competitions/carle-place/Carle%20Place%20Competition.jpg" alt="Herricks Robotics Club Photo">
</div>
<div class="col-md-6 mt-20">
<h2>Our robot</h2>
<p>The Herricks Robotics club, located at Herricks High School in New Hyde Park, NY, is centered around engaging students in an all-around STEM experience.</p>
<p>We participate in both the FIRST Tech Challenge and VEX competitions against competing schools. While competing, we aim to provide an educational experience in programming, engineering, and collaboration.</p>
<p>Currently, for the In the Zone VEX competition, we have taken home the Judges award, Excellence award (which advanced us to NY states), and the Amaze award at Southern NY States!</p>
</div>
</div>
</div>
</section>
<!--end team-->
<!--footer-->
<footer id="footer" class="bg-one">
<div class="footer-bottom">
<h5>Copyright © 2018 Herricks Robotics. All rights reserved.</h5>
<h6>Club of <a href="https://www.herricks.org/">Herricks High School</a></h6>
</div>
</footer> <!-- end footer -->
<!-- end Footer Area
========================================== -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap 3.7 -->
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Parallax -->
<script src="plugins/parallax/jquery.parallax-1.1.3.js"></script>
<!-- lightbox -->
<script src="plugins/lightbox2/dist/js/lightbox.min.js"></script>
<!-- Owl Carousel -->
<script src="plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Portfolio Filtering -->
<script src="plugins/mixitup/dist/mixitup.min.js"></script>
<!-- Smooth Scroll js -->
<script src="plugins/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
<!-- Custom js -->
<script src="js/script.js"></script>
</body>
</html>