-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path308.html
832 lines (687 loc) · 28.8 KB
/
308.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
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
<!DOCTYPE html>
<!-- saved from url=(0045)https://walledlakerobotics.github.io/308.html -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="image/iconWithLine.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="308css.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="nav.css">
<link rel="stylesheet" href="slideshow.css">
<style>
/* overriding footer css */
footer {
background-image: linear-gradient(to right, rgb(255, 172, 172), rgb(255, 172, 172));
}
.wave {
background: url("image/monster.png");
background-size: 100px 100px;
}
/* override nav css */
.topnav {
background-image: linear-gradient(to right, rgb(235, 0, 0), rgb(235, 0, 0));
box-shadow: 0 10px 20px rgba(255, 0, 0, 0.19), 0 6px 6px rgba(255, 0, 0, 0.23);
}
.slideshow-container {
margin-inline: auto;
margin-block: auto;
width: 50rem;
height: 30rem;
max-width: 90%;
}
.prev, .next {
padding: 64px 16px;
}
</style>
<title>Team 308 - Walled Lake Robotics</title>
</head>
<body>
<!-- <link rel="stylesheet prefetch" href="http://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css"> -->
<!-- Your content goes here -->
<nav class="topnav">
<a href="index.html" style="line-height: 24px; padding-top: 9px;"><img src="image/home.png" alt="Home logo" style="height:35px; width:35px;"></a>
<div class="mobile">
<img src="image/xicon.png" alt="x button" id="mobile-x-button" style="position: absolute; width: 30px; height: 30px; cursor: pointer;">
<a href="first.html">FIRST</a>
<a href="occra.html">OCCRA</a>
<a href="308.html">308</a>
<a href="7178.html">7178</a>
<a href="community.html">Community</a>
<a href="sponsors.html">Sponsors</a>
<a href="contact.html">Contact Us</a>
<a href="https://www.brodysonline.com/walledlakehsrobotics" target="_blank">Shop</a>
</div>
<a href="#" style="line-height: 24px; padding-top: 9px;" id="burger"><img src="image/burbur.png" alt="menu icon" style="height:35px; width:35px;"></a>
</nav>
<script src="js/nav.js"></script>
<!-- This looked like it could be really cool, so I'm gonna leave it here in case we wanna go back to it
<div class="animated fadeIn">
<head>
<link rel="stylesheet" href="paralax.css">
</head>
<div>
<div id="hero">
<div class="layer-bg layer" data-depth="0.30" data-type="parallax"></div>
<div class="layer-5 layer" data-depth="0.18" data-type="parallax"></div>
<div class="layer-1 layer" data-depth="0.30" data-type="parallax"></div>
<div class="layer-7 layer" data-depth="0.22" data-type="parallax"></div>
<div class="layer-2 layer" data-depth="0.30" data-type="parallax"></div>
<div class="layer-3 layer" data-depth="0.30" data-type="parallax"></div>
<div class="layer-8 layer" data-depth="0.60" data-type="parallax"></div>
<div class="layer-6 layer" data-depth="0.22" data-type="parallax"></div>
<div class="layer-4 layer" data-depth="0.30" data-type="parallax"></div>
<div class="layer-overlay layer" data-depth="0.20" data-type="parallax"></div>
</div>
<div id="hero-mobile"></div>
<script src="js/paralax.js"></script>
</div>
</div> -->
<!--- this is new images-->
<style>
.image-container {
position: relative;
}
.image-container img {
/* Add a black border on hover */
border: 2px solid #000;
transition: border-color 0.3s;
}
.image-container img:hover {
/* Change border color to blue on hover */
border-color: rgb(237, 255, 236);
}
.image-text {
/* Position the text in the center of the image */
position: absolute;
top: 86%;
left: 50%;
transform: translate(-50%, -50%);
bottom: 2200px;
/* Style the text */
color: white;
font-size: 1.5rem;
font-weight: bold;
text-align: center;
opacity: 0.5;
}
.occra-video {
position: absolute;
left: 50%;
transform: translate(-50%, 0px);
max-width: 100%;
}
.logoGroup .logo {
width: 5.5rem;
height: fit-content;
padding: 5px;
padding-left: 25px;
box-shadow: none !important;
}
.logoGroup {
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.19), 0 5px 13px rgba(0, 0, 0, 0.23);
background-color: rgb(255, 213, 213);
margin-block: 2rem;
}
.logoGroup h1 {
font-size: 3.125rem;
background-color: transparent;
box-shadow: none;
margin: 5px !important;
}
@media only screen and (max-width: 500px) {
/* Adjust the font size for smaller screens */
.logoGroup h1 {
font-size: 2.5rem;
}
}
</style>
<div class="logoGroup">
<img class="logo" src="image/download (9).png" alt="308 Team Logo.">
<h1>308 - The Monsters</h1>
</div>
<div class="team-section">
<img src="image/308groupPhoto.jpg" alt="Team Group Photo.">
<div class="team-text">
<h3>The 308 Monsters Robotics team, established in 1999, is a group of high school students who
participate in the FIRST Robotics Competition (FRC) and in the Oakland County Competitive Robotics Association (OCCRA).
The 308 Monsters team spends many hours designing, building, and testing their robot in preparation for FRC.</h3>
<h3>We offer hands-on experiences and the opportunity to develop valuable life skills. Our team is
dedicated to providing students with first-hand experience in designing, building, and programming
robots. Our focus on teamwork, communication, problem-solving, and leadership helps students develop
important life skills that can give students the head start on careers. As an FRC team, we are
committed to excellence in all that we do and are dedicated to helping students achieve their full
potential. Join the 308 Robotics Team today and discover the many benefits of being a Monster!</h3>
</div>
</div>
<div style="text-align: center;" class="container">
<br>
<div>
<head>
<style>
.fixed2-bg {
min-height: 30px;
background-attachment: fixed;
}
</style>
</head>
<div>
<!-- <div class="fixed2-bg"></div>
<div style="height:40px; background-color:rgb(187, 187, 187);"></div> -->
</div>
</div>
<h1 class="first-txt" style="text-align: center; font-size: 3rem">
308 at the 2024 OCCRA Competition
</h1>
<div class="modernDivider">
<div class="lineUpsidedown"></div>
<div class="lineUpsidedown"></div>
<div class="lineUpsidedown"></div>
<div class="lineUpsidedown"></div>
</div>
<video width="940" height="580" controls class="occra-video">
<source src="video/videorobot.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
<div>
<head>
<style>
.fixed-bg {
background-image: url("image/first logo.gif");
min-height: 300px;
height: 600px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
</style>
</head>
<div>
<div class="fixed-bg"></div>
<div class="modernDivider">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</div>
</div>
<h1 class="first-txt" style="text-align: center; font-size: 3rem"> Robotics Pictures </h1>
<br>
<div class="slideshow-container">
<img src="image/winner.jpg" alt="FRC drive team holding a finalist award.">
<img src="image/part.jpg" alt="Students working on the 2022 OCCRA robot in the pits.">
<img src="image/awesomeproto.jpg" alt="Awesome Protogen Mascot!">
<img src="image/stands.jpg" alt="Students holding a 308 sign in the stands.">
<img src="image/speed.jpg" alt="2022 OCCRA drive team.">
<img src="image/touchrobot.jpg" alt="2023 FRC robot being pushed by cart.">
<a class="prev">❮</a>
<a class="next">❯</a>
</div>
<br>
<div class="divider-bar"></div>
<h1 style="font-size: 3em; text-align: center;">Past Robots: 2023 - 2024 Season</h1>
<div class="previous-robots">
<h2 style="text-align: center;">OCCRA Robot</h2>
<img src="robotImages/308/2023OCCRA.jpg" alt="2023 OCCRA robot.">
<img src="robotImages/308/2024FRC.jpg" alt="2024 FRC robot.">
<h2 style="text-align: center;">FRC Robot</h2>
</div>
<!-- this is the awards -->
<style>
.content2 li {
padding-left: 3px;
margin-bottom: 9px;
}
.content2 li:last-child {
margin-bottom: 0px;
}
.content2 ul {
background-color: rgb(211, 211, 250);
color: rgb(0, 0, 0);
padding: 10px 20px 10px 35px;
/* margin-bottom: 10px; */
border-radius: 10px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.content2 td {
background-color: rgb(202, 196, 255);
color: rgb(0, 0, 0);
padding: 10px 20px;
margin-bottom: 10px;
border-radius: 10px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
width: 50%;
}
.content2 th {
background-color: rgb(209, 203, 255);
color: rgb(0, 0, 0);
padding: 10px 20px;
margin-bottom: 10px;
border-radius: 10px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.content2 table {
padding: 20px 0px;
width: 70%;
margin-inline: auto;
}
.table-year {
font-weight: bold;
text-align: center;
}
</style>
<h1 style="font-size: 3em; text-align: center;">Awards</h1>
<div class="content2">
<table>
<tr>
<th>
<img src="image/firstlogo.png" alt="FIRST logo" style="width: 100px;">
</th>
<th>
<img src="image/occra.png" alt="OCCRA logo" style="width: 100px;">
<!-- OCCRA awards for 308:
-308 joined OCCRA in 2012, any awards before 2012 are from the old northern team (team 802)
-From 2014 to 2018, the Monsters were divided into two teams: 308 and 803. For consistency sake, only the awards from 308 are listed.
-2019 was when the Yetis officially competed in OCCRA as team 7178, although 803's 2018 awards are still listed in the Yeti table--->
</th>
</tr>
<tr>
<td class="table-year">2024</td>
<td class="table-year">2024</td>
</tr>
<td>
</td>
<td>
<ul>
<li>Third Place ~ Walled Lake Central Tournament</li>
<li>Technical Excellence ~ Walled Lake Central Tournament</li>
</ul>
<ul>
<li>Strategic Design ~ Marian Tournament</li>
</ul>
<ul>
<li>Finalist ~ County Championship</li>
</ul>
<ul>
<li>Finalist ~ OSEF Award</li>
</ul>
</td>
<tr>
<td class="table-year">2023</td>
<td class="table-year">2023</td>
</tr>
<td>
<ul>
<li>Finalist ~ Milford District Event</li>
</ul>
<ul>
<li>Autonomous Award sponsored by Ford ~ Livonia District Event</li>
</ul>
</td>
<td>
<ul>
<li>Design Award ~ Marian Tournament</li>
</ul>
<ul>
<li>Quality Award ~ Seaholm Tournament</li>
<li>First Place ~ Seaholm Tournament</li>
</ul>
<ul>
<li>Technical Excellence Award ~ County Championship</li>
<li>Semi-Finalist ~ County Championship</li>
</ul>
</td>
<tr>
<td class="table-year">2022</td>
<td class="table-year">2022</td>
</tr>
<tr>
<td>
</td>
<td>
<ul>
<li>Strategic Design Award ~ Marian Tournament</li>
</ul>
<ul>
<li>Finalist ~ County Championship</li>
</ul>
</td>
</tr>
<tr>
<td class="table-year">2020</td>
<td class="table-year">2020</td>
</tr>
<tr>
<td>
<ul>
<li>Gracious Professionalism Award sponsored by Johnson & Johnson ~ Milford District Event</li>
</ul>
</td>
<td>
<ul>
<li>Strategic Design Award ~ Virtual Design Challenge</li>
</ul>
</td>
</tr>
<tr>
<td class="table-year">2019</td>
<td class="table-year">2019</td>
</tr>
<tr>
<td>
<ul>
<li>Excellence in Engineering Award sponsored by Delphi ~ Troy District Event</li>
</ul>
<ul>
<li>Innovation in Control Award sponsored by Rockwell Automation ~ Milford District Event</li>
</ul>
</td>
<td>
<!-- Source: https://www.oakland.k12.mi.us/stem/occra#fs-panel-33083 -->
<ul>
<li>Beautiful Bot Award ~ Lake Orion Tournament</li>
<li>Third Place ~ Lake Orion Tournament</li>
</ul>
<ul>
<li>Strategic Design Award ~ Birmingham Tournament</li>
</ul>
<ul>
<li>Third Place ~ Oxford Tournament</li>
</ul>
</td>
</tr>
<tr>
<td class="table-year">2017</td>
<td class="table-year">2017</td>
</tr>
<tr>
<td>
<ul>
<li>District Event Winner ~ Lansing District Event</li>
</ul>
<ul>
<li>Imagery Award in honor of Jack Kamen ~ Waterford District Event</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2016</td>
<td class="table-year">2016</td>
</tr>
<tr>
<td>
<ul>
<li>Innovation in Control Award sponsored by Rockwell Automation ~ Livonia District Event</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2015</td>
<td class="table-year">2015</td>
</tr>
<tr>
<td>
<ul>
<li>Judges' Award ~ Lansing District Event</li>
</ul>
</td>
<td>
<ul>
<li>Third Place ~ West Bloomfield Tournament</li>
</ul>
<ul>
<li>Quality Award ~ Diversity Showcase</li>
</ul>
<ul>
<li>Strategic Design Award ~ Saint Mary's Tournament</li>
</ul>
<ul>
<li>Semi-Finalist ~ County Championship</li>
</ul>
</td>
</tr>
<tr>
<td class="table-year">2014</td>
<td class="table-year">2014</td>
</tr>
<tr>
<td>
<ul>
<li>Quality Award sponsored by Motorola ~ Lansing District Event</li>
</ul>
<ul>
<li>Innovation in Control Award sponsored by Rockwell Automation ~ Livonia District Event</li>
</ul>
</td>
<td>
<!-- Source: https://web.archive.org/web/20180310042956/http://www.monsters308.org/80361-2/ -->
<ul>
<li>Second Place ~ Walled Lake Western Tournament</li>
<li>Spirit of the Competition Award ~ Walled Lake Western Tournament</li>
</ul>
<ul>
<li>First Place ~ Diversity Showcase</li>
</ul>
<ul>
<li>Second Place ~ Birmingham Seaholm Tournament</li>
</ul>
<ul>
<li>Judges' Award ~ County Championship</li>
<li>Top Seed Award ~ County Championship</li>
<li>Semi-Finalist ~ County Championship</li>
</ul>
</td>
</tr>
<tr>
<td class="table-year">2013</td>
<td class="table-year">2013</td>
</tr>
<tr>
<td>
</td>
<td>
<ul>
<li>Technical Excellence Award ~ Waterford Tournament</li>
</ul>
<ul>
<li>Spirit of the Competition Award ~ County Championship</li>
</ul>
</td>
</tr>
<tr>
<td class="table-year">2012</td>
<td class="table-year">2012</td>
</tr>
<tr>
<td>
<ul>
<li>Quality Award sponsored by Motorola ~ Northville District Event</li>
<li>Finalist ~ Northville District Event</li>
</ul>
</td>
<td>
<ul>
<li>Spirit of the Competition Award ~ South Lyon Tournament</li>
</ul>
</td>
</tr>
<tr>
<td class="table-year">2011</td>
<td class="table-year">2011</td>
</tr>
<tr>
<td>
<ul>
<li>Innovation in Control Award sponsored by Rockwell Automation ~ Livonia District Event</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2010</td>
<td class="table-year">2010</td>
</tr>
<tr>
<td>
<ul>
<li>Quality Award sponsored by Motorola ~ Cass Tech District Event</li>
<li>Finalist ~ Cass Tech District Event</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2009</td>
<td class="table-year">2009</td>
</tr>
<tr>
<td>
<ul>
<li>Imagery Award ~ Troy District Event</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2006</td>
<td class="table-year">2006</td>
</tr>
<tr>
<td>
<ul>
<li>Xerox Creativity Award ~ Great Lakes Regional</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2005</td>
<td class="table-year">2005</td>
</tr>
<tr>
<td>
<ul>
<li>Finalist ~ Great Lakes Regional</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2003</td>
<td class="table-year">2003</td>
</tr>
<tr>
<td>
<ul>
<li>Xerox Creativity Award ~ West Michigan Regional</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2002</td>
<td class="table-year">2002</td>
</tr>
<tr>
<td>
<ul>
<li>Championship Finalist ~ Championship Field</li>
<li>Division Champion ~ Einstein Division</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2001</td>
<td class="table-year">2001</td>
</tr>
<tr>
<td>
<ul>
<li>Regional Finalist ~ Great Lakes Regional</li>
<li>Incredible Play ~ Great Lakes Regional</li>
<li>Industrial Design ~ Great Lakes Regional</li>
</ul>
</td>
<td>
</td>
</tr>
<tr>
<td class="table-year">2000</td>
<td class="table-year">2000</td>
</tr>
<tr>
<td>
<ul>
<li>Leadership in Controls ~ National Championship</li>
</ul>
<ul>
<li>Leadership in Controls ~ Motorola Midwest Regional</li>
</ul>
</td>
<td>
</td>
</tr>
</table>
</div>
<br>
<br>
<br>
<br>
<br>
<div class="divider-bar"></div>
<br>
<br>
<div class="wave-container">
<div class="wave" id="wave1"></div>
<div class="wave" id="wave2"></div>
<div class="wave" id="wave3"></div>
<div class="wave" id="wave4"></div>
</div>
<footer>
<ul class="social-icon">
<li class="social-icon__item">
<a class="social-icon__link" href="https://www.facebook.com/groups/972328127497050"><ion-icon name="logo-facebook"></ion-icon></a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="https://twitter.com/wl_robotics?lang=en"><ion-icon name="logo-twitter"></ion-icon></a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="https://www.youtube.com/@308Monsters1"><ion-icon name="logo-youtube"></ion-icon></a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="https://github.com/Monsters-308/"><ion-icon name="logo-github"></ion-icon></a>
</li>
</ul>
<ul class="menu">
<li class="menu__item"><a class="menu__link" href="first.html">FIRST</a></li>
<li class="menu__item"><a class="menu__link" href="occra.html">OCCRA</a></li>
<li class="menu__item"><a class="menu__link" href="308.html">308</a></li>
<li class="menu__item"><a class="menu__link" href="7178.html">7178</a></li>
<li class="menu__item"><a class="menu__link" href="community.html">Community</a></li>
<li class="menu__item"><a class="menu__link" href="https://www.brodysonline.com/walledlakehsrobotics" target="_blank">Shop</a></li>
</ul>
<p>©2024 Walled Lake Robotics</p>
<a href="secret/meow.html" style="opacity: 0; height: 5px;">meow</a>
</footer>
<script src="js/slideshow.js"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>