-
Notifications
You must be signed in to change notification settings - Fork 52
/
privacy.html
544 lines (458 loc) · 22 KB
/
privacy.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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width , initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>WikiPoli | Privacy And Policy</title>
<link rel="shortcut icon" type="image/png"
href="https://res.cloudinary.com/fabianuzukwu/image/upload/v1571749198/c09e9odiqy2cvkosfubl.png" />
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" />
<meta name="google-signin-client_id" content="1068946914665-71onhsr4ncro5ajdgaouccneam74ifcv.apps.googleusercontent.com">
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
<link rel="stylesheet" href="signin.css">
<link rel="icon" type="img/png" href="images/favicon.png">
<style tye="text/css">
body,
html {
margin: 0;
padding: 0;
height: 100%;
font-family: 'Nunito', sans-serif;
box-sizing: border-box;
text-align: center;
}
#header {
width: 100%;
padding: 0;
}
#header #navbar {
padding: 0;
}
#header .logo img {
width: 150px;
}
#header .navbar p {
font-size: 2rem;
color: #6D9BF1;
}
#header .menu .nav-link {
font-size: 1.1rem;
color: rgba(0, 0, 0, 0.7);
transition: 0.4s ease-out;
}
#header .menu .nav-link:hover {
color: blue;
}
#header .menu #nav-accounts {
background-color: #1257AE;
align-self: center;
color: white;
padding: 0.4rem 1.5rem;
}
#header .menu #nav-accounts:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#header .menu li {
margin-left: 2.2rem;
}
#header .fa-bars {
color: #000000;
}
@media (max-width: 860px) {
#header .fa-bars {
margin-bottom: 1rem;
}
#header .menu {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 1rem;
}
#header .menu .nav-link {
font-size: 1rem;
padding: 0.3rem 1rem;
}
#header .menu #nav-accounts {
padding: 0.3rem 1rem;
}
#header .menu li {
margin-left: 0.5rem;
}
}
a.btn.btn-primary {
float: left;
}
a.nav-link {
float: left;
color: black;
font-size: 18px;
margin-left: 20px;
}
button.accounts {
float: left;
font-size: 15px;
}
.jumbotron.jumbotron-fluid {
background-color: #1257AE;
color: #ffffff;
letter-spacing: 1px;
}
#footer {
font-family: Nunito, segoe UI, sans-serif;
margin: 1rem auto;
width: 100%;
}
#footer #hr {
width: 80%;
border: 0.5px solid rgba(0, 0, 0, 0.08);
}
#footer #nav-flex {
display: flex;
flex-direction: row;
justify-content: space-around;
margin: 2rem auto;
}
#footer #nav-flex .link-group {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
#footer .link-group .group-desc {
color: #1257AE;
font-weight: bolder;
margin: 1rem 0;
}
#footer .link-group a {
text-decoration: none;
color: rgba(0, 0, 0, 0.8);
margin: 0.15rem 0;
transition: 0.4s ease-out;
}
#footer .link-group a:hover {
color: rgb(100, 100, 200);
}
#footer #socials {
display: flex;
flex-direction: row;
margin: 0px auto;
}
#footer #socials .social-link {
margin-right: 1rem;
border-radius: 100%;
height: 30px;
border: 2px solid white;
transition: 0.4s ease-out;
}
#footer #socials .social-link:hover {
border: 2px solid skyblue;
}
@media (max-width: 860px) {
#footer {
padding-bottom: 1rem;
}
#footer #nav-flex {
flex-direction: column;
margin: 1rem 2rem;
}
#footer .link-group .group-desc {
margin: 1.5rem 0 0.5rem;
}
}
@media (max-width: 860px) {
#footer {
padding-bottom: 1rem;
}
#footer #nav-flex {
flex-direction: column;
margin: 1rem 2rem;
}
#footer .link-group .group-desc {
margin: 1.5rem 0 0.5rem;
}
}
span {
color: #1257AE;
font-weight: 700;
}
h5.text-justify {
font-weight: bold;
color: #1257AE;
font-size: 18px ;
}
p.text-justify {
font-weight: 600;
font-size: 15px;
line-height: 2em;
}
h6 {
font-weight: bold;
font-size: 17px;
color: #1257AE;
}
p a {
color: #1257ae;
text-decoration: none;
}
p a:hover {
color: #6D9BF1;
text-decoration: none;
}
li.text-justify{
font-weight: bold;
}
li a {
color: #1257ae;
text-decoration: none;
}
li a:hover {
color: #6D9BF1;
text-decoration: none;
}
</style>
</head>
<body>
<header id="header" class="container-fluid">
<div class="container">
<nav class="navbar navbar-expand-lg" id="navbar">
<a href="index.html" class="navbar-brand logo">
<img src="https://res.cloudinary.com/fabianuzukwu/image/upload/v1571749198/c09e9odiqy2cvkosfubl.png"
alt="WikiPoli Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="nav navbar-nav ml-auto menu">
<li class="nav-item active">
<a class="nav-link " href="recentpostbeforelog.html"><strong>Posts</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html"><strong>Add Posts</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="signup.html" id="nav-accounts">Account</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html"><strong><img
src="https://img.icons8.com/ios-filled/30/000000/search.png">
</strong></a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<section>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h4 class="display-6">Privacy Policy</h4>
</div>
</div>
</section>
<section>
` <div class="container">
<div class="row">
<div class="col-lg-12 col-lg-offset-12">
<h5 class="text-justify"><span>Privacy Policy</span></h5>
<br />
<h6 class="text-justify">Welcome to WikiPoli</h6><br />
<p class="text-justify">
<span>WikiPoli</span> ("us", "we", or "our") operates the <a
href="https://wikipoli.gq/">Website</a> (the "Service").<br /><br />
This page informs you of our policies regarding the collection, use, and disclosure of personal
data when you use our Service and the choices you have associated with that data. <br /><br />
We use your data to provide and improve the Service. By using the Service, you agree to the
collection and use of information in accordance with this policy. Unless otherwise defined in
this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms
and Conditions, accessible from https://wikipoli.gq/</p>
<br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h5 class="text-justify">Information Collection And Use</h5><br />
<p class="text-justify">We collect several different types of information for various purposes to
provide and improve our Service to you.</p><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h5 class="text-justify">Types of Data Collected</h5><br />
<h6 class="text-justify">Personal Data</h6><br /><br />
<p class="text-justify">While using our Service, we may ask you to provide us with certain
personally identifiable information that can be used to contact or identify you ("Personal
Data"). Personally identifiable information may include, but is not limited to: </p><br />
<ul>
<li class="text-justify">Email Address</li>
<li class="text-justify">First Name and Last Name</li>
<li class="text-justify">Phone Number</li>
<li class="text-justify">Phone Number</li>
<li class="text-justify">Address, State, Province, ZIP/Postal Code, City</li>
<li class="text-justify">Cookies and Usage Data</li>
</ul><br/>
<h6 class="text-justify">Data Usage</h6><br /><br />
<p class="text-justify">We may also collect information how the Service is accessed and used
("Usage Data"). This Usage Data may include information such as your computer's Internet
Protocol address (e.g. IP address), browser type, browser version, the pages of our Service
that you visit, the time and date of your visit, the time spent on those pages, unique
device identifiers and other diagnostic data.</p><br /><br />
<h6 class="text-justify">Tracking & Cookies Data</h6><br /><br />
<p class="text-justify">We use cookies and similar tracking technologies to track the activity on
Our Service and hold certain information.<br /><br />
Cookies are files with small amount of data which may include an anonymous unique identifier.
Cookies are sent to your browser from a website and stored on your device. Tracking technologies
also used are beacons, tags, and scripts to collect and track information and to improve and analyze
our Service.<br /><br />
You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent.
However, if you do not accept cookies, you may not be able to use some portions of our
Service.<br /><br />
Examples of Cookies we use: </p><br />
<ul>
<li class="text-justify"><b>Session Cookies.</b> We use Session Cookies to operate our Service.</li>
<li class="text-justify"><b>Preference Cookies.</b> We use Preference Cookies to remember your preferences and various settings.</li>
<li class="text-justify"><b>Security Cookies.</b> We use Security Cookies for security purposes.</li>
</ul><br /><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h5 class="text-justify">Use of Data</h5><br /><br />
<p class="text-justify">WikiPoli uses the collected data for various purposes:</p><br />
<ul>
<li class="text-justify">To provide and maintain the Service</li>
<li class="text-justify">To notify you about changes to our Service</li>
<li class="text-justify">To allow you to participate in interactive features of our Service when you choose to do so</li>
<li class="text-justify">To provide customer care and support</li>
<li class="text-justify">To provide analysis or valuable information so that we can improve the Service</li>
<li class="text-justify">To monitor the usage of the Service</li>
<li class="text-justify">To detect, prevent and address technical issues</li>
</ul><br /><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h5 class="text-justify">Transfer Of Data</h5><br /><br />
<p class="text-justify">Your information, including Personal Data, may be transferred to — and
maintained on — computers located outside of your state, province, country or other governmental
jurisdiction where the data protection laws may differ than those from your
jurisdiction.<br /><br />
If you are located outside Nigeria and choose to provide information to us, please note that we
transfer the data, including Personal Data, to Nigeria and process it there.<br /><br />
Your consent to this Privacy Policy followed by your submission of such information represents
your agreement to that transfer.<br /><br />
WikiPoli will take all steps reasonably necessary to ensure that your data is treated securely
and in accordance with this Privacy Policy and no transfer of your Personal Data will take place
to an organization or a country unless there are adequate controls in place including the
security of your data and other personal information.</p><br /><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h5 class="text-justify">Security Of Data</h5> <br /><br />
<p class="text-justify">The security of your data is important to us, but remember that no method of
transmission over the Internet, or method of electronic storage is 100% secure. While we strive
to use commercially acceptable means to protect your Personal Data, we cannot guarantee its
absolute security.</p><br /><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h6 class="text-justify">Service Providers</h6><br /><br />
<p class="text-justify">We may employ third party companies and individuals to facilitate our
Service ("Service Providers"), to provide the Service on our behalf, to perform Service-related
services or to assist us in analyzing how our Service is used.<br /><br />
These third parties have access to your Personal Data only to perform these tasks on our behalf
and are obligated not to disclose or use it for any other purpose.</p><br /><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h6 class="text-justify">Links To Other Sites</h6><br /><br />
<p class="text-justify">Our Service may contain links to other sites that are not operated by us. If
you click on a third party link, you will be directed to that third party's site. We strongly
advise you to review the Privacy Policy of every site you visit.<br /> <br />
We have no control over and assume no responsibility for the content, privacy policies or
practices of any third party sites or services.</p><br /> <br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h6 class="text-justify">Children's Privacy</h6><br /><br />
<p class="text-justify">Our Service does not address anyone under the age of 18
("Children").<br /><br />
We do not knowingly collect personally identifiable information from anyone under the age of 18.
If you are a parent or guardian and you are aware that your Children has provided us with
Personal Data, please contact us. If we become aware that we have collected Personal Data from
children without verification of parental consent, we take steps to remove that information from
our servers.</p><br /><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h6 class="text-justify">Changes To This Privacy Policy</h6><br /><br />
<p class="text-justify">We may update our Privacy Policy from time to time. We will notify you of
any changes by posting the new Privacy Policy on this page.<br /><br />
We will let you know via email and/or a prominent notice on our Service, prior to the change
becoming effective and update the "effective date" at the top of this Privacy
Policy.<br /><br />
You are advised to review this Privacy Policy periodically for any changes. Changes to this
Privacy Policy are effective when they are posted on this page.</p><br /><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h6 class="text-justify">Contact Us</h6><br /><br />
<p class="text-justify">If you have any questions about this Privacy Policy, <b>Please Contact Us:</b></p><br />
<ul>
<li class="text-justify"><b>By email:</b> contact@wikipoli.gq</li>
<li class="text-justify">By visiting this page on our website:
<a href="https://wikipoli.gq/contact">https://wikipoli.gq/contact</a></li>
</ul><br /><br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p class="text-justify">These <span>Privacy Policy</span> went into effect on November 3rd, 2019.</p>
<br />
</div>
</div>
</div>
</section>
<footer id="footer">
<hr id="hr">
<nav id="nav-flex">
<section class="link-group">
<span class="group-desc">Company</span>
<a href="">About Us</a>
<a href="">Our Team</a>
</section>
<section class="link-group">
<span class="group-desc">Help & Support</span>
<a href="">FAQ</a>
<a href="">Contact us</a>
</section>
<section class="link-group">
<span class="group-desc">Legal</span>
<a href="termsofuse.html">Terms and Conditions</a>
<a href="privacy.html">Privacy Policy</a>
</section>
<section class="link-group">
<span class="group-desc">Follow Us</span>
<section id="socials">
<a class="social-link" href=""><img src="images/facebook-icon.png" height="30px"></a>
<a class="social-link" href=""><img src="images/linkedin-icon.png" height="30px"></a>
<a class="social-link" href=""><img src="images/twitter-icon.png" height="30px"></a>
</section>
</section>
</nav>
</footer>
<script src="./js/googleauth.js"></script>
<script src="https://kit.fontawesome.com/56f496c8ed.js" crossorigin="anonymous"></script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script type="text/javascript" src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="scripts/login.js"></script>
</body>
</html>