-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (25 loc) · 1.6 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
---
title: About
permalink: "/about/"
layout: page
type: inNavBar
---
<h1 class="t-section-headline">About Code for Dayton</h1>
<div class="centered">
<section>
<h2>What is Code for Dayton?</h2>
<p>Code for Dayton is a volunteer Civic Technology meetup. We are part of the <a href="https://www.civictechnologists.org/">Alliance of Civic Technologists (ACT) 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>
<p>It is also worth reading <a href="https://www.civictechs.com">Andrew Schrock's introduction to Civic Tech</a>.</p>
</section>
<section>
<h2>How We Work</h2>
<p>We meet up <a href="{{site.meetup_url}}">regularly</a> to work on technology projects that can have an impact on our communities. 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>