-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
60 lines (54 loc) · 2.92 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
title: About
---
<!-- PAGE TOP -->
<section class="page-title">
<div class="container">
<header>
<h2><!-- Page Title -->
<strong>About</strong> Code for South Africa
</h2><!-- /Page Title -->
</header>
</div>
</section>
<!-- /PAGE TOP -->
<!-- CONTENT -->
<section>
<div class="container">
<a class="anchor" name="what_we_do"></a><h3><strong>What</strong> we do</h3>
<div class="row">
<div class="col-md-10">
<div class="row featured-box-minimal">
<!--Service One -->
<div class="col-md-6">
<h4><img src="/images/icons_open_data.png"></h4>
<h4>Open Data</h4>
<p>We love data. We live it, eat it, drink it and dream about it. We believe that data (especially government data) should be open. Not just for personal use. Data should be shareable, mash-able, available for commercial use. Our goal is to promote the release of data under an <a href="http://opendatacommons.org/licenses/odbl/">open data licence</a> to make it available to everyone who wants it.</p>
</div>
<!--Service Two -->
<div class="col-md-6">
<img src="/images/icons_peoplegov.png" />
<h4>Connecting People to Government</h4>
<p>Data is for the elite. Without context it is useless. We want to use liberated data to improve lives and empower people to make informed choices. We hope to build an active citizenry by increasing interactions between the public and government using applications that really matter to people.</p>
</div>
</div>
<div class="row featured-box-minimal">
<!--Service Three -->
<div class="col-md-6">
<img src="/images/icon_communityoutreach.png" />
<h4>Community Outreach</h4>
<p>Yes, we're rabid about our beliefs but without a community of data consumers, open data won't become part of the national discourse. We work with civil society, journalists, government and straight up hackers, running workshops, hosting meetings and generally getting people excited about how they can contribute to making South Africa a better place.</p>
</div>
<!--Service Four -->
<div class="col-md-6">
<img src="/images/icon_civilsociety.png" />
<h4>Supporting Civil Society</h4>
<p>Civil Society Organisations in the transparency and governance space toying with technology solutions to their advocacy work. They are faced with two choices, either build their own technical capacity in-house or contract to commercial programmers. We feel that neither of those solutions are satisfactory. We fill the gap by providing technology support to civil society while building and eco-system of data consumers and producers.</p>
</div>
</div>
</div><!--end of column-->
</div><!--end of row-->
</div>
</section>
<!-- /CONTENT -->