-
Notifications
You must be signed in to change notification settings - Fork 15
/
join
153 lines (141 loc) · 5.95 KB
/
join
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
<!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>
<li>
<a href="http://gdiaa-slack.herokuapp.com/" target="_blank">
<i class="fa fa-slack"></i>
</a>
</li>
</ul>
<ul>
<li>
<strong>
<a href="events.html">Event Slides</a>
</strong>
</li>
<li>
<strong>
<a href="sponsors.html">Community Sponsors</a>
</strong>
</li>
<li>
<strong>
<a href="community.html">Community 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>
<li>
<a href="newsletter.html">Newsletter Signup</a>
</li>
</ul>
</nav>
</aside>
<div class="main">
<div class="intro">
<div class="header_bar">
<h1 style="color: white">
<strong>Girl Develop It Ann Arbor</strong>
</h1>
</div>
</div>
</div>
<script>window.location.replace("http://www.meetup.com/Girl-Develop-It-Ann-Arbor/");</script>
</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>
<li>
<a href="http://gdiaa-slack.herokuapp.com/" target="_blank">
<i class="fa fa-slack"></i>
</a>
</li>
</ul>
</nav>
</div>
</footer>
<a href="https://plus.google.com/107523720184522630977" rel="publisher" style="display: none;">Google+</a>
<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>