forked from taarifa/taarifa.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 2.05 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
---
layout: default
title: Home
category: hidden
---
<h1>Welcome to Taarifa</h1>
<div class="row">
<div class="col-sm-4 tlogo">
<img class="tlogo" src="taarifa_logo.png"/>
</div>
<div class="col-sm-8">
<p>The Taarifa Platform is an open source web API, designed to close citizen feedback loops. We are currently working on an Innvotion Project in Tanzania, with various partners.</p>
<a class="btn btn-large btn-success" href="https://github.com/taarifa/Taarifa_Web/wiki/User-Documentation">Get started with our Step-by-Step guide »</a><br/><br/>
</div>
<div>
<h2>What is Taarifa:</h2>
<iframe width="560" height="315" src="http://www.youtube.com/embed/LR3iDNIDS80" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<h2>Taarifa on the BBC</h2>
<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'
width="600" height="400"
codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="Taarifa_EastMidlandsToday.mov">
<param name='autoplay' value="false">
<param name='controller' value="true">
<param name='loop' value="false">
<embed src="Taarifa_EastMidlandsToday.mov" width="600" height="400"
scale="tofit" autoplay="false"
controller="true" loop="false" bgcolor="#000000"
pluginspage='http://www.apple.com/quicktime/download/'>
</embed>
</object>
</div>
</div>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-sm-4">
<h2>Community</h2>
<p>Get involved with our Taarifa community and subscribe to our mailing list.</p>
<a class="btn" href="https://groups.google.com/forum/#!forum/taarifa-dev">View details »</a></p>
</div>
<div class="col-sm-4">
<h2>Featured Deployment</h2>
<p>Taarifa will be live in Tanzania soon!.</p>
<p><a class="btn" href="http://taarifa.org/">View details »</a></p>
</div>
<div class="col-sm-4">
<h2>Demo Sandbox</h2>
<p>Explore and experience the Taarifa platform.</p>
<p><a class="btn" href="Link to API">View details »</a></p>
</div>