forked from gdiannarbor/gdiannarbor.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
85 lines (74 loc) · 3.65 KB
/
events.html
File metadata and controls
85 lines (74 loc) · 3.65 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
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
<!doctype html>
<html class="theme--main">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Girl Develop It Ann Arbor</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/application.css">
</head>
<body>
<div class="content">
<div class="container">
<aside class="sidebar">
<a class="logo" href="/"><img src="images/logo-aa-pink.png" alt="Girl Develop It Ann Arbor"></a>
<nav>
<ul class="list--horz list--cozy">
<li><a href="http://www.meetup.com/Girl-Develop-It-Ann-Arbor/" title="Meetup" target="_blank"><i class="fa fa-calendar"></i></a></li>
<li><a href="http://twitter.com/gdiannarbor" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://www.facebook.com/GirlDevelopItAnnArbor" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/groups?gid=6669157" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
<ul>
<li><strong><a href="events.html">Event Resources</a></strong></li>
<li><strong><a href="survey.html">Community Survey</a></strong></li>
<li><a href="scholarships.html">Scholarship Application</a></li>
<li><a href="volunteers.html">Volunteer Form</a></li>
<li><a href="mailto:annarbor@girldevelopit.com?subject=GDI Ann Arbor Sponsorship Inquiry">Sponsorship Inquiry</a></li>
</ul>
</nav>
</aside>
<div class="main">
<div class="intro">
<a class="meetups__join" href="http://www.meetup.com/Girl-Develop-It-Ann-Arbor/" target="_blank">Join Our Meetup Group »</a>
<h2>Past Events</h2>
<p>Looking for slides or resources for a past event? <em>You've come to the right place!</em></p>
<h3>July</h3>
<ul>
<li>7/30/14 - <a href="events/wit_panel.html">Women In Tech Panel Discussion</a></li>
<li>7/26/14 - <a href="events/0714_hc.html">How to Build a Website: HTML & CSS for Beginners</a></li>
<li>7/10/14 - <a href="events/git_intro.html">Git & Version Control: Demystified</a></li>
</ul>
<h3>June</h3>
<ul>
<li>6/18/14 - <a href="events/mobile_intro.html">Mobile Development: A Whirlwind Tour</a></li>
</ul>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav>
<ul class="list--horz">
<li><a href="http://www.meetup.com/Girl-Develop-It-Ann-Arbor/" title="Meetup" target="_blank"><i class="fa fa-calendar"></i></a></li>
<li><a href="http://twitter.com/gdiannarbor" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://www.facebook.com/GirlDevelopItAnnArbor" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/groups?gid=6669157" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</nav>
</div>
</footer>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="js/application.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-49702258-1');ga('send','pageview');
</script>
</body>
</html>