-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
41 lines (34 loc) · 1.61 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
34
35
36
37
38
39
40
---
layout: default
---
<!-- BEGIN grid wrapper -->
<div class="uk-container uk-container-center green-band">
<div class="uk-grid">
<div class="uk-width-medium-2-3 uk-grid-margin">
<article class="uk-article">
<h1 class="uk-article-title">About OpenNebraska</h1>
<p class="uk-article-lead">Civic engagement through technology</p>
<h2>Our Mission</h2>
<p>Open Nebraska is a civic innovation organization that leads the development of tools to solve problems in Nebraska communities. Its goal is to help citizens interact with local government by providing the information needed to make better decisions.</p>
<h2>Projects</h2>
<h3>Civic Hacking</h3>
<ul>
<li>Create original products to increase access to local information.</li>
<li>Tailor existing resources provided by Code for America Brigades using state and local data</li>
</ul>
<h3>Education</h3>
<ul>
<li>Working with schools to get coding classes introduced in elementary, middle, and high schools, statewide</li>
<li>Creating a resource library and meetups for non-coders to get started with programming.</li>
</ul>
<h3>State and Local Government</h3>
<ul>
<li>Educate politicians about the importance of open gov and open data.</li>
<li>Influence legislation to support open data</li>
</ul>
</article>
</div>
{% include sidebar_about.html %}
</div>
</div>
<!-- END grid wrapper -->