-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistory.html
More file actions
90 lines (81 loc) · 4.51 KB
/
history.html
File metadata and controls
90 lines (81 loc) · 4.51 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
<html>
<head>
<title>History - Benzene Bots</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Oswald&family=Roboto:wght@400;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="/style.css">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="/partials/loader.js"></script>
</head>
<body>
<nav>
<div class="nav-wrapper black" id="nav">
</div>
</nav>
<ul class="sidenav grey darken-4" id="mobile-nav">
</ul>
<main>
<div class="container bigger-text" style="max-width: 800px">
<h2 class="center">History</h2>
<p>
Team 4384 started with 20 dedicated students on January 6th, 2012, the day before the Rebound Rumble FRC
Kickoff.
The first class of International Academy East graduated in 2012, as the East Campus held its first
classes in 2008.
Before 2012, we partnered with FRC Team 469, Las Guerrillas.
However, once the official FRC Kickoff began in 2012, Team 469 realized that they didn't have the
resources to support the vast amount of students who wanted to do FIRST, and we left to start our own
FIRST team, The Exiles.
We built our robot in a students' basement, and had a hard time adjusting to the lack of workshop,
mentors, and resources.
</p>
<p>
In 2013, we changed our name to Benzene Bots.
Our name reflects our passion for chemistry and the similarity a hex bolt has to the chemical benzene.
AxelTech International provided us with mentors and a workshop to help us get on our feet, and it
resulted in two awards that season.
</p>
<div class="center"><img src="/img/history1.webp" class="responsive-img"></div>
<p>
In 2015, we lost our workshop at AxelTech International in the middle of the FIRST season due to lack of
space.
Martinrea started sponsoring us, and gave us a workshop at their plant.
</p>
<p>
In 2017, our Head Coach Mr. Shake retired, and passed the baton off to Mr. Kemp.
Martinrea started building a new plant in Auburn Hills, and as a result we moved into Mr. Kemp's
workspace until Martinrea could build their new location.
</p>
<div class="center"><img src="/img/history2.webp" class="responsive-img"></div>
<p>
On January 4th of 2018, we moved into the new Martinrea Technical Center in Auburn Hills.
Martinrea built us a workshop, gave us machinery, a practice field, mentors, and internship
opportunities for our alumni.
We are beyond grateful for their contribution to our success as a team.
</p>
<p>
In 2018, we also officially started our business team and began doing outreach.
We won three business awards, submitted the Chairman's Award, and our first nominee for the Dean's List
Award, Sanket Nayak, won at the Detroit World Championship.
</p>
<div class="center"><img src="/img/history3.webp" class="responsive-img"></div>
<p>
In 2019, we had a rough year with our robot but we used it as a learning experience for the future of
our team.
At our second event which was in Alpena, we won Innovation in Control Award sponsored by Rockwell
Automation since we had changed our robot and had a much better performance than our first event.
</p>
<p>
In 2020, we started the design for our robot and we did extremely well and came in 3rd overall for our
performance and unfortunately did not make it past the first round
However the COVID-19 pandemic disrupted our excellent season and the robot was sidelined.
</p>
</div>
</main>
</body>
</html>