-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
457 lines (404 loc) · 18.8 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Girl Develop It ♥ Don't be shy, develop it.</title>
<meta name="description" content="Empowering women of diverse backgrounds from around the world to learn how to develop software">
<meta name="author" content="Girl Develop It">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="reveal/css/reveal.min.css">
<link rel="stylesheet" href="reveal/css/theme/simple.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="reveal/lib/css/zenburn.css">
<link rel="stylesheet" href="reveal/css/styles.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'reveal/css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Girl Develop It</h1>
<h3>Cincinnati</h3>
<img src="images/circle-logo.png" alt="Girl Develop It" class="no-border" style="width: 50%;" />
</section>
<!--
<section data-background="images/detroit-htmlcss.png">
<h1>National Impact</h1>
</section>
<section>
<h2>What We Do</h2>
<p>"Girl, Develop It!"" began as a call to action for women, by women who were tired of the low representation of women in tech, and who want to make a difference today.</p>
</section>
<section>
<h2>What We Do</h2>
<p>Started in 2010, NYC</p>
<img src="images/nyc-skyline.png" class="no-border" alt="2010: NYC" />
</section>
<section>
<h2>What We Do</h2>
<p>Cofounders: Vanessa Hurst and Sara Chipps</p>
<div style="width: 42%; float: left; padding: 3%;">
<img src="images/vanessa.png" alt="Vanessa Hurst" class="no-border" />
</div>
<div style="width: 42%; float: left; padding: 3%;">
<img src="images/sara.png" alt="Sara Chipps" class="no-border" />
</div>
</section>
<section data-background="images/boulder-scala.png">
<h1>What We Do:</h1>
<h1>Our Mission</h1>
</section>
<section>
<h2>Our Mission</h2>
<p>Girl Develop It is a national nonprofit organization that exists to provide affordable, judgment-free workshops to women who want to learn web and software development through hands-on instruction.</p>
</section>
<section data-background="images/boulder-python.png">
<h1>What We Do:</h1>
<h1>Our Vision</h1>
</section>
<section>
<h2 class="blue">Our Vision</h2>
<p>Our vision is to create a network of empowered women who feel confident in their abilities to code and build beautiful web and mobile applications. By teaching women around the world from diverse backgrounds to learn software development, we can help women improve their careers and confidence in their everyday lives</p>
</section>
<section data-background="images/detroit-htmlcss.png">
<h1>What We Do:</h1>
<h1>Our Values</h1>
</section>
<section>
<h2 class="green">Our Values</h2>
<p>We are committed to making sure women of all races, education levels, income, and upbringing can build confidence in their skill set to develop web and mobile applications. </p>
</section>
<section>
<h2 class="green">Our Values</h2>
<p>Our goal is to provide powerful hands-on programs to women seeking professional help in software development and create basic to advanced web and mobile applications. </p>
</section>
<section data-background="images/philly-hack.png">
<h1>What's the problem we’re solving?</h1>
</section>
<section>
<h2>The Problem</h2>
<p>Women make up half of the U.S. workforce, but hold just 25% of the jobs in technical or computing fields. </p>
</section>
<section>
<h2>The Problem</h2>
<div style="width: 30%; float: left; padding: 1%;">
<img src="images/57_percent.png" alt="57%" class="no-border" />
<p style="font-size: 80%;">57% of professional occupations in the 2013 U.S. workforce held by women</p>
</div>
<div style="width: 30%; float: left;padding: 1% 3%;">
<img src="images/26_percent.png" alt="26%" class="no-border"/>
<p style="font-size: 80%;">26% of professional computing occupations in the 2013 U.S. workforce held by women</p>
</div>
<div style="width: 30%; float: left;padding: 1%;">
<img src="images/24_percent.png" alt="24%" class="no-border"/>
<p style="font-size: 80%;">24% of Chief Information Officer (CIO) positions at Fortune 100 companies held by women in 2012</p>
</div>
</section>
<section>
<h2>The Diversity Problem</h2>
<div style="width: 30%; float: left; padding: 1%;">
<img src="images/3_percent.png" alt="3%" class="no-border" />
<p style="font-size: 80%;">3% of computing workforce who were African-American women in 2013</p>
</div>
<div style="width: 30%; float: left;padding: 1% 3%;">
<img src="images/5_percent.png" alt="5%" class="no-border"/>
<p style="font-size: 80%;">5% of computing workforce who were Asian women in 2013</p>
</div>
<div style="width: 30%; float: left;padding: 1%;">
<img src="images/2_percent.png" alt="2%" class="no-border"/>
<p style="font-size: 80%;">2% of computing workforce who were Hispanic women in 2013</p>
</div>
<p style="clear:both;"><small><i>Source: <a href="http://www.ncwit.org/sites/default/files/resources/btn_02282014web.pdf">NCWIT</a></i></small></p>
</section>
<section data-background="images/detroit-htmlcss.png">
<h1>Who We Are</h1>
</section>
<section>
<h2>Who We Are</h2>
<p>Our core programs, now in over 50 cities throughout the US, are simple: we provide low-cost, judgment-free opportunities to learn software development.</p>
</section>
-->
<section data-background="images/chapter-map.png">
<h1>GDI Across the Country</h1>
</section>
<section>
<h2>National Impact</h2>
<ul>
<li>51 chapters nationwide</li>
<li>48,603 members</li>
<li>National leadership in place as of the last year</li>
<li>More financial support nationally this year than in the last five</li>
</ul>
</section>
<!--
<section data-background="images/detroit-htmlcss.png">
<h1>How we're different</h1>
</section>
-->
<!-- Local Chapter information -->
<section data-background="images/gdi-intro-concepts.jpg">
<h1>GDI in Cincinnati</h1>
</section>
<!--
<section>
<h2>Who We Are</h2>
<p>Co-Chairs: Becky Blank & Becky Sroufe</p>
<div style="width: 42%; float: left; padding: 3%;">
<img src="images/becky-blank.jpg" alt="Becky Blank" style="width: 330px;" class="no-border" />
</div>
<div style="width: 42%; float: left; padding: 3%;">
<img src="images/becky-sroufe.jpg" alt="Becky Sroufe" style="width: 330px;" class="no-border" />
</div>
</section>
-->
<section>
<h2>Our Mission in the <br/>Tri-State</h2>
<ol>
<li>Expose as many Cincinnati women to code <br>as possible</li>
<li>Create a community of female technologists</li>
</ol>
</section>
<section>
<h2>Meet Our Community</h2>
<p>We serve:</p>
<ul>
<li>Women in related fields for whom understanding tech helps with their current job</li>
<li>Underemployed & unemployed women</li>
<li>Career switchers</li>
<li>Hobbyists</li>
<li>Current lady techies who want to meet other female technologists</li>
</ul>
</section>
<section>
<h2>Goals</h2>
<ul>
<li>2015 Goals</li>
<ul>
<li>Double the number of class seats sold</li>
<li>Dedicate as much of our funds as possible to recruitment</li>
</ul>
<br/>
<li>Long Term</li>
<ul>
<li>Provide resources for our alumnae to get <br>paid to code</li>
</ul>
</ul>
</section>
<section>
<h2>Cincinnati by the Numbers</h2>
<ul>
<li>Now over 1,000 members!
<ul>
<li>
60% YOY growth from 2014-2015
</li>
</ul>
</li>
<br>
<li>2015: hosted 15 classes or free community events (so far!)</li>
<ul>
<li>Compared to 20 classes/events total in 2014</li>
</ul>
</ul>
</section>
<section>
<h2>Cincinnati by the Numbers</h2>
<ul>
<li>We've opened 2 brand new classes for 2015 for Intro to Javascript and Python</li>
<li>Grown from 6 to 15 team members</li>
<li>Looking to open 2 new classes for Q3 & Q4</li>
</ul>
</section>
<section>
<h2>What's Next?</h2>
<ul>
<li>Continue member growth + support</li>
<li>Open one new class offering per quarter in 2015
</li>
<li>Offer more tracks of study for our students</li>
<li>Help connect students to real world application of their growing skills + career opportunities</li>
</ul>
</section>
<section>
<h2>Meet Our Team</h2>
<img src="images/gdi-cincy-staff.jpg" style="width: 80%; box-shadow: none;" />
</section>
<section>
<img class="img-no-style img-headshot" src="images/john-david-back.png" />
<h2>John David Back</h2>
<p>
Developer Extraordinaire<br />
<a href="http://www.twitter.com/johndavidback" style="text-decoration: none;" target="_blank">@johndavidback</a>
</p>
</section>
<section>
<img class="img-no-style img-headshot" src="images/catherine-rust.png" />
<h2>Catherine Rust</h2>
<p>
Operations Manager, ChoreMonster<br />
<a href="http://www.twitter.com/catheraaine" style="text-decoration: none;">@catheraaine</a>
</p>
</section>
<section>
<h2>Meet Our Students</h2>
<ul>
</ul>
</section>
<section>
<img class="img-no-style img-headshot" src="images/irena.png" />
<h2>Irena Miller</h2>
<p>
Owner/Director of Grace Yoga Center<br />
<a href="http://www.twitter.com/irenamiller" style="text-decoration: none;" target="_blank">@irenamiller</a>
</p>
</section>
<section>
<img class="img-no-style img-headshot" src="images/sarah-sachs.png" />
<h2>Sarah Sachs</h2>
<p>
Front End Developer<br />
<a href="http://www.twitter.com/zarahzachz" style="text-decoration: none;" target="_blank">@zarahzachz</a>
</p>
</section>
<section>
<h2>Thank You To Our Sponsors!</h2>
<img class="img-no-style" src="images/gdi-sponsors.jpg" style="width: 70%; box-shadow: none;" />
</section>
<section>
<img class="img-no-style" src="images/creatives-on-call.jpg" />
</section>
<section data-background="images/class-intro-js.jpg">
<h1>Our Upcoming Events</h1>
</section>
<section>
<h2>Upcoming Events</h2>
<div style="width: 45%; float: left;">
<h4 class="blue">Intro to<br />Web Concepts</h4>
<p><strong>Mon, July 13 - 7:00 p.m.</strong></p>
<p>Rockfish Interactive</p>
<p><a href="http://www.meetup.com/Girl-Develop-It-Cincinnati/events/222865402/">Meetup Info</a></p>
</div>
<div style="width: 45%; float: left;">
<h4 class="blue">Intro to Javascript/jQuery</h4>
<p><strong>Jul 14, 21, 28 & Aug 4</strong></p>
<p>Braxton Brewing Co.</p>
<p><a href="http://www.meetup.com/Girl-Develop-It-Cincinnati/events/222946910/">Meetup Info</a></p>
</div>
</section>
<section>
<h2>Upcoming Events</h2>
<div style="width: 45%; float: left;">
<h4 class="blue">Intro to<br />HTML/CSS</h4>
<p><strong>Jul 14, 21, 28 & Aug 4</strong></p>
<p>OCEAN<br />Accelerator</p>
<p><a href="http://www.meetup.com/Girl-Develop-It-Cincinnati/events/222865579/">Meetup Info</a></p>
</div>
<div style="width: 45%; float: left;">
<h4 class="blue">Intro to <br /></b>SEO</h4>
<p><strong>Jul 27 & 29</strong></p>
<p>Empower MediaMarketing</p>
<p><a href="http://www.meetup.com/Girl-Develop-It-Cincinnati/events/223497480/">Meetup Info</a></p>
</div>
</section>
<section data-background="images/gdi-get-involved.jpg">
<h1>How You Can Get Involved</h1>
</section>
<section>
<h4>Sponsor or Host Events</h4>
<p>Sponsor or host classes, networking events, <br>or community events</p>
<br>
<h4>Community Outreach</h4>
<p>Promote GDI's mission, raise awareness, <br>spread the word about us to women you know</p>
<br>
<h4>Volunteer</h4>
<p>We are always open to great teachers, TAs, <br>or operations volunteers</p>
</section>
<!--
<section>
<h2>Community Outreach</h2>
<p>Promote Girl Develop It's mission, raise awareness, <br />recruit instructors and TAs, promote fundraising & sponsorships, represent GDI at local events.</p>
</section>
<section>
<h2>Host or Sponsor Events</h2>
<p>Receiving help from the community enables us to support more students and teachers.</p><br />
<p>Some ways to help include volunteering your space for workshops, sponsoring snacks for events and donating to our scholarship fund.</p>
</section>
<section>
<h2>Host or Sponsor Events</h2>
<p style="margin-bottom: 40px;">In return, we feature your name on the official Meetup page, in our event promotional materials and give you a shoutout on all our social channels.</p>
<p>Email us at <a href="mailto:[email protected]" style="text-decoration: none;">[email protected]</a> for more information about sponsorship opportunities.</p>
</section>
<section>
<h2>Other Ideas?</h2>
<p>We always open to ideas for classes, programming and overall improvements for this chapter. Please feel free to speak to one of our chapter leaders or email us at <a href="[email protected]" style="text-decoration: none;">[email protected]</a>.</p>
</section>
-->
<section class="gdi-social">
<h2>Stay in Touch</h2>
<div>
<a href="mailto:[email protected]"><img src="images/icon-email.png" alt="email us" title="[email protected]" class="no-border social-icon" style="margin-right: 30px; vertical-align: middle; text-decoration: none;" />[email protected]</a>
</div>
<div>
<a href="http://twitter.com/GDICincinnati"><img src="images/icon-twitter.png" alt="Twitter" title="@GDICincinnati" class="no-border social-icon" style="margin-right: 30px; vertical-align: middle; text-decoration: none;" />@gdicincinnati</a>
</div>
<div>
<a href="http://facebook.com/gdicincinnati"><img src="images/icon-facebook.png" alt="Facebook" title="Facebook" class="no-border social-icon" style="margin-right: 30px; vertical-align: middle; text-decoration: none;" />GDI Cincinnati</a>
</div>
<div>
<a href="https://www.linkedin.com/groups/Girl-Develop-It-Cincinnati-8110378"><img src="images/icon-linkedin.png" alt="LinkedIn" title="LinkedIn" class="no-border social-icon" style="margin-right: 30px; vertical-align: middle; text-decoration: none;" />Girl Develop It Cincinnati</a>
</div>
</section>
<section>
<img class="img-no-style" src="images/gdi-thank-you.png" style="width: 65%;" />
</section>
</div>
<footer>
<div class="copyright">
Girl Develop It ♥ Don't be shy, develop it. --
<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/3.0/80x15.png" /></a>
</div>
</footer>
</div>
<script src="reveal/lib/js/head.min.js"></script>
<script src="reveal/js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'reveal/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'reveal/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'reveal/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'reveal/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>