-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
81 lines (73 loc) · 4.04 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
<!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="#">Women Who Code DC</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="./projects/index.html">Projects</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<header>
<h1>Women Who Code DC</h1>
<p>Our chapter is focused on providing women with tangible programming skills to expand their career opportunities.</p>
<p>We are made up of a lot of study groups that learn anything in the "full stack" of development (aka from the very back end of coding involving networks and security, to the front end involving scripting and styling). Whether you love Python or are trying to learn anything you can - we are a group that allows you to pick and choose whatever fits your learning style!</p>
</header>
<section class="section-right">
<h3>The Language of Languages</h3>
<small>Jan 20, 2015</small>
<p><a href="http://womenwhocodedc.github.io/thelanguagesoflanguages/">Presentation slides</a>.</p>
<h3>The Language of Languages</h3>
<small>October 15, 2014</small>
<p><a href="https://prezi.com/a92cz_ima_gn/the-language-of-languages/?utm_campaign=share&utm_medium=copy">Presentation slides</a>.</p>
<h3>JavaScript Study Group</h3>
<small>October 21, 2014</small>
<p><a href="http://nupurkapoor.github.io/intro-to-git/#/">Presentation slides</a>.</p>
<h3>JavaScript Study Group</h3>
<small>June 02, 2014</small>
<p><a href="http://nupurkapoor.github.io/js-study-group/#/">Presentation slides</a>.</p>
</section>
</div>
<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>