This repository has been archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
469 lines (369 loc) · 18.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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!doctype html>
<html prefix="og: http://ogp.me/ns#" lang="en">
<head >
<title>Project Launch</title>
<meta property="og:url" content="http://projectlaunch.io"/>
<meta property="og:title" content="Project Launch">
<meta property="og:description" content="We connect Los Angeles high school students, from diverse, often underrepresented backgrounds, to relevant USC student mentors, and help our students build the hard skills, soft skills, and growth mindset they will need as leaders of the next generation."/>
<meta property="og:site_name" content="Project Launch"/>
<meta property="og:image" content="http://projectlaunch.io/assets/img/pl-graphic-3.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132778597-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-132778597-1');
</script>
<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="css/app.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="200">
<div id="content">
<!-- <div class="callout">
<p>In the future a blurb about powerup can go here </p>
</div> -->
<div class="splash">
<div class="splash-text">
<div class="title splash-title main-title"><img id="logo" src="assets/img/logo.svg"> Project Launch</div>
<div class="content splash-content">
We connect Los Angeles high school students, from diverse, often underrepresented backgrounds, to relevant USC student mentors, and help our students build the hard skills, soft skills, and growth mindset they will need as leaders of the next generation.
</div>
</div>
<img src="assets/img/mountains_lights.png" class="mountains" />
<img src="assets/img/rocket.svg" class="rocket no-small" />
<!-- <img src="https://via.placeholder.com/500x500?text=Banner+Here" /> -->
</div>
<nav id="sidebar" class="nav-bar navbar-dark">
<img src="assets/img/xicon.svg" id="x-icon" />
<ul class="navbar-nav navbar" id="vertical-nav-list">
<li class="nav-item"><a href="#about" class="nav-link">About</a></li>
<li class="nav-item"><a href="#impact" class="nav-link">Impact</a></li>
<li class="nav-item"><a href="#apply-section" class="nav-link">Apply</a></li>
<li class="nav-item"><a href="#press" class="nav-link">Press</a></li>
<li class="nav-item"><a href="#partners" class="nav-link">Partners</a></li>
</ul>
</nav>
<div id="navbarWrapper" class="nav-bar">
<nav class="navbar navbar-expand-lg navbar-dark">
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button> -->
<div id="navbarNav">
<img src="assets/img/hamburger.svg" id="hamburger" />
<div id="nav-bar-large-screens">
<ul class="navbar-nav navbar" <li class="nav-item">
<a class="nav-link" href="#about">About </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#impact">Impact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#apply-section">Apply</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#press">Press</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#partners">Partners</a>
</li>
</ul>
</div>
<div class="social-media-div">
<ul class="navbar-nav social-media">
<li class="nav-item active">
<a href="mailto:[email protected]"><img src="assets/img/mail.svg"> </a>
</li>
<li class="nav-item active">
<a target="_blank" href="https://www.facebook.com/projectlaunchusc/"> <img src="assets/img/facebook.svg"> </a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<img class="meteor-one" src="assets/img/meteor.png"></img>
<img class="meteor-two" src="assets/img/meteor.png"></img>
<div id="about" class="main-info">
<div class="title">About</div>
Our program introduces 12 students from a charter school (Hybrid High School) in South L.A. to technology, design, and entrepreneurship through a semester long mentorship program at the USC. We also host Power Up, a one day all
female* tech and entrepreneurship conference for Hybrid High students. <br>
<span class="blurb"> *non-binary and transgender inclusive </span>
</div>
<div id="video-block-id">
<div class="video-block">
<video playsinline autoplay muted loop width="100%" id="myVideo">
<source src="assets/img/project_launch_video.mp4" type="video/mp4">
</video>
<div class="play-button-div">
<a target="_blank" class="play-button-link" href="https://www.youtube.com/watch?v=wOzPvtrnEzU"><img src='assets/img/play.svg' class="play-button" /> </a>
</div>
</div>
</div>
<div>
<div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1" class=""></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<!-- <div class="carousel-item active">
<div class="carousel-item-css">
<div class="image-container">
<div class="image">
</div>
</div>
<div class="content">
<span> <span style="font-weight:400;font-size:30px;border-bottom: solid 2px #ED2822;
display: inline;
padding-bottom: 3px;color:#ED2822;">About</span>
<div style="font-size:30px; color:#EFB098;
display: inline;
padding-bottom: 3px;">Workshops Safaris </div>
</span>
<br>Our program introduces 12 students from a charter school (Hybrid High School) f
</div>
</div>
</div> -->
<div class="carousel-item active">
<div class="horizontal-container carousel-item-css">
<div id="internships-image-container" class="photo-card-border image-container-main">
<img src="assets/img/workshops.jpg">
</div>
<div class="horizontal-container-description carousel-desc ">
<div class="subtitle"> Workshops </div>
The program typically consists of 6-9 workshops 1.5 hour - 3 hours each week. Students are provided computers at the workshops and engage in topics ranging graphic design, web development, social media marketing, and pitching. Workshops have been taught
by leaders from USC’s entrepreneurial student organizations, USC alumni, and industry professionals.
</div>
</div>
</div>
<div class="carousel-item">
<div class="horizontal-container carousel-item-css">
<div id="internships-image-container" class="photo-card-border image-container-main">
<img src="assets/img/workshops.jpg">
</div>
<div class="horizontal-container-description carousel-desc ">
<div class="subtitle"> Company Tours (Safaris) </div>
Students take 2-3 trips to companies in Los Angeles to see how what they are learning gets applied. Typically, one trip is to a startup incubator and another to a burgeoning tech, design, or entrepreneurial venture in LA. Past partners include Science
Inc. and Buzzfeed LA.
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item-css">
<div class="horizontal-container carousel-item-css">
<div id="internships-image-container" class="photo-card-border image-container-main">
<img src="assets/img/mentorship.jpg">
</div>
<div class="horizontal-container-description carousel-desc">
<div class="subtitle"> Mentorship </div>
Each student is paired with a mentor; these mentors go to workshops with their mentee, advise them through the college process, and their time commitment extends past the bounds of Project Launch. We also have technical mentors, who support rockets during
interactive portions of workshops.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="impact" style="margin-top:100px;">
<div class="title">Impact</div>
<div id="internships-container" class="horizontal-container">
<div id="internships-image-container" class="photo-card-border image-container-main">
<img src="assets/img/science.jpg">
</div>
<div id="internships-desc-container" class="horizontal-container-description">
<div class="subtitle"> Internships </div>
In 2017 one-third of rocket class found an internship through Project Launch, with our partner incubator, Science Inc.
</div>
</div>
<div id="scholarships-container" class="horizontal-container">
<div id="scholarships-image-container" class="photo-card-border image-container-main">
<img src="assets/img/scholarships.jpg">
</div>
<div class="horizontal-container-description">
<div class="subtitle "> Laptops and Scholarships </div>
In 2017 we provided all participants with their own laptops at the end of the program, and three outstanding participants with $750 scholarships.
</div>
</div>
<div class="charts-information">
<div class="charts-outer-container">
<div class="chart-container">
<canvas id="gender-chart"> </canvas>
</div>
<div class="chart-container">
<canvas id="ethnicity-chart"> </canvas>
</div>
</div>
<!--buttons-->
<div class="rect-container">
<div id="clickhere">
<img src="assets/img/click_here.svg" />
</div>
<div class="inverse-round-rect">
<div id="2017" class="toggle-button toggle-active">
2017
</div>
</div>
<div class="inverse-round-rect">
<div id="2018" class="toggle-button toggle-active">
2018
</div>
</div>
</div>
</div>
</div>
<div class="horizontal-container" id="apply-section">
<div id="apply-desc-container">
<div class="title">Apply</div>
<div class="">We believe mentorship paired with project-based, skill-focused learning and exposure to industry will help create future leaders. Whether you want to mentor a student or become a rocket, we want you to apply to our program.
<!-- <span class="blurb"><i>Note, we are not taking any additional rockets or mentors for the Spring semester. However, still feel free to express your interest by emailing us at <a style="color: white;" href="mailto:[email protected]">[email protected]</a></i></span> -->
<br>
</div>
<div class="horizontal-container-two">
<a class="pclink" target="_blank" href="https://goo.gl/forms/W7BLGgnIMNeBEaSX2">
<div class="round-rect" id="rockets">
<div class="apply-button">Rockets</div>
</div>
</a>
<a class="pclink" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSf_0eDsYr9N4RAeiDBGYcGu6N7Y5zorP1Fs4Js7d1xLq3oQnw/viewform">
<div class="round-rect" id="mentors">
<div class="apply-button">Mentors</div>
</div>
</a>
</div>
</div>
<div id="scrolling-apply-grid">
<div id="scroll-grid-image">
</div>
</div>
</div>
</div>
<div id="press">
<div class="title">Press</div>
<div class="horizontal-container" style="margin-top:20px" id="article-section">
<a class="pclink" target="_blank" href="https://dailytrojan.com/2017/03/27/student-organization-sparks-interest-steam-high-schoolers/">
<div class="post-card">
<div class="post-card-image" style="background:url('assets/img/news-image-1.jpg');background-size: cover;">
</div>
<div class="post-card-content">
<div class="subtitle"> Closing 2017 </div>
<p> A recap by the Daily Trojan of our first iteration </p>
</div>
</div>
</a>
<a class="pclink" target="_blank" href="https://medium.com/@GoSparkSC/project-launch-takes-off-for-spring-2018-6b77c420e271">
<div class="post-card">
<div class="post-card-image" style="background:url('assets/img/news-image-2.png');background-size: cover;">
</div>
<div class="post-card-content">
<div class="subtitle"> 2018 Opening </div>
<p> Learn more about what our goals were for 2018 </p>
</div>
</div>
</a>
<a>
<div class="post-card" data-toggle="modal" data-target="#exampleModalLong">
<div class="post-card-image" style="background:url('assets/img/news-image-3.jpg');background-size: cover;">
</div>
<div class="post-card-content">
<div class="subtitle"> Partner Award </div>
<p> Ednovate Charter Schools recognizes Project Launch </p>
</div>
</div>
</a>
</div>
</div>
<div class="modal fade" id="exampleModalLong" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Ednovate Community Partner Award</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<img src="assets/img/news-image-3.jpg" />
<div class="modal-body">
The community partner award acknowledges programs that have had a substantial positive impact on students in the school district over the past year. Because of Project Launch’s involvement with the school and the value that it brings to the areas of tech
and entrepreneurship, we were awarded the Community Partner Award. By supplementing classes and initiatives in their curriculum we increased interest for students and gave them new tools and experiences to move forward with their education.
</div>
<div class="modal-footer">
<button class="inverse-round-rect m-button" data-dismiss="modal">
<div class="close-button-pl">
Close
</div>
</button>
</div>
</div>
</div>
</div>
<div id="partners">
<div class="fuel-section">
<div class="title fuel-title">Fuel the Launch</div>
<div class="content fuel-content">
We aim to work with partners that want to <strong>invest in a diverse future</strong> for the STEAM fields and beyond. Partners have the opportunity to collaborate on our periodic work sessions, invite the mentees and mentors on tech tours, and
support the scholarships our mentees need to get a STEAM education. <strong>Project Launch needs you</strong> to fuel the launch.
</div>
<div class="rect-container">
<a href="assets/pdf/ProjectLaunch_Sponsorship.pdf">
<div class="round-rect">
<div class="fuel-button">Learn More</div>
</div>
</a>
<a href="mailto:[email protected]?Subject=Project%20Launch%20Partnership">
<div class="round-rect">
<div class="fuel-button">Email Us</div>
</div>
</a>
<!--
<a href="http://projectlaunch.io/donate" style="margin-left: 20px;">
<div class="round-rect">
<div class="fuel-button">Donate!</div>
</div>
</a>
-->
</div>
</div>
<div class="sponsors-section">
<div class="title">Our Partners</div>
<img src="assets/img/partners/hybridhigh.png">
<img src="assets/img/partners/adobe.png">
<img src="assets/img/partners/msft.png">
<img src="assets/img/partners/blackstone.png">
<img src="assets/img/partners/science.png">
<img src="assets/img/partners/buzzfeed.png">
<img src="assets/img/partners/lava.png">
<!-- <img style="height:120px;" src="assets/img/partners/powerup.png"> -->
<img style="height:120px;" src="assets/img/partners/dfa.png">
<!-- <div class="title">A Special Thanks To Previous Donors:</div>
<div class="content" style="text-align:center;font-size:1.3em">Kama and Tom Fletcher, Anil and Benu Aggarwal, Debbie Lee, Michael Chen, Lisa McCarthy</div> -->
</div>
</div>
<!-- <div class="partners-section">
<div class="title partners-title">CURRENT PARTNERS</div>
<div class="partner-logo-container">
</div>
</div> -->
<div class="spark-footer">
<div class="hosted-by-spark">
HOSTED BY
</div>
<img src="assets/img/letterhead.png" class="spark-logo" />
</div>
</div>
<!--TODO: build into bundle using gulpfile-->
<script src="build/js/script.js"></script>
<!--todo add to minified js for production-->
<script src="js/app.js"></script>
<!--TODO: delete for production)-->
</div>
</body>
</html>