-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (89 loc) · 3.53 KB
/
index.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css" />
<head>
<title>FTC TEAM 23222</title>
</head>
<body style="background-color: #003375">
<h1 class="bigtitle center">Cheesy Dreams</h1>
<div
style="
width: 133dvw;
overflow-x: hidden;
white-space: nowrap;
margin-left: -33dvw;
"
>
<img
class="center bridge-header"
src="https://media.team254.com/homepage/skyline2x.png"
/>
<img
class="center bridge-header"
src="https://media.team254.com/homepage/skyline2x.png"
/>
<img
class="center bridge-header"
src="https://media.team254.com/homepage/skyline2x.png"
/>
<img
class="center bridge-header"
src="https://media.team254.com/homepage/skyline2x.png"
/>
</div>
<div class="box">
<h4 class="header" style="line-height: 0.1">Our Team</h4>
<p class="normtext" style="line-height: 1">
We're FIRST Tech Challenge Team 23222, hosted by Bellarmine College
Preparatory in San Jose, California. Currently we have 14 members, and
we have been competing in First Tech Challenge for 2 years.
</p>
<div></div>
<a href="members.html">
<div class="teambox">
<h1 class="header team-header">Our Members</h1>
<!-- <div class="spacer"></div> -->
</div>
</a>
<a href="outreach.html">
<div class="firstbox">
<h1 class="header" style="text-align: center; width: 100%">
Outreach
</h1>
<div class="spacer"></div>
</div>
</a>
<h2 class="header" style="line-height: 1">
2024-2025 FTC Season - Into the Deep
</h2>
<h3 class="normtext" style="line-height: 1">
We are participating in the First Tech Challenge: Into the Deep,
presented by RTX. Though sadly there is no water involved, the game
objective is to explore the "deep sea" field with our "submersible"
robot, collecting samples in the form of red, yellow, and blue boxes.
FIRST hopes to uncover the potential in each of us to strengthen our
community and innovate for a better world with healthy oceans.
</h3>
<h4 class="header" style="line-height: 0.1">Outreach</h4>
<h4 class="normtext" style="line-height: 1">
During the summers, we host a six week summer camp along with Team 254
where upcoming freshmen build robots with VEX parts and compete in a
livestreamed competition at the end. In September, we hosted an outreach
event at The Tech Museum. Our goal was to introduce robotics to children
and inspire them to compete in their own team in the future. We plan to
have a table for the Computer History Museum's Techfest on December 7th.
In addition, Joyce-Ellington library, and hopefully other libraries in
the future, have accepted our inviitation to host a weekly workshop,
tying in to the Silicon Valley Reads theme for 2025: Empowering Humanity
Through Technology.
</h4>
<h4 class="header" style="line-height: 0.1">Our Sponsors</h4>
<h6 class="normtext" style="line-height: 1">
We'd like to thank our sponsors for helping contribute to our success.
Without their support, we would never be able to get this far. Special
thanks to Swyft for their financial help and donation of their new Swyft
wheels for improved movement, crucial to the game.
</h6>
</div>
</body>
</html>