-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
655 lines (621 loc) · 43.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
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>2021 SI Apply</title>
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="lib/css/style.css">
<script src="lib/js/main.js" defer></script>
<!-- SEO -->
<meta name="description" content="The Summer Intensive is All Star Code's flagship program, a six-week coding experience featuring both technical web development skills as well as soft skills."/>
<meta name="keywords" content="All Star Code, Summer Intensive, coding bootcamp, minorities in tech, New York City non-profit"/>
<meta name="robots" content="index, nofollow"/>
<!-- FACEBOOK METAS -->
<meta property="og:image" content="assets/DemoDay2018.jpg" />
<meta property="og:site_name" content="ASC Apply Page" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://allstarcodeorg.github.io/apply/" />
<meta property="og:title" content="All Star Code 2021 Summer Intensive Apply Page" />
<meta property="og:description" content="The 2021 Application page for the All Star Code Summer Intensive" />
</head>
<body>
<main>
<!-- NAV BAR -->
<nav>
<a href="#">
<img id="nav_logo" src="assets/logo_horizontal.png" alt="all star code horizontal logo">
</a>
<div class="spacer"></div>
<a href="http://www.allstarcode.org/donate/" target="_blank" id="donate">Donate</a>
<!-- 1 OUT OF 4 LINKS TO APPLY -->
<a href="https://allstarcode.typeform.com/to/GmMC1EsY" target="_blank">Apply</a>
<a href="#stats">Stats</a>
<a href="#skills">Overview</a>
<a href="#faq">FAQ</a>
<a href="#contact">Contact</a>
<!-- [email protected] -->
</nav>
<!-- FIXED APPLY -->
<!-- 2 OUT OF 4 LINKS TO APPLY -->
<a href="https://allstarcode.typeform.com/to/GmMC1EsY" target="_blank" id="fixed-apply">Apply</a>
<!-- INTRO HEADER -->
<header class="intro parallax-back">
<img id="box_logo" src="assets/logo_box_white.png" alt="all star code box logo">
<!-- 3 OUT OF 4 LINKS TO APPLY -->
<a href="https://allstarcode.typeform.com/to/GmMC1EsY" target="_blank" id="main-apply">
Application for the 2021 Virtual Summer Intensive
</a>
</header>
<!-- SUMMARY -->
<section class="summary">
<article>
<header>All Star Code</header>
<div class="description">
<p>
<span>
Our Vision
</span><br>
All Star Code envisions a country where all young men of color have the access to the tools of success, where the ability to thrive is available to all who are willing to dare greatly.
</p>
<p>
<span>
Our Mission
</span><br>
All Star Code creates economic opportunity by developing a new generation of boys and young men of color with an entrepreneurial mindset who have the tools they need to succeed in a technological world.
</p>
</div>
</article>
<article>
<header>Summer Intensive</header>
<div class="description">
<p>
The Summer Intensive is All Star Code's flagship program, <span>a six-week coding experience</span>
featuring both technical web development skills as well as essential core skills.
</p>
<p>
Using our three pillars: <span>Dare Greatly</span>, <span>Celebrate Failure</span>, and <span>Tell
Your Story</span>, we give young men the skills, networks, and mindsets they need to succeed
through technology.
</p>
<p>
The 2021 Summer Intensive is a virtual <span>FREE</span> 6-week crash course in coding! Personal laptops and hotspots are provided to every student who request one.
</p>
</p>
</div>
</article>
</section>
<!-- ELIGIBILITY -->
<section class="eligibility">
<header>Eligibility</header>
<article>
<p class="important">Must be able to attend the entire program (July 12 - August 20 | Mon-Fri 9am-12pm / 1:00pm-4:00pm)</p>
<p>No coding experience necessary to apply</p>
<p>Identify as Male</p>
<p>Current High School Sophomores and Juniors</p>
<p>Able to participate in live 3 hour remote technical sessions and 1 hour core skill sessions</p>
<p>Boys and Young Men of Color</p>
</article>
</section>
<!-- STATS -->
<div id="stats" class="linker"></div>
<section class="stats parallax-back">
<article>
<p class="stat-number">770 </p>
<p class="stat">Alumni</p>
</article>
<article>
<p class="stat-number">110 </p>
<p class="stat">Program Hours</p>
</article>
<article>
<p class="stat-number">30+ </p>
<p class="stat">Projects</p>
</article>
</section>
<!-- ELIGIBILITY
<section class="eligibility">
<header>Eligibility</header>
<article>
<p class="important">Must be able to attend the entire program (July 12 - August 20 | Mon-Fri 9am-12pm/1:00pm-4:00pm)</p>
<p>No coding experience necessary to apply</p>
<p>Identify as Male</p>
<p>Current High School Sophomores and Juniors</p>
<p>Able to participate in live 3 hour remote technical sessions and 1 hour core skill sessions</p>
<p>Boys and Young Men of Color</p>
</article>
</section> -->
<!-- VIDEO -->
<section class="video parallax-back">
<iframe width="711" height="400" src="https://www.youtube.com/embed/vJYqXswrucE?rel=0" frameborder="0" allowfullscreen></iframe>
</section>
<!-- TESTIMONIALS -->
<section class="testimonials">
<header>TESTIMONIALS</header>
<div class="testimonials-container">
<article class="testimonial">
<img src="assets/cole.jpg" alt="cole">
<div class="test-desc">
<h2>Cole Mattox</h2>
<h3>ASC 3</h3>
<blockquote>
The ASC experience is unparalleled --- Our instructors were great teachers, I made friends in my cohort for life meeting students who have a special drive to succeed --- and I drew my inspiration from the African American executives who took me under their wing with pride. They gave me strength. They inspired me to want to learn more and do more. <span>They have changed my life</span>.
</blockquote>
</div>
</article>
<article class="testimonial">
<div class="test-desc parent">
<h2>Kwaku Boafoh Agyeman</h2>
<h3>Parent</h3>
<blockquote>
We are very proud of the work you are doing with and for our kids. As a young man, Kojo
(ASC 5) acknowledges how much <span> he has grown up as a person</span> in the last few weeks spending time with you! I've garnered that info from him and from his conversations with his friends. The kid appears to be on a different level! This summer has been awesome.
</blockquote>
</div>
</article>
<article class="testimonial">
<img src="assets/celeste.jpg" alt="celeste">
<div class="test-desc">
<h2>Celeste Bell</h2>
<h3 class="abbr-title abbr-title-long">Executive Vice President, Director of Human Resources at Deutsch NY</h3>
<h3 class="abbr-title abbr-title-short">VP of Talent Acquisition, at Publicis Media</h3>
<blockquote>
There's so many wonderful things I can say about the program because I’m able to see it myself. A lot of times, when you give to an organization you don't get to actually see the benefits. But when you get to see it yourself, it just makes a difference. It makes you think 'We have to continue. I want to see this grow. I want to see it in every state in the country. <span>Every city should have a program like this</span>, because it’s so important.
</blockquote>
</div>
</article>
</section>
<!-- SKILLS -->
<div id="skills" class="linker"></div>
<section class="skills parallax-back">
<header>Six Week Overview</header>
<ul class="skills-list">
<!-- <li data-info="The mindset where skills can improve with effort">Growth Mindset</li>
<li data-info="The most widely used programming language of the web">JavaScript</li>
<li data-info="A language used to create websites">HTML</li>
<li data-info="A language used to style websites">CSS</li>
<li data-info="Students present their final project">Capstone Demo Day Project</li>
<li data-info="A social coding platform where users can store and host files as well as work collaboratively">GitHub</li>
<li data-info="The process of creating a website">Web Development</li>
<li data-info="Creating a layout that adjusts to the screen width it is viewed from">Responsive Design</li>
<li data-info="Creating a rough sketch of what an end product might look like">Wireframing</li>
<li data-info="Workshop creating or improving student resumes">Resume Building</li>
<li data-info="An online career-focused platform where professionals can connect">LinkedIn</li>
<li data-info="Workshop on how to make professional connections">Networking</li>
<li data-info="The idea that our individual experiences are the result of the interconnection between social categories, such as race, gender, class, and much more">Intersectionality</li>
<li data-info="A workshop for young adults involving how to budget and prioritize spending, debt, college loans, and opening a bank account">Managing Money</li>
<li data-info="Group mock interviews">Mock Interviews</li>
<li data-info="Alumni of the program join the All Star Brotherhood. One you're an All Star, you're an All Star for life!">Brotherhood</li>
<li data-info="Students are assigned a committed professional">Mentorship</li>
<li data-info="Industry experts will speak with students about their experience as a minority in the work place">Guest Speakers</li>
<li data-info="Students will visit tech and tech-adjacent companies">Site Visits</li>
<li data-info="Each student will complete over 30 practical projects">30+ Projects</li> -->
<li data-info="JavaScript Fundamentals">Week 1</li>
<li data-info="Game Design">Week 2</li>
<li data-info="Web Design">Week 3</li>
<li data-info="Web Development">Week 4</li>
<li data-info="APIs and Databases">Week 5</li>
<li data-info="Demo Week!">Week 6</li>
</ul>
</section>
<!-- PROJECTS -->
<section class="projects">
<header>Projects</header>
<p class="description">The Summer Intensive curriculum is project based. Projects typically feature some constraints within which students are free to explore the topic and end with a deliverable product.</p>
<p class="description">The program concludes on Demo Day, where students present their final works to an audience of parents, donors, program partners, and media. Below are a few examples of Demo Day Projects from our previous Summer Intensive students.</p>
<div class="project-grid">
<article class="project">
<div class="project-desc">
<h2>EnviroInsightTech</h2>
<h3> Aditya S. / Gerald L. / Michael R. - ASC7</h3>
<p>A website designed to help utilize empty land throughout New York City.
EnviroInsightTech provides useful resources and information to find those empty lots and turn them into beautiful gardens.</p>
<div class="project-links">
<a target="_blank" href="https://aditya100704.github.io/EnviroInsightTech_/">
<svg class="project-svg">
<use href="#link"></use>
</svg>
</a>
<a target="_blank" href="https://github.com/Aditya100704/EnviroInsightTech_">
<svg class="project-svg">
<use href="#github"></use>
</svg>
</a>
</div>
</div>
<div class="project-img">
<a target="_blank" href="https://aditya100704.github.io/EnviroInsightTech_/">
<img src="https://github.com/Aditya100704/EnviroInsightTech_/blob/master/images/logo.png?raw=true"
alt="project 1 project image">
</a>
</div>
</article>
<article class="project">
<div class="project-desc">
<h2>Tempus Salvis</h2>
<h3>Ahanaf / Anthony / Nigel / Jamie - ASC7</h3>
<p>A mobile web planner app that assists students in defeating procrastination habits by creating designated study times and providing resources for various academic subjects.</p>
<div class="project-links">
<a target="_blank" href="https://anthonyasc20.github.io/final/">
<svg class="project-svg">
<use href="#link"></use>
</svg>
</a>
<a target="_blank" href="https://github.com/AnthonyASC20/final">
<svg class="project-svg">
<use href="#github"></use>
</svg>
</a>
</div>
</div>
<div class="project-img">
<a target="_blank" href="https://anthonyasc20.github.io/final/">
<img src="https://github.com/AnthonyASC20/final/blob/master/images/Tempus.png?raw=true"
alt="project 2 project image">
</a>
</div>
</article>
<article class="project">
<div class="project-desc">
<h2>Guide to Saving the Artic</h2>
<h3>Ahmani / Anand / Fadloullah / Ivan- ASC 7</h3>
<p>A website created to address and bring more awareness to climate change, particularly the melting of the Arctic Ice cap, by allowing users to learn about the issue or play an eye-opening climate change based game.</p>
<div class="project-links">
<a target="_blank" href="https://fadloullah-20.github.io/Guide-To-Saving-The-Arctic-/#Articles-Title">
<svg class="project-svg">
<use href="#link"></use>
</svg>
</a>
<a target="_blank" href="https://github.com/Fadloullah-20/Guide-To-Saving-The-Arctic-">
<svg class="project-svg">
<use href="#github"></use>
</svg>
</a>
</div>
</div>
<div class="project-img">
<a href="https://fadloullah-20.github.io/Guide-To-Saving-The-Arctic-/#Articles-Title" target="_blank">
<img src="https://github.com/Fadloullah-20/Guide-To-Saving-The-Arctic-/blob/master/assets/Finished.png?raw=true"
alt="project 3 project image">
</a>
</div>
</article>
</div>
</section>
<!-- BOTTOM APPLY -->
<section class="apply parallax-back">
<!-- 4 OUT OF 4 LINKS TO APPLY -->
<a href="https://allstarcode.typeform.com/to/GmMC1EsY" target="_blank">APPLY NOW!</a>
<div class="apply-extra-info">
<!-- <p>Applications close at 11:59PM on March 28</p> -->
<p style="color: var(--primaryLight);">Applications close at 11:59PM on April 16, 2021</p>
</div>
</section>
<!-- FAQ -->
<div id="faq" class="linker"></div>
<section class="faq">
<header>FAQ</header>
<article class="faqs">
<details>
<summary>
When is the Summer Intensive?</summary>
<p class="ans">
The 2021 virtual Summer Intensive will take place Mon-Fri from July 12th through August 20th, split between A.M. and P.M. sessions. <br>
<br>
Additionally, Aug. 19th is Demo Day, where students present their final projects. This is the only day that ends later at 8:30pm.
<br>
<br>
<span class="important"></span> </p>
</details>
<details>
<summary>
Where does the Summer Intensive take place?</summary>
<p class="ans">
Traditionally, students are placed in a class of 20 students at locations across New York City, Jersey City, or Pittsburgh. These host sites are provided by our program partners and have included Google, Goldman Sachs, JP Morgan Chase, Medidata, Major League Baseball, Carnegie Mellon University, and many others. Although the 2020 and 2021 Summer Intensive have shifted to a virtual model, our students will still have the opportunity to interact with their host site through unique workshops, mentorship sessions, and more! <!-- <span class="important">All Star Code Headquarters will NOT serve as a host!</span> -->
<br><br>
<!-- <span class="important">Students will report to their host site everyday for the entire 6 weeks.</span> -->
<!-- Students will also travel to other companies for educational tours on a weekly basis. -->
</p>
</details>
<!-- <details>
<summary>
Where does All Star Code get its funding?</summary>
<p class="ans">
All Star Code is a non-profit organization that gets its funding from <span class="important">corporations, foundations, and individual donors</span> who, like us, envision a country where all young men of color have access to the tools of success, where the ability to thrive is available to all who are willing to dare greatly.
</p>
</details> -->
<details>
<summary>
Why should I apply to the Summer Intensive?</summary>
<div class="ans">
<p class="ans">
The Summer Intensive is a once in a lifetime experience. Outcomes of the program include:
</p>
<ul>
<li>A technical education in building practical web applications</li>
<li>Core Skill education in networking, resume building, setting up LinkedIn accounts, and much more!</li>
<!-- <li>Transportation 🚌 to and from the host site <span>*</span></li> -->
<!-- <li>Lunch 🍔 and snacks</li> -->
<li>Laptops and hotspots are provided 💻 <span></span></li>
<!-- <li>Weekly Site Visits (field trips)</li> -->
<li>Mentorship and partner-programming sessions are provided by industry professionals</li>
<li>Joining an All Star Brotherhood network that support each other after the program, through college, and beyond</li>
</ul>
<p class="ans">
<!-- <span class="italics"><span>*</span> Students will be given a Metrocard, PATH card (when applicable - New York City/Jersey City) or ConnectCard (Pittsburgh) for travel to and from the program</span>
<br> -->
<span class="italics">*<span></span> Students who show need may keep their laptops at the end of the program</span>
</p>
</div>
</details>
<details>
<summary>
Is there a GPA requirement?</summary>
<p class="ans">
No! Our All Stars shine 🌟 in all sorts of ways, and grades are just one way to shine. GPA
is NOT used in our admissions process. <br>
We do collect GPA data for our statistics, though!</p>
</details>
<details>
<summary>
Where do students end up after the Summer Intensive?
</summary>
<p class="ans">
After completing the Summer Intensive, many students continue building their programming skills through freelance work, college internships, or working as a seasonal instructor here at All Star Code, among many other opportunities. Additionally, all Scholars (program alumni) receive invitations to join our Scholar Portal for exclusive internships, jobs, and workshops. <br>
<span class="important">
<br>
Note for Scholars: If you have already attended our Summer Intensive program, please do not reapply. Students are only allowed one Summer Intensive experience.
</span>
</p>
</details>
<details>
<summary>
When will I know if I was accepted into the program?</summary>
<p class="ans">
Applicants can expect a notification of acceptance between 2-6 weeks after applying. We try our
best to process applications quickly. <br>
<span class="important">
Seats are limited! The sooner you apply the better chances you have of being selected! 😁
</span></p>
</details>
<details>
<summary>
What programming languages are taught?</summary>
<p class="ans">
All Star Code is primarily based around web development, using technologies such as HTML, CSS, and JavaScript. </p>
</details>
<details>
<summary>
I already know how to code. Am I eligible?</summary>
<p class="ans">
👍🏼 Definitely! You will probably love the Summer Intensive even more if you have this kind
of head start. Please send inquiries to <a href='mailto:[email protected]'>[email protected]</a>,
if you have questions about specific skills.</p>
</details>
<details>
<summary>
Can I join the Summer Intensive if I'm not in high school yet?</summary>
<p class="ans">
Our program is specifically designed for current sophomores and juniors in high school. We’d
love to see you at public events throughout the year and welcome your application when you are
old enough! 👴🏽</p>
</details>
<details>
<summary>
I'm a 9th grade freshman in high school, should I still apply?
</summary>
<p class="ans">
We are currently accepting only 10th and 11th grade students. <br>
<span class="important">
However, we encourage you to still apply!
</span>
If you apply now, you will recieve a boost to your application next year - making it more likely for you to get in!
</p>
</details>
<details>
<summary>
Do I have to be a US citizen to apply?
</summary>
<p class="ans">
We welcome all students to apply regardless of their residency status. <br>
Whether you are a US citizen, on a visa/green card, or undocumented, you will be welcomed at All Star Code.
</p>
</details>
<details>
<summary>
I don't go to a traditional school (home school, not attending, etc.), am I still eligible?
</summary>
<p class="ans">
Yes! Applicants who are not currently attending high school will still be considered if they are 15, 16 or 17 years old. </br>
<strong>
When filling out the form, please indicate your situation under the question "What is the name of your current high school?"
</strong>
</br>
</br>
Please send inquiries to <a href='mailto:[email protected]'>[email protected]</a>,
if you have questions about your application.
</p>
</details>
<details>
<summary>
Will there be a waiting list?</summary>
<p class="ans">
Absolutely! Given the limited number of seats 💺 available, many applicants will qualify for the
program but will not be selected in the first round. Applicants on the waiting list will be
invited to join as spots become available.</p>
</details>
<details>
<summary>
What is the application process?
</summary>
<p class="ans">
At the end of each month, we will reach out to applicants who show the best chance for success in the Summer Intensive. These ideal candidates will be invited to the second part of the application, which offers applicants a chance to better respresent themselves via 3 short-answer questions. These applicants have approximately 2 weeks to complete Part 2.
<br><br>
Final decisions will be made based on applicants' demonstration of All Star Skills. Offers will be sent out at that time, and applicants have 2 weeks to accept offers.
</p>
</details>
<details>
<summary>
What is your attendance policy?
</summary>
<p class="ans">
Given the intensive nature of the program, students must not miss any day during the first week of the program. <span class="important"> The first week is a zero-tolerance week.</span>
<br><br>
<span class="important">Day 1:</span> If a student is absent on the first day of the program, July 12th, <span class="italics">their seat is forfeit</span>.
<br><br>
A student is considered absent if they login to their virtual classroom 30 minutes past the scheduled start time. Students with 3 absences will be dismissed from the program.
<br><br>
For each absence, the student's Parent/Guardian is informed and the student must attend Office Hours until they are caught up with the missed material.
<br><br>
<span class="important">
Three latenesses = 1 Absence
</span>
<br>
A student is considered late if they are not present by the scheduled start time.
</p>
</details>
<details>
<summary>
What is your expulsion policy?
</summary>
<div class="ans">
<p class="ans">
All Star Code reserves the right to expell students for any of the following reasons:
</p>
<ul>
<li>Missing any day in the first week</li>
<li>Having 3 absences</li>
<li>Using abusive language</li>
<li>Showing disrespect towards instructors & host site space</li>
<li>Harrassing, intimidating, or discriminating anyone</li>
</ul>
<p class="ans">
All Star Code is committed to maintaining a workplace that is free of harassment. We will not tolerate anyone (including students) intimidating, humiliating or sabotaging others in our workplace. We also prohibit wilful discrimination based on age, sexual orientation, ethnicity, race, religion or disability.
</p>
</div>
</details>
<details>
<summary>
How can I improve my chances? What does it take to be an All Star?
</summary>
<div class="ans">
<p class="ans">
All Stars:
</p>
<ul>
<li>Respect others</li>
<li data-info="Using a rational and systematic series of steps to arrive at a conclusion.">Demonstrate logical thinking</li>
<li>Demonstrate growth mindset</li>
<li>Look up terms they're not familiar with (like "<a target="_blank" href="https://www.youtube.com/watch?v=75GFzikmRY0">Growth mindset</a>" 😄)</li>
<li>Embrace "<span>Celebrate Failure</span>" = are hungry to learn by stepping out of their comfort zone</li>
<li>Embrace "<span>Dare Greatly</span>" = are ready to take risks</li>
<li>Embrace "<span>Tell Your Story</span>" = can convey ideas clearly and see value in doing so</li>
<li>Uplift others around them</li>
</ul>
</div>
</details>
</article>
</section>
<!-- SOCIAL MEDIA -->
<div id="contact" class="linker"></div>
<footer>
<div id="contact"></div>
<article class="contact">
<header>CONTACT</header>
<a href="mailto:[email protected]">[email protected]</a>
<p style="margin-top: 10px; padding: 0 15px;">PO Box: 276 5th Avenue Suite 704 #734 New York, NY 10001</p>
</article>
<div class="social">
<a href="http://www.allstarcode.org/" target="_blank">
<svg class="social-svg">
<use href="#home"></use>
</svg>
</a>
<a href="https://www.facebook.com/AllStarCode" target="_blank">
<svg class="social-svg">
<use href="#facebook"></use>
</svg> </a>
<a href="https://twitter.com/AllStarCode" target="_blank">
<svg class="social-svg">
<use href="#twitter"></use>
</svg> </a>
<a href="https://www.linkedin.com/company/5046827?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A5046827%2Cidx%3A2-1-2%2CtarId%3A1446133835212%2Ctas%3Aall%20star%20code"
target="_blank">
<svg class="social-svg">
<use href="#linkedin"></use>
</svg> </a>
<a href="http://www.youtube.com/channel/UCPvHscuIND8i0OWD95VCV9g" target="_blank">
<svg class="social-svg">
<use href="#youtube"></use>
</svg>
</a>
</div>
<p id="copyright">
Copyright © 2021 All Star Code | All rights reserved
</p>
</footer>
<!-- HOME -->
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute;top: -9999;left:-9999;">
<symbol id="home" width="45" height="45" viewBox="0 0 510 510">
<polygon points="204 471.8 204 318.8 306 318.8 306 471.8 433.5 471.8 433.5 267.8 510 267.8 255 38.3 0 267.8 76.5 267.8 76.5 471.8 " />
</symbol>
</svg>
<!-- HOME END -->
<!-- GITHUB -->
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute;top: -9999;left:-9999;">
<symbol id="github" width="45" height="45" viewBox="0 0 512 512">
<path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zM408 408c-19.8 19.8-42.8 35.3-68.4 46.1 -6.5 2.8-13.1 5.2-19.8 7.2V423c0-20.2-6.9-35-20.7-44.5 8.7-0.8 16.6-2 23.9-3.5s14.9-3.7 23-6.5c8.1-2.8 15.3-6.2 21.8-10.1 6.4-3.9 12.6-9 18.5-15.2 5.9-6.2 10.9-13.3 14.9-21.2s7.2-17.4 9.5-28.5c2.3-11.1 3.5-23.3 3.5-36.6 0-25.8-8.4-47.8-25.2-66 7.7-20 6.8-41.7-2.5-65.2l-6.2-0.7c-4.3-0.5-12.1 1.3-23.4 5.5s-23.9 11-37.9 20.5c-19.8-5.5-40.4-8.2-61.7-8.2 -21.5 0-42 2.8-61.5 8.3 -8.8-6-17.2-11-25.1-14.9s-14.2-6.6-19-8 -9.2-2.3-13.2-2.6 -6.7-0.4-7.9-0.2 -2 0.3-2.5 0.5c-9.3 23.7-10.2 45.4-2.5 65.3 -16.8 18.2-25.2 40.2-25.2 66 0 13.3 1.2 25.5 3.5 36.6s5.5 20.6 9.5 28.5 9 15 14.9 21.3 12.1 11.3 18.5 15.3 13.7 7.3 21.8 10.1 15.8 5 23 6.5 15.2 2.7 23.9 3.5c-13.7 9.3-20.5 24.2-20.5 44.5v39.1c-7.5-2.2-15-4.9-22.3-8 -25.6-10.8-48.6-26.3-68.4-46.1 -19.8-19.8-35.3-42.8-46.1-68.4C46.7 313.2 41 285 41 256s5.7-57.2 16.9-83.7c10.8-25.6 26.3-48.6 46.1-68.4 19.8-19.8 42.8-35.3 68.4-46.1C198.8 46.7 227 41 256 41s57.2 5.7 83.7 16.9c25.6 10.8 48.6 26.3 68.4 46.1 19.8 19.8 35.3 42.8 46.1 68.4C465.3 198.8 471 227 471 256s-5.7 57.2-16.9 83.7C443.3 365.3 427.8 388.3 408 408z" />
</symbol>
</svg>
<!-- LINK -->
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute;top: -9999;left:-9999;">
<symbol id="link" width="45" height="45" viewBox="0 0 577.5 577.5">
<path d="M245.5 245.5c4.9-4.9 11.4-7.6 18.4-7.6s13.5 2.7 18.4 7.6l49.7 49.7c1.7 1.7 4.1 2.7 6.5 2.7s4.8-1 6.5-2.7l49.7-49.7c1.7-1.7 2.7-4.1 2.7-6.5 0-2.4-1-4.8-2.7-6.5l-49.7-49.7c-21.7-21.7-50.5-33.6-81.1-33.6s-59.4 11.9-81.1 33.6L33.6 332C11.9 353.7 0 382.5 0 413.1c0 30.6 11.9 59.4 33.6 81.1l49.7 49.7c21.7 21.7 50.4 33.6 81.1 33.6s59.4-11.9 81.1-33.6l84.1-84.1c2.7-2.7 3.4-6.8 1.9-10.3 -1.5-3.3-4.8-5.4-8.4-5.4 -0.2 0-0.4 0-0.6 0 -3 0.2-6 0.3-8.9 0.3 -23.4 0-46.3-6.2-66.4-18 -1.4-0.8-3-1.3-4.6-1.3 -2.4 0-4.7 0.9-6.5 2.7l-53.2 53.2c-4.9 4.9-11.4 7.6-18.4 7.6 -6.9 0-13.5-2.7-18.4-7.6l-49.7-49.7c-4.9-4.9-7.6-11.4-7.6-18.3 0-7 2.7-13.5 7.6-18.4L245.5 245.5z" />
<path d="M543.9 83.3L494.2 33.6C472.6 11.9 443.8 0 413.1 0s-59.4 11.9-81.1 33.6l-84.1 84.1c-2.7 2.7-3.4 6.8-1.9 10.3 1.5 3.3 4.8 5.4 8.4 5.4 0.2 0 0.4 0 0.6 0 3-0.2 6-0.3 9-0.3 23.4 0 46.3 6.2 66.3 17.9 1.5 0.9 3.1 1.3 4.7 1.3 2.4 0 4.7-0.9 6.5-2.7l53.3-53.3c4.9-4.9 11.4-7.6 18.4-7.6s13.5 2.7 18.4 7.6l49.7 49.7c10.1 10.1 10.1 26.6 0 36.8L332 332c-4.9 4.9-11.4 7.6-18.3 7.6 -7 0-13.5-2.7-18.4-7.6l-49.7-49.7c-1.7-1.7-4.1-2.7-6.5-2.7 -2.4 0-4.8 1-6.5 2.7l-49.7 49.7c-3.6 3.6-3.6 9.4 0 13l49.7 49.7c21.7 21.7 50.5 33.6 81.1 33.6 30.6 0 59.4-11.9 81.1-33.6l149.2-149.2c21.7-21.7 33.6-50.5 33.6-81.1S565.6 105 543.9 83.3z" />
</symbol>
</svg>
<!-- FACEBOOK -->
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute;top: -9999;left:-9999;">
<symbol id="facebook" width="45" height="45" viewBox="0 0 510 510">
<path d="M459 0H51C23 0 0 23 0 51v408c0 28.1 23 51 51 51h408c28.1 0 51-22.9 51-51V51C510 23 487.1 0 459 0zM433.5 51v76.5h-51c-15.3 0-25.5 10.2-25.5 25.5v51h76.5v76.5H357V459h-76.5V280.5h-51V204h51v-63.7C280.5 91.8 321.3 51 369.8 51H433.5z" />
</symbol>
</svg>
<!-- FACEBOOK END -->
<!-- TWITTER -->
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute;top: -9999;left:-9999;">
<symbol id="twitter" width="45" height="45" viewBox="0 0 510 510">
<path d="M459 0H51C23 0 0 23 0 51v408c0 28.1 23 51 51 51h408c28.1 0 51-22.9 51-51V51C510 23 487.1 0 459 0zM400.4 186.2c-2.5 117.3-76.5 198.9-188.7 204C165.8 392.7 132.6 377.4 102 359.6c33.2 5.1 76.5-7.6 99.5-28 -33.1-2.5-53.5-20.4-63.7-48.4 10.2 2.6 20.4 0 28.1 0 -30.6-10.2-51-28-53.5-68.8 7.7 5.1 17.9 7.7 28.1 7.7 -22.9-12.7-38.2-61.2-20.4-91.8 33.2 35.7 74 66.3 140.3 71.4 -17.8-71.4 79.1-109.6 117.3-61.2 17.9-2.5 30.6-10.2 43.4-15.3 -5.1 17.9-15.3 28.1-28 38.3 12.8-2.5 25.5-5.1 35.7-10.2C425.9 165.8 413.1 176 400.4 186.2z" />
</symbol>
</svg>
<!-- TWITTER END -->
<!-- LINKEDIN -->
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute;top: -9999;left:-9999;">
<symbol id="linkedin" width="45" height="45" viewBox="0 0 438.5 438.5">
<path d="M414.4 24.1C398.3 8 379 0 356.3 0H82.2C59.6 0 40.2 8 24.1 24.1 8 40.2 0 59.6 0 82.2v274.1c0 22.6 8 42 24.1 58.1 16.1 16.1 35.5 24.1 58.1 24.1h274.1c22.6 0 42-8 58.1-24.1 16.1-16.1 24.1-35.5 24.1-58.1V82.2C438.5 59.6 430.5 40.2 414.4 24.1zM133.6 367.2H67.7V169h66V367.2zM127.6 132.3c-6.9 6.6-15.9 9.9-27.1 9.9h-0.3c-10.8 0-19.6-3.3-26.4-9.9 -6.8-6.6-10.1-14.7-10.1-24.4 0-9.9 3.5-18.1 10.4-24.6 7-6.5 15.9-9.7 27-9.7 11 0 19.9 3.2 26.6 9.7 6.7 6.5 10.1 14.7 10.3 24.6C137.9 117.6 134.5 125.8 127.6 132.3zM370.9 367.2h-66v-105.9c0-29.9-11-44.8-33.1-44.8 -8.4 0-15.4 2.3-21.1 7 -5.7 4.7-10 10.3-12.8 17 -1.3 3.4-2 8.8-2 16v110.8h-66c0.6-119.5 0.6-185.6 0-198.1h66v28c13.9-21.7 33.6-32.5 59.1-32.5 22.8 0 41.2 7.5 55.1 22.6 13.9 15 20.8 37.2 20.8 66.5v113.6H370.9z" />
</symbol>
</svg>
<!-- LINKEDIN END -->
<!-- YOUTUBE -->
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute;top: -9999;left:-9999;">
<symbol id="youtube" viewBox="0 0 438.5 438.5">
<path d="M414.4 24.1C398.3 8 379 0 356.3 0H82.2C59.6 0 40.2 8 24.1 24.1 8 40.2 0 59.6 0 82.2v274.1c0 22.6 8 42 24.1 58.1 16.1 16.1 35.5 24.1 58.1 24.1h274.1c22.6 0 42-8 58.1-24.1 16.1-16.1 24.1-35.5 24.1-58.1V82.2C438.5 59.6 430.5 40.2 414.4 24.1zM259 63.4h19.1v77.7c0 4.6 0.1 7 0.3 7.4 0.2 3 1.7 4.6 4.6 4.6 3.8 0 7.8-2.9 12-8.8V63.4h19.1v105.6h-19.1 0v-11.4c-7.8 8.6-15.1 12.9-22 12.9 -6.1 0-10.2-2.6-12.3-7.7 -1.1-3.4-1.7-8.7-1.7-15.7V63.4L259 63.4zM186.7 97.6c0-11 2-19.3 6-24.8 5.1-7.2 12.6-10.8 22.3-10.8 9.3 0 16.8 3.6 22.3 10.9 4 5.5 6 13.8 6 24.8v37.1c0 11.4-2 19.7-6 24.8 -5.5 7.2-12.9 10.9-22.3 10.9 -9.7 0-17.1-3.6-22.3-10.9 -4-5.5-6-13.8-6-24.8V97.6zM135.3 27.1l15.1 55.7 14.6-55.7h21.4l-25.7 84.5h0v57.4h-21.1v-57.4c-2.1-10.5-6.5-25.5-13.1-45.1 -4.4-13.1-6.6-19.7-6.6-19.7l-6.9-19.7H135.3L135.3 27.1zM370.6 371.7c-1.9 8.2-5.9 15.1-12.1 20.8 -6.2 5.7-13.4 9-21.5 10 -26.1 2.9-65.3 4.3-117.6 4.3 -52.3 0-91.6-1.4-117.6-4.3 -8.2-1-15.4-4.3-21.6-10 -6.2-5.7-10.2-12.7-12.1-20.8 -3.8-16-5.7-40.7-5.7-74.2 0-32.9 1.9-57.7 5.7-74.2 1.9-8.4 5.9-15.4 12.1-21 6.2-5.6 13.5-8.9 21.8-9.9 25.9-2.9 65-4.3 117.3-4.3 52.5 0 91.7 1.4 117.6 4.3 8.2 1 15.4 4.2 21.7 9.9 6.3 5.6 10.4 12.6 12.3 21 3.6 15.8 5.4 40.5 5.4 74.2C376.3 331 374.4 355.7 370.6 371.7z" />
<polygon points="85.7 244.7 107.9 244.7 107.9 365.4 129 365.4 129 244.7 151.9 244.7 151.9 224.7 85.7 224.7 " />
<path d="M190.1 340.6c-4.2 5.9-8.2 8.8-12 8.8 -2.7 0-4.1-1.4-4.3-4.3 -0.2-0.4-0.3-2.9-0.3-7.4v-77.1h-18.8v82.8c0 7.2 0.6 12.4 1.7 15.4 1.7 5.3 5.7 8 12 8 7 0 14.3-4.3 21.7-12.8v11.4h19.1V260.7h-19.1V340.6z" />
<path d="M264.1 259.2c-6.9 0-13.3 3.8-19.4 11.4v-46h-19.1v140.8h19.1v-10.3c6.3 7.8 12.8 11.7 19.4 11.7 7.8 0 12.8-4 15.1-12 1.3-4 2-10.9 2-20.8v-41.7c0-10.1-0.7-17.1-2-21.1C276.9 263.2 271.9 259.2 264.1 259.2zM262.4 335.5c0 9.3-2.8 14-8.3 14 -3.2 0-6.4-1.5-9.4-4.6v-64c3-3 6.2-4.6 9.4-4.6 5.5 0 8.3 4.8 8.3 14.3V335.5z" />
<path d="M333.5 335.3c0 2 0 3.6-0.1 4.7 -0.1 1.1-0.1 1.8-0.1 2 -1.1 4.9-4 7.4-8.6 7.4 -6.5 0-9.7-4.9-9.7-14.6v-18.6h38v-21.7c0-11-2-19.2-6-24.6 -5.1-7.2-12.6-10.9-22.3-10.9s-17.3 3.6-22.8 10.9c-3.8 5.1-5.7 13.3-5.7 24.6v36.8c0 11.2 2 19.4 6 24.6 5.5 7.2 13.2 10.9 23.1 10.9 10.1 0 17.7-3.8 22.8-11.4 2.3-3.4 3.7-7.2 4.3-11.4 0.4-2.7 0.6-6.8 0.6-12.3v-2.6 0h-19.4v6.1H333.5zM314.9 290.9c0-9.7 3.1-14.6 9.4-14.6 6.3 0 9.4 4.9 9.4 14.6v9.7h-18.8V290.9z" />
<path d="M215 153c6.1 0 9.1-4.9 9.1-14.6v-44.5c0-9.9-3-14.8-9.1-14.8 -6.1 0-9.1 5-9.1 14.8v44.5C205.9 148.2 208.9 153 215 153z" />
</symbol>
</svg>
<!-- YOUTUBE END -->
</main>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143342655-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-143342655-2');
</script>
</body>
</html>