This repository was archived by the owner on Feb 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnonprofit.html
300 lines (274 loc) · 15 KB
/
nonprofit.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
<!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="apple-mobile-web-app-capable" content="yes">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Our Css -->
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="mobile.css">
<link rel="stylesheet" href="https://use.typekit.net/ipq7dgw.css">
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#212127">
<meta name="msapplication-TileColor" content="#212127">
<meta name="theme-color" content="#1a1a1c">
<!-- COMMON TAGS generated from https://megatags.co/ -->
<!-- Search Engine -->
<meta name="description"
content="Careers in Code is a coding bootcamp that teaches computer programming to women and minorities to help combat poverty in Central NY. We provide students with the technical skills they need to obtain internships and entry level software development jobs with local employers after 24 weeks of instruction.">
<meta name="image" content="https://careersincode.org/assets/careers-in-code-banner-1200-max.jpeg">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Careers in Code">
<meta itemprop="description"
content="Careers in Code is a coding bootcamp that teaches computer programming to women and minorities to help combat poverty in Central NY. We provide students with the technical skills they need to obtain internships and entry level software development jobs with local employers after 24 weeks of instruction.">
<meta itemprop="image" content="https://careersincode.org/assets/careers-in-code-banner-1200-max.jpeg">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Careers in Code">
<meta name="twitter:description"
content="Careers in Code is a coding bootcamp that teaches computer programming to women and minorities to help combat poverty in Central NY. We provide students with the technical skills they need to obtain internships and entry level software development jobs with local employers after 24 weeks of instruction.">
<meta name="twitter:site" content="@hackupstate">
<meta name="twitter:image:src" content="https://careersincode.org/assets/careers-in-code-banner-1200-max.jpeg">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:title" content="Careers in Code">
<meta property="og:description"
content="Careers in Code is a coding bootcamp that teaches computer programming to women and minorities to help combat poverty in Central NY. We provide students with the technical skills they need to obtain internships and entry level software development jobs with local employers after 24 weeks of instruction.">
<meta property="og:image" content="https://careersincode.org/assets/careers-in-code-banner-1200-max.jpeg">
<meta property="og:url" content="https://careersincode.org/">
<meta property="og:site_name" content="Careers in Code">
<meta property="fb:admins" content="hackupstate">
<meta property="og:type" content="website">
<title>Careers in Code - 24 week coding bootcamp for women and minorities from distressed communities</title>
</head>
<body class='container-fluid'>
<div class="onJumbotron row partner-banner ">
<div class="row changeWidth">
<nav class="navbar navbar-dark noPads pads navbar-expand-lg">
<a href="./index.html">
<img class="logo" alt="mainLogo" src="./assets/logo-white.png">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto mt-1 pt-lg-3">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./mission.html">Mission</a>
<a class="dropdown-item" href="./team.html">Team</a>
<a class="dropdown-item" href="./press.html">Press</a>
<a class="dropdown-item" href="./newsletters.html">Newsletters</a>
<a class="dropdown-item" href="./testimonials.html"> Testimonials </a>
<a class="dropdown-item" href="./schedule.html">Schedule</a>
<a class="dropdown-item" href="./faq.html">FAQ</a>
</div>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./alumni.html"> Alumni </a>
</li> -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Classroom
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./classroom.html">Google Classroom</a>
<a class="dropdown-item" href="./speakers.html">Guest Speakers</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./instructors.html"> Instructors and TAs </a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./schedule.html">Schedule</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" href="./student.html">Students</a>
</li> -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Students
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./students.html"> Prospective </a>
<a class="dropdown-item" href="./alumni.html"> Alumni </a>
</div>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./instructor.html">Instructors & TA's</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="./partner.html">Partners</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./testimonials.html">Testimonials</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" href="./faq.html">FAQ</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="./outcomes.html">Outcomes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
<li class="nav-item">
<a href="./jobs.html" class="nav-link">Jobs</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container">
<div class="row jumboStuff">
<div class="col-12 jumbotextPadding screen jumboNoTopMargin">
<h1 class="display-6" id="jumbotext">Empowering the nonprofit and public sector communities' missions by
providing software development services.</h1>
<p class="jumboLead">Over the duration of the bootcamp, students will create a project on something they are
passionate on.
We are hoping to provide students with experience, a real-world problem to solve, and the ability to help
their local communities.</p>
<div class="jumboButtons">
<a href="Community Foundation Presentation - Friday Mar 21, 2019.pdf" target="_blank"><button type="button"
class="btn btn-lg whiteBtn">View Deck</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="row marginTopBottom marginLeftRight" id="syllabus">
<div class="col-md-12 col-12">
<h3>Capstone Project Document</h3>
<p class="font-color">Here is more information about the capstone project.</p>
<button type="button" class="btn btn-lg blueBtn"
onclick="window.open('https://docs.google.com/document/d/1DQo4pyWTaxEG61B-bFgLfo0_FhiFKk8duT6XBkZONW0/edit#')">Learn
about the
capstone</button>
</div>
</div>
<div class="row marginTopBottom marginLeftRight" id="syllabus">
<div class="col-md-12 col-12">
<h3>Onboarding Form</h3>
<p class="font-color">Interested in working with our students? Complete this onboarding form to start the process.
</p>
<button type="button" class="btn btn-lg blueBtn"
onclick="window.open('https://forms.gle/pJCRoyBhcCcv7J1D9')">Complete nonprofit onboarding</button>
</div>
</div>
<div class="row marginTopBottom marginLeftRight" id="syllabus">
<div class="col-md-12 col-12">
<h3>Keeping students on track</h3>
<p class="font-color">We'll have touchpoints 2-3 weeks, demo days, and a final presentation for our capstone
project.</p>
<button type="button" class="btn btn-lg blueBtn" onclick="window.open('https://forms.gle/szv7c9Z7EGf88W5u8')">View
the touchpoint</button>
</div>
</div>
<div class="row studentTail">
<div class="col-md-4 text-center footerText mb-4">
<h4 class="font-weight-bold mb-3">Contact</h4>
<div class="mb-4">
<p class="mb-0">Doug Crescenzi</p>
<p class="mb-0"><a class="footerLink" href="mailto:[email protected]">[email protected]</a></p>
<p class="mb-0"><a class="footerLink" href="tel:315-436-8655">(315) 436-8655</a></p>
</div>
<div class="mb-4">
<p class="mb-0">Jesse Peplinski</p>
<p class="mb-0"><a class="footerLink" href="mailto:[email protected]">[email protected]</a></p>
<p class="mb-0"><a class="footerLink" href="tel:315-409-3514">(315) 409-3514</a></p>
</div>
</ul>
</div>
<div class="col-md-4 text-center footerText mb-4">
<h4 class="font-weight-bold mb-3">Connect</h4>
<a href="https://www.facebook.com/hackupstate"><img class="logo" src="./assets/social/fb.png"
alt="Responsive image"></a>
<a href="https://twitter.com/hackupstate"><img class="logo" src="./assets/social/tw.png"
alt="Responsive image"></a>
<a href="https://medium.com/@hackupstate"><img class="logo" src="./assets/social/med.png"
alt="Responsive image"></a>
<a href="https://www.instagram.com/hackupstate"><img class="logo" src="./assets/social/inst-green.png"
alt="Responsive image"></a>
<a href="https://github.com/hackupstate"><img class="logo" src="./assets/social/git-blue.png"
alt="github icon"></a>
<a href="https://www.linkedin.com/company/hack-upstate/"><img class="logo"
src="./assets/social/linked-in-green.png" alt="linked in icon"></a>
<a href="https://www.youtube.com/user/hackupstate"><img class="logo" src="./assets/social/yt-blue.png"
alt="youtube icon"></a>
<a
href="https://join.slack.com/t/hack-upstate/shared_invite/enQtNzI3NDQ2NjA5MjE5LThkOWEzZGY1YzgzZjRmNzg4OTQ2ODkxZmIyOTI2NWM0ZDRjYWNkYzU4YzgzMjQ5ZTc3MzFhOWZlZTdhYjhkZDA"><img
class="logo" src="./assets/social/slack-green.png" alt="slack icon"></a>
</div>
<div class="col-md-4 text-center footerText mb-4">
<h4 class="font-weight-bold mb-3">More Links</h4>
<p class="mb-0"><a class="footerLink" href="http://hackupstate.com/conduct.html">Code of Conduct</a></p>
<p class="mb-0"><a class="footerLink" href="http://hackupstate.com/privacy.html">Privacy Policy</a></p>
<br><br><br>
<p class="mb-0">© Careers in Code 2020</p>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28926434-6']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function () {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = ["identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on"],
t.factory = function (e) {
return function () {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function (e) {
t[e] = t.factory(e);
}), t.load = function (t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('cnv9vp5nznb7');
</script>
<!-- End of Async Drift Code -->
</body>
</html>