forked from civictechdc/civictechdc-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
167 lines (158 loc) · 5.07 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
---
layout: default
redirect_from:
- /contact.html
---
<div class="">
<div id="hero-image" class="grid-col-12">
<div id="hero-header-text" class="grid-col-8">
<!-- <h1 id="hero-text">Civic Tech DC</h1> -->
<div id="hero-p">
<p>
Founded in 2012, Civic Tech DC is a non-partisan, non-political group
of volunteer civic hackers working together to solve local issues and
help people engage with the city.
</p>
</div>
</div>
</div>
</div>
<div class="grid-container">
<div class="grid-col-9 usa-section">
<h2 id="project-nights">Join us at one of our upcoming project nights!</h2>
<p>
Our twice-monthly meetups are open to anyone, and offer a chance to learn
more about what we do, contribute to a current project, or just snag some
free pizza!
</p>
</div>
<div class="grid-col-6">
<h3 id="next-meetup-date"></h3>
<h4 id="next-name"></h4>
<p id="next-details">
<span id="next-location"></span>
<br />
<span id="next-rsvps"> </span> do-gooders will be there — what about you?
<br />
<a
id="next-rsvp"
target="_blank"
href="https://www.meetup.com/Civic-Tech-DC/"
class="usa-button"
>RSVP on Meetup »</a
>
</p>
<h3 id="future-meetup-date"></h3>
<h4 id="future-name"></h4>
<p id="future-details">
<span id="future-location"></span>
<br />
<span id="future-rsvps"> </span> do-gooders will be there — what about
you?
<br />
<a
id="future-rsvp"
target="_blank"
href="https://www.meetup.com/Civic-Tech-DC/"
class="usa-button"
>RSVP on Meetup »</a
>
</p>
<p>
<strong
><a
id="all-meetup-events"
href="https://www.meetup.com/Civic-Tech-DC/events/"
target="_blank"
>See all upcoming events »</a
></strong
>
</p>
</div>
<div class="grid-col-6">
<img src="assets/projnight.jpg" />
</div>
<!-- <div class="grid-col-6">
<br>
<h2> PROJECT NIGHT </h2>
<br>
<img src="assets/projnight.jpg">
<br>
<p>Our twice-monthly meetups are open to anyone, and offer a chance to learn more about what we do, contribute to a current project, or just snag some free pizza!</p>
</div>
<div class="grid-col-6">
<div class="beige-section">
<br>
<h2> SCHEDULE </h2>
<br>
<h3>Project Night</h3>
<p>Tuesday, January 8 @ 6:30pm</p>
<p>1325 G Street, NW, 3rd Floor</p>
<p>65 do-gooders will be there — what about you?</p>
<p><a href="https://www.meetup.com/Civic-Tech-DC/events/">RSVP on Meetup »</a></p>
<br>
<h3>Project Night</h3>
<p>Tuesday, January 29 @ 6:30pm</p>
<p>1200 New York Ave NW</p>
<p>38 do-gooders will be there — what about you?</p>
<p><a href="https://www.meetup.com/Civic-Tech-DC/events/">RSVP on Meetup »</a></p>
</div>
</div> -->
</div>
<div class="grid-container">
<div class="grid-col-12 usa-section">
<div class="grid-col-12">
<br />
<!-- <h2 class="project-section-header">Projects</h2> -->
<h2 id="projects">Projects</h2>
<p>
The list of projects we’re working on is always changing! Here are a few
of our past and current projects:
</p>
<br />
</div>
<div class="grid-row grid-gap">
{% include project-card.html project_slug="data-portal" %} {% include
project-card.html project_slug="anc-finder" %} {% include
project-card.html project_slug="ballot-initiative" %}
</div>
</div>
</div>
<div class="grid-container">
<div class="usa-section grid-row grid-gap">
<div class="grid-col-12">
<h2 id="about">About</h2>
<div class="grid-row grid-gap">
<div class="grid-col-8">
<p>
Founded in 2012, Civic Tech DC is a non-partisan, non-political
group of volunteer civic hackers working together to solve local
issues in the Washington, DC area and helping people engage with the
city. We host twice-monthly hacknights and other events to gather,
discuss, and get stuff done.
</p>
<p>
We're looking to bring people with all different skill sets together
to maximize our potential. Civic hackers aren't just developers —
they're journalists, lawyers, designers, and interested citizens in
general. The more community participation, the better.
</p>
<p>To contact us, please email [email protected].</p>
<br />
<br />
<br />
</div>
<div class="grid-col-4">
<p></p>
</div>
</div>
</div>
</div>
</div>
<div class="">
<div class="grid-col-12">
<!-- <br>
<button> Submit a Proposal </button> -->
</div>
</div>
<script src="{{ site.baseurl }}/assets/js/meetup.js"></script>