-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
783 lines (780 loc) · 53.3 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
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
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
<!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="#products">About</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#work">Members</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 ==========-->
<div id="products">
<div class="row text-center margin-b-40">
<br />
<br />
<div class="col-sm-6 col-sm-offset-3">
<h2>Meet the Team</h2>
<p>If you want to learn more about each member, click on their icon!</p>
</div>
</div>
</div>
<!-- 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">
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 md-margin-b-4">
<!-- Scott -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/scott.jpg" alt="Scott">
</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">Scott Moroch</h3>
<span>Outreach Captain</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>My name is Scott Moroch and I am a senior at Wayne Hills High School. This is my third year participating on the team and this year I am the outreach/engineering document coordinator for the team. Outside of robotics I enjoy studying physics and math, as well as playing basketball and volleyball. I also conduct research in nuclear physics at the New Jersey Institute of Technology where I constructed two working nuclear fusion reactors. Currently my primary focus outside of the JDroids is building a cyclotron, which is a type of circular particle accelerator designed for the acceleration of protons.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 3</p>
<p class="margin-b-5"><strong>Outreach Captain:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Co-Captain:</strong> 2015 - 2016</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Scott -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 margin-b-4">
<!-- Kelly -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/kelly.png" alt="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">Kelly Wallert</h3>
<span>Co- Captain</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>My name is Kelly Wallert and I am a 17 year old senior at Wayne Hills High School. My personal interests include being a Peer Minister, becoming a member of the steering committie of the NJ STEM Girls of North Jersey, sewing, playing the flute, and helping create (and leading) a team that won the Congressional App Challenge . I was introduced to the team through Anthony Tazzetto, the Captain of the JDroids, and he told me how there is an entire community around robotics. I am currently the Co- Captain of the JDroids, and using my skills in Java, HTML/CSS, VB, C++, and C# to help solve real world problems that we have when programming the robot.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 1</p>
<p class="margin-b-5"><strong>Co-Captain:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Programmer: </strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Project Manager: </strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Congressional App Team Leader:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>NJ STEM Girls:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>NJ STEM Girls Steering Comittee:</strong> 2016 - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Kelly -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 margin-b-4">
<!-- Anthony -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/anthony.jpg" alt="Anthony">
</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">Anthony Tazzetto</h3>
<span>Captain</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>My name is Anthony Tazzetto, and this is my sixth year with the JDroids and my fifth year as captain. I am an 18-year-old senior at Wayne Hills High School. My interests include robotics, engineering, coding, Java, bowling and spending time with my friends. I joined the JDroids because I have been interested in robotics since I was young, and always wanted to build robots. My career objective is mechanical engineering with a concentration/minor on robotics.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 7</p>
<p class="margin-b-5"><strong>Captain:</strong> - 2017</p>
<p class="margin-b-5"><strong>Builder:</strong> - 2017</p>
<p class="margin-b-5"><strong>CAD:</strong> - 2017</p>
<!--Awards-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Anthony -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 md-margin-b-4">
<!-- Tim -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/tim.jpg" alt="Tim">
</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">Tim Tullio</h3>
<span>Design Captain</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> My name is Timothy Tullio and this is my second year on the JDroids team. Currently I’m in my senior year at Wayne Hills High School, where my favorite courses are robotics and computer aided design. Some of my many interests are throwing shot put, discus, and javelin for the Wayne Hills track team. Outside of school and robotics, I enjoy boy scouts, hiking, biking and camping. Within robotics my preferred subjects are mechanical engineering and 3d printing, but I am willing to learn as much as I can from all aspects of this experience. I would like to land in the career field of mechanical engineering with a primary basis in robotics.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 2</p>
<p class="margin-b-5"><strong>Design Captain:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Builder:</strong> - 2017</p>
<p class="margin-b-5"><strong>CAD:</strong> - 2017</p>
<p class="margin-b-5"><strong>Design:</strong> - 2017</p>
<p class="margin-b-5"><strong>Driver:</strong> - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Tim -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Arush -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/arush.jpg" alt="Arush">
</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">Arush Shah</h3>
<span>Programming Captain</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>My name is Arush Shah and I'm a senior at the Bergen County Academies. I love to code and build things in my free time and I joined the JDroids just for those reasons. I'm the captain of programming on the team this year and I work on the autonomy of the robot along with Sruthi, Sakshi, Sangjun, and Kelly. Some of my skills include Java, Python, HTML/CSS, JavaScript, C, and 6502 assembly. I love to write algorithms and logic to solve real world problems. I'm looking forward to this season because there is a large focus on autonomous this year and I'm excited to compete.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 2</p>
<p class="margin-b-5"><strong>Programming Captain:</strong> 2016 - 2017</p> <!--Check with Arush-->
<p class="margin-b-5"><strong>Programmer:</strong> 2015 - 2017</p>
<p class="margin-b-5"><strong>Web Master:</strong> 2015 - 2016</p>
<p class="margin-b-5"><strong>Driver Coach:</strong> - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Arush -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Carly -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/carly.jpg" alt="Carly">
</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">Carly Jeon</h3>
<span>Marketer and Graphics Designer</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>My name is Carly Jeon and I am a 17-year-old junior at Wayne Hills High School. My personal interests include drawing, theatre arts, and playing the piano and ukulele. My brother, a JDroids Alum, introduced me to the team. I hope to learn more about robotics and engineering through this team, and to contribute with my artistic interests. My experience with FIRST and JDroids will also help me to develop the methodical mindset one required for a career in graphic design.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 3</p>
<p class="margin-b-5"><strong>Marketing:</strong> - 2017</p>
<p class="margin-b-5"><strong>Graphics:</strong> - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Carly -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Sruthi -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/sruthi.jpg" alt="Sruthi">
</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">Sruthi Soorian</h3>
<span>Programmer</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>My name is Sruthi Soorian and I am 16 years old. I am currently a junior at Wayne Valley High School. This is my second year participating in the First Tech Challenge. I've always been interested in computers and programming ever since I was younger and I hope to major in Computer Science later in college. Joining the JDroids was my introduction to robotics and I enjoy every minute of being on the team. Other than robotics, my other hobbies include singing, piano, and tennis.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years:</strong> 2</p>
<p class="margin-b-5"><strong>Programmer:</strong> 2015 - 2017</p>
<p class="margin-b-5"><strong>Congressional App Team Memeber:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>NJ STEM Girls:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>NJ STEM Girls Steering Comittee:</strong> 2016 - 2017</p>
<!--She is something else I just can't remember for the life of me-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Sruthi -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Sangjun -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/sangjun.png" alt="Sangjun">
</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">Sangjun Ko</h3>
<span>Treasurer, programmer</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>My name is Sangjun Ko, and I am a junior attending Wayne Hills High School. I had prior experience with JDroids back when I was a part of the Science Bowl Team. Back then, I focused mainly in the mathematics part because mathematics was, and still is, my main interest. I then went into a 3-year hiatus, and a few months Anthony asked me if I wanted to join again as programmer. So here I am now, back with many new people, and I hope to learn and experience much more about robotics and engineering.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 1</p>
<p class="margin-b-5"><strong>Programmer:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Treasure:</strong> 2016 - 2017 </p> <!--Spelled that wrong-->
<p class="margin-b-5"><strong>Congressional App Challenge Team:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>JDroids Science Bowl Team:</strong> - </p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Sangjun -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Lorenzo -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/lorenzo.jpg" alt="Lorenzo">
</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">Lorenzo Cinelli</h3>
<span>Electrical Engineer & Builder</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>My name is Lorenzo Cinelli and this is my second year on team JDroids. I am 16 years old, and a junior at Wayne Hills High School. My interests include engineering, inventing and building, biking, and bowling. I joined and stayed on the JDROIDS robotics team because robotics and engineering appeal to me greatly. I have gained a strong interest in robotics, and have been building projects in my garage since I was only nine years old. Joining a private robotics team would further increase my interests in robotics and engineering, while teaching me valuable lessons. My future career would be in the field of electrical engineering.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 2</p>
<p class="margin-b-5"><strong>Builder:</strong> 2015 - 2017</p>
<p class="margin-b-5"><strong>Electrical Engineer:</strong> 2015 - 2017</p>
<p class="margin-b-5"><strong>CAD:</strong> 2015 - 2017</p>
<!--He is also something else that I can not remember-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Lorenzo -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Jacob L -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/jacobl.png" alt="Jacob">
</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">Jacob Luk</h3>
<span>Mechanical Engineer and Builder</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>My name is Jacob Lukowiak and I am a 16-year- old junior in Wayne Hills High School. My interests include, history, novels, engineering, and video games. I hope to learn how to better design, plant, build, and study during my time on the team. With the experience I gain from FIRST I hope to get a degree in mechanical engineering, with a specialization in robotics.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 1</p>
<p class="margin-b-5"><strong>Builder:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>CAD:</strong> 2016 - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Jacob L -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Jacob K -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/jacob.jpg" alt="Jacob">
</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">Jacob Kessler</h3>
<span>Builder</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>My name is Jacob Kessler and I am a 16-year- old junior at Wayne Hills High School. From an early age I had a strong interest in building and was fascinated with just how things work. My interest of both mechanical engineering and computer programming has made my latest involvement with the JDROIDS team a perfect fit. This year, I look forward to take Java and Cad courses as I continue to develop my interest in the mechanical engineering field. When I am not playing video games or watching YouTube tutorials with my friends, I am skiing “black-diamond” ski trails as much as possible.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 2</p>
<p class="margin-b-5"><strong>Builder:</strong> 2015 - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Jacob K -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Ashley -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/ashley.png" alt="Ashley">
</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">Ashley Kibel</h3>
<span>Mechanical Engineer and Builder</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>My name is Ashley Kibel and I am a 13-year-old 8th grader at George Washington Middle School. My personal interests include drawing, dancing, and building robots. The Wayne Town Public Library introduced me to team JDroids. I hope to learn more about robotics and engineering through this team, and to contribute with my creative ideas. My experience with FIRST and JDroids will also help me to develop the methodical mindset one required for a career in graphic design.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 1</p>
<p class="margin-b-5"><strong>Builder:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Artist:</strong> 2016 - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Ashley -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Dan -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/dan.png" alt="Dan">
</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">Daniel Siuffe</h3>
<span>Electrical Engineer & Builder</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>My name is Daniel Siuffe and I am a 13-year-old 8th grade student at Schuyler Colfax middle school. Some of my interests include robots, computers, cars, mobile technology, Mountain bikes, soccer, mathematics, playing the saxophone, and technology is general. I joined JDroids because I always had an interest in robots and knew there was a team but never actually got serious until a presentation at the library gave me more information about the team. JDroids will definitely help me in future as a mechanical engineer.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 1</p>
<p class="margin-b-5"><strong>Builder:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Electrical Engineer:</strong> 2016 - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Dan -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Demetri -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/demetri.png" alt="Demetri">
</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">Demetri Giotis</h3>
<span>Mechanical Engineer and Builder</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>My name is Demetri Giotis and I am a 13 year-old 8th grader at Anthony Wayne Middle School. My personal interests include playing trumpet and pursuing my goal of becoming an Eagle Scout. I hope this team can increase my knowledge of robotics. I joined because of my personal interest in the topic. I hope to learn how to design/build a robot and increase my knowledge and interest of robotics.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 1</p>
<p class="margin-b-5"><strong>Mechanical Engineer:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>Builder:</strong> 2016 - 2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Demetri -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Sakshi -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/sakshi2.png" alt="Sakshi">
</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">Sakshi Lende</h3>
<span>Programmer</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>My name is Sakshi Lende and I am a 13-year-old 8th grader at Anthony Wayne Middle School. My personal interests include painting, reading, community service, playing flute and piano. I joined the team because I saw them and was inspired by them in a library outreach event. I hope to learn more about programming and to increase my knowledge of Java.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Years on the team:</strong> 1</p>
<p class="margin-b-5"><strong>Programmer:</strong> 2016 - 2017</p>
<p class="margin-b-5"><strong>NJ STEM Girls: </strong> 2016 -2017</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Sakshi -->
</div>
</div>
<!-- End Masonry Grid -->
</div>
</div>
<!-- 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 -->
<!-- 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>
<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>