forked from women-in-coding/womenincoding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·492 lines (457 loc) · 24.4 KB
/
about.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Women in Coding - About</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/clean-blog.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet'
type='text/css'>
<link
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html" aria-label="home page"> <W/C> </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('img/medium.png')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1>About Us</h1>
<hr class="small">
<span class="subheading">This is who we are.</span>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container about">
<!--team member-->
<div class="row team-member" id="christy">
<div class="col-lg-3 col-lg-offset-2 col-md-4 col-md-offset-1">
<img src="img/christy.jpg" />
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6">
<p>Christy is a web developer who specializes in designing and building enterprise level web
applications. She made the decision to become a developer in 2013 and has been passionate about
sharing the things she has learned in the process ever since. She has been a supporter of Women in
Coding since meeting Zoe and Kseniya in 2015 and is excited to be taking a more active role in
helping grow the Syracuse Tech community through Women in Coding. When she isn’t coding, designing,
or building things she enjoys reading, spending time with family, and finding new places to go
hiking.</p>
<p><a href="http://christypresler.com/" target="_blank">christypresler.com</a></p>
<ul class="list-inline text-center social">
<li>
<a href="https://twitter.com/@cnpresler" target="_blank" title="twitter">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/christy-presler/" target="_blank" title="linkedin">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/cpresler" target="_blank" title="github">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<!--team member-->
<hr>
<div class="row team-member">
<div class="col-lg-3 col-lg-offset-2 col-md-4 col-md-offset-1">
<img src="img/Annalena-thumbnail.jpg" />
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6">
<p>Annalena is a web developer at Syracuse University, with front end and back end experience. She works
primarily in PHP and JavaScript, with a special focus on creating inclusive and accessible user
interfaces. Annalena discovered her love for coding in 2017 with a Front End Design and Development
Course at StartFast Code. She is a lifelong creator who has worked in environmental education,
community development, and as an artist, before becoming a developer.
</p>
<p><a href="http://akdavis.io" target="_blank">akdavis.io</a></p>
<ul class="list-inline text-center social">
<li>
<a href="https://twitter.com/@annalenakdavis" target="_blank" title="twitter">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/annalenadavis" target="_blank" title="github">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/annalena-davis-25907143/" target="_blank" title="linkedin">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<!--team member-->
<hr>
<div class="row team-member">
<div class="col-lg-3 col-lg-offset-2 col-md-4 col-md-offset-1">
<img src="img/jennifer-tran.jpg" />
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6">
<p>Jennifer is a Business Intelligence Analyst/Developer-in-Training at Metis Consulting Group. While
working in logistics, she was inspired to learn how to code in order to eliminate inefficiencies and
digitize traditionally manual supply chain processes. She is passionate about any technologies that
are potentially disruptive to supply chain and is focused on particularly improving her skills in
data science, blockchain, and geospatial technologies. Jennifer loves to be involved with the local
software developer community and has won several prizes at Hack Upstate. Outside of thinking about
enterprise software, Jennifer enjoys learning French, listening to Asian music, studying
architecture, and exploring Syracuse's arts and cultural scenes.
</p>
<p><a href="https://devpost.com/JenniferT3" target="_blank">devpost.com/JenniferT3</a></p>
<ul class="list-inline text-center social" target="_blank">
<li>
<a href="https://twitter.com/JKim_Tran" target="_blank" title="twitter">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jennifertranlogistics/" title="linkedin">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<!--team member-->
<hr>
<div class="row team-member" id="dana">
<div class="col-lg-3 col-lg-offset-2 col-md-4 col-md-offset-1">
<img src="img/dana.jpg" />
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6">
<p> Dana is a web developer and owner of The Technology Overlay, a freelance tech consulting and web
design business. She graduated from the Careers in Code Programming Bootcamp in 2019 and is
currently attending Onondaga Community College for Computer Info Systems - Web Concentration. She
works as as a web developer for The Stand newspaper in Syracuse. Dana is also a principal
co-organizer for the Syracuse chapter
of Major League Hacking and organized its first mini technology conference. In her free time, Dana
enjoys rollerskating and watching martial arts movies. Her greatest accomplishment is raising her
three daughters and watching them grow into responsible and mature adults. </p>
<p><a href="https://techoverlay.com/" target="_blank">techoverlay.com</a></p>
<ul class="list-inline text-center social">
<li>
<a href="https://twitter.com/dana7160" target="_blank" title="twitter">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/danawebdeveloper2/" target="_blank" title="linkedin">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/mcmu21058" target="_blank" title="github">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<!--team member-->
<hr />
<div class="row team-member" id="kelly">
<div class="col-lg-3 col-lg-offset-2 col-md-4 col-md-offset-1">
<img src="img/kellyc.jpg" />
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6">
<p> Kelly is a freelance full stack web developer currently contracting with Hack Upstate and a graduate
of the Careers in Code bootcamp. She's also one half of Salt City Code, a women-led podcast about
the Syracuse tech community. Kelly graduated from SUNY Oswego with a degree in Broadcasting-Mass
Communications and she enjoys combining her skills in that area with her developing knowledge of
tech. When she's not in front of VSCode, she's a frequent visitor of the Central Library and all of
the local coffee shops. </p>
<p><a href="https://kell.dev" target="_blank">kell.dev</a></p>
<ul class="list-inline text-center social">
<li>
<a href="https://twitter.com/kellytoearth" target="_blank" title="twitter">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/kellymcorey" target="_blank" title="linkedin">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/kellcore" target="_blank" title="github">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<!--team member-->
<hr />
<h3 class="text-center"> Founders </h3>
<div class="row team-member" id="zoe">
<div class="col-lg-3 col-lg-offset-2 col-md-4 col-md-offset-1">
<img src="img/zoe.jpg" />
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6">
<p>Zoe is a partner and web developer at <a href="http://www.upstate.agency/" target="_blank">Upstate
Interactive</a>. She has 5+ years of software startup business experience. She graduated from
Syracuse University, the New York Code + Design Academy and <a
href="http://www.startfastcode.com/">StartFast Code</a>. Zoe was inspired to cofound Women in
Coding after realizing the shortage of resources in Central New York first hand. Zoe is also
passionate about health and fitness, traveling, and spending time with friends and family.
</p>
<p><a href="http://zck.io/" target="_blank">zck.io</a></p>
<ul class="list-inline text-center social">
<li>
<a href="https://twitter.com/zoitsa430" target="_blank" title="twitter">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/zoe.koulouris?fref=ts" target="_blank" title="facebook">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/zoitsa" target="_blank" title="github">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<!-- team member -->
<hr />
<div class="row team-member" id="kseniya">
<div class="col-lg-3 col-lg-offset-2 col-md-4 col-md-offset-1">
<img src="img/kseniya.jpg" />
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6 about-kseniya">
<p>Kseniya is a partner and web developer at <a href="http://www.upstate.agency/"
target="_blank">Upstate Interactive</a>. She discovered her love for coding and design in 2015
and decided to make it a full-time venture in August of 2016. She has taken classes through New York
Code + Design Academy, Syracuse University, and is a graduate from <a
href="http://www.startfastcode.com/">StartFast Code</a>, a full stack coding bootcamp in
Syracuse, NY. She became passionate about providing coding resources for women through her own
search for classes. She enjoys traveling, reading, and spending time with her family.
</p>
<p><a href="http://kseniya.io/" target="_blank">kseniya.io</a></p>
<ul class="list-inline text-center social" target="_blank">
<li>
<a href="https://www.linkedin.com/in/kseniya-lifanova-aa50b19/" title="linkedin">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/kseniya292" target="_blank" title="twitter">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/kseniya292" target="_blank" title="github">
<span class="fa-stack fa-1x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<!--team member-->
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<hr />
<div class="sponsorship-section">
<div class="well text-center">
<h3>Thank you to our sponsor:</h3>
<a href="https://hackupstate.com/home" target="_blank"><img
src="img/HU-Logo-Transparent-Normal.png" alt="Hack Upstate Logo"></a>
</div>
</div>
<!--sponsorship-section-->
</div>
<!--col-8-->
</div>
<!--row-->
</div>
<!--about-->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-2">
<p class="footer-heading">Women in Coding</p>
<p>Our mission is to provide resources and opportunities for those interested in coding and design
in the local community.</p>
<p class="contact-us"><a href="contact.html" style="color:#ff6f95">Contact Us</a></p>
</div>
<!--col-->
<div class="col-md-3 col-md-offset-2 form-column">
<form action="https://tinyletter.com/womenincoding" method="post" target="popupwindow"
onsubmit="window.open('https://tinyletter.com/womenincoding', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true">
<p>Subscribe for our newsletter!</p>
<p><label for="tlemail">Email Address</label></p>
<p><input type="text" style="width:100%" name="email" id="tlemail" /></p>
<input type="hidden" value="1" name="embed" /><input type="submit" value="Subscribe" />
<p class="tinyletter"><a href="https://tinyletter.com" target="_blank"
style="color:#ff6f95">powered by TinyLetter</a></p>
</form>
</div>
<!--col-->
<!-- <ul class="list-inline text-center">
<li>
<a href="#">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="#">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="#">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul> -->
<div class="col-xs-12 copyright-div">
<hr>
<p class="copyright text-muted">Copyright © Women in Coding 2018</p>
</div>
</div>
<!--row-->
</div>
<!--container-->
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<!-- Theme JavaScript -->
<script src="js/clean-blog.min.js"></script>
</body>
</html>