This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (57 loc) · 2.01 KB
/
index.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
---
layout: default
---
<section class="jumbotron">
<div class="row">
<div class="col-md-12">
<h1>
<img src="images/code-for-nz.svg">
Code for NZ
</h1>
<p class="lead">
Civic hacking for New Zealand.
</p>
<p>
<i>What is Code for New Zealand?</i> It's a <a href="http://brigade.codeforamerica.org">Code for All Brigade</a> for passionate citizens, designers, policy wonks, data scientists, and, well, anyone to code for their community. Brigade chapters, in collaboration with their governments, are using technology to enhance their communities — and you can too.
</p>
<p>Send an email to <a href="mailto:[email protected]?subject=re:%20Join%20the%20Brigade">[email protected]</a> to request access to the Code for NZ channel, and find out how you can help!</p>
<p><a class="btn btn-primary btn-lg" role="button" href="mailto:[email protected]?subject=re:%20Join%20the%20Brigade&body=Please%20add%20me%20to%20the%20Code%20for%20NZ%20Brigade!">Join the Brigade!</a></p>
</div>
</div>
</section>
<section>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<p class="lead">
Read our <a href="manifesto.html">manifesto</a> — don't worry, it's not long!
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h1>Our Projects</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a class="project" href="https://fyi.org.nz">
<h3>For Your Information</h3>
<p class="lead">
OIA Requests in New Zealand
</p>
</a>
<a class="project" href="https://github.com/askaway/askaway">
<h3>AskAway <span class="label label-info">In Development</span></h3>
<p class="lead">
Ask questions of elected officials
</p>
</a>
</div>
</div>
</div>
</section>