-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOutreach.html
619 lines (616 loc) · 39.8 KB
/
Outreach.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
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
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8" />
<title>JDroids 7026</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<!-- GLOBAL MANDATORY STYLES -->
<link href="//fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css" />
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- PAGE LEVEL PLUGIN STYLES -->
<link href="css/animate.css" rel="stylesheet">
<link href="vendor/swiper/css/swiper.min.css" rel="stylesheet" type="text/css" />
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css" />
<!-- THEME STYLES -->
<link href="css/layout.min.css" rel="stylesheet" type="text/css" />
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" />
</head>
<!-- END HEAD -->
<!-- BODY -->
<body id="body" data-spy="scroll" data-target=".header">
<!--========== HEADER ==========-->
<header class="header navbar-fixed-top">
<!-- Navbar -->
<nav class="navbar" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="menu-container js_nav-item">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="toggle-icon"></span>
</button>
<!-- Logo -->
<div class="logo">
<a class="logo-wrap" href="#body">
<img class="logo-img logo-img-main" src="img/jakobthx.png" alt="JDroids Logo">
<img class="logo-img logo-img-active" src="img/jakobthx.png" alt="JDroids Logo">
</a>
</div>
<!-- End Logo -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-collapse">
<div class="menu-container">
<ul class="nav navbar-nav navbar-nav-right">
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="index.html">Home</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#service">Outreach</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#work">Awards</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#contact">Contact</a></li>
</ul>
</div>
</div>
<!-- End Navbar Collapse -->
</div>
</nav>
<!-- Navbar -->
</header>
<!--========== END HEADER ==========-->
<!--========== SLIDER ==========-->
<div class="promo-block">
<div class="container">
<div class="margin-b-40">
<h1 class="promo-block-title"></h1>
<p class="promo-block-text"></p>
</div>
</div>
</div>
<!--========== SLIDER ==========-->
<!-- Service -->
<div id="service">
<div class="bg-color-sky-light" data-auto-height="true">
<div class="content-lg2 container">
<div class="row row-space-2 margin-b-4">
<div class="col-sm-4 sm-margin-b-4">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-chemistry"></i>
</div>
<div class="service-info">
<h3>JDroids FLL Team</h3>
<p class="margin-b-5">This year, we extended our resources to create a new JDroids FIRST Lego League (FLL) team in Wayne, NJ. Run by Coach Karthik Ramani, we found that the creation of the team would be a great way of keeping the FTC JDroids legacy.</p>
</div>
<a href="#pricing" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-sm-4 sm-margin-b-4">
<div class="service bg-color-base wow fadeInDown" data-height="height" data-wow-duration=".3" data-wow-delay=".1s">
<div class="service-element">
<i class="service-icon color-white icon-screen-tablet"></i>
</div>
<div class="service-info">
<h3 class="color-white">Community Service: Teen Help</h3>
<p class="color-white margin-b-5"></p>
</div>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-sm-4">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-badge"></i>
</div>
<div class="service-info">
<h3>AISES</h3>
<p class="margin-b-5">American Indian Science and Engineering Society National Convention in Minneapolis, Minnesota from November 10 – 12 2016. Our team captain, Anthony Tazzetto, is of Native American descent and spent time with Dr. Holly Pellerin of Fond du Lac Tribal Community College discussing ways we can inspire Native American children to become involved in FIRST robotics and pursue STEM education. </p>
</div>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
</div>
<!--// end row -->
<div class="row row-space-2">
<div class="col-sm-4 sm-margin-b-4">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-notebook"></i>
</div>
<div class="service-info">
<h3>Mentoring OASIS</h3>
<p class="margin-b-5">OASIS, an organization in Paterson, NJ dedicated to helping underserved women and children, started two FTC teams called the Orions and the Orbiters. The JDroids help mentor them, teach them about robotics, and the FIRST core values.</p>
</div>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-sm-4 sm-margin-b-4">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-speedometer"></i>
</div>
<div class="service-info">
<h3>NJ STEM Girls</h3>
<p class="margin-b-5">Kelly and Sruthi are a part of the NJ STEM Girls Steering Committee, to help inspire younger girls to pursue an interest in STEM. As a part of this, they help plan, organize, and hold NJ STEM Girls activities.</p>
</div>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-sm-4">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-badge"></i>
</div>
<div class="service-info">
<h3>View more</h3>
<p class="margin-b-5">View more here and see some of our past outreach events.</p>
</div>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
</div>
<!--// end row -->
</div>
</div>
</div>
<!-- End Service -->
<!-- Promo Banner -->
<div class="promo-banner">
<div class="container-sm content-lg">
<h2 class="promo-banner-title">Getting involved with STEM</h2>
<p class="promo-banner-text">Our mission is to energize students of all ages in Wayne and nearby communities in Science, Technology, Engineering and Math. We seek to inspire students to create teams in the nearby middle and high schools in the FIRST robotics competitions and benefit from the invaluable skills we have developed from our experiences with FIRST.</p>
</div>
</div>
<!-- End Promo Banner -->
<!-- Work -->
<div id="work">
<div class="content-md container">
<!-- Masonry Grid -->
<div class="masonry-grid row row-space-2">
<div class="masonry-grid-sizer col-xs-6 col-sm-6 col-md-1"></div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-8 margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/Awards.png" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Inspire Award</h3>
<span>2017 State Championship</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>
This judged award is given to the team that truly
embodied the ‘challenge’ of the FTC program. The team
that receives this award is a strong ambassador for
FIRST programs and a role model FTC team. This team
is a top contender for many other judged awards and is a
gracious competitor. The Inspire Award Winner is an
inspiration to other teams, acting with Gracious
Professionalism™ both on and off the playing field. This
team is able to communicate their experiences,
enthusiasm and knowledge to other teams, sponsors,
their community, and the Judges. Working as a unit, this
team will have demonstrated success in accomplishing
the task of designing and building a robot.
The winner of the Inspire Award at each tournament level
has received an automatic invitation to the next
tournament level. Once a team has won an Inspire
Award at a Championship, they are no longer eligible to
win the Inspire Award at additional championship
tournaments they may attend.
</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item">Learn.</li>
<li class="work-popup-tag-item">Do.</li>
<li class="work-popup-tag-item">Share.</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Captain:</strong> Anthony Tazzetto</p>
<p class="margin-b-5"><strong>Co-Captain:</strong> Kelly Wallert</p>
<p class="margin-b-5"><strong>Outreach Captain:</strong> Scott Moroch</p>
<p class="margin-b-5"><strong>Design Captain:</strong> Tim Tullio</p>
<p class="margin-b-5"><strong>Programming Captain:</strong> Arush Shah</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/295.png" alt="Kelly, Sruthi, and Sangjun with the congressmen">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Winners of the Congressional App Challenge</h3>
<span>Book Browser</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>AThe Congressional App Challenge is a congressional initiative to engage students in coding and computer science through app challenges that are hosted by your Member of Congress. The 2016 Congressional App Challenge will take place from July 18 – November 2, 2016, and students of all experience levels are welcome to compete. We created an application titled “Book Browser” that allows schools to share unused books with other schools in the district. We anticipate that this application will be used accordingly if Congress allows for it. We plan to enhance the “Book Browser” app to make it applicable for FIRST Teams to share their unwanted robot parts.</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item">Learn.</li>
<li class="work-popup-tag-item">Do.</li>
<li class="work-popup-tag-item">Share.</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Project Leader:</strong> Kelly Wallert</p>
<p class="margin-b-5"><strong>Designer:</strong> Sruthi Soorian</p>
<p class="margin-b-5"><strong>Developer:</strong> Sangjun Ko</p>
<p class="margin-b-5"><strong>Mentor:</strong> Narmada Krishnaswamy</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 md-margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/Think2016.jpg" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Think Award</h3>
<span>“Robo-CATastrophe” New Jersey Regional Qualifier</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>Removing engineering obstacles through creative thinking.</p>
<p>
This judged award is given to the team that best reflects the journey the team took as they experienced the
engineering design process during the build season. The
Engineering Section of the notebook is the key reference
for judges to help identify the most deserving team. The
team’s Engineering Section should focus on the design
and build stage of the team’s robot. Journal entries
should include those describing the underlying science
and mathematics of the robot design and game
strategies, the designs, re-designs, successes, and those
interesting moments when things weren’t going as
planned. A team is not a candidate for this award if they
have not completed the Engineering Section of the
Engineering Notebook.
</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item">Learn.</li>
<li class="work-popup-tag-item">Do.</li>
<li class="work-popup-tag-item">Share.</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years:</strong> 2016 - 2017 </p>
<p class="margin-b-5"><strong>Captain:</strong> Anthony Tazzetto</p>
<p class="margin-b-5"><strong>Co-Captain:</strong> Kelly Wallert</p>
<p class="margin-b-5"><strong>Outreach Captain:</strong> Scott Moroch</p>
<p class="margin-b-5"><strong>Design Captain:</strong> Tim Tullio</p>
<p class="margin-b-5"><strong>Programming Captain:</strong> Arush Shah</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 md-margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/OutstandingTeam.jpg" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Outstanding Team Award</h3>
<span>2017 State Championship</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>On February 26, 2017, the JDroids accomplished a great feat and hit a new milestone! 2017 marks the first year that the JDroids advance to East Super Regionals!</p>
<p>After the Opening Ceremony, Arush, Tim, and Lorenzo got called for the drivers meeting. Early in the day, we received the “Rumblies” Award; for the team that best displays consistent gracious professionalism throughout the season.</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item">Learn.</li>
<li class="work-popup-tag-item">Do.</li>
<li class="work-popup-tag-item">Share.</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Captain:</strong> Anthony Tazzetto</p>
<p class="margin-b-5"><strong>Co-Captain:</strong> Kelly Wallert</p>
<p class="margin-b-5"><strong>Outreach Captain:</strong> Scott Moroch</p>
<p class="margin-b-5"><strong>Design Captain:</strong> Tim Tullio</p>
<p class="margin-b-5"><strong>Programming Captain:</strong> Arush Shah</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/States2017.jpg" alt="Inspire award team">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">State Championship Awards</h3>
<span>2017 State Championship</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>
Required criteria for the Inspire Award:
Team must demonstrate respect and Gracious
Professionalism toward everyone they encounter at
an FTC event.
Team is a strong contender for several other
Judged awards. The Inspire Award celebrates the
strongest qualities of all the Judged Awards.
The Team is an ambassador for FIRST programs
and demonstrates and documents their work in
their community.
Team dynamic is positive and inclusive, and each
team member contributes to the success of the
team.
Engineering Notebook must be submitted, and
must include an Engineering Section, a Team
Section and a Business or Strategic Plan. The
entire Engineering Notebook must be high quality,
thoughtful, thorough, detailed and well organized.
Robot design is creative and innovative, and the
robot performs reliably on the field. Team
communicates clearly about their robot design and
strategy to the judges.
Team presentation is professional and engaging.
</p>
<p></p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item">Learn.</li>
<li class="work-popup-tag-item">Do.</li>
<li class="work-popup-tag-item">Share.</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Captain:</strong> Anthony Tazzetto</p>
<p class="margin-b-5"><strong>Co-Captain:</strong> Kelly Wallert</p>
<p class="margin-b-5"><strong>Outreach Captain:</strong> Scott Moroch</p>
<p class="margin-b-5"><strong>Design Captain:</strong> Tim Tullio</p>
<p class="margin-b-5"><strong>Programming Captain:</strong> Arush Shah</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
</div>
<!-- End Masonry Grid -->
</div>
</div>
<!-- End Work -->
<!-- Sponsors -->
<div class="content-md container">
<div class="row">
<div class="col-sm-9">
<h2>Sponsors - Click and Drag to see more!</h2>
<!-- Swiper Sponsors -->
<div class="swiper-slider swiper-testimonials">
<!-- Swiper Wrapper -->
<div class="swiper-wrapper">
<div class="swiper-slide">
<blockquote class="blockquote">
<div class="margin-b-20">
<img src="img/makerdepot.jpg" />
</div>
<div class="margin-b-20">
We have established connection with Maker Depot, a tech startup in Totowa, NJ. The founders Mike Franchino and Frank Cornaccuhilo were pleased to hear that we shared their passion for science and engineering. They have graciously provided a meeting space in their facility. We are very pleased have their valuable engineering guidance as we delve in to the next season.
</div>
<p><span class="fweight-700 color-link">Maker Depot</span>, 2015 - 2017</p>
</blockquote>
</div>
<div class="swiper-slide">
<blockquote class="blockquote">
<div class="margin-b-20">
<img src="img/jerseymikes.jpg" />
</div>
<div class="margin-b-20">
We coordinated with our local Jersey Mike’s Subs to hold a fundraised benefitting our team. We plan to hold multiple fundraisers over the course of the season. We are very thankful to Matt Catania of Jersey Mikes who was very generours in helping us reach our fundaraising goals.
</div>
<p><span class="fweight-700 color-link">Jersey Mikes</span>, 2015 - 2016</p>
</blockquote>
</div>
<div class="swiper-slide">
<blockquote class="blockquote">
<div class="margin-b-20">
<img src="img/wayne.png" />
</div>
<div class="margin-b-20">
We reached to the neighborhood to support us through social media and through the local newspapers. Everyone has been very generous, we raised close to $1500 through three events.
</div>
<p><span class="fweight-700 color-link">Wayne Township</span>, 2013 - 2017</p>
</blockquote>
</div>
<div class="swiper-slide">
<blockquote class="blockquote">
<div class="margin-b-20">
<img src="img/nrg.jpg" />
</div>
<div class="margin-b-20">
We applied for a grant through NRG Energy to raise five thousand dollars.
</div>
<p><span class="fweight-700 color-link">NRG</span>, 2016 - 2017</p>
</blockquote>
</div>
<div class="swiper-slide">
<blockquote class="blockquote">
<div class="margin-b-20">
<img src="img/travelers.jpg" />
</div>
<div class="margin-b-20">
We applied for a grant through Traveler’s Insurance to raise one thousand five hundred dollars.
</div>
<p><span class="fweight-700 color-link">Travelers Insurance</span>, 2015 - 2017</p>
</blockquote>
</div>
<div class="swiper-slide">
<blockquote class="blockquote">
<div class="margin-b-20">
<img src="img/bae.png" />
</div>
<div class="margin-b-20">
On December 9th, the JDroids received a $1000 grant from BAE Systems. We are thankful for their gracious donation.
</div>
<p><span class="fweight-700 color-link">BAE Systems</span>, 2015 - 2017</p>
</blockquote>
</div>
</div>
<!-- End Swiper Wrapper -->
<!-- Pagination -->
<div class="swiper-testimonials-pagination"></div>
</div>
<!-- End Swiper Sponsors -->
</div>
</div>
<!--// end row -->
</div>
<!-- End Sponsors -->
<!-- Contact -->
<div id="contact">
<!-- Google Map -->
<div class="gmap">
<div id="map" class="map height-400"></div>
<address class="gmap-address">
<p class="color-heading margin-b-0">Wayne, New Jersey 07470</p>
<p class="color-heading margin-b-0">Contact us at JDroids7026@gmail.com</p>
</address>
</div>
<!-- End Google Map -->
</div>
<!-- End Contact -->
<!--========== END PAGE LAYOUT ==========-->
<!--========== FOOTER ==========-->
<footer class="footer">
<!-- Links -->
<div class="section-seperator">
<div class="content-md container">
<div class="row">
<div class="col-sm-2 sm-margin-b-30">
<!-- List -->
<ul class="list-unstyled footer-list">
<li class="footer-list-item"><a href="#">Home</a></li>
<li class="footer-list-item"><a href="#products">About</a></li>
<li class="footer-list-item"><a href="mailto:JDroids7026@gmail.com?Subject=JDroids%207026">Contact</a></li>
</ul>
<!-- End List -->
</div>
<div class="col-sm-2 sm-margin-b-30">
<!-- List -->
<ul class="list-unstyled footer-list">
<li class="footer-list-item"><a href="https://www.facebook.com/jdroids/">Facebook</a></li>
<li class="footer-list-item"><a href="https://www.instagram.com/jdroids7026/">Instagram</a></li>
<li class="footer-list-item"><a href="https://www.youtube.com/channel/UCjXl2_nBO96pZPbFnAG8XGQ">YouTube</a></li>
</ul>
<!-- End List -->
</div>
<div class="col-sm-3">
<!-- List -->
<ul class="list-unstyled footer-list">
<li class="footer-list-item"><a href="http://www.firstinspires.org/">FIRST Inspires</a></li>
<li class="footer-list-item"><a href="http://www.newjerseyftc.com/index.html">NJ FTC</a></li>
</ul>
<!-- End List -->
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End Links -->
<!-- Copyright -->
<div class="content container">
<div class="row">
<div class="col-xs-6">
<img class="footer-logo" src="img/jakobthx.png" alt="JDroids Logo">
</div>
<div class="col-xs-6 text-right">
<p class="margin-b-0"><a class="fweight-700" href="http://keenthemes.com/preview/aironepage/">Aironepage</a> Theme Powered by: <a class="fweight-700" href="http://www.keenthemes.com/">KeenThemes.com</a></p>
</div>
</div>
<!--// end row -->
</div>
<!-- End Copyright -->
</footer>
<!--========== END FOOTER ==========-->
<!-- Back To Top -->
<a href="javascript:void(0);" class="js-back-to-top back-to-top">Top</a>
<!-- JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- CORE PLUGINS -->
<script src="vendor/jquery.min.js" type="text/javascript"></script>
<script src="vendor/jquery-migrate.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL PLUGINS -->
<script src="vendor/jquery.easing.js" type="text/javascript"></script>
<script src="vendor/jquery.back-to-top.js" type="text/javascript"></script>
<script src="vendor/jquery.smooth-scroll.js" type="text/javascript"></script>
<script src="vendor/jquery.wow.min.js" type="text/javascript"></script>
<script src="vendor/swiper/js/swiper.jquery.min.js" type="text/javascript"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js" type="text/javascript"></script>
<script src="vendor/masonry/jquery.masonry.pkgd.min.js" type="text/javascript"></script>
<script src="vendor/masonry/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBFDpIN_xjDsctpkaa4a2TkbRBk2Dn8FuA&callback=initMap" async defer></script>
<!-- PAGE LEVEL SCRIPTS -->
<script src="js/layout.min.js" type="text/javascript"></script>
<script src="js/components/wow.min.js" type="text/javascript"></script>
<script src="js/components/swiper.min.js" type="text/javascript"></script>
<script src="js/components/maginific-popup.min.js" type="text/javascript"></script>
<script src="js/components/masonry.min.js" type="text/javascript"></script>
<script src="js/components/gmap.min.js" type="text/javascript"></script>
</body>
<!-- END BODY -->
</html>