forked from allgirlhacknight/allgirlhacknight.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (41 loc) · 2.15 KB
/
index.html
File metadata and controls
47 lines (41 loc) · 2.15 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Austin All-Girl Hack Night</title>
<link rel="stylesheet" href="hacknight.css" />
</head>
<body>
<div class="content">
<h1><span>Austin</span> All-Girl Hack Night</h1>
<p class="about">A meetup for women developers the 4th Wednesday of every month at Capital Factory. <a href="">➙</a><br/>
Our goal is to help women in our field find each other to make friends, work on projects, and share knowledge. We have talks by women working on interesting things in many niches, followed by time to work collaboratively, ending with an optional laptops-closed social event at a nearby bar.<br/>
If you're a woman who writes code, we'd love to have you join us!</p>
<nav>
<a href="#thismonth">this month</a>
<a href="events.html">other events</a>
<a href="jobs.html">job board</a>
</nav>
<div class="thismonth tba" id="thismonth" style="display:none;">
<h2><span>this month:</span>To Be Announced</h2>
<p class="datetime">January 23, 2013 ★ 7pm ★ <a href="http://www.capitalfactory.com/">Capital Factory</a></p>
<img src="img/speaker.png" alt="Grace Hopper" />
<p>Check back for details, or <a href="https://twitter.com/AllGirlHackNite">follow us on Twitter</a> for updates!</p>
</div>
<div class="thismonth" id="thismonth">
<h2><span>this month:</span>Natural Language Processing</h2>
<p class="datetime">January 23, 2013 ★ 7pm ★ <a href="http://www.capitalfactory.com/">Capital Factory</a></p>
<p>Check back for details, or <a href="https://twitter.com/AllGirlHackNite">follow us on Twitter</a> for updates!</p>
<aside>Megan Galloway</aside>
</div>
<div class="otherevents" id="other">
<h2>More events around town:</h2>
<p>Got an event for women developers you want to see here? Get in touch, or simply make a pull request!</p>
<a class="seeall" href="events.html">see all ➙</a>
</div>
<footer>Got a question? Message <a href="https://github.com/garann">Garann</a> or <a href="https://github.com/kperch">Kassandra</a>.</footer>
</div>
</body>
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="hacknight.js"></script>
</html>