-
Notifications
You must be signed in to change notification settings - Fork 0
/
qna.html
452 lines (452 loc) · 14.5 KB
/
qna.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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<head>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
crossorigin="anonymous"
/>
<link href="styles.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kanit&family=Poppins&display=swap"
rel="stylesheet"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"
></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Pondasi Pemilu</title>
</head>
<body style="background-color: #fff !important">
<script src="login-page.js"></script>
<script src="button_white.js"></script>
<nav
id="navbar"
class="navbar navbar-expand-lg sticky-top w-100 zindex-sticky"
style="transition: all 0.2s; z-index: 10 !important; background-color: #fff"
>
<div
id="navbar-container"
class="container-fluid mx-5 my-4"
style="
transition: all 0.5s;
transition-timing-function: cubic-bezier(1, -0.3, 0, 1);
"
>
<a class="navbar-brand" href="index.html"
><img
class=""
src="assets/logo_red.svg"
alt="Pondasi Pemilu"
width="150"
/>
</a>
<ul
id="navbar-nav"
class="navbar-nav justify-content-end align-items-center fw-semibold"
>
<li class="nav-item me-5">
<a
onmouseenter="hoverEffect(this)"
onmouseleave="exitHoverEffect(this)"
class="nav-link animate-500"
style="color: #811c1c"
href="./index.html"
>Beranda</a
>
</li>
<li class="nav-item me-5"></li>
<li class="nav-item me-5">
<a
onmouseenter="hoverEffect(this)"
onmouseleave="exitHoverEffect(this)"
class="nav-link animate-500"
style="color: #811c1c"
href="./orta-pemilu.html"
>Orta Pemilu</a
>
</li>
<li class="nav-item me-5">
<a
onmouseenter="hoverEffect(this)"
onmouseleave="exitHoverEffect(this)"
class="nav-link animate-500"
style="color: #811c1c"
href="./surat-suara.html"
>Surat Suara</a
>
</li>
<li class="nav-item me-5">
<a
onmouseenter="hoverEffect(this)"
onmouseleave="exitHoverEffect(this)"
class="nav-link animate-500"
style="color: #811c1c"
href="./poindasi.html"
>POINdasi</a
>
</li>
<li class="nav-item me-5">
<a
class="nav-link"
style="color: #fff; background-color: #811c1c"
href="qna.html"
>QnA</a
>
</li>
<li class="nav-item">
<a
onmouseenter="hoverEffect(this)"
onmouseleave="exitHoverEffect(this)"
class="nav-link animate-500"
style="color: #811c1c"
href="#"
>Kontak</a
>
</li>
<div
id="search-box"
class="input-box ms-5 px-1 d-flex align-items-center text-white h-100"
style="
border-radius: 20pt;
border-style: solid;
border-width: 2px;
border-color: #811c1c;
width: 18em;
"
>
<input
readonly
value="sistem proporsional ter"
id="search-input"
type="text"
class="form-control bg-transparent border border-0 fw-semibold primary-element"
/>
<svg
id="search-icon"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="#811c1c"
class="bi bi-search me-3"
viewBox="0 0 16 16"
>
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"
/>
</svg>
</div>
<img
src="assets/Icons/user.png"
class="ms-3"
height="45px"
style="
transform: translateY(3px);
filter: drop-shadow(0px 0px 3px #00000088);
"
/>
</ul>
</div>
</nav>
<div class="px-5 pb-3 primary-element fw-bold position-fixed bg-white w-100">
<a
class="link-underline link-underline-opacity-0 primary-element"
href="./index.html"
>Beranda</a
>
> QnA
</div>
<div
class="d-flex flex-column justify-content-center"
style="margin: 80px 20vh"
>
<h2 class="primary-element" style="font-size: 3em">FAQ</h2>
<h2 class="primary-element" style="font-size: 1.2em">
Frequently Asked Questions
</h2>
<div class="container mt-5">
<div class="row mb-3">
<div class="col">
<div
class="d-flex flex-row primary-color justify-content-between pt-4 ps-4 pe-4 pb-2"
style="border-radius: 20px"
>
<p class="pe-5">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod?
</p>
<img
src="assets/anchor.png"
style="filter: grayscale(1) brightness(10)"
width="30px"
height="20px"
/>
</div>
</div>
<div class="col">
<div
class="d-flex flex-row primary-color justify-content-between pt-4 ps-4 pe-4 pb-2"
style="border-radius: 20px"
>
<p class="pe-5">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod?
</p>
<img
src="assets/anchor.png"
style="filter: grayscale(1) brightness(10)"
width="30px"
height="20px"
/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div
class="d-flex flex-row primary-color justify-content-between pt-4 ps-4 pe-4 pb-2"
style="border-radius: 20px"
>
<p class="pe-5">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod?
</p>
<img
src="assets/anchor.png"
style="filter: grayscale(1) brightness(10)"
width="30px"
height="20px"
/>
</div>
</div>
<div class="col">
<div
class="d-flex flex-row primary-color justify-content-between pt-4 ps-4 pe-4 pb-2"
style="border-radius: 20px"
>
<p class="pe-5">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod?
</p>
<img
src="assets/anchor.png"
style="filter: grayscale(1) brightness(10)"
width="30px"
height="20px"
/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div
class="d-flex flex-row primary-color justify-content-between pt-4 ps-4 pe-4 pb-2"
style="border-radius: 20px"
>
<p class="pe-5">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod?
</p>
<img
src="assets/anchor.png"
style="filter: grayscale(1) brightness(10)"
width="30px"
height="20px"
/>
</div>
</div>
<div class="col">
<div
class="d-flex flex-row primary-color justify-content-between pt-4 ps-4 pe-4 pb-2"
style="border-radius: 20px"
>
<p class="pe-5">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod?
</p>
<img
src="assets/anchor.png"
style="filter: grayscale(1) brightness(10)"
width="30px"
height="20px"
/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div
class="d-flex flex-row primary-color justify-content-between pt-4 ps-4 pe-4 pb-2"
style="border-radius: 20px"
>
<p class="pe-5">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod?
</p>
<img
src="assets/anchor.png"
style="filter: grayscale(1) brightness(10)"
width="30px"
height="20px"
/>
</div>
</div>
<div class="col">
<div
class="d-flex flex-row primary-color justify-content-between pt-4 ps-4 pe-4 pb-2"
style="border-radius: 20px"
>
<p class="pe-5">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod?
</p>
<img
src="assets/anchor.png"
style="filter: grayscale(1) brightness(10)"
width="30px"
height="20px"
/>
</div>
</div>
</div>
<div class="row">
<div class="col" style="margin: 80px 100px">
<div
class="pt-3 pb-3 ps-3 pe-5"
style="background-color: #ddd; border-radius: 20px"
>
<input
type="text"
class="no-border ps-3 pe-3 pt-3 pb-3 w-100 h-100"
style="
background-color: #eee;
border-radius: 12px;
border-color: #0000;
"
placeholder="Punya pertanyaan lain? Tanyakan di sini!"
/>
</div>
</div>
</div>
</div>
</div>
<div
id="login-overlay"
class="position-fixed bg-white vw-100 vh-100 animate-1000 animate-easeinout"
style="
z-index: 11;
left: 0%;
top: 0%;
clip-path: circle(0% at 91% 9.5%);
overflow: hidden;
"
>
<div class="bg-white d-flex flex-row" style="margin: 150px 180px">
<button
class="position-absolute noshadow border-0"
onclick="toggle_login()"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="64"
height="64"
fill="currentColor"
class="bi bi-x position-absolute"
viewBox="0 0 16 16"
style="transform: translate(-100%, -100%)"
>
<path
d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"
/>
</svg>
</button>
<div class="d-flex flex-column align-items-center w-100">
<img src="assets/logo_red.svg" width="30%" />
<div
class="d-flex flex-column justify-content-center align-items-center mx-4"
>
<p
class="text-start fw-bolder w-75 my-4"
style="
font-family: 'Kanit' !important;
font-size: 3em;
font-weight: 900;
transition: all 10ms;
width: 40%;
user-select: none;
color: #811c1c !important;
transform: scaleY(0.95);
"
>
Masuk dan jadilah generasi melek politik Indonesia.
</p>
<p class="text-start w-75">
Nikmati keuntungan dengan mengumpulkan poin lewat membaca dan
menonton konten Pondasi Pemilu. Semua dalam satu akun!
<a href="_blank" style="color: #811c1c">Pelajari selengkapnya</a>
</p>
</div>
</div>
<div class="w-100">
<div
class="d-flex flex-column align-items-center p-3 justify-content-center w-100 border-25px"
style="background-color: rgb(222, 222, 222)"
>
<div class="input-group mb-3">
<input
readonly
value="[email protected]"
id="email"
type="text"
class="form-control border-15px p-3 ff-poppins border-0"
placeholder="Email"
aria-label="Email"
aria-describedby="basic-addon1"
/>
</div>
<div class="input-group mb-3">
<input
readonly
value="12345678asdasda"
id="password"
type="password"
class="form-control border-15px p-3 ff-poppins border-0"
placeholder="Password"
aria-label="Password"
aria-describedby="basic-addon1"
/>
</div>
<a
class="btn w-100 border-15px p-3 mb-3 primary-color animate-500 fw-bold"
href="./home-logged.html"
>
Masuk
</a>
<div class="mt-2 d-flex justify-content-center">
<p>
<a
class="link-opacity-100 link-underline-opacity-0 primary-element fw-semibold"
>Lupa Kata Sandi?</a
>
</p>
</div>
<hr
class="border border-2 w-75 border-success"
style="border-color: #811c1c !important"
/>
<button
class="btn btn-success w-50 border-15px p-3 my-3 animate-500 fw-bold"
type="submit"
>
Masuk
</button>
</div>
</div>
</div>
</div>
</body>