-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodingbootcamp.html
More file actions
89 lines (82 loc) · 4.72 KB
/
codingbootcamp.html
File metadata and controls
89 lines (82 loc) · 4.72 KB
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
---
layout: pages
---
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C4NP4XRMJF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C4NP4XRMJF');
</script>
<div class="popup" id="popupID">
<div class="iframeContainer">
<div class="toolbarLB">
<i class="ion-ios-close-outline closeLB" onClick="lightBoxClose()" style="font-size: 30px;"></i>
</div>
<center>
<h3 id="popupTitle">Want To Join InterSTEM?</h3>
<span>Looking to join our STEM community? We welcome everyone on our Discord!</span>
<br><br><br><button class="submitButton"onclick="window.open('https://discord.gg/JZYZPRE','_blank'), lightBoxClose()">Join Discord</button>
</center>
</div>
</div>
<script src="js/index.js"></script>
<section class="page-title">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 style="font-family: Ergonomique Bold; font-size: 50px">InterSTEM Coding Bootcamp</h2>
<br>
<a class="btn btn-main btn-solid-border" href="http://bit.ly/codingbootcampapp" target="_blank" style="margin-top: 30px;">Apply to the Program</a>
</div>
</div>
</div>
</div>
</section>
<section class="service-about section" style="background-color: white; padding-bottom: 0;">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-12" style="padding-right: 30px;">
<p> If you are passionate about coding and developing applications, InterSTEM Coding Bootcamp is for you! Anyone who is currently attending high school is eligible to apply, and we will also accept some middle school students, though high school students will be prioritized. There are two positions you can apply for, team leader or member, which require different experience levels. Admission will be based upon essays, grades, rigors of classes, and standardized test scores. Team leaders must have some experience with developing applications using one or more programming languages. For prospective members, it is not required but highly recommended that they are also proficient in coding in general.
</p>
<p>InterSTEM Coding Bootcamp is an 8-week summer program that intends to provide an opportunity for intensive training in coding and portfolio-building for middle/high school students in different parts of the world. Students will collaborate in teams of 3 - 5 to work on portfolio-worthy coding projects that showcase their creativity and problem-solving skills. Weekly workshops throughout the program will introduce participants to the essential steps needed to plan and execute their own programming project.</p>
<br>
</div>
<div class="col-md-4 col-sm-12">
<div class="program-desc">
<p>
<ul style="list-style: none">
<li>Application Opens: <b>Monday, April 5th</b></li>
<li>Application Closes: <b>Monday, May 3rd</b></li><br>
<li>Eligibility: all high school students<br> (grades 9 - 12)</li><br>
<li>Program Length: 8 weeks</li><br>
</ul>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="testimonial section-sm" style="margin-top: -50px; margin-bottom: 70px;">
<div class="container">
<div class="row faq">
<h1 style="font-size: 38px" class="font-title">Frequently Asked Questions</h1>
<br />
<details>
<summary>What experience level is required to apply?</summary>
<p>All prospective team leaders must have some experience with developing applications using one or more programming languages. For prospective members, it is not required but highly recommended that they are also proficient in coding in general.</p>
</details>
<details>
<summary>How will the teams be formed?</summary>
<p>The first week of the program will be dedicated to forming teams based on students’ interests. The team leaders will first pitch their project idea and skill requirement(s) to the rest of our admitted participants, who will then anonymously show their interest in certain projects. After, the responses will get reviewed by our program directors, who will assign students into different groups that share similar project ideas. </p>
</details>
<details>
<summary>When will the admission decisions be released?</summary>
<p>Whether or not you are accepted to the program, all admission decisions will be released on Monday, May 24th via email. </p>
</details>
</div>
</div>
</section>