-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentors.html
666 lines (651 loc) · 41.9 KB
/
mentors.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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
<!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="Asentus Logo">
<img class="logo-img logo-img-active" src="img/jakobthx.png" alt="Asentus 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="#products">About Our Mentors</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#service">Mentors</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 ==========-->
<!--========== PAGE LAYOUT ==========-->
<!-- Products -->
<div id="products">
<div class="container content-lg">
<div class="row text-center margin-b-40">
<div class="col-sm-6 col-sm-offset-3">
<h2>About Our Mentors</h2>
<p></p>
</div>
</div>
<!--// end row -->
<div class="row">
<br />
</div>
<!--// end row -->
</div>
</div>
<!-- End Products -->
<!-- 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>Narmada Krishnaswamy</h3>
<h3>Alternate Coach, Team Manager</h3>
<p class="margin-b-5">Narmada works as a Technical Product Manager for KPMG currently with an IT experience of 20+ years. She along with her husband Bala Kasi, created JDroids teams in 2010. This is her 7th year of coaching FIRST teams and fourth year of coaching JDroids FTC team. Narmada coaches the JDroids team on Programming and Team Building aspects.</p>
</div>
</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">Eugene Tazzetto</h3>
<h3>Head Coach</h3>
<p class="color-white margin-b-5">Eugene Tazzetto has been licensed to practice law in NJ since 1983. He has worked for a multi-national corporation and has been involved in process engineering and project management. Eugene has also worked to develop software for a quality assessment application and a legal case management system. He also coaches an FLL team and enjoys working with JDroids members to manage, coordinate and promote the JDroids.</p>
</div>
</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>Mike Franchino</h3>
<h3>Computer Engineer & Maker Depot Owner</h3>
<p class="margin-b-5">Michael Franchino is a graduate of Rochester Institute of Technology studying business and computer engineering. He has worked as systems analyst for over 25 years at Custom Systems Corporation of Sparta, NJ and is one of three principals. Having worked for large manufacturing companies in integrating their business and manufacturing systems, he turned his attention to providing a place for all people young and old to come together and create. In June of 2015, he was proud to be named a mentor to the JDroids (#7026) FTC robotic team and has hosted their weekly build meetings while helping them overcome numerous engineering obstacles.</p>
</div>
</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>Frank Cornacchiulo</h3>
<h3>Computer Science Professor & Maker Depot Owner</h3>
<p class="margin-b-5">Frank Cornacchiulo , a graduate of Rochester Institute of Technology, brings his 25 years of experience as a software developer and project manager in the financial industry to the JDroids. He is the owner and operator of Maker Depot a makerspace in Totowa, NJ. Frank’s educational experience includes work as an Adjunct Professor of Computer Science at Lehman College – CUNY for 5 years. Throughout his experience, Frank has gathered material and research to understand how the technology industry is changing and its direction going forward. Frank brought his Java expertise to the JDroids and helped the team learn the new coding for the new system.</p>
</div>
</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>Bala Kasi</h3>
<h3>Mechanical Engineering Mentor</h3>
<p class="margin-b-5">Bala works as a Technical Consulting Manager at BASF Corporation and has over 26 years of experience in software development. This is Bala's 7th year of working with FIRST programs and fourth year of mentoring the JDroids FTC team on robot building topics. Bala also volunteers as an NJ FTC Referee.</p>
</div>
</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>Stanley Szczepanski</h3>
<p class="margin-b-5">Stanley Szczepanski spent his entire 45 year professional career in machine shops and workshops creating many machines and devices. He first learned to weld and work with sheet metal while working in his uncle’s machine shop. Later, he studied electronics at RETS in Newark where he learned to wire circuit boards. He was employed in various machine shops and businesses where he was a foreman overseeing circuit boards, as well as an inspector of machine repairs. Stanley last worked as an instrument maker for Honeywell where he built, wired and maintained cockpit displays for aircraft. He retired in 2009 and is now part of the Maker Movement in New Jersey when we were fortunate to meet him at Maker Depot. We thank Stanly for his mentorship and guidance!</p>
</div>
</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>Frederick (Rick) Wallert</h3>
<h3>Programming Mentor</h3>
<p class="margin-b-5"> Rick works for NRG Energy, Inc. as Director of FP&A Systems. He possesses 20+ years of experience in both IT & Finance areas, and also maintains a Certified Financial Manager (CFM) designation. Rick’s areas of expertise include multidimensional OLAP modeling, data governance, applications development, analytics, business analysis and full systems implementations. This is his 1st year as a FIRST mentor.</p>
</div>
</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>Regina Kibel</h3>
<h3>Engineering Mentor</h3>
<p class="margin-b-5">Regina works as a interior/exterior home designer for a construction and real estate company for 15+ years. Also building custom made furniture and installations for her clients.
In addition her other passions are designing and sewing custom renaissance, medieval gowns and making jewelry. This is her first year as a volunteer mentor for the JDroids FTC team. Regina helps with the design and the building aspects of the robot.</p>
</div>
</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>Thomas Tullio</h3>
<h3>Graphics Design Mentor</h3>
<p class="margin-b-5">Tom works as a Pre-press Manager for Inwork Inc. with 26 years experience in Grapic arts. Tom joined the JDroids last year with his son Tim. Tom provides coaching in team branding and assists in providing ideas on the building aspects of the robot.</p>
</div>
</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/oasis.jpg" alt="OASIS">
</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">Helping out with OASIS.</h3>
<span>Outreach</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>One of our parent mentors, Joanna Tazzetto, came with the team to help support underserved startup FTC teams at OASIS.</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/narmadaandprogrammers.jpg" alt="Narmada, Sakshi, and Kelly">
</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">Narmada, Kelly, Sakshi</h3>
<span>Liberty Science Center</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>Narmada and the Stem Girls at the LSC Qualifier</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/reginaashley.png" alt="Ashley and Regina">
</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">Mother and Daughter</h3>
<span>Liberty Science Center 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>One of our Engineering Mentors Regina with her daughter Ashley.</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/rickandjim.jpg" alt="Rick and Jim">
</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">Jim and Rick</h3>
<span>Liberty Science Center 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">
<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/stannarmada.png" alt="Stanley and Narmada">
</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">Stanley and Naramada</h3>
</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> Working with mentors Stanley and Narmada on the robot. <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/scripts.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">State Preparation</h3>
<span>Script Practice</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> Practicing for scripts before states with our help from our mentors Narmada and Regina. </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</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 scicence 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.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>
</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="index.html">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>