-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
201 lines (185 loc) · 7.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="p:domain_verify" content="f88d007bc72759fefbc8032f75a57085" />
<meta name="author" content="" />
<title>GarageScript</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- Bootstrap core CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<!-- Custom fonts for this template -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic"
rel="stylesheet"
type="text/css"
/>
<!-- Custom styles for this template -->
<link href="css/landing-page.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="display-4 text-center">Garage Script</h1>
</div>
<div class="col-md-8 offset-md-2 content">
<h5>
We are a nonprofit public benefit organization dedicated to helping
and training people who are pursuing a career as a software
engineer.
</h5>
<h6>What does that mean?</h6>
<p class="font-weight-light">
We help low income earners who are struggling financially and
looking for a job. We teach them how to code and work with local
government agencies to help them financially so they can focus on
learning. Learning how to code will be their full time job!
</p>
<p class="font-weight-light">
Local community members are welcome to participate, everyone is
welcome.
</p>
<h6>Where to find us?</h6>
<p class="font-weight-light">
Due to the current COVID-19 situation, all our meetings have moved
online. Find out more from our
<a href="https://www.meetup.com/San-Jose-C0D3/">
San Jose Coding Meetup Page </a
>.
</p>
<p class="font-weight-light">
All of our educational material is 100% free and our volunteers are
working round the clock to answer questions and help you along.
</p>
<h6>What is the curriculum like?</h6>
<p class="font-weight-light">
First, students learn the foundation track. This covers JavaScript
functions, arrays, objects, and classes.
</p>
<p class="font-weight-light">
Next, they learn nodejs by building projects starting with server
specific tasks such as processing and manipulating files and images
all the way to server-client interfaces like express, apis, etc.
</p>
<p class="font-weight-light">
Once a strong foundation is built, our students would get work
experience by contributing to our core codebase. We are building
several internal products that students use on a daily basis (think
gmail, dropbox, firebase, slack etc). Project teams function like
any high-quality engineering team with weekly sprints and extensive
code reviews.
</p>
<h6>How long does it take?</h6>
<p class="font-weight-light">
To create a non-competitive learning environment and prevent
students from comparing themselves with each other, we encourage
students learn at their own pace. Each lesson in our curriculum
comes with dozens of practice problems and students progress to the
next lesson after completing all the challenges and having each
challenge code reviewed and approved. Students move at their
learning pace and ‘graduate’ when they have contributed 5
comprehensive features to our codebase.
</p>
<h6>How do you ensure quality and scale?</h6>
<p class="font-weight-light">
When a student completes a lesson, they are required to teach that
lesson to incoming students. To create a positive and personalized
learning environment, each teacher will teach at most 2 students at
a time to encourage in-depth discussions for each lesson.
</p>
<h6>How is your curriculum different?</h6>
<p class="font-weight-light">
We believe in training students with the intention of hiring back
every single one of them if we can. This means that we follow every
industry best-practices. For example, students are code reviewed
from the first line of code they write by a more experienced student
to promote a healthy mindset where students feel comfortable getting
critiqued and giving constructive feedback. We value communication
and teamwork over individual accomplishments so students grow their
skills by contributing to team projects after completing the basic
lessons.
</p>
<h6>What do you do with donation money?</h6>
<p class="font-weight-light">
The more money with raise, the more people we can support! Our
mission is to help people struggling financially by not only
teaching them how to code, but also help them financially as they
learn.
</p>
<h6>
If you have more questions that are not answered here, ask us on any
of our outlets:
</h6>
<ul class="list-inline intro-social-buttons text-center">
<li class="list-inline-item">
<a
href="https://twitter.com/garagescript"
class="btn btn-secondary btn-lg"
>
<i class="fab fa-twitter fa-fw"></i>
<span class="network-name">Twitter</span>
</a>
</li>
<li class="list-inline-item">
<a
href="https://www.facebook.com/garagescript/"
class="btn btn-secondary btn-lg"
>
<i class="fab fa-facebook fa-fw"></i>
<span class="network-name">Facebook</span>
</a>
</li>
<li class="list-inline-item">
<a
href="https://github.com/garagescript"
class="btn btn-secondary btn-lg"
>
<i class="fab fa-github fa-fw"></i>
<span class="network-name">Github</span>
</a>
</li>
<li class="list-inline-item">
<a
href="https://www.guidestar.org/profile/82-3129102"
class="btn btn-secondary btn-lg"
>
<i class="far fa-heart fa-fw"></i>
<span class="network-name">GuideStar</span>
</a>
</li>
</ul>
</div>
</div>
<div id="donate-container">
<a href="https://secure.givelively.org/donate/garage-script">
<button id="donate" class="btn btn-primary">
<i class="far fa-heart fa-fw"></i>
Donate
</button>
<br />
</a>
<br />
</div>
<h2 class="display-4" id="donate-text">You are so awesome.</h2>
</div>
<script src="js/landing.js"></script>
</body>
</html>