-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
341 lines (336 loc) · 10.2 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
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
<!DOCTYPE html>
<html>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="CS foreach" />
<meta
property="og:description"
content="Striving for equity and access in Computer Science education"
/>
<meta property="og:url" content="csforeach.ucsd.edu" />
<meta property="og:image" content="./res/og.png" />
<title>CS foreach</title>
<link rel="icon" href="./res/icons/tab-icon.png" />
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.2/css/all.css"
integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu"
crossorigin="anonymous"
/>
</html>
<body>
<header id="header">
<a class="header-logo" href="#home">
<object class="logo-svg" data="./res/logo.svg"></object>
</a>
<nav class="navbar">
<ul class="navbar__item-list">
<li>
<a href="#home">home</a>
</li>
<li>
<a href="#about">about</a>
</li>
<li>
<a href="#events">events</a>
</li>
<li>
<a href="#join">join</a>
</li>
<li>
<a href="#sponsors">sponsors</a>
</li>
<li>
<a href="#team">team</a>
</li>
<li>
<a href="#contact">contact</a>
</li>
</ul>
</nav>
</header>
<main>
<section id="home" class="page">
<div class="home-background">
<div class="content home-container">
<div class="text-content">
<h1 class="page-title-start">
Striving for <b>equity</b> and <b>access</b> in
</h1>
<h1 class="page-title">Computer Science education</h1>
<p class="description">
We’re here to help ensure that all San Diego students have the
opportunity to learn Computer Science by initiating efforts to
teach in underserved communities and cultivating mentorship
between UCSD and K-12 students.
</p>
</div>
<div class="home-buttons">
<div class="home-button-div">
<h3 class="button-title">College Students</h3>
<a href="#" class="btn btn-blue">Join Us</a>
</div>
<div class="home-button-div">
<h3 class="button-title">Schools</h3>
<a href="#" class="btn btn-blue">Contact Us</a>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="page">
<div class="content white-container">
<h1 class="section-title-blue">What We Offer</h1>
<div class="offerings-row">
<div>
<object id="afterschool-icon" data="./res/afterschool.svg"></object>
<h1>After-School Programs</h1>
<p>
We create specialized workshops for each school we work with,
whether it be on Scratch, Python, or whatever your school wants!
</p>
</div>
<div>
<object id="mentorship-icon" data="./res/mentorship.svg"></object>
<h1>Mentorship</h1>
<p>
Our members will work with your students to ensure that they
understand their material and stay engaged.
</p>
</div>
<div>
<object id="assistance-icon" data="./res/assistance.svg"></object>
<h1>Class Assistance</h1>
<p>
We’d be happy to come help teach lessons or labs on topics that
your students may be interested in!
</p>
</div>
<div>
<object id="prep-icon" data="./res/prep.svg"></object>
<h1>College Prep</h1>
<p>
We’ll work with your school to ensure that your students are
prepared for their AP exams and with their college essays!
</p>
</div>
</div>
<div class="csfe-video">
<iframe src="https://www.youtube.com/embed/d7rgZSG7p60"></iframe>
</div>
</div>
</section>
<section id="events" class="page">
<div class="content blue-container">
<h1 class="section-title-white">Events</h1>
<div class="events-row">
<div class="tritonhacks-branding">
<object id="tritonhacks-logo" data="./res/tritonhacks.svg"></object>
<h1>TritonHacks 2021</h1>
<object id="instagram-logo" data="./res/instagram.svg"></object>
<a
href="https://www.instagram.com/ucsdtritonhacks/"
class="insta-handle"
>@ucsdtritonhacks</a
>
</div>
<div class="tritonhacks-info">
<div class="text-content">
<p>
This year, CS foreach is organizing TritonHacks, a virtual
highschool hackathon aimed at encouraging the underserved
students of San Diego to pursue their interests in the
computational fields. Many such students attend high-schools
that don’t have the necessary resources to support their
interests in computing and engineering. By organizing this
hackathon, we hope to address such issues and create a more
equitable and inclusive learning environment.
</p>
<p>
During TritonHacks, students will be able to join teams to work
on a project and attend technical workshops hosted by UCSD
faculty and sponsors that will introduce them to new
technologies.
</p>
<a href="#home">Learn More</a>
</div>
<div class="tritonhacks-buttons">
<div class='event-link'>
<p>High school students</p>
<a href="#" class="btn btn-blue">Apply Here</a>
</div>
<div class='event-link'>
<p>College students</p>
<a href="#" class="btn btn-blue">Volunteer</a>
</div>
</div>
</div>
</div>
<div class="tritonhacks-background"></div>
</div>
</section>
<section id="sponsors" class="page">
<div class="content blue-container">
<h1 class="section-title-white">Sponsors</h1>
<div class="sponsor-box">
<a class='sponsor-link' href="#">
<object id="sponsor-1" data="./res/code-org.svg"></object>
</a>
<a class='sponsor-link' href="#">
<object id="sponsor-2" data="./res/csta.svg"></object>
</a>
<a class='sponsor-link' href="#">
<object id="sponsor-3" data="./res/create.svg"></object>
</a>
</div>
<a href="#" class="btn btn-blue">Sponsor Us</a>
</div>
</section>
<section id="team" class="page">
<div class="content white-container">
<h1 class="section-title-blue">Our Team</h1>
<h3 class="section-title-blue">2020-2021 School Year</h3>
<div class="team-members">
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
<div class="column card-style">
<figure class="member-picture">
<img
src="https://source.unsplash.com/1600x900/?person"
alt="Team Member"
/>
</figure>
<div class="card-text">
<h1>John Doe - President</h1>
<p>3rd year Computer Science major at UCSD.</p>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="footer">
<div class="content blue-container">
<h1 class="section-title-white">Contact Us</h1>
<div class="social-media-div">
<!-- Font awesome icons -->
<a href="mailto=@">
<i class="far fa-paper-plane hovicon"></i>
</a>
<a href="https://www.facebook.com/csforeach/">
<i class="fab fa-facebook hovicon"> </i>
</a>
<a href="https://www.instagram.com/ucsdtritonhacks/">
<i class="fab fa-instagram hovicon"></i>
</a>
</div>
</div>
</section>
</main>
</body>