-
Notifications
You must be signed in to change notification settings - Fork 68
/
index.html
executable file
·81 lines (68 loc) · 3.04 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
73
74
75
76
77
78
79
---
layout: home
title: "Find Your Registration Centre"
home: active
body_class: home
---
<div class="carousel-wrapper">
<div id="carousel-banners" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-banners" data-slide-to="0" class="active"></li>
<li data-target="#carousel-banners" data-slide-to="1"></li>
<li data-target="#carousel-banners" data-slide-to="2"></li>
<li data-target="#carousel-banners" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="/img/banners/doctors.jpg" alt="Doctors">
</div>
<div class="item">
<img src="/img/banners/power.jpg" alt="Power">
</div>
<div class="item">
<img src="/img/banners/sanitation.jpg" alt="Sanitation">
</div>
<div class="item">
<img src="/img/banners/tagline.jpg" alt="Tagline">
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-banners" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-banners" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="container">
<div class="row marketing">
<div class="col-sm-6">
<h4>What is voter registration?</h4>
<p>Voter registration is the process of entering details of qualified persons including their National Identity Card or Passport numbers in a register or list of voters.</p>
<h4>Who qualifies to register as a voter?</h4>
<p>In order to qualify as a voter, one must:</p>
<ul>
<li><p>Be a citizen of {{ site.country }}</p></li>
<li><p>Be 18 years old and above</p></li>
</ul>
</div>
<div class="visible-xs" style="height: 10px;"></div>
<div class="col-sm-6">
<h4>Why register as a voter?</h4>
<p>Registering as a voter will give you the opportunity to elect leaders for your country at the national and county levels. You can only participate in elections if you are a registered voter. It is your right and duty as a responsible citizen to elect your leaders.</p>
<h4>Where can you register as a voter?</h4>
<p>You can register as a voter at any designated voter registration centres within the electoral area where you wish to vote.</p>
</div>
</div>
<hr/>
<div class="alert alert-info text-center" style="font-size: 18px; font-weight: 300; margin-bottom: 0;">
<i class="fa fa-magic"></i> New tools coming soon!
<a href="https://twitter.com/Code4Africa" target="_blank" rel="noopener"><i class="fa fa-twitter"></i></a>
<a href="https://facebook.com/CodeForAfrica" target="_blank" rel="noopener"><i class="fa fa-facebook"></i></a>
</div>
</div>