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
Expand file tree
/
Copy pathobjectives-2019.html
More file actions
675 lines (606 loc) · 33.4 KB
/
objectives-2019.html
File metadata and controls
675 lines (606 loc) · 33.4 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
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
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
<!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">
<!-- Font awesome -->
<script src="https://kit.fontawesome.com/03a8ed9599.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
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>
<style>
.container {
position: relative;
width: 100%;
}
.image {
display: block;
width: 100%;
height: auto;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
}
.container:hover .overlay {
opacity: 1;
}
.text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.job-logo {
padding: 15px;
}
</style>
</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="./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">2019 Objectives</h1>
<p class="jumboLead">Hack Upstate’s vision is to grow and scale Careers in Code in order to provide free
computer programming education to help place hundreds of women and minorities fighting poverty that are
unemployed, underemployed, or underprivileged individuals, with local employers across Central and Upstate
NY.</p>
</div>
</div>
</div>
</div>
<div class="row text-center mt-5">
<div class="col-lg-12">
<a type="button" class="btn btn-lg blueBtn text-center" href="objectives.html">View 2020 Objectives</a>
</div>
</div>
<div class="container">
<div class="row align-items-center justify-content-center mt-5">
<div class="col-lg-12">
<h2 class="text-center font-weight-bold">Objective: Remove every possible barrier to education</h2>
<p>In order to minimize as many barriers as possible when it comes to living in poverty, accepted students received a full
tuition scholarship, a laptop, a coworking space membership, a student stipend, and a student success representative to
help students navigate barriers and hurdles they faced during the program.</p>
<p>To help inform these decisions, we asked our students two things during the screening process:
<ol>
<li>Will you require any services for the program? </li>
<li>What are some challenges that you might have throughout the duration of the program? How can we help
address and solve them?</li>
</p>
</div>
</div>
<div class="row mt-3 mb-1">
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Provide free tuition for all students</h6>
<h1 class="card-text">11 of 11</h1>
<p class="card-text">free tuitions</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Provide each student with a new laptop</h6>
<h1 class="card-text">11 of 11</h1>
<p class="card-text">free laptops</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Provide each student with a free coworking membership</h6>
<h1 class="card-text">11 of 11</h1>
<p class="card-text">free coworking memberships</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Provide each student with a spending stipend</h6>
<h1 class="card-text">11 of 11</h1>
<p class="card-text">student stipends</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Hire a student success representative that will help students navigate challenges they encounter throughout the program</h6>
<h1 class="card-text">1 of 1</h1>
<p class="card-text">student success representative hired</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
</div>
<div class="row text-center mb-3">
<div class="col-lg-12">
<button type="button" class="btn btn-lg blueBtn text-center" href="#">Drill Down (coming soon)</button>
</div>
</div>
<div class="row align-items-center justify-content-center mt-5">
<div class="col-lg-12">
<h2 class="text-center font-weight-bold">Objective: Help ensure 100% student graduation rate from the program</h2>
<p>We're committed to having all of our students accepted into the program graduate. Our first cohort had a 92%
graduation rate from the full 24-week program.</p>
</div>
</div>
<div class="row mt-3 mb-1">
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-warning font-weight-bold">Some Progress</div>
<div class="card-body">
<h6 class="card-title">Check in with all students on a bi-weekly basis</h6>
<h1 class="card-text">109 of 132</h1>
<p class="card-text">student check-ins</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-warning font-weight-bold">Some Progress</div>
<div class="card-body">
<h6 class="card-title">Hold weekly meetings with leadership to help identify and resolve challenges
students
are facing</h6>
<h1 class="card-text">13 of 24</h1>
<p class="card-text">meetings with leadership</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
</div>
<div class="row text-center mb-3">
<div class="col-lg-12">
<button type="button" class="btn btn-lg blueBtn text-center" href="#">Drill Down (coming soon)</button>
</div>
</div>
<!-- Objective 2 -->
<div class="row align-items-center justify-content-center mt-5">
<div class="col-lg-12">
<h2 class="text-center font-weight-bold">Objective: Generate job and wealth creation in Central New York</h2>
<p>Instructors will teach students the skills they require to receive internships and entry level software development positions. Measured every 30 days following the graduation of each cohort.</p>
</div>
</div>
<div class="row mt-3 mb-1">
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-warning font-weight-bold">Some Progress</div>
<div class="card-body">
<h6 class="card-title">Increase in un- and underemployed residents placed in jobs by placing 100% of
students within 180 days of program completion (Feb 18, 2020)</h6>
<h1 class="card-text">7 of 11</h1>
<p class="card-text">graduates placed in full-time positions or consulting arrangements</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Great Progress</div>
<div class="card-body">
<h6 class="card-title">Increase overall salaries by 50% within 180 days of program completion (Feb 18,
2020)</h6>
<h1 class="card-text">56%</h1>
<p class="card-text">average salary increase with an average starting salary of $45k</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
</div>
<div class="row text-center mb-3">
<div class="col-lg-12">
<button type="button" class="btn btn-lg blueBtn text-center" href="#">Drill Down (coming soon)</button>
</div>
</div>
<!-- Objective 3 -->
<div class="row align-items-center justify-content-center mt-5">
<div class="col-lg-12">
<h2 class="text-center font-weight-bold">Objective: Organize and execute events throughout the program</h2>
<p>Throughout the course of the program, we organized several networking events for our students. We would often dedicate
Tuesday’s class to attend developer meetups to get involved in the local tech community. Our students interacted with
local technologists and helped to improve their communication skills, facilitate connections, and potential employment
opportunities. </p>
<p>We hosted guest speakers and invited them to join us before class as well as at our networking events. They shared their
experiences working in the industry and provided insight into how students can be successful. More importantly, they
inspired students, provided encouragement, and demonstrated what goes into becoming a successful software developer.</p>
</div>
</div>
<div class="row mt-3 mb-1">
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Organize at least 3 events for students</h6>
<h1 class="card-text">3 of 3</h1>
<p class="card-text">events organied throughout the 24-week program</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Host at least 10 guest speakers</h6>
<h1 class="card-text">17 of 10</h1>
<p class="card-text">guest speakers hosted throughout the 24-week program</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Attend at least 5 local developer meetups</h6>
<h1 class="card-text">5 of 5</h1>
<p class="card-text">meetups attended throughout the 24 week program</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Attend at least 2 regional networking events</h6>
<h1 class="card-text">2 of 2</h1>
<p class="card-text">regional networking events attended throughout the 24 week program</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
</div>
<div class="row text-center mb-3">
<div class="col-lg-12">
<button type="button" class="btn btn-lg blueBtn text-center" href="#">Drill Down (coming soon)</button>
</div>
</div>
<!-- Objective 4 -->
<div class="row align-items-center justify-content-center mt-5">
<div class="col-lg-12">
<h2 class="text-center font-weight-bold">Objective: Provide quality community engagement</h2>
<p>Social media and marketing is a critical component of our program. It is necessary to make prospective applicants, instructors, and partners aware of the promote as well as to promote existing partners and highlight the value they bring to the program.</p>
</div>
</div>
<div class="row mt-3 mb-1">
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Increase social media engagement by 50% in 2019</h6>
<h1 class="card-text">77.37%</h1>
<p class="card-text">overall social media engagement</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Publish 2 blogs each month in 2019 for a total of 24 blogs</h6>
<h1 class="card-text">24 of 24</h1>
<p class="card-text">published blogs on Medium</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Send a newsletter each month in 2019 for a total of 12 newsletters</h6>
<h1 class="card-text">12 of 12</h1>
<p class="card-text">monthly newsletters sent to our community</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
</div>
<div class="row text-center mb-3">
<div class="col-lg-12">
<button type="button" class="btn btn-lg blueBtn text-center" href="#">Drill Down (coming soon)</button>
</div>
</div>
<!-- Objective -->
<div class="row align-items-center justify-content-center mt-5">
<div class="col-lg-12">
<h2 class="text-center font-weight-bold">Objective: Explore and develop strategic partnerships </h2>
<p>Creating and operating a coding bootcamp that will teach computer programming to women and minorities from
distressed communities can’t be done alone. It requires long-term, strategic partners who will support the
program and benefit from its sustained success. Strategic partners have been instrumental to Hack Upstate over the years.
We’re extremely fortunate to have so many partners involved in our first cohort of Careers in Code that were critical to our success.</p>
</div>
</div>
<!-- Key Result -->
<div class="row mt-3 mb-1">
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Identify and explore 3 strategic partnerships</h6>
<h1 class="card-text">3 of 3</h1>
<p class="card-text">strategic partnerships explored (<a href="http://ongov.net/" target="_blank">Onondaga County</a> and the <a href="https://www.governor.ny.gov/news/governor-cuomo-announces-39-projects-be-funded-through-round-two-alliance-economic-inclusion">Alliance for Economic Inclusion</a>,
<a href="https://www.centerstateceo.com/" target="_blank">CenterState CEO</a>,
<a href="https://www.lemoyne.edu/News/News-Article/ArticleId/246" target="_blank">Le Moyne's ERIE 21)</a>
</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
<!-- Key Result -->
<div class="col col-md-4 col-sm-12 form-group">
<div class="card mb-3 text-center">
<div class="card-header bg-success font-weight-bold">Achieved</div>
<div class="card-body">
<h6 class="card-title">Identify and partner with 3 local businesses </h6>
<h1 class="card-text">3 of 3</h1>
<p class="card-text">local business partnerships (<a href="https://syracusecoworks.com/" target="_blank">Syracuse CoWorks</a>, <a href="https://vonlangenstudios.com/" target="_blank">Von Langden Studios</a>, <a href="http://www.artemis-portraits.com/" target="_blank">Artemis Photography</a>, and multiple local employers)</p>
<!-- <p><i class="fas fa-arrow-down, fas fa-arrow-down, fas fa-arrow-down, fas fa-arrows-alt-h" style="font-size:48px;"></i>
since last month</p> -->
</div>
</div>
</div>
</div>
<div class="row text-center mb-3">
<div class="col-lg-12">
<button type="button" class="btn btn-lg blueBtn text-center" href="#">Drill Down (coming soon)</button>
</div>
</div>
</div>
<div class="row text-center mt-5 mb-3">
<div class="col-lg-12">
<h3>Attrition</h3>
<p>Tremendous thank you to the <a href="http://dashboards.syrgov.net">City of Syracuse's Performance Dashboard</a>
for the inspiration.</p>
</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:doug@hackupstate.com">doug@hackupstate.com</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:jesse@hackupstate.com">jesse@hackupstate.com</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>