forked from SushiSquad7461/sushisquad7461.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistory.html
More file actions
87 lines (79 loc) · 3.83 KB
/
Copy pathhistory.html
File metadata and controls
87 lines (79 loc) · 3.83 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
---
title: History | Team 7461
layout: default
---
<!-- HERO -->
<section class="hero d-flex flex-column" id="home">
<div class="container">
<h1 >History</h1>
<h6 >A brief timeline of our milestones and achievements.</h6>
</div>
<div class="container">
<div class="row" >
<div class="col-md-7">
<div class="heroImage">
<a href="#timeline" class="btn hero-btn">Learn More</a>
</div>
</div>
<div class="col-md-4">
<img class="heroIm"src="images/robot1.jpg">
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section class="about section" id="timeline">
<div class="timeline">
<div class="timelinecontainer left">
<div class="timelinecontent">
<h2>2019</h2>
<p>2019 was our first year existing as a team — as a small community team of 16 students with very little mentorship we struggled a lot, but managed to pull through, winning the Rookie All-Star award at the District and District Championship levels, qualifying to the world championships in Houston.</p>
</div>
</div>
<div class="timelinecontainer right">
<div class="timelinecontent">
<h2>2019 Offseason</h2>
<p>The 2019 offseason was a huge rebuilding season — we used it to focus on improving our technical abilities, while also training over 20 new members. We built two offseason robots — shopping cart, which was our in season robot stripped down to just a drivetrain and a hatch mechanism, which made it to the semifinals at Peak Performance and Doggo, which made it to finals at Girls Generation and semifinals at Robot Rewind.
</p>
</div>
</div>
<div class="timelinecontainer left">
<div class="timelinecontent">
<h2>2020</h2>
<p>While our 2020 season was cut short due to the pandemic, 7461 built our best robot yet, making it to the semifinals at the Glacier Peak district event week 1.</p>
</div>
</div>
<div class="timelinecontainer right">
<div class="timelinecontent">
<h2>2021</h2>
<p>
In 2021, our season was virtual; however, we remained busy working on the infinite recharge home competition, and we made an entry for the innovation challenge. We also won the imagery award for our game design challenge submission.
</p>
</div>
</div>
<div class="timelinecontainer left">
<div class="timelinecontent">
<h2>2021 Offseason</h2>
<p>
In the 2021 offseason, we gained many new members, and worked on improving our skills. We also participated in offseason events such as Bordie Recharge, and the PNW Block Party.
</p>
</div>
</div>
<div class="timelinecontainer right">
<div class="timelinecontent">
<h2>2022</h2>
<p>
The 2022 season was one of the best seasons yet. During both the Glacier Peak District Event and the Sundome District Event, our robot Tsunami led us to finals as alliance captain. At GPK, the team was awarded Engineering Inspiration and at Sundome, the team was given the Entreprenuership award.
</p>
</div>
</div>
<div class="timelinecontainer left">
<div class="timelinecontent">
<h2>2022 Offseason</h2>
<p>
Our 2022 offseason was the biggest W in the PNW. We gained so many new members as well as competed at Girls Generation and PNW Block Party. We also managed to raise funds for our team through selling our merch during the Summer and Winter Fests.
</p>
</div>
</div>
</div>
</section>