forked from codeforboston/codeforboston.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
33 lines (28 loc) · 1.71 KB
/
about.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
---
title: About
permalink: "/about/"
layout: page
type: inNavBar
---
<h1 class="t-section-headline">About Code for Boston</h1>
<div class="centered">
<section>
<h2>What is Code for Boston?</h2>
<p>Code for Boston is a volunteer Civic Technology meetup. We are part of the <a href="http://www.codeforamerica.org/brigade/about">Code for America Brigade network</a>, and are made up of developers, designers, data geeks, citizen activists, and many others who use creative technology to solve civic and social problems.
</p>
</section>
<section>
<h2>What is Civic Technology?</h2>
<p>The definition of civic tech can be quite unclear sometimes - here is a great starting point: <a href="https://medium.com/@grodeska/civictech-primer-what-is-civic-tech-7ea788e766d3#.lr9joeu39">#CivicTech Primer: What is “civic tech”?
</a> </p>
<p>The gist of it is that civic tech is using technology in a creative way to help better the lives of individuals in our communities, whether that is through person-to-person interactions, or via person-to-government interactions.</p>
</section>
<section>
<h2>Code for America</h2>
<p>Code for Boston is part of the <a href="#">Brigade Network</a> of Code for America. Learn more about Code for America <a href="https://www.codeforamerica.org/">here</a>.</p>
</section>
<section>
<h2>How We Work</h2>
<p>We meet up <a href="{{site.meetup_url}}">regularly on Tuesday nights</a> to talk about techology, design, policy, our communities, and more. We hold larger hackathon-style events every so often throughout the year, and we collaborate constantly within our community and with other communities worldwide on <a href="{{site.github_url}}">GitHub</a>.</p>
</section>
</div>