-
Notifications
You must be signed in to change notification settings - Fork 2
/
privacy_policy.php
55 lines (38 loc) · 1.57 KB
/
privacy_policy.php
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
<?php
$title = 'Privacy Policy';
include("header.php");
?>
<link rel="stylesheet" href="css/privacy_policy.css">
<title> Privacy Policy</title>
<body>
<section id="about">
<div style="padding-left: 1%;">
<h1 align="center" style="padding-top: 15px;">Privacy Policy<h1>
<h4>Our Privacy Policy explain what personal information we collect about
you use the Website.</h4>
<p>We are collect,</p>
<h4>We may collect the following information.</h4>
<ul type="bullet">
<li>Name</li>
<li>Book title</li>
<li>Contact information including email address</li>
<li>Your user name and password</li>
<li>Your communication</li>
</ul>
<h2>Security</h2>
<p>We are committed to ensuring that your information is secure.In order to
prevent unauthorised accsess or disclosure,we have put in place suitable
physical,electronic and managerial procedures to safeguard and secure the
information we collect online </p>
<h2>Changes to this statement</h2>
<p>DSK will occasionally update this Privacy Policy to reflect company and
customer feedback.DSK encourages you to periodically review this statement
to be informed of how DSK is protecting your information. This policy was
last update in March 2021</p>
</div>
</section>
</body>
<script src="../js/about.js"></script>
<?php
include "./footer.php";
?>