-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
90 lines (85 loc) · 5.29 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.ico"/>
<title>Women Who Code DC</title>
<link rel="stylesheet" href="assets/stylesheets/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="assets/stylesheets/bootstrap/bootstrap-theme.min.css">
<link rel="stylesheet" href="assets/stylesheets/pygment_trac.css">
<link rel="stylesheet" href="assets/stylesheets/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Women Who Code DC</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="./projects/index.html">Projects</a></li>
<li class="active"><a href="about.html">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<header>
<p><b>Women Who Code DC (WWCDC)</b> is the DC Network for <b>Women Who Code (WWC)</b> which is a global non-profit dedicated to inspiring women to excel in technology careers. We provide an avenue into tech, empower women with skills needed for professional advancement, and provide environments where networking and mentorship are valued. The organization has executed more than 1,200 free events around the world, garnered a membership exceeding 20,000, and has a presence in 15 countries.</h3><p></p>
<p>If interested in partnering with us or learning more about what we do, please reach out to <a href="mailto:[email protected]">[email protected]</a>.</p>
</header>
<section class="section-right">
<h3>Our key initiatives include:</h3>
<div>
<ul>
<li>Free technical study groups (Ruby on Rails, Javascript at the moment)</li>
<li>Connecting our community with influential tech experts and investors</li>
<li>Career and leadership development</li>
<li>Increasing female speakers and judges at conferences and hackathons</li>
<li>Increasing participation in the tech community</li>
</ul>
</div>
<h3>Leadership Team:</h3>
<div>
<ul>
<li><strong>Director: </strong><a href="https://twitter.com/kGibilterra" target="_blank">Kaylyn Gibilterra</a></li>
<li><strong>Director: </strong><a href="https://twitter.com/kapoornupur" target="_blank">Nupur Kapoor</a></li>
<li><strong>Director: </strong><a href="https://twitter.com/cscheerleader" target="_blank">Ria Galanos</a></li>
<li><strong>Mentoring Manager: </strong>Zuri Hunter</li>
<li><strong>Partnerships Evangelist: </strong><a href="https://twitter.com/snescat" target="_blank">Carrie Thomas</a></li>
<li><strong>Professional Development Manager: </strong><a href="https://twitter.com/knov" target="_blank">Kristen Novak</a></li>
<li><strong>Social Media & PR Evangelist: </strong><a href="https://twitter.com/catsandcamels" target="_blank">Lai Wei</a></li>
<li><strong>Website & Content Evangelist: </strong><a href="https://twitter.com/Lauren_CJay" target="_blank">Lauren Jacobson</a></li>
<li><strong>Front End Hack Night Lead: </strong><a href="https://twitter.com/sarahkleins_" target="_blank">Sarah Kleinman</a></li>
<li><strong>Front End Hack Night Lead: </strong>Isatu Conteh</li>
</ul>
</div>
</section>
</div>
<footer class="footer">
<div class="container">
<p class="view">
<a href="http://www.meetup.com/Women-Who-Code-DC/">Our Meetup Group</a><br />
<a href="https://github.com/womenwhocodedc">Our GitHub Profile</a><br />
<a href="https://github.com/WomenWhoCode/guidelines-resources">Group Guidelines</a><br />
<a href="https://twitter.com/WomenWhoCodeDC" class="twitter-follow-button" data-show-count="false">Follow @WomenWhoCodeDC</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.js"></script>
<script src="assets/javascripts/scale.fix.js"></script>
</body>
</html>