-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutreach.html
252 lines (223 loc) · 12 KB
/
outreach.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/outreach.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/footer.css">
<title>OUTREACH | 2854 Prototypes</title>
<link rel="icon" href="Media\cougarheadlogo.png"></link>
</head>
<body>
<nav id="navbar" class="navbar navbar-expand-lg bg-body-tertiary">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">
<img class="logo-on-navbar" src="Media/old-logo.png" alt="">
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Our Team
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="ourteam.html#peopleanchor">Officers</a></li>
<li><a class="dropdown-item" href="ourteam.html#peopleanchor">Mentors</a></li>
<li><a class="dropdown-item" href="ourteam.html#awardanchor">Awards</a></li>
<li><a class="dropdown-item" href="ourteam.html#historyanchor">Our History</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="resources.html">Our Robot</a></li>
<li><a class="dropdown-item" href="resources.html#autoanchor">Autonomous</a></li>
<li><a class="dropdown-item" href="resources.html#teleanchor">Teleop</a></li>
<li><a class="dropdown-item" href="resources.html#endgameanchor">Endgame</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="outreach.html">Outreach</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="supportus.html">Support Us</a>
</li>
</ul>
</div>
</nav>
<div class="outreach-title-container">
<div class="text-container">
<h1 class="outreach-heading">
OUTREACH
</h1>
<hr style="color: white; width: 49vw;" class="hr hr-blurry" />
<p class="team-subtext">
As a 100% student-led public school team, we have built up our team and thrived with
the guidance and support of veteran teams. Using our unique skill sets from
founding our team from scratch, we wanted to share and create the same life-changing
opportunities for other local and international teams and communities where we could
make a difference, so we heavily focused our outreach on mentorship.
</p>
</div>
<img style="height: 60vh; width: 60vh;" src="Media/2854-ezgif.com-crop.png" alt="">
</div>
<div style="text-align: center; margin-bottom: 8%; width: 100%;" class="down-arrow-container">
<img style="height: 7vh; width: 7vh; filter: invert(60%);" src="Media/arrow-down-sign-to-navigate.png" alt="">
</div>
<div class="team-header-container">
<h1 class="founded-teams-header">
FOUNDED TEAMS
</h1>
<p class="founded-teams-subtext">
Team 2854 strives to prototype outside of just FIRST Robotics Challenge; As a team, we have founded and
supported 3 award winning FTC teams.
</p>
</div>
<div class="founded-teams-container">
<div class="team-container">
<div class="logo-container">
<img class="team-logo" src="Media/kronoslogo.png" alt="">
</div>
<div class="team-info-container">
<h1 class="team-header"><a style="color: white;">FTC 20791: </a> <a style="color: darkorange; text-shadow: 0 0 2px darkorange;">KRONOS</a>
</h1>
<p class="team-subtext">Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Ad quod, doloribus molestias soluta optio incidunt odio officiis suscipit,
ex, temporibus modi consequatur sunt voluptas sapiente commodi eveniet
maiores sequi veritatis!
</p>
</div>
</div>
</div>
<div class="founded-teams-container">
<div class="team-container">
<div class="logo-container">
<img class="team-logo" src="Media/artemislogo.png" alt="">
</div>
<div class="team-info-container">
<h1 class="team-header"><a style="color: white;">FTC 18715: </a> <a style="color: lightblue; text-shadow: 0 0 2px lightblue;">ARTEMIS</a></h1>
<p class="team-subtext">Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Ad quod, doloribus molestias soluta optio incidunt odio officiis suscipit,
ex, temporibus modi consequatur sunt voluptas sapiente commodi eveniet
maiores sequi veritatis!
</p>
</div>
</div>
</div>
<div class="founded-teams-container">
<div class="team-container">
<div class="logo-container">
<img class="team-logo" src="Media/athenalogo.png" alt="">
</div>
<div class="team-info-container">
<h1 class="team-header"><a style="color: white;">FTC 9657: </a> <a style="color: gold; text-shadow: 0 0 2px gold;">ATHENA</a></h1>
<p class="team-subtext">Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Ad quod, doloribus molestias soluta optio incidunt odio officiis suscipit,
ex, temporibus modi consequatur sunt voluptas sapiente commodi eveniet
maiores sequi veritatis!
</p>
</div>
</div>
</div>
<hr style="color: white; width: 30vw;" class="hr hr-blurry" />
<div class="outreach-container">
<div class="outreach-item-container-left">
<div class="grid-container">
<img class="outreach-img" src="Media/6250.png">
<div class="outreach-description">
<h2 class="outreach-title">FIRST Outreach</h2>
<p class="outreach-text">Our most profound FIRST outreach consists of starting
the first-ever FTC team in Vietnam, mentoring over 20 FLL and 20 FTC teams,
reaching over 50 countries, and starting an FTC YouTube channel with over
110k views.</p>
</div>
</div>
</div>
<div class="outreach-item-container-left">
<div class="grid-container">
<img class="outreach-img" src="Media/womeninstem.png">
<div class="outreach-description">
<h2 class="outreach-title">Women in STEM</h2>
<p class="outreach-text">For our Women in STEM outreach, we held a Women in
STEM panel and speaker event at our school. This event reached over 200
students and inspired and impacted the community of women in STEM at
Evergreen Valley High School. </p>
</div>
</div>
</div>
<div class="outreach-item-container-left">
<div class="grid-container">
<img class="outreach-img" src="Media/communityoutreach1.png">
<div class="outreach-description">
<h2 class="outreach-title">Community Outreach</h2>
<p class="outreach-text">Our community outreach consisted of several workshops
for kids ages 5-15, teaching and inspiring them in engineering and
programming, creating a community for children to become the best they
can be in their STEM journey. We have successfully partnered with
SpectroCloud, a local STEM company, and held weekly development meetings
with our team and guest speakers. These events spark innovation and passion
throughout our team and our community. </p>
</div>
</div>
</div>
</div>
<div class="outreach-conclusion-container">
<hr style="color: white;" class="hr hr-blurry" />
<h1 class="outeach-conclusion">Through the various outreach programs The Prototypes have done,
we aspire to continue creating safe, comfortable, and innovative communities for everyone
to thrive in their STEM career. </h1>
</div>
<div class="counters-grid">
<div class="counter-container">
<div class="counter" data-target="6500">+0</div>
<p class="caption">Hours dedicated to Outreach.</p>
</div>
<div class="counter-container">
<div class="counter" data-target="50">+0</div>
<p class="caption">Countries reached.</p>
</div>
<div class="counter-container">
<div class="counter" data-target="44">+0</div>
<p class="caption">FLL and FTC teams mentored.</p>
</div>
</div>
<footer>
<div class="footer-content">
<a href="index.html"><img src="Media/cougarheadlogo.png"alt="Placeholder Image"></a> <div class="footer-text">
<p class="footer-number">2854</p>
<h3 class="footer-title">THE PROTOTYPES</h3>
<p class="footer-subtitle">"Prototyping the future."</p>
</div>
<div class="footer-divider"></div>
<div class="footer-contact">
<h2 class="contact-heading">Shoot us a message! </h2>
<div class="placeholder-images">
<a href="https://www.instagram.com/evhs.robotics/"><img class="social-icon" src="Media/instalogo.png" alt="Instagram"></a>
<a href="https://www.facebook.com/EvhsRoboticTeam2854"><img class="social-icon" src="Media/facebookicon.png" alt="Facebook"></a>
<a href="https://github.com/EVHSRobotics"><img class="social-icon" src="Media/githubicon.png" alt="GitHub"></a>
<a href="https://www.youtube.com/@EVHSRobotics2854"><img class="social-icon" src="Media/youtubelogo.png" alt="YouTube"></a>
<a href="https://www.tiktok.com/@the.prototypes.28"><img class="social-icon" src="Media/tiktokicon.png" alt="Tiktok"></a>
</div>
</div>
<div class="footer-links">
<a href="ourteam.html" class="footer-link">Our Team</a>
<a href="outreach.html" class="footer-link">Outreach</a>
<a href="resources.html" class="footer-link">Resources</a>
<a href="contact.html" class="footer-link">Contact Us</a>
<a href="supportus.html" class="footer-link">Support Us</a>
</div>
</div>
</footer>
<script src="outreach.js"></script>
<script src="navbar.js"></script>
</body>
</html>