-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.html
112 lines (83 loc) · 5.7 KB
/
privacypolicy.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>Starter Template · Bootstrap v5.0</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/starter-template/">
<!-- Bootstrap core CSS -->
<link href="../assets/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="starter-template.css" rel="stylesheet">
</head>
<body>
<div class="col-lg-8 mx-auto p-3 py-md-5">
<main>
<div class="container">
<!-- Card -->
<div class="card mb-4" id="card-status-table-wrapper">
<div class="card-body">
<div class="row col-md-10 mx-auto services">
<div class="col-md-12 mb-5 text-center">
<h1 class="content-title h1">Privacy Policy</h1>
</div>
<div class="col-md-12">
<p>YUDIPO TECH ("us", "we", or "our") operates the PH GOV ONLINE (the "Service").</p>
<p>This page informs you of our policies regarding the collection of personal information; its purpose/use; the basis of processing information; its storage; the log data; the scan history; retention; data disclosure/share; destruction/disposal; service providers; security (risk involved and how data is protected); links to other sites; children’s privacy; camera access; cookies; rights of data subject; and contact detail when you used our Service.</p>
<p>This page informs you of our policies regarding the collection of personal information; its purpose/use; the basis of processing information; its storage; the log data; the scan history; retention; data disclosure/share; destruction/disposal; service providers; security (risk involved and how data is protected); links to other sites; children’s privacy; camera access; cookies; rights of data subject; and contact detail when you used our Service.</p>
<br>
<p><strong>Collection of Personal Information</strong></p>
<p>Data is not collected by our website.</p>
<br>
<br>
<p><strong>Log Data</strong></p>
<p>We collect information that your browser sends whenever you visit our Service ("Log Data"). This Log Data may include information such as your computer's Internet Protocol ("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 and other statistics.</p>
<br>
<p><strong>Service Providers</strong></p>
<p>We may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.</p>
<p>These third parties do not have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.</p>
<br>
<p><strong>Links To Other Sites</strong></p>
<p>Our Service 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 Notice of every site you visit.</p>
<br>
<p><strong>Children's Privacy</strong></p>
<p>Our Service does not address anyone under the age of 13 ("Children").</p>
<p>We do not collect personally identifiable information from children under 13. Any information supplied by the children upon our knowledge will be deleted immediately by our servers. Parents/Guardian/Any person with legal capacity must contact us if inadvertently supplied information to the Service.</p>
<br>
<p><strong>Cookies</strong></p>
<p>The Service use cookies to improve its feature. Only necessary for the operation of website are stored. For all types of cookies, the service requested your permission. </p>
<br>
<p><strong>Changes To This Privacy Notice</strong></p>
<p>We may update our Privacy Notice from time to time. We will notify you of any changes by posting the new Privacy Notice on this page.</p>
<p>You are advised to review this Privacy Notice periodically for any changes. Changes to this Privacy Notice are effective when they are posted on this page.</p>
<br>
<p><strong>Contact Us</strong></p>
<p>You can reach us [email protected]</p>
</div>
</div>
</div>
</div>
<!-- Card -->
</div>
</main>
</div>
<script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>