-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.21 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 1.21 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
---
layout: default
---
<div class="centered">
<h1>Code for Boston</h1>
<h2>
A grassroots organization.
</h2>
<p>
Code for Boston addresses local social and civic challenges through creative
uses of technology. Despite the name, we are not solely focused on coding! We
foster relationships between government, nonprofit, academic, for-profit
companies, residents, civic technologists, analysts, designers, and many
more. All are welcome!
</p>
<div>
<h3>
Hack Nights
</h3>
<p>
Hack nights are an opportunity to volunteer on software projects that
benefit the Boston community. New members can join us online Tuesday
nights at 7 p.m. We also meet in person every other week at the
CIC. Check Meetup.com for details and to RSVP.
</p>
</div>
<div class="btn-group">
<a href="{{ site.zoom_url }}" class="btn-secondary">RSVP on Zoom</a>
<a href="https://www.meetup.com/code-for-boston/" class="btn-secondary">RSVP on Meetup</a>
<a
href="{{ site.slack_url }}"
class="btn-secondary"
>Say hi on Slack</a>
</div>
<div class="small">Code for Boston is not affiliated with or sponsored by Code for America.</div>
</div>