-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
72 lines (65 loc) · 3.98 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
layout: default
---
<script type="text/javascript">
$(document).ready(function() {
setTimeout(function(){
$(".storytelling-cta").fadeTo(700, 1);
},300);
});
</script>
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="well storytelling-cta" style="opacity:0; border-radius:4px">
<h1 style="font-size:3.5em; color:black">What's your story?</h1>
<p style="font-size:1.4em; color:black">We're bringing together data, tech, journalism and activism in our Re-Imagine Storytelling Challenge</p>
<p style="font-size:1.4em; color:black; font-weight:800">Help us in our goal to solve social justice issues and stand a chance to win R20,000</p>
<a style="font-size:1.4em; color:black" class="btn btn-default" href="/reimagine-storytelling.html">Learn more <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a>
</div>
<div class="intro-message">
<h1><span>{</span>code<span>}</span>bridge</h1>
<p>a space for change</p><br><br>
</div>
</div>
</div>
</div>
</div>
<section class="about">
<div class="container">
<div class="row">
<div class="col-sm-offset-0 col-sm-5">
<h2>What is {code}bridge?</h2>
<p>We are a civic tech incubator, but we are also a great deal more than that.</p>
<p>Incubators generally exist to find and develop technology start-ups. {code}bridge takes it a step further, by drawing from our community. We foster creative engagement between those who understand the problems, typically civil society and government, and those who have the technological skills that can help solve them.</p>
<p>Our mission is therefore to bridge the gap between grassroots activism, technology and data.</p>
<p>The {code}bridge philosophy aims to bring together activists, technologists, journalists, data analysts, designers, programmers and others, to create opportunities for innovations and alternative ways to address some of society's challenges. </p>
<p>In short, we want to use civic technology to improve lives through efficiency and transparency, connecting citizens to service.</p>
</div>
<div class="col-sm-offset-2 col-sm-5">
<h3>How we plan to achieve this</h3>
<ul>
<li>Incubation services
<ul>
<li>Training and tailored bootcamps</li>
<li>Mentorship</li>
<li>Business strategy</li>
<li>Funding assistance</li>
<li>Working space</li>
</ul>
</li>
<li style="margin-bottom: 10px;">Events run to encourage learning, the generation of new ideas and the formation of civic tech partnerships and collaborations - particularly with community partners who are on the ground and have a good understanding of their problem spaces.</li>
<p><a href="/events" class="btn btn-primary" role="button">Check out our events!</a></p>
<li>Community and <a href="/partners">partnerships</a></li>
</ul>
<h3>How to get involved</h3>
<p>We want to develop civic technology start-ups and entrepreneurs who operate in aid of public good. Together we are looking to identify problems and solve them.</p>
<p>Can you use your skills to make your community better?</p>
<div class="col-xsm-2 col-sm-offset-1">
<p><a href="/contact" class="btn btn-primary" role="button">Get in touch with us!</a></p>
</div>
</div>
</div>
</div>
</section>