Skip to content

Commit cdc6ba2

Browse files
committed
Serious spring cleaning.
1 parent 85d3ebf commit cdc6ba2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+151
-3974
lines changed

CHANGELOG.md

-133
This file was deleted.

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
kenya.gottovote.cc
1+
kenya.gottovote.cc

CONTRIBUTING.md

-154
This file was deleted.

_config.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
title: GotToVote Kenya
2-
description:
2+
description: Enabling citizens to get to the ballot box informed and ready.
3+
4+
url: https://kenya.gottovote.cc
5+
enforce_ssl: kenya.gottovote.cc
36

47
country: Kenya
58
election_year: 2017
69

710
registration_end_date: '-'
811

9-
api_key: AIzaSyAwvkIls5mQybyp2R3g4FGiVetNdeVjUeE
10-
table_id: 1Z8E12VbKZNAbiAsBBBgEcb3CiuIqDyaa-cdXQLq9
11-
12-
url: https://kenya.gottovote.cc
13-
enforce_ssl: kenya.gottovote.cc
12+
google_api_key: AIzaSyAwvkIls5mQybyp2R3g4FGiVetNdeVjUeE
13+
google_fusion_table_id: 1Z8E12VbKZNAbiAsBBBgEcb3CiuIqDyaa-cdXQLq9
1414

1515
google_analytics: UA-36749298-1
1616

1717
openafrica_url: http://africaopendata.org/dataset/voter-registration-2016
18+
github_url: https://github.com/CodeForAfrica/GotToVote

_includes/header.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div class="header">
2+
<div class="container">
3+
<ul class="nav nav-pills pull-right">
4+
<li class="{{ page.home }}"><a href="{{ site.baseurl }}/">Home</a></li>
5+
<li class="{{ page.about }}"><a href="{{ site.baseurl }}/about.html">About</a></li>
6+
<li><a href="https://gottovote.cc/" target="_blank" style="border: 2px solid #4cae4c; padding: 8px 13px;">GtV.cc</a></li>
7+
</ul>
8+
<!--<h3 class="muted">Got To Vote! Ke</h3>-->
9+
<h2 class="text-muted">
10+
<img src="/img/logo_2.png" alt="" class="logo"/>
11+
</h2>
12+
</div>
13+
</div>

_includes/modules/center-search.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<div class="widget box">
2+
<h2 style="margin-bottom: 30px;">Find your Registration Center!</h2>
3+
4+
<div class="row">
5+
<div class="col-sm-6">
6+
<select class="county form-control" name="county">
7+
<option>Select County</option>
8+
</select>
9+
</div>
10+
<div class="visible-xs" style="height: 20px;"></div>
11+
<div class="col-sm-6">
12+
<select class="constituency form-control" name="constituency">
13+
<option>Select Constituency</option>
14+
</select>
15+
</div>
16+
<div class="clearfix hidden-xs" style="height: 60px;"></div>
17+
<div class="visible-xs" style="height: 30px;"></div>
18+
<div class="col-sm-8 col-sm-offset-2">
19+
<div class="well">
20+
<div id="results-box">
21+
<p class="text-center"><em>Select a county first</em></p>
22+
</div>
23+
</div>
24+
</div>
25+
</div>
26+
27+
<p class="embed-link" id="embed-link">Embed</p>
28+
<div id="embed-section" class="hide">
29+
<textarea class="form-control" rows="3" id="embed-code" onClick="this.select();"><iframe src="{{ site.url }}/embed/center-search" frameborder="0" scrolling="no" height="400px" width="100%"></iframe></textarea>
30+
</div>
31+
32+
</div>
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<div class="widget box">
2+
<h2>Find out if you are sharing an ID number with someone else</h2>
3+
4+
<div class="row">
5+
<div class="col-sm-10 col-sm-offset-1">
6+
<div class="input-group">
7+
<input type="text" class="form-control" id="shared-id-name" placeholder="Enter your name as it appears on your National ID..." aria-describedby="shared-id-name-help"/>
8+
<span class="input-group-btn">
9+
<button class="btn btn-success" type="button"><i class="fa fa-btn fa-search"></i></button>
10+
</span>
11+
</div> <!-- /input-group -->
12+
13+
<div class="results" id="shared-id-results"></div>
14+
15+
</div>
16+
</div>
17+
18+
<div class="alert alert-info alert-dismissible" role="alert">
19+
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
20+
<i class="fa fa-exclamation-triangle"></i> If you find a match here, you should visit the nearest IEBC office.
21+
</div>
22+
23+
<p class="embed-link" id="embed-link-2">Embed this tool</p>
24+
<div id="embed-section-2" class="hide">
25+
<textarea class="form-control" rows="3" id="embed-code-2" onClick="this.select();"><iframe src="{{ site.url }}/embed/shared-id-search" frameborder="0" scrolling="no" height="400px" width="100%"></iframe></textarea>
26+
</div>
27+
28+
</div>

0 commit comments

Comments
 (0)