This repository was archived by the owner on Dec 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapply.html
More file actions
254 lines (223 loc) · 9.77 KB
/
Copy pathapply.html
File metadata and controls
254 lines (223 loc) · 9.77 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
<!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="author" content="">
<title>Careers In Code</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
<!-- Favicons -->
<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/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body id="page-top" class="custom-banner-page">
<a href="apply.html">
<div id="sponsor-banner">
Apply to Careers In Code Today!
<i class="fa fa-chevron-right ml-2"></i>
</div>
</a>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Careers in Code</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<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-link dropdown-item" href="#">About Careers in Code</a>
<!-- Mission goes here -->
<a class="dropdown-link dropdown-item" href="#">About Hack Upstate</a>
<a class="dropdown-link dropdown-item" href="#">Instructors</a>
<a class="dropdown-link dropdown-item" href="#">Student Testimonials</a>
<a class="dropdown-link dropdown-item" href="#">Partners and Sponsors</a>
<a class="dropdown-link dropdown-item" href="#">Press</a>
<a class="dropdown-link dropdown-item" href="#">Outcomes</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://classroom.careersincode.org/">Classroom</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#sponsors">Employers</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="http://huslack.herokuapp.com/" target="_blank">Slack</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://medium.com/@hackupstate" target="_blank">Blog</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://www.facebook.com/pg/hackupstate.org/photos/?tab=albums" target="_blank">Gallery</a>
</li> -->
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="apply.html">Apply</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead main-hu-banner">
<div class="container">
<div class="intro-text">
<div class="intro-heading text-uppercase">Apply Now</div>
<div class="intro-lead-in">24 week coding bootcamp for women and minorities from distressed communities</div>
<div class="intro-lead-in">January, 2019</div>
<a class="btn btn-primary btn-xl text-uppercase m-3" href="apply/students.html">Students</a>
<a class="btn btn-primary btn-xl text-uppercase m-3" href="apply/instructors.html">Instructors</a>
</div>
</div>
</header>
<!-- Footer -->
<footer class="bg-light" id="contact">
<div class="container">
<div class="row">
<div class="col-md-3 mb-5">
<h5>Where</h5>
<ul class="no-bullet">
<li>The Technology Garden
<li>235 Harrison St</li>
<li>Syracuse, NY 13202</li>
</ul>
<a class="btn btn-primary text-uppercase" href="https://www.google.com/maps/dir/''/the+technology+garden/data=!4m5!4m4!1m0!1m2!1m1!1s0x89d9f3be64671fcb:0xd90a35d916f066ff?sa=X&ved=0ahUKEwjp9r3xg_bYAhVL0YMKHXN0B10Q9RcIlwEwEA"
target="_blank">Open Maps</a>
</div>
<div class="col-md-3 mb-5">
<h5>Contact</h5>
<ul class="no-bullet">
<li>Doug Crescenzi</li>
<li>
<a href="mailto:doug@hackupstate.com">doug@hackupstate.com</a>
</li>
<li>
<a href="tel:315-436-8655">(315) 436-8655</a>
</li>
<hr>
<li>Jesse Peplinski</li>
<li>
<a href="mailto:jesse@hackupstate.com">jesse@hackupstate.com</a>
</li>
<li>
<a href="tel:315-409-3514">(315) 409-3514</a>
</li>
</ul>
</div>
<div class="col-md-3 mb-5">
<h5>Social</h5>
<ul class="no-bullet">
<li>
<a href="http://huslack.herokuapp.com/" target="_blank">Slack</a>
</li>
<li>
<a href="https://www.facebook.com/hackupstate.org/" target="_blank">Facebook</a>
</li>
<li>
<a href="https://twitter.com/hackupstate" target="_blank">Twitter</a>
</li>
<li>
<a href="https://www.linkedin.com/company/hack-upstate" target="_blank">LinkedIn</a>
</li>
<li>
<a href="https://github.com/hackupstate" target="_blank">Github</a>
</li>
<li>
<a href="https://www.youtube.com/user/hackupstate" target="_blank">YouTube</a>
</li>
</ul>
</div>
<div class="col-md-3 mb-5">
<h5>Useful Links</h5>
<ul class="no-bullet">
<li>
<a href="#">TBD</a>
</li>
</ul>
</div>
</div>
<div class="copyright text-center">
<div class="span12">Copyright © careersincode.org // 2018</div>
<div class="span12">Website created by
<a href="http://jessepeplinski.com" target="_blank">Jesse Peplinski</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></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>