-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
177 lines (170 loc) · 9.87 KB
/
faq.html
File metadata and controls
177 lines (170 loc) · 9.87 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<!-- HTML5 page -->
<head>
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#444444">
<title>Overseas Pemilu 2019</title>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Purbohadi Utomo">
<meta name="description" content="Pemilu 2019 Website. Indonesia's Presidential and Legislative Election 2019.">
<meta name="keywords" content="Pemilu,Frequently Ask Questions,2019">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Overseas Pemilu 2019" />
<meta property="og:description" content="Pemilu 2019 Website. Indonesia's Presidential and Legislative Election 2019.">
<meta property="og:image" content="https://pemilu2019.vlogz.win/images/pemilu.png" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Bootstrap 4.1.3 -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<style>
body {
background-color:white;
margin-bottom:100px;
background: url("../images/logo-kotak-pemilu.jpg") right top no-repeat, url("../images/mascot.png") fixed bottom no-repeat;
opacity:0.9;
}
a {
color:#007bff !important;
}
a:hover {
color:#c00 !important;
}
a:visited {
color:#37404e !important;
}
</style>
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<div class="m-5 pb-5 bg-light">
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html">
<img src="images/logo-kotak-pemilu.jpg" width="50" height="50" alt="Pemilu logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="rating.html">Rating</a>
</li>
<li class="nav-item">
<a class="nav-link" href="howto.html">How To</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="container-fluid" id="content" tabindex="-1">
<h1>Frequently Ask Questions</h1>
<section>
<h2>Find your questions and answers here</h2>
<p class="lead">
In this page you will find some common questions regarding Pemilu 2019. All the questions and answer are aggregated based on the most frequently ask questions during the socialization period since 2018. These questions are most likely to be answered by refering to the official rule or the updated rule from KPU website.
</p>
<aside>
<p>The questions and answer here will be updated whenever KPU released a new rule.</p>
</aside>
<p class="lead">
All questions and answers published here are curated and aggregated from various online and offline documentations.
</p>
</section>
<section>
<h2>Questions and Answers List</h2>
<article class="card">
<h4 class="card-header">Where we can see the sample of ballot paper?</h4>
<figure class="card-body">
<p>
Below are two speciments of ballot paper use for legislative and presidential election.
</p>
<img src="images/contoh-surat-suara.jpg" alt="Ballot paper example for Legislative and Presidential election">
<figcaption>Ballot paper examples for Legislative and Presidential election</figcaption>
</figure>
</article>
<article class="card">
<h4 class="card-header">Can we see a video explaining the election procedure?</h4>
<p class="card-body">
Below is the official video recommendation from KPU for legislative and presidential election.
</p>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/RpC8CoY3XtM?rel=0" allowfullscreen></iframe>
</div>
</article>
<article class="card">
<h4 class="card-header">When the overseas election held and where?</h4>
<p class="card-body">
In Indonesia Election will be held on 17 April 2019, while overseas will be held earlier from 12 April 2019, 13 April 2019 to 16 April 2019. The counting will be held on 17 April 2019 the same day with Indonesia election schedule.
</p>
</article>
<article class="card">
<h4 class="card-header">Who have the rights to vote in overseas voting venue?</h4>
<a class="card-body">
<ul>
<li>According to Article PKPU No. 8 2018, voters is Indonesia Citizen that already 17 years old or more at the time Pemilu 2019 held (April 2019) or those who already married or been married.</li>
<li>Have official Passport or National ID.</li>
</ul>
</a>
</article>
<article class="card">
<h4 class="card-header">I'm not registered yet, can I still vote?</h4>
<p class="card-body">
Unfortunately the registration period of eligible voters already closed in 2018. If you already registered in Indonesia and or moving from other voting location to other overseas voting location, you can still vote by bring A5 form from your previous location and send it to the local voting commitee on the election day. You can vote during the last one hour before closing of the election time, as long as the voting ballot still available.
</p>
</article>
</section>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small blue pt-4 m-5 pb-5 bg-light">
<div class="container-fluid text-center text-md-left">
<div class="row">
<div class="col-md-6 mt-md-0 mt-3">
<h5 class="text-uppercase">Overseas Pemilu 2019</h5>
<p>Disclaimer, this website is independent website aggregating legislative and presidential data from KPU. This website doesn't affiliated with official KPU website and any political party. Legislative data aggregated from various sources. Data is not guaranteed 100% accurate. There is possibility of incomplete or obsolete data. If you found inaccuracy in the data you can contact the creator at <a href="https://vlogz.win">vlogz.win</a></p>
</div>
<hr class="clearfix w-100 d-md-none pb-3">
<div class="col-md-3 mb-md-0 mb-3">
<h5 class="text-uppercase">Offcial KPU Pemilu website</h5>
<ul class="list-unstyled">
<li>
<a href="https://kpu.go.id">KPU</a>
</li>
</ul>
</div>
<div class="col-md-3 mb-md-0 mb-3">
<h5 class="text-uppercase">Independent Pemilu 2019 website</h5>
<ul class="list-unstyled">
<li>
<a href="https://kawalpemilu.org">Kawal Pemilu</a>
</li>
<li>
<a href="http://pileg2019.xyz/">Pileg 2019</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3">© 2019 Copyright:
<a href="https://pemilu2019.wlogz.win"> Pemilu 2019</a>
</div>
</footer>
</body>
</html>