forked from civictechdc/civictechdc-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow-we-work.html
88 lines (85 loc) · 2.49 KB
/
how-we-work.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
---
layout: default
---
<div class="grid-container">
<div class="grid-row grid-gap">
<div class="grid-col-6 grid-offset-3 usa-section">
<h1 class="usa-heading">How we work</h1>
<p>
Founded in 2012, Civic Tech DC is a non-partisan, non-political group of
volunteer civic technologists working together to solve local issues and
help people engage with the city.
</p>
</div>
</div>
<div class="grid-row grid-gap">
<div class="grid-col-6">
<h2>What is "civic tech"?</h2>
<p>
"<strong>The use of technology for the public good.</strong
><br />…<br />Civic tech is tech that empowers people to have more
agency and more of a role in the decisions that affect their lives, as
well as tech that helps address public challenges and needs."
<br />
— Civic Tech Field Guide
</p>
</div>
<div class="grid-col-6">
<h2>Who we are</h2>
<p>
A grassroots network of volunteers of various disciplines working for
the public good.<br /><br />
</p>
<strong>We are…</strong>
<ul>
<li>Software developers</li>
<li>Project managers</li>
<li>Data analysts</li>
<li>Product managers</li>
<li>UI/UX designers</li>
<li>IT professionals</li>
<li>Storytellers</li>
<li>Artists</li>
<li>Engaged citizens and community members</li>
<li>…and more</li>
</ul>
</div>
</div>
<div class="grid-row grid-gap">
<div class="grid-col-6">
<h2>Service areas</h2>
<p>tktk</p>
</div>
<div class="grid-col-6">
<h2>Examples of projects</h2>
<ul>
<li>
<a href="https://github.com/civictechdc/ancfinder">ANC Finder</a>
</li>
<li>Affordable Housing</li>
<li>
<a href="https://github.com/civictechdc/rfj_expungement/"
>Clean Slate Expungement Project</a
>
</li>
<li>Chesapeake Bay</li>
<li>
<a href="https://github.com/civictechdc/ballot-initiative-dashboard"
>Ballot initiative</a
>
</li>
<li>
<a href="https://github.com/civictechdc/campaign-finance-explorer"
>Campaign Finance</a
>
</li>
<li>
<a
href="https://github.com/civictechdc/us-congress-pizza-flag-tracker"
>Flag Pizza Tracker</a
>
</li>
</ul>
</div>
</div>
</div>