-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
593 lines (533 loc) · 33.8 KB
/
index.html
File metadata and controls
593 lines (533 loc) · 33.8 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
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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=false;">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>MidKnight Inventors</title>
<link rel="icon" href="images/blacklogo.png">
<link rel="stylesheet" type="text/css" href="css/home.css">
</head>
<body data-spy="scroll" data-target=".navbar">
<div id="landing-container" class="landing-container" data-spy="scroll" data-target="#home-nav" data-offset="0" style="background-color: rgba(52, 58, 64, 0.8);">
<!-- Navbar -->
<div id="center-nav">
<div id="navbar-container">
<nav id="main-nav" class="navbar navbar-expand-lg navbar-dark sticky-top mr-auto" style="background-color:transparent">
<div id="nav-logo">
<a class="navbar-brand" href="/">
<img src="images/whitelogo.png" width="50" height="50" class="d-inline-block align-top" style="opacity: 80%;">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar Items-->
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="./outreach.html">Outreach</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./media.html">Media</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" href="./sponsors.html">Sponsors</a>
</li> -->
<li class="nav-item">
<a class="nav-link" style="color:#ff0098;" href="/resources.html">Resources</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!-- End of Navbar -->
<div id="overlay"></div>
<video playsinline autoplay loop muted>
<source src="images/chairmansvid.mp4" type="video/mp4">
</video>
<div id="landing-text">
<h1 id="landing-title">The MidKnight Inventors</h1>
<h3 id="landing-caption">FIRST Robotics Competition Team 1923</h3>
<div class="col text-center">
<a href="#our-robots">
<button id="action-btn" class="btn btn-outline-primary shadow">Check out our Robots!</button>
</a>
</div>
</div>
<div class="scroll-downs">
<div class="mousey">
<div class="scroller"></div>
</div>
</div>
<svg id="border" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#ffffff" fill-opacity="1" d="M0,128L720,224L1440,32L1440,320L720,320L0,320Z"></path></svg>
</div>
<div class="sticky-top">
<nav id="home-nav" class="navbar navbar-expand-lg navbar-dark" style="background: #1a1b1c;">
<!-- Navbar Items-->
<div class="collapse navbar-collapse d-flex justify-content-center" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#landing-container"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#our-robots">Our Robots</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-first">About FIRST</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-us">About 1923</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#our-mentors">Our Mentors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#our-awards">Our Awards</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Our Robots Section -->
<div id="our-robots" data-spy="scroll" data-target="#home-nav" data-offset="0">
<h1 id="our-robots-title">Our Robots!</h1>
<hr>
<!-- <p id="our-robots-caption">Click on a robot to learn more.</p> -->
<div class="container-fluid" id="robot-scroll-container">
<div class="container-fluid py-2">
<div class="d-flex flex-row flex-nowrap">
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/singularity.png" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">Singularity</h4>
<div class="card-footer">
<small class="text-muted">2020: Infinite Recharge</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/knightshade.jpeg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">KnightShade</h4>
<div class="card-footer">
<small class="text-muted">2019: Deep Space</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/blackout.jpeg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">Blackout</h4>
<div class="card-footer">
<small class="text-muted">2018: Power Up</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/raindrop.jpg" height="300" alt="Raindrop">
<br>
<h4 class="our-robot-names card-title">Raindrop//Droptop</h4>
<div class="card-footer">
<small class="text-muted">2017: Steamworks</small>
</div>
</div>
<div class="card knightmare-card text-white bg-dark">
<img class="card-img-top" src="images/knightmare.png" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">KnightMare</h4>
<div class="card-footer">
<small class="text-muted">2016: Stronghold</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/mkix.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">MKI: X</h4>
<div class="card-footer">
<small class="text-muted">2015: Recycle Rush</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/tacticalsnail.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">Tactical Snail</h4>
<div class="card-footer">
<small class="text-muted">2014: Aerial Assist</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/robart.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">roBART</h4>
<div class="card-footer">
<small class="text-muted">2013: Ultimate Ascent</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/laflamaazul.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">La Flama Azul</h4>
<div class="card-footer">
<small class="text-muted">2012: Rebound Rumble</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/laflamablanca.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">La Flama Blanca</h4>
<div class="card-footer">
<small class="text-muted">2011: Logo-Motion</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/wobot.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">Wobot</h4>
<div class="card-footer">
<small class="text-muted">2010: Breakaway</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/lowbudgetawesome.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">Low Budget Awesome</h4>
<div class="card-footer">
<small class="text-muted">2009: Lunacy</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/knightrider.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">Knight Rider</h4>
<div class="card-footer">
<small class="text-muted">2008: FIRST Overdrive</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/optimusprime.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">Optimus Prime</h4>
<div class="card-footer">
<small class="text-muted">2007: Rack n' Roll</small>
</div>
</div>
<div class="card text-white bg-dark">
<img class="card-img-top" src="images/sirlanceabot.jpg" height="300" alt="Card image cap">
<br>
<h4 class="our-robot-names card-title">Sir Lance-a-Bot</h4>
<div class="card-footer">
<small class="text-muted">2006: Aim High</small>
</div>
</div>
</div>
</div>
</div>
<!-- About FIRST Section -->
<div id="about-first" data-spy="scroll" data-target="#home-nav" data-offset="0">
<h1 id="about-first-title" class="about-first-class">What is FIRST?</h1>
<hr>
<p id="about-first-text" class="about-first-class">
FIRST was started in 1989 by inventor Dean Kamen. The FIRST (For Inspiration and Recognition of Science and Technology) programs aim to create passion for science and technology in students. The FIRST program encourages Gracious Professionalism and “coopertition”,
sportsmanship amongst teams even in the face of competition. Through FIRST, students build technical skills, and foster teamwork and leadership skills. <br> <br> FIRST has four divisions: FIRST LEGO League Jr. (FLL Jr.),
FIRST LEGO League (FLL), FIRST Tech Challenge (FTC), and the FIRST Robotics Competition (FRC), serving the full spectrum of K-12 education. <br> <br> In addition to building a robot, students learn to spread their passion for science and
technology in our community, raise funds to support building the robot, and manage a budget. FRC caters to a variety of interests: computer science, engineering, physics, math, graphic/video artistry, business, communications, and writing.
No matter where your interests are, there is something waiting for you on our team!
</p>
</div>
<!-- About Us Section -->
<div id="about-us" data-spy="scroll" data-target="#home-nav" data-offset="0">
<h1 id="about-us-title" class="about-us-class">Who Are We? 1923!</h1>
<hr>
<div class="row">
<div class="col-xl order-xl-2">
<img id="about-us-teampic" class="rounded" src="images/team1.jpg" alt="Our Team">
</div>
<div class="col-xl order-xl-1">
<p id="about-us-text" class="about-us-class text-lg-left"> The MidKnight Inventors was established in the fall of 2005. The team was started by a small group of students at WW-P High School North, but expanded in 2009 to include students from High School South as well. Today, WW-P Robotics
is one of the largest co-curricular activities in the district, with over 130 student team members representing both high schools in the West Windsor-Plainsboro Regional School District, as well as a large family of other FIRST
programs for grades K-8.</p>
<button class="btn btn-outline-primary my-2" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Read More
</button>
</div>
</div>
<div class="collapse" id="collapseExample">
<div class="card card-body bg-dark text-white">
<p>The MidKnight Inventors follow through on the mission of FIRST; to increase the awareness and appreciation for science and technology in our community, and to encourage STEM education in a positive, inclusive, and engaging environment
for all students. Our team not only works through the technical challenges of building a competition robot each year, but also sparks enthusiasm for robotics through our various outreach events with the community. Becoming a member
of the team will grant students exposure to all aspects of the organization; business planning & fundraising, project management, community service, and of course to STEM skills such as programming, mechanical design, and technical
documentation. Teamwork and leadership skills are a key part of the FIRST experience, and something WWP Robotics aims to instill in every student participant through their time on our teams. The MidKnight Inventors recruit students
from both WWP high schools but our shop, meeting and practice space is located in Room 308 at High School North. This space was given to us by the school district and is meant to be the ‘home’ of the team; a collaborative space
where our FIRST teams work together to grow STEM alongside the WW-P curriculum. Team meetings are typically also held at HSN in the Dining Halls, but due to room restrictions or other events, may also be held at HSS or another
WW-P school venue. </p>
</div>
</div>
</div>
<!-- Mentor Section -->
<div id="our-mentors" data-spy="scroll" data-target="#home-nav" data-offset="0">
<h1 id="our-mentors-title">Our Mentors</h1>
<hr>
<h3 class="mt-4"> Advisors</h3>
<div id="mentor-container">
<div class="row">
<div class="mentor-cards card-deck ">
<div class="col-lg-4 col-md-12">
<div class="card text-white bg-dark mb-4">
<h3 class="card-title">Libby Kamen</h3>
<img class="card-img-top" src="images/libby-mentorpic.jpg" alt="Card image cap">
<h5 class="card-header">
<a class="collapsed d-block" data-toggle="collapse" href="#libby-collapse" aria-expanded="true" aria-controls="libby-collapse" id="heading-collapsed-libby">
Learn more about Libby
</a>
</h5>
<div id="libby-collapse" class="collapse" aria-labelledby="heading-collapsed-libby">
<div class="card-body">
<b>Years on Team:</b>
<p>15</p>
<b>Job Title/Company:</b>
<p>Co-Owner, Radiance Media</p>
<b>Subteams</b>
<p>Mechanical, Outreach & Media, Business, Strategy</p>
<b>Favorite part of 1923:</b>
<p>One of the things I'm proudest of in working with the team is watching each student grow into a little bit more of 'themselves' each year - through the confidence, learning, and teamwork that FIRST inspires.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card text-white bg-dark mb-4">
<h3 class="card-title">Eric Drost</h3>
<img class="card-img-top" src="images/eric-mentorpic.jpg" alt="Card image cap">
<h5 class="card-header">
<a class="collapsed d-block" data-toggle="collapse" href="#collapse-collapsed" aria-expanded="true" aria-controls="collapse-collapsed" id="heading-collapsed">
Learn more about Eric
</a>
</h5>
<div id="collapse-collapsed" class="collapse" aria-labelledby="heading-collapsed">
<div class="card-body">
<b>Years on Team:</b>
<p>6</p>
<b>Job Title/Company:</b>
<p>Assistant Robotics Advisor</p>
<b>Subteams</b>
<p>Mechanical, Strategy</p>
<b>Favorite part of 1923:</b>
<p>Working with students to bring their ideas from strategy to design concept.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card text-white bg-dark mb-4">
<h3 class="card-title">Luke Capritti</h3>
<img class="card-img-top" src="images/luke-mentorpic.JPG" alt="Card image cap">
<h5 class="card-header">
<a class="collapsed d-block" data-toggle="collapse" href="#luke-collapsed" aria-expanded="true" aria-controls="luke-collapsed" id="heading-collapsed-luke">
Learn more about Luke
</a>
</h5>
<div id="luke-collapsed" class="collapse" aria-labelledby="heading-collapsed-luke">
<div class="card-body">
<b>Years on Team:</b>
<p>1</p>
<b>Job Title/Company:</b>
<p>Technology Teacher</p>
<b>Subteams</b>
<p>Mechanical, CAD</p>
<b>Favorite part of 1923:</b>
<p>Although I’m a mentor and supposed to be the one passing on best practices or knowledge, I love that I learn something new from the kids every meeting. Interacting with the passionate students and mentors re-energizes
me after a long day of teaching. The Taco Bell dinners are a pretty big plus, too. </p>
</div>
</div>
</div>
</div>
</div>
</div>
<h3 class="mt-4">Mentors</h3>
<div class="row">
<div class="mentor-cards card-deck ">
<div class="col-lg-4 col-md-12">
<div class="card text-white bg-dark mb-4">
<h3 class="card-title">Dr. Ruth Kamen</h3>
<img class="card-img-top" src="images/drkamen-mentorpic.jpg" alt="Card image cap">
<h5 class="card-header">
<a class="collapsed d-block" data-toggle="collapse" href="#ruth-collapsed" aria-expanded="true" aria-controls="ruth-collapsed" id="heading-collapsed-ruth">
Learn more about Dr. Kamen
</a>
</h5>
<div id="ruth-collapsed" class="collapse" aria-labelledby="heading-collapsed-ruth">
<div class="card-body">
<b>Years on Team:</b>
<p>15</p>
<b>Job Title/Company:</b>
<p>Speech/Language Pathologist, PENNMEDICINE/Princeton Health/HomeCare</p>
<b>Subteams</b>
<p>Outreach, Media, Business</p>
<b>Favorite part of 1923:</b>
<p>As one of the founding parents of Team 1923, being part of its evolution since its inception has been a privilege. No doubt, The MidKnight Family will continue to evolve with humility, respect, tenacity, spirited
initiative and resourcefulness, leaving an everlasting footprint and legacy.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card text-white bg-dark mb-4">
<h3 class="card-title">Katie Bunca</h3>
<img class="card-img-top" src="images/katie-mentorpic.jpeg" alt="Katie Bunca Picture">
<h5 class="card-header">
<a class="collapsed d-block" data-toggle="collapse" href="#katie-collapse" aria-expanded="true" aria-controls="katie-collapse" id="heading-collapsed-katie">
Learn more about Katie
</a>
</h5>
<div id="katie-collapse" class="collapse" aria-labelledby="heading-collapsed-katie">
<div class="card-body">
<b>Years on Team:</b>
<p>15</p>
<b>Job Title/Company:</b>
<p>Silver Dollar Stables</p>
<b>Subteams</b>
<p>Outreach & Media, Business, Strategy</p>
<b>Favorite part of 1923:</b>
<p>Seeing this program develop and grow into such a strong and competitive team. Giving these kids the opportunity to have access to a program we could only dream of. </p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card text-white bg-dark mb-4">
<h3 class="card-title">Sarath Jaladi</h3>
<img class="card-img-top" src="images/sarath-mentorpic.jpg" alt="Card image cap">
<h5 class="card-header">
<a class="collapsed d-block" data-toggle="collapse" href="#sarath-collapse" aria-expanded="true" aria-controls="sarath-collapse" id="heading-collapsed-sarath">
Learn more about Sarath
</a>
</h5>
<div id="sarath-collapse" class="collapse" aria-labelledby="heading-collapsed-sarath">
<div class="card-body">
<b>Years on Team:</b>
<p>8</p>
<b>Job Title/Company:</b>
<p>Research & Development Engineer, CompoSecure LLC</p>
<b>Subteams</b>
<p>Mechanical, CAD, Electrical, Programming, Strategy</p>
<b>Favorite part of 1923:</b>
<p>I most enjoy working side by side with students to design and build complex robots using advanced design and manufacturing techniques in an effort to foster and grow an interest in STEM.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="awards-class" id="our-awards">
<h1 id="awards-title" class="awards-class d-flex justify-content-center">Our Awards and Accomplishments</h1>
<hr>
<br>
<div class="row">
<div class="col-md">
<ul>
<h4>2020</h4>
<li>Bridgewater District Chairman’s Award</li>
<li>Mid-Atlantic Championship Dean’s List Finalist (Vonesha S.)</li>
<br>
<h4>2019</h4>
<li>Mt. Olive District Innovation in Control Award</li>
<li>Montgomery District Excellence in Engineering Award</li>
<li>Mid-Atlantic Championship Quality Award</li>
<li>Mid-Atlantic Championship Dean’s List Finalist (Aadil M.)</li>
<li>World Championship Industrial Design Award</li>
<br>
<h4>2018</h4>
<li>Mt. Olive District Industrial Design Award</li>
<li>Bridgewater District Finalist</li>
<li>Bridgewater District Chairman’s Award</li>
<br>
<h4>2017</h4>
<li>Mt. Olive District Winner</li>
<li>Mt. Olive Excellence in Engineering Award</li>
<li>Montgomery District Winner</li>
<li>Montgomery District Entrepreneurship Award</li>
<br>
<h4>2016</h4>
<li>Mt. Olive District Chairman’s Award</li>
<li>Montgomery District Entrepreneurship Award</li>
<li>Mid-Atlantic Championship Chairman’s Award</li>
</ul>
</div>
<div class="col-md">
<ul>
<h4>2015</h4>
<li>Mt. Olive District Judges’ Award</li>
<li>North Brunswick District Chairman’s Award</li>
<li>New York Tech Valley Regional Engineering Inspiration Award</li>
<li>Woodie Flowers Finalist Award (Libby Kamen)</li>
<li>Mid-Atlantic Championship Dean’s List Finalist (Rohan C.)</li>
<li>World Championship Curie Division Winner</li>
<br>
<h4>2014</h4>
<li>Mt. Olive District Creativity Award</li>
<li>Mid-Atlantic Championship Dean’s List Finalist (Michael F.)</li>
<li>World Championship Dean’s List Winner (Michael F.)</li>
<br>
<h4>2012</h4>
<li>Hatboro-Horsham District Engineering Inspiration Award</li>
<li>Mt. Olive District Team Spirit Award</li>
<br>
<h4>2011</h4>
<li>Connecticut Regional Winner</li>
<li>Connecticut Regional Coopertition Award</li>
<li>Connecticut Regional Gracious Professionalism Award</li>
<br>
<h4>2010</h4>
<li>Boston Regional Engineering Inspiration Award</li>
<li>New Jersey Regional Dean’s List Finalist (Krishna Y.)</li>
<br>
<h4>2009</h4>
<li>New Jersey Regional Winner</li>
<li>New Jersey Regional Judges’ Award</li>
<li>Philadelphia Regional Judges’ Award</li>
</ul>
</div>
</div>
</div>
<div id="footer-container" class="footer-class" style="background-color: rgba(52, 58, 64); overflow-x: hidden;">
<br>
<br>
<div class="row">
<div class="col d-flex justify-content-center">
<img src="images/whitelogo.png " width="150 " height="150 " class="d-inline-block align-top " style="opacity: 80%; ">
</div>
<div class="col " style="text-align: start; ">
<br>
<h3>FIRST Team 1923: The MidKnight Inventors</h3>
<p>West Windsor-Plainsboro Regional School District</p>
<div class="row mt-2">
<div class="col-2">
<a href="https://facebook.com/frc1923">
<img src="images/facebook.svg" width="40px" height="40px">
</a>
</div>
<div class="col-2">
<a href="https://instagram.com/midknightinventors">
<img src="images/instagram.svg" width="40px" height="40px">
</a>
</div>
<div class="col-2">
<a href="https://twitter.com/frc1923">
<img src="images/twitter.svg" width="40px" height="40px">
</a>
</div>
</div>
</div>
</div>
<br>
<br>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js " integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN " crossorigin="anonymous "></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js " integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q " crossorigin="anonymous "></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js " integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl " crossorigin="anonymous "></script>
</body>
</html>