This repository has been archived by the owner on Jan 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestimonials.html
424 lines (384 loc) · 17.3 KB
/
testimonials.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
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
<!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>Hack Upstate</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">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="index.html">Hack Upstate</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">
<a class="nav-link js-scroll-trigger" href="events/xii/index.html">Sign Up</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#portfolio">Events</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="sponsors.html">Sponsors</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="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead main-hu-banner">
<div class="container">
<div class="intro-text">
<div class="intro-heading text-uppercase">Check out some of our TESTIMONIALS</div>
<div class="intro-lead-in">Here's what people are saying about Hack Upstate.</div>
</div>
</div>
</header>
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/testimonials/rachelhoat.jpeg" alt="Rachel Hoat">
<h4 class="text-uppercase">Rachel Haot</h4>
<p class="text-muted">
<a href="https://en.wikipedia.org/wiki/Rachel_Haot" target="_blank">Former Chief Digital Officer and Deputy Secretary for Technology, New York State</a>
</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/rachelsterne/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<p>"Hack Upstate has been instrumental to Upstate New York's technology sector growth. As a Startup-NY company,
it's exciting to see the rate at which their community is expanding, and the success they've had aligning Upstate
tech talent with employers. We’re so proud to have them here in New York."</p>
</div>
</div>
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/testimonials/patrickdanial.jpg" alt="">
<h4 class="text-uppercase">Patrick Danial</h4>
<p class="text-muted">
<a href="https://www.terakeet.com/about/team/patrick-danial/" target="_blank">Chief Technology Officer and Co-Founder, Terakeet</a>
</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/pdanial" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/patrickdanial/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<p>"From elegant to crude, the paths of invention are riddled with challenges best tackled through diversity in
talent and thinking. Hack Upstate attracts these rare ingredients and fiendishly disrupts traditional planning
through rules and boundaries ensuring the unexpected."</p>
</div>
</div>
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/testimonials/benroberts.jpg" alt="">
<h4 class="text-uppercase">Ben Roberts</h4>
<p class="text-muted">
<a href="#" target="_blank">Director of Public Affairs, AT&T</a>
</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/benrobertspr?lang=en" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/benjamin-roberts-4009521b" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<p>"We at AT&T have worked closely with Hack Upstate on five different civic related hackathons throughout the past
two years. All have been tremendously successful, and introduced extraordinary value to Upstate New York’s
STEM community, as well as the Upstate community at large.”</p>
</div>
</div>
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/testimonials/davebulger.jpeg" alt="">
<h4 class="text-uppercase">Dave Bulger</h4>
<p class="text-muted">
<a href="https://tuzag.co/" target="_blank">Chief Executive Officer, Tuzag</a>
</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/davebulger?lang=en" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/davebulger/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<p>“In the emerging Upstate New York tech scene, Hack Upstate is an essential asset. It’s an outstanding event for
bringing together some of our region’s top tech talent, a tight, well-run event and an absolute blast!”</p>
</div>
</div>
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/testimonials/aimeekoval.jpg" alt="">
<h4 class="text-uppercase">Aimee Koval</h4>
<p class="text-muted">
<a href="https://metisconsultinggroup.com/" target="_blank">President & COO, Metis Consulting Group</a>
</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/aimeekoval?lang=en" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/aimeekoval" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<p>"As a certified Benefit Corporation, Metis Consulting Group believes that strong communities make strong businesses.
That is why we are long-time sponsors of Hack Upstate, whose mission to unite and facilitate collaboration
among the greater Upstate New York technology community dovetails seamlessly with our own goal of conducting
Business as a Force for Good."</p>
</div>
</div>
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/testimonials/jimjurista.jpeg" alt="">
<h4 class="text-uppercase">Jim Jurista</h4>
<p class="text-muted">
<a href="https://metisconsultinggroup.com/" target="_blank">Chief Technology Officer, Metis Consulting Group</a>
</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/jimjurista?lang=en" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/jimjurista" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<p>"Hack Upstate energizes the developer network of our region. Hundreds of creative people come together, then
go from strangers to collaborators through friendly competition as they develop unique and useful solutions.
The event is always well planned, with great sponsors, food and drinks, and smart, diverse judges. Through
its engagement and longtime commitment, Hack Upstate leads by example in this area's coding community."</p>
</div>
</div>
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/testimonials/nasirali.jpg" alt="">
<h4 class="text-uppercase">Nasir Ali</h4>
<p class="text-muted">
<a href="https://uvc.org/" target="_blank">Co-founder and CEO, Upstate Venture Connect</a>
</p>
<ul class="list-inline social-buttons">
<!-- <li class="list-inline-item">
<a href="#" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li> -->
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/snasirali/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<p>“Hack Upstate is building a more connected, aware, and knowledgeable developer community for our region. Shared
projects and sleepless nights are leading to new friendships and turning ideas into real products and services.”</p>
</div>
</div>
</div>
</section>
<!-- 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="sponsors.html">Sponsors</a>
</li>
<li>
<a href="become-a-sponsor.html">Become a Sponsor</a>
</li>
<li>
<a href="http://huslack.herokuapp.com/" target="_blank">Slack</a>
</li>
<li>
<a href="https://medium.com/@hackupstate" target="_blank">Blog</a>
</li>
<li>
<a href="https://www.facebook.com/hackupstate.org/photos/?tab=albums" target="_blank">Gallery</a>
</li>
<li>
<a href="conduct.html">Code of Conduct</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="testimonials.html">Testimonials</a>
</li>
<li>
<a href="privacy.html">Privacy Policy</a>
</li>
<li>
<a href="waiver.html">Under 18 Waiver</a>
</li>
<li>
<a href="open-data.html">Open Data</a>
</li>
</ul>
</div>
</div>
<div class="copyright text-center">
<div class="span12">Copyright © hackupstate.com // 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>
<!-- Drip -->
<script type="text/javascript">
var _dcq = _dcq || [];
var _dcs = _dcs || {};
_dcs.account = '8668207';
(function () {
var dc = document.createElement('script');
dc.type = 'text/javascript'; dc.async = true;
dc.src = '//tag.getdrip.com/8668207.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(dc, s);
})();
</script>
</body>
</html>