-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (40 loc) · 1.61 KB
/
index.html
File metadata and controls
42 lines (40 loc) · 1.61 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
42
---
layout: base
title: Code for New Hampshire
legal: 'Photo of the New Hampshire State House in Concord <i class="fa fa-creative-commons"></i> by <a href="https://www.flickr.com/photos/21953562@N07/13942000383/">cmh2315fl on Flickr</a>.'
---
<div class="hero">
<div class="container">
<h1>Code for New Hampshire <small>Live Free and Code</small></h1>
</div>
</div>
<div class="lead-info">
<div class="container">
<p>Code for New Hampshire is an <a class="help" href="/call-to-action/2015/12/08/welcome-code-for-new-hampshire.html"><span>unofficial</span> <i class="fa fa-question-circle"></i></a> Code for America Brigade, a group of volunteers that bring community members together to make government work better. <a href="https://www.codeforamerica.org/brigade/about/" class="help"><span>Watch a video at codeforamerica.org</span></a>.</p>
</div>
</div>
<div id="home" class="container">
<div class="row features">
<div class="col-sm-4">
<i class="fa fa-database"></i><br>
<h3>Open Data</h3>
<p>
Making government data and tax payer funded data readily available to New Hampshire residence.
</p>
</div>
<div class="col-sm-4">
<i class="fa fa-mobile"></i><br>
<h3>Open Source</h3>
<p>
Open Source Apps available to the public for free and made to help the people in New Hampshire.
</p>
</div>
<div class="col-sm-4">
<i class="fa fa-users"></i>
<h3>Collaboration</h3>
<p>
Making the New Hampshire a better place through collaboration with government and the community.
</p>
</div>
</div>
</div>