-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpartners.html
More file actions
59 lines (59 loc) · 3.49 KB
/
partners.html
File metadata and controls
59 lines (59 loc) · 3.49 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: default
title: Partners
---
<div class="partners">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<a href="http://code4sa.org" target="_blank"><img src="/images/code4sa_logo.png"></img></a>
<div class="caption">
<h4>Code for South Africa</h4>
<p>Code for South Africa (Code4SA) uses civic technology to promote informed decision-making and drive social change. Located at {code}bridge, Code4SA is first and foremost a civic technology organisation.</p><p>We believe that technology, used effectively, can increase transparency in government, promote an active citizenry and contribute to achieving a more just society by empowering ordinary citizens to make informed decisions about their lives.</p>
<p>
<div class="btn-group" role="group">
<a href="http://code4sa.org" target="_blank" class="btn btn-default" role="button"><i class="fa fa-link"></i> Official website</a>
<a href="https://github.com/Code4SA" target="_blank" class="btn btn-default" role="button"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/code4sa" target="_blank" class="btn btn-default" role="button"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/code4sa" target="_blank" class="btn btn-default" role="button"><i class="fa fa-facebook"></i></a>
</div>
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<a href="http://opendata.durban" target="_blank"><img src="/images/opendatadurban.jpg"></img></a>
<div class="caption">
<h4>Open Data Durban</h4>
<p>Open Data Durban is a civic technology lab that implements and advocates for open data, open government, and civic technology through projects, events, workshops, and dataquests. We work with civic society, the media, government and interested and engaged citizens.</p>
<p>
<div class="btn-group" role="group">
<a href="http://opendata.durban" target="_blank" class="btn btn-default" role="button"><i class="fa fa-link"></i> Official website</a>
<a href="https://twitter.com/opendatadurban" target="_blank" class="btn btn-default" role="button"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/opendatadurban" target="_blank" class="btn btn-default" role="button"><i class="fa fa-facebook"></i></a>
</div>
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<a href="http://geekulcha.com" target="_blank"><img src="/images/geekulcha.png"></img></a>
<div class="caption">
<h4>Geekulcha</h4>
<p>Geekulcha is where the young, skilled, creative and ambitious tech minds meet to connect with each other, share knowledge, collaborate on projects, network with industry leaders, obtain training to further improve and enhance their skills and to put that newly acquired skill to work.</p><p>Our focus is on empowering young geeks through ICT skills development and training while giving them a taste of what awaits them in the big world through industry exposure.</p>
<p>
<div class="btn-group" role="group">
<a href="http://geekulcha.com" target="_blank" class="btn btn-default" role="button"><i class="fa fa-link"></i> Official website</a>
<a href="http://twitter.com/Geekulcha" target="_blank" class="btn btn-default" role="button"><i class="fa fa-twitter"></i></a>
<a href="http://facebook.com/Geekulcha" target="_blank" class="btn btn-default" role="button"><i class="fa fa-facebook"></i></a>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
</div>