-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
865 lines (775 loc) · 39.2 KB
/
index.html
File metadata and controls
865 lines (775 loc) · 39.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
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
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- Start Head -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="text" content="">
<meta name="author" content="">
<!-- description -->
<meta name="description" content="UHS Robotics is a highly successful robotics team from Unionville High School located in Markham, Ontario, Canada. Our mission is to spark youth's interest in STEM and robotics.">
<!-- keywords -->
<meta name="keywords" content="Robotics, Markham, Unionville, 7721, 849, wolfpack, Canada, FIRST">
<title>Team 7721/849 | UHS Robotics Overview</title>
<!-- Start Favicon -->
<link rel="shortcut icon" href="images/logo/wolf-favicon.ico">
<link rel="icon" href="images/logo/wolf-favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- END Favicon -->
<!-- Hack to fix weird animation&white flash onload -->
<link rel="stylesheet" href="css/preload.css" />
<!-- Uikit Framework -->
<link rel="stylesheet" href="css/uikit.min.css" media="print" onload="this.media='all'" />
<!-- Bootstrap Framework -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/b9dbf42872.js" crossorigin="anonymous"></script>
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css" />
<!-- Responsive -->
<link rel="stylesheet" href="css/responsive.css" media="print" onload="this.media='all'">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800;900&family=Raleway:wght@300;400;500;800;900&family=Roboto:wght@100;300;400;500;900&display=swap"
rel="stylesheet" media="print" onload="this.media='all'">
<!-- Fonts that are visible at the top of the page loads first -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Raleway:wght@600;700&family=Roboto:wght@300;700&family=Roboto+Mono:wght@300&display=swap"
rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169776504-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169776504-1');
</script>
</head>
<!-- End Head -->
<!-- Main Body -->
<body class="preload" data-spy="scroll" data-target="#nav-placeholder" data-offset="300">
<!-- Return to top button -->
<a href="javascript:" id="return-to-top"><svg class="bi bi-arrow-up-short" width="1em" height="1em"
viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5z" clip-rule="evenodd" />
<path fill-rule="evenodd"
d="M7.646 4.646a.5.5 0 01.708 0l3 3a.5.5 0 01-.708.708L8 5.707 5.354 8.354a.5.5 0 11-.708-.708l3-3z"
clip-rule="evenodd" />
</svg></a>
<!--Navigation bar-->
<!-- The contents of the navbar are in nav.html -->
<nav id="nav-placeholder" class="navbar navbar-expand-md navbar-dark fixed-top">
</nav>
<!-- Landing -->
<div id="top">
<div class="landing">
<video autoplay muted loop id="landing-video">
<source src="assets/LandingVideo.mp4" type="video/mp4" />
</video>
<div class="landing-content-holder">
<div class="landing-content">
<div class="title-holder">
<h1><span class="text-light1">Unionville <br class="display-none-pc">High School<br></span><span class="text-primary1">Robotics</span></h1>
<h5 class="text-white">FRC 7721/849<br>FTC 163<br>VRC 3652A/B</h5>
<!--2022-2023-->
<!--<a class="btn btn-large btn-white text border-radius-50"
href="https://classroom.google.com/c/NTAxMTUwNTkwNjEy?cjc=tax7hhx" target="_blank">
Join Us
</a>-->
<!--2023-2024-->
<!--<a class="btn btn-large btn-white text border-radius-50"
href="https://classroom.google.com/c/NTI0MDg4MzgxNDIx?cjc=t3ollfz" target="_blank">
Join Us
</a>-->
<!--2024-2025-->
<div class= "landing-buttons">
<a class="btn btn-large btn-white text border-radius-50"
href="https://classroom.google.com/c/NjU4ODI0Mjg2ODUy?cjc=bbhvvuz" target="_blank">
Join Us
</a>
<a class="btn btn-large btn-white text border-radius-50 margin-left-15px"
href=files/UHS-Sponsorship-Email-Version.pdf target="_blank">
Sponsor Us
</a>
</div>
</div>
<img id="landing-logo" src="images/logo/landing-logo.png">
</div>
</div>
</div>
</div>
<!-- End Landing -->
<div class="content z-index-5">
<div id="about" class="about-section">
<div class="container-fluid">
<!-- Row -->
<div class="row" data-uk-scrollspy="cls: uk-animation-slide-bottom-medium; delay: 50;">
<!-- Column -->
<div class="col center-col margin-auto">
<h1 class="section-title text-primary1">About Us</h1>
</div>
</div>
<div class="separator">
</div>
<div class="row" data-uk-scrollspy="cls: uk-animation-slide-top-medium; delay: 300;">
<div class="about-us-description text-white">
<p>
<b>UHS Wolfpack</b> is
a highly successful robotics team from Unionville High School (UHS) situated in the town of Unionville,
Ontario. Ever since the team’s inception in 1994, we have exemplified proficiency and achievement in the
field of robotics, winning numerous awards including the <b>Canadian Robotics 1st Place President's
Award</b> and
<b>Best Videography Award</b>.
</p>
<p>
As one of the earliest teams from the York Region District School Board to
participate in the <b>FIRST Robotics Competition (FRC)</b>, our team has pioneered our school and
community’s involvement in the Science, Technology, Engineering, Arts, and Mathematics (STEAM) fields.
</p>
</div>
</div>
<div class="row" data-uk-scrollspy="cls: uk-animation-slide-top-medium; delay: 300;">
<div class="about-us-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/E1NS18gw3uc" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div class="facts-background">
<div id="facts" class="facts-section" data-uk-scrollspy="cls: uk-animation-fade; delay: 75; target: > div;">
<h2 class="section-title text-primary3">Quick Facts</h2>
<div class="comp-desc">
<h6>We have competed in <b>Canada FIRST</b>, <b>FIRST Robotics competition</b>, <b>VEX Robotics
Competition</b>, <b>FIRST Tech Challenge</b>, <b>Skills
Ontario</b> and <b>York Region Skills Challenge</b>.</h6>
</div>
<div class="circle-row" data-uk-scrollspy="cls: uk-animation-slide-top-medium; delay: 100; target: > div;">
<div class="circle">
<h4>150+</h4>
<h5>Members</h5>
</div>
<div class="circle">
<h4>30+</h4>
<h5>Years</h5>
</div>
<div class="circle">
<h4>10+</h4>
<h5>Awards</h5>
</div>
<div class="circle">
<h4>5+</h4>
<h5>Outreach events<br>per year</h5>
</div>
</div>
<div class="timeline">
<div class="horizontal-line">
<div class="timeline-event frc">
<div class="timeline-circle" data-uk-scrollspy="cls: timeline-circle-animation; delay: 300;"></div>
<h1 class="timeline-year start" data-uk-scrollspy="cls: timeline-year-animation; delay: 1100;">1994</h1>
<h2 class="timeline-desc" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1450;">FRC <span class="number">849</span></h2>
<h2 class="timeline-desc mobile" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1600;">FRC <span class="number"></span>849</h2>
<div class="timeline-circle end" data-uk-scrollspy="cls: timeline-circle-animation; delay: 400;"></div>
<h1 class="timeline-year end" data-uk-scrollspy="cls: timeline-year-animation; delay: 1150;">2007</h1>
<div class="horizontal-line" data-uk-scrollspy="cls: timeline-line-animation; delay: 300;"></div>
</div>
<!--<div class="timeline-event ftc">
<div class="timeline-circle" data-uk-scrollspy="cls: timeline-circle-animation; delay: 400;"></div>
<h2 class="timeline-desc" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1500;">FTC</h2>
<h2 class="timeline-desc mobile" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1650;">FTC</h2>
</div>-->
<div class="timeline-event vex">
<div class="timeline-circle" data-uk-scrollspy="cls: timeline-circle-animation; delay: 500;"></div>
<h1 class="timeline-year start" data-uk-scrollspy="cls: timeline-year-animation; delay: 1200;">2009</h1>
<h2 class="timeline-desc" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1550;">VRC <span class="number">3652</span></h2>
<h2 class="timeline-desc mobile" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1700;">VRC <span class="number">3652</span></h2>
<div class="timeline-circle end" data-uk-scrollspy="cls: timeline-circle-animation; delay: 600;"></div>
<h1 class="timeline-year end" data-uk-scrollspy="cls: timeline-year-animation; delay: 1250;">2014</h1>
<div class="horizontal-line" data-uk-scrollspy="cls: timeline-line-animation; delay: 500;"></div>
</div>
<div class="timeline-event frc7721">
<div class="timeline-circle" data-uk-scrollspy="cls: timeline-circle-animation; delay: 600;"></div>
<h1 class="timeline-year start" data-uk-scrollspy="cls: timeline-year-animation; delay: 1300;">2018</h1>
<h2 class="timeline-desc" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1600;">FRC <span class="number">7721</span></h2>
<h2 class="timeline-desc mobile" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1750;">FRC <span class="number">7721</span></h2>
<div class="timeline-circle end" data-uk-scrollspy="cls: timeline-circle-animation; delay: 700;"></div>
<h1 class="timeline-year end" data-uk-scrollspy="cls: timeline-year-animation; delay: 1350;">2020</h1>
<div class="horizontal-line" data-uk-scrollspy="cls: timeline-line-animation; delay: 700;"></div>
</div>
<!--
<div class="timeline-event skills">
<div class="timeline-circle" data-uk-scrollspy="cls: timeline-circle-animation; delay: 800;"></div>
<h2 class="timeline-desc" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1650;">Skills</h2>
<h2 class="timeline-desc mobile" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1650;">Skills</h2>
</div>
-->
<div class="timeline-event now">
<div class="timeline-circle" data-uk-scrollspy="cls: timeline-circle-animation; delay: 900;"></div>
<h1 class="timeline-year start" data-uk-scrollspy="cls: timeline-year-animation; delay: 1400;">2022</h1>
<h2 class="timeline-desc" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1650;">VRC <span class="number">3652</span></h2>
<h2 class="timeline-desc mobile" data-uk-scrollspy="cls: timeline-desc-animation; delay: 1800;">VRC <span class="number">3652</span></h2>
<div class="timeline-circle end" data-uk-scrollspy="cls: timeline-circle-animation; delay: 900;"></div>
<h1 class="timeline-year end" data-uk-scrollspy="cls: timeline-year-animation; delay: 1450;">2024</h1>
<div class="horizontal-line" data-uk-scrollspy="cls: timeline-line-animation; delay: 900;"></div>
</div>
</div>
</div>
</div>
</div>
<div class="what-we-do-section">
<div class="container">
<div class="row" data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<div class="col center-col margin-auto">
<h3 class="section-title text-light1">What We Do</h3>
</div>
</div>
<div class="row things-list text-white">
<div class="col-md-4 col-sm-6 col-6">
<i class="icon fas fa-screwdriver"></i>
<h6>
Building
</h6>
<p>
We build a large robot every year, some taller than any of us! Depending on the year’s FRC game, they have a variety of abilities, such as climbing walls, shooting balls, etc.
</p>
</div>
<div class="col-md-4 col-sm-6 col-6">
<i class="icon fas fa-terminal"></i>
<h6>
Programming
</h6>
<p>
We code and create autonomous routines to make the robot come to life in unique and efficient ways. We also code to improve the driver's experience by automating certain tasks such as targeting.
</p>
</div>
<div class="col-md-4 col-sm-6 col-6">
<i class="icon fas fa-cube"></i>
<h6>
Design & CAD
</h6>
<p>
We create designs of our future robot using professional software such as Solidworks, then machine parts of it using CAD tools such as 3D Printers and CNCs.
</p>
</div>
<div class="col-md-4 col-sm-6 col-6">
<i class="icon far fa-address-card"></i>
<h6>
PR & Outreach
</h6>
<p>
We recruit students and sponsors in the local community and share the team's activities with the rest of the world through social media.
</p>
</div>
<div class="col-md-4 col-sm-6 col-6">
<i class="icon fas fa-microphone"></i>
<h6>
Public Speaking
</h6>
<p>
We present the team's successes in front of other students, parents, and sponsors to further the team's growth and promote the importance of STEM education.
</p>
</div>
<div class="col-md-4 col-sm-6 col-6">
<i class="icon fas fa-photo-video"></i>
<h6>
Media
</h6>
<p>
We capture our team's work and spirit using professional equipment and software. This has proven to be very effective at promoting ourselves and the joy of solving real world problems in FRC.
</p>
</div>
</div>
</div>
</div>
<div class="news-section">
<div class="container-fluid">
<div id="events" class="row" data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<div class="col center-col margin-auto">
<h3 class="section-title text-light1">What We Did</h3>
</div>
</div>
<!--Start Slideshow -->
<div class="row">
<div id="events-slides" class="carousel slide margin-bottom-25px" data-ride="carousel"
data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<!-- Images for lazy loading purposes -->
<img class="load-early lozad" data-src="images/events/mayfair-vignette.jpg" alt="mayfair">
<img class="load-early lozad" data-src="images/events/first_meeting-vignette.jpg" alt="first_meeting">
<img class="load-early lozad" data-src="images/events/eggtarts-vignette.jpg" alt="eggtarts">
<img class="load-early lozad" data-src="images/events/elementary-school-3by2-vignette.jpg" alt="STEM outreach">
<img class="load-early lozad" data-src="images/events/durham-vignette.jpg" alt="Durham">
<img class="load-early lozad" data-src="images/events/canadian-open-vignette.jpg" alt="Can Open">
<ol class="carousel-indicators">
<li data-target="#events-slides" data-slide-to="0" class="active"></li>
<li data-target="#events-slides" data-slide-to="1"></li>
<li data-target="#events-slides" data-slide-to="2"></li>
<li data-target="#events-slides" data-slide-to="3"></li>
<li data-target="#events-slides" data-slide-to="4"></li>
<li data-target="#events-slides" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 lozad" data-src="images/events/canadian-open-vignette.jpg" alt="Can Open">
<div class="carousel-caption d-block">
<h4>Vex VRC Canadian Open 2023</h4>
<p>We kicked off our first competition of the Vex VRC season at the Markham Pan Am Center and competed against over 80
teams from all over Canada and the United States!</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 lozad" data-src="images/events/durham-vignette.jpg" alt="Durham">
<div class="carousel-caption d-block">
<h4>Durham College 2020</h4>
<p>We kicked off our first competition of the season at Durham College and competed against over 30
teams from all over Canada!</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 lozad" data-src="images/events/elementary-school-3by2-vignette.jpg" alt="STEM outreach">
<div class="carousel-caption d-block">
<h4>STEM outreach</h4>
<p>We went to local elementary schools to promote our school's STEM program, opportunities in the STEM industries and FIRST Robotics Competition. We brought our robot along with us to show to the students who seemed very interested and eager to learn more.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 lozad" data-src="images/events/eggtarts-vignette.jpg" alt="eggtarts">
<div class="carousel-caption d-block">
<h4>Autumnsfest 2019</h4>
<p>We sold eggtarts to the student body and the community to promote STEM education and our team!</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 lozad" data-src="images/events/first_meeting-vignette.jpg"
alt="first_meeting">
<div class="carousel-caption d-block">
<h4>First Meeting September 2019</h4>
<p>We introduced over 100 new members from our school to robotics and showed them ways they can use
their skills (non-technical and/or technical) to contribute to the team!</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 lozad" data-src="images/events/mayfair-vignette.jpg" alt="mayfair">
<div class="carousel-caption d-block">
<h4>Mayfair 2019</h4>
<p>During Unionville High School's annual Mayfair, we sold curry balls to raise awareness of the
importance of STEM education and introduced future members to our team!</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#events-slides" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#events-slides" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<img class="load-early lozad" data-src="images/events/mayfair-vignette.jpg" alt="mayfair">
<img class="load-early lozad" data-src="images/events/first_meeting-vignette.jpg" alt="first_meeting">
<img class="load-early lozad" data-src="images/events/elementary-school-3by2-vignette.jpg" alt="STEM outreach">
<img class="load-early lozad" data-src="images/events/eggtarts-vignette.jpg" alt="eggtarts">
<img class="load-early lozad" data-src="images/events/durham-vignette.jpg" alt="Durham">
<img class="load-early lozad" data-src="images/events/canadian-open-vignette.jpg" alt="Can Open">
</div>
<div id="events-slides-mobile" class="carousel slide margin-bottom-40px" data-ride="carousel"
data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<!-- Images for lazy loading purposes -->
<img class="load-early lozad" data-src="images/events/canadian-open-compressed-vignette.jpg" alt="Can Open">
<img class="load-early lozad" data-src="images/events/durham-compressed-vignette.jpg" alt="Durham">
<img class="load-early lozad" data-src="images/events/elementary-school-3by2-compressed-vignette.jpg" alt="STEM outreach">
<img class="load-early lozad" data-src="images/events/first_meeting-compressed.jpg" alt="first_meeting">
<img class="load-early lozad" data-src="images/events/eggtarts-compressed.jpg" alt="eggtarts">
<img class="load-early lozad" data-src="images/events/mayfair-compressed.jpg" alt="mayfair">
<ol class="carousel-indicators">
<li data-target="#events-slides-mobile" data-slide-to="0" class="active"></li>
<li data-target="#events-slides-mobile" data-slide-to="1"></li>
<li data-target="#events-slides-mobile" data-slide-to="2"></li>
<li data-target="#events-slides-mobile" data-slide-to="3"></li>
<li data-target="#events-slides-mobile" data-slide-to="4"></li>
<li data-target="#events-slides-mobile" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card w-100">
<img class="card-img-top lozad" data-src="images/events/canadian-open-compressed-vignette.jpg" alt="Can Open">
<div class="card-body">
<h4 class="card-title">Vex VRC Canadian Open 2023</h4>
<p class="card-text">We kicked off our first competition of the Vex VRC season at the Markham Pan Am Center and competed against over 80
teams from all over Canada and the United States!</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card w-100">
<img class="card-img-top lozad" data-src="images/events/durham-compressed-vignette.jpg" alt="Durham">
<div class="card-body">
<h4 class="card-title">Durham College 2020</h4>
<p class="card-text">We kicked off our first competition of the season at Durham College and
competed
against over 30 teams from all over Canada!</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card w-100">
<img class="card-img-top lozad" data-src="images/events/elementary-school-3by2.jpg" alt="STEM outreach">
<div class="card-body">
<h4 class="card-title">STEM outreach</h4>
<p class="card-text">We went to local elementary schools to promote our school's STEM program, opportunities in the STEM industries and FIRST Robotics Competition. We brought our robot along with us to show to the students who seemed very interested and eager to learn more.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card w-100">
<img class="card-img-top lozad" data-src="images/events/eggtarts-compressed.jpg" alt="eggtarts">
<div class="card-body">
<h4 class="card-title">Autumnsfest 2019</h4>
<p class="card-text">We sold eggtarts to the student body and the community to promote STEM
education
and our team!</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card w-100">
<img class="card-img-top lozad" data-src="images/events/first_meeting-compressed.jpg"
alt="first meeting">
<div class="card-body">
<h4 class="card-title">First Meeting September 2019</h4>
<p class="card-text">We introduced over 100 new members from our school to robotics and showed them
ways they can use their skills (non-technical and/or technical) to contribute to the team!</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card w-100">
<img class="card-img-top lozad" data-src="images/events/mayfair-compressed.jpg" alt="mayfair">
<div class="card-body">
<h4 class="card-title">Mayfair 2019</h4>
<p class="card-text">During Unionville High School's annual Mayfair, we sold curry balls to raise
awareness of the importance of STEM education and introduced future members to our team!</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#events-slides-mobile" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
<div class></div>
</a>
<a class="carousel-control-next" href="#events-slides-mobile" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
<div class></div>
</a>
<img class="load-early lozad" data-src="images/events/canadian-open-compressed.jpg" alt="Can Open">
<img class="load-early lozad" data-src="images/events/durham-compressed-vignette.jpg" alt="Durham">
<img class="load-early lozad" data-src="images/events/elementary-school-3by2-compressed-vignette.jpg" alt="STEM outreach">
<img class="load-early lozad" data-src="images/events/first_meeting-compressed.jpg" alt="first_meeting">
<img class="load-early lozad" data-src="images/events/eggtarts-compressed.jpg" alt="eggtarts">
<img class="load-early lozad" data-src="images/events/mayfair-compressed.jpg" alt="mayfair">
</div>
</div>
<!-- End Slideshow -->
<div class="row" data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<div class="col-12 col-md-6 text-right sm-text-center sm-margin-bottom-10px sm-margin-top-30px">
<a class="btn btn-large btn-white border-radius-50"
href="events.html" target="_blank">More Events</a>
</div>
<div class="col-12 col-md-6 text-left sm-text-center">
<a class="btn btn-large btn-white border-radius-50"
href="gallery.html" target="_blank">More Pictures</a>
</div>
</div>
</div>
</div>
<!-- End About -->
<!-- Start of Team picture -->
<div id="team">
<div class="container-fluid">
<!-- <div class="row" data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<div class="col center-col margin-auto">
</div>
</div> -->
<!-- div to center the button -->
<!-- <div class="position-relative width-100 padding-bottom-30px page-title-smaller teambuttonsmallerscreen teambuttonlargerscreen" data-uk-scrollspy="cls: uk-animation-fade; delay: 100;"> -->
<!-- Button to redirect to team page -->
<!-- </div> -->
<div class="content-container">
<h3 class="section-title margin-bottom-10px text-white"
data-uk-scrollspy="cls: uk-animation-slide-bottom-medium; delay: 500;">
Meet The Team!
</h3>
<a class="btn btn-medium btn-white border-radius-50 center-block sm-margin-left-right-auto sm-display-table sm-margin-bottom-10px"
href="team.html" target="_blank" data-uk-scrollspy="cls: uk-animation-slide-bottom-medium; delay: 500;">
Details On The Team
</a>
</div>
<div class="row team-images" data-uk-scrollspy="cls: uk-animation-slide-left-medium; target: > div; delay: 100;">
<div class="col-md-4 col-12">
<img class="regular-team-image lozad" data-src="images/group/2023-yearbook-exec.jpg">
</div>
<div class="col-md-4 col-12">
<img class="regular-team-image lozad" data-src="images/group/2023-yearbook-team1.jpg">
</div>
<div class="col-md-4 col-12">
<img class="regular-team-image lozad" data-src="images/group/2023-yearbook-team2.jpg">
</div>
</div>
</div>
<!-- End Container -->
</div>
<div id="competitions" class="past-competitions"> <!-- Start of past competitions -->
<!--Start FIRST Section-->
<div id="first" class="first-section">
<div class="container" data-uk-scrollspy="cls: uk-animation-fade; delay: 200; target: > div ;"
class="padding-bottom-50px">
<!--Title-->
<div class="row">
<div class="col center-col margin-auto">
<h3 class="section-title text-light1">What is FIRST?</h3>
</div>
</div>
<!--Start Logo, Text and Button Area-->
<div class="row">
<!--FIRST Logo-->
<div class="col-md-6 col-xs-12 col-sm-12">
<img src="images/logo/FIRST_logo.png" class="first-logo">
</div>
<div class="col-md-6 col-xs-12 col-sm-12">
<!--Text About FIRST-->
<p class="first-text text-white">
"The mission of FIRST® is to inspire young people to be science and technology leaders and innovators, by
engaging them in exciting
mentor-based programs that build science, engineering, and technology skills, that inspire innovation, and
that foster well-rounded
life capabilities including self-confidence, communication, and leadership." <b> - FIRST</b></p>
<!--Link To Website-->
<a class="btn btn-medium btn-white border-radius-50 sm-margin-left-right-auto sm-display-table sm-margin-bottom-10px"
href="https://www.firstinspires.org/" target="_blank">Learn More about First</a>
</div>
<!--End Logo, Text and Button Area-->
</div>
</div>
<!--End of FIRST section-->
</div>
<!--Start VEX Section-->
<div id="vex" class="vex-section">
<div class="container" data-uk-scrollspy="cls: uk-animation-fade; delay: 300; target: > div ;"
class="padding-bottom-50px">
<!--Title-->
<div class="row">
<div class="col center-col margin-auto">
<h3 class="section-title text-light1">What is VEX?</h3>
</div>
</div>
<!--Start Logo, Text and Button Area-->
<div class="row">
<!--VEX Logo-->
<div class="col-md-6 col-xs-12 col-sm-12">
<img src="images/logo/VEX_logo.png" class="vex-logo">
</div>
<div class="col-md-6 col-xs-12 col-sm-12">
<!--Text About VEX-->
<p class="vex-text text-white">
"VEX Robotics is educational robotics for everyone.
VEX solutions span all levels of both formal and informal education with accessible, scalable, and affordable solutions.
Beyond science and engineering principles, VEX encourages creativity, teamwork, leadership, and problem solving among groups.
It allows educators of all types to engage and inspire the STEM problem solvers of tomorrow!" <b> - VEX Robotics</b></p>
<!--Link To Website-->
<a class="btn btn-medium btn-white border-radius-50 sm-margin-left-right-auto sm-display-table sm-margin-bottom-10px"
href="https://www.vexrobotics.com/" target="_blank">Learn More about VEX</a>
</div>
<!--End Logo, Text and Button Area-->
</div>
</div>
<!--End of VEX section-->
</div>
</div> <!-- End of past competitions -->
<!--start of sponsors-->
<!--start of diamond sponsors-->
<div class="sponsors diamond" id="sponsors">
<section class="scrollspy">
<div class="container">
<h2 data-uk-scrollspy="cls: uk-animation-fade; delay: 50;" class="section-title text-primary1 padding-top-15px">
Many thanks to our sponsors!
</h2>
<div class="row" data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<div class="col center-col margin-auto">
<h4 class="padding-top-40px section-title">Diamond Sponsors</h4>
<!-- Separator -->
<div class="separator">
</div>
</div>
</div>
<!--start of sponsor logos-->
<!-- Animation -->
<div
data-uk-scrollspy="cls: uk-animation-slide-top-medium; target: > .row > div > * ; delay: 50; repeat: false">
<div class="row sponsors-row">
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="" target="_blank">
<img data-src="images/sponsors/2023-2024/family-of-matthew-xie.png" alt="Family of Matthew Xie" class="lozad" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Animation -->
</div>
<!--end of diamond sponsors-->
<!--start of gold sponsors-->
<div class="sponsors gold" id="sponsors">
<section class="scrollspy">
<div class="container">
<div class="row" data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<div class="col center-col margin-auto">
<h4 class="padding-top-40px section-title">Gold Sponsors</h4>
<!-- Separator -->
<div class="separator">
</div>
</div>
</div>
<!--start of sponsor logos-->
<!-- Animation -->
<div
data-uk-scrollspy="cls: uk-animation-slide-top-medium; target: > .row > div > * ; delay: 50; repeat: false">
<div class="row sponsors-row">
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="https://www.getbild.com/" target="_blank">
<img data-src="images/sponsors/2023-2024/bild.png" alt="Bild" class="lozad" />
</a>
</div>
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="https://www.clawandkitty.com/" target="_blank">
<img data-src="images/sponsors/2023-2024/claw-and-kitty.png" alt="Claw and Kitty" class="lozad" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Animation -->
</div>
<!--end of gold sponsors-->
<!--start of silver sponsors-->
<div class="sponsors silver">
<div id="silver-particles">
</div>
<section class="scrollspy">
<div class="container">
<div class="row" data-uk-scrollspy="cls: uk-animation-fade; delay: 100;">
<div class="col center-col margin-auto">
<h4 class="padding-top-40px section-title">Silver Sponsors</h4>
<!-- Separator -->
<div class="separator">
</div>
</div>
</div>
<!--start of sponsor logos-->
<!-- Animation -->
<div
data-uk-scrollspy="cls: uk-animation-slide-top-medium; target: > .row > div > * ; delay: 50; repeat: false">
<div class="row sponsors-row">
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="https://www.healthdoc.ca/listing/dr-karen-chim-optometrist-scarborough-on" target="_blank">
<img data-src="images/sponsors/2023-2024/dr-karen-chim.png" alt="Dr. Karen Chim" class="lozad" />
</a>
</div>
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="https://www.heritageeyecare.ca/" target="_blank">
<img data-src="images/sponsors/2023-2024/heritage-eye-care.png" alt="Heritage Eye Care" class="lozad" />
</a>
</div>
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="https://www.kingscrossautocollision.com/" target="_blank">
<img data-src="images/sponsors/2023-2024/kingscross-auto-collision.png" alt="Kingscross Auto Collision" class="lozad" />
</a>
</div>
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="https://www.robosource.net/" target="_blank">
<img data-src="images/sponsors/2022_2023_Sponsors/robosource.png" alt="Robosource" class="lozad" />
</a>
</div>
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="https://www.tkdata.ca/" target="_blank">
<img data-src="images/sponsors/2023-2024/tk-data-services.png" alt="TK Data Services" class="lozad" / width="100%">
<p><br>TK Data Services</p>
</a>
</div>
<div class="col-md-4 col-sm-6 col-6 ">
<a class="sm-padding-20px padding-40px uk-box-shadow-small" href="" target="_blank">
<img data-src="images/sponsors/uhs.png" alt="UHS Family and Friends" class="lozad" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Animation -->
</div>
<!-- End of silver sponsors-->
<!--sponsorship button-->
<div class="sponsors silver padding-bottom-50px">
<div id="silver-particles">
</div>
<section class="scrollspy">
<div class="container">
<h2 class="padding-top-40px section-title text-white">Sponsor Us</h2>
<!-- Separator -->
<div class="separator" style="width: 70px">
</div>
<!-- Animation -->
<div
data-uk-scrollspy="cls: uk-animation-slide-top-medium; target: > .row > div > * ; delay: 50; repeat: false">
<div class="row">
<!--sponsorship button-->
<a class="btn btn-large btn-white border-radius-50" target="_blank"
href=files/UHS-Sponsorship-Email-Version.pdf>Become a Sponsor</a>
</div>
</div>
</div>
</section>
</div>
<!--end of sponsors-->
<!--Footer to be filled in with javascript-->
<div id="contact">
</div>
</div>
<!-- jQuery Library -->
<script src="js/jquery.min.js"></script>
<!-- Lozad -->
<script src="js/lozad.min.js"></script>
<!-- Uikit Framework -->
<script src="js/uikit.min.js"></script>
<!-- Bootstrap Framework -->
<script src="js/bootstrap.min.js"></script>
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<!-- Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Pie Charts -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- Contact Form Validation -->
<script src="js/contact.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Counter Loader -->
<script src="js/jquery.appear.js"></script>
<!-- Retina Ready -->
<script src="js/retina.min.js"></script>
<!-- Custom Scripts -->
<script src="js/custom/custom.js"></script>
<!-- Custom Scripts -->
<script src="js/custom/lozad.js"></script>
<!-- Custom Scripts -->
<!-- <script src="js/custom/scrollspy-class.js"></script> -->
</body>
</html>