-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacy.html
More file actions
155 lines (148 loc) · 7.09 KB
/
Copy pathPrivacy.html
File metadata and controls
155 lines (148 loc) · 7.09 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
<!DOCTYPE html>
<?php include("functions/functions.php"); ?>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Chapters - Privacy Policy</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/privacy.css" />
<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great|Kurale" rel="stylesheet">
</head>
<body>
<div id=topNav>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="Home.php" style="font-family: 'Fredericka the Great', cursive; font-size: 27px;">Chapters Bookstore</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="Home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="About.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Collection.html">Our Collection</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contact.html">Contact</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Privacy.html">Privacy Policy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Terms.html">Terms Of Service</a>
</li>
</ul>
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="Cart.html">My Cart(3)</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Register.html">Register</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Login.html">Login</a>
</li>
</ul>
</div>
</nav>
</div>
<div id=midContent>
<div><h1>Our Privacy Policy</h1></div>
<hr />
<p>Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy.</p>
<p>Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.</p>
<p>We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law. </p>
<p>We will only retain personal information as long as necessary for the fulfillment of those purposes. </p>
<p>We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned. </p>
<p>Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date. </p>
<p>We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification. We will make readily available to customers information about our policies and practices relating to the management of personal information. </p>
<p>We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.</p>
</div>
<div id=linkSection>
<div class="row">
<div class="col-sm">
<br />
Customer Service
<br /><br />
<ul style="list-style: none; margin: 0; padding: 0;">
<li><a href="">Contact</a></li>
<li><a href="">My Account</a></li>
<li><a href="">Frequently Asked Questions</a></li>
<li><a href="">Shipping and Returns</a></li>
</ul>
</div>
<div class="col-sm">
<br />
Book Categories
<br /><br />
<ul style="list-style: none; margin: 0; padding: 0;">
<li><a href="">New Releases</a></li>
<li><a href="">Top Trending</a></li>
<li><a href="">Best Sellers</a></li>
<li><a href="">Shipping and Returns</a></li>
</ul>
</div>
<div class="col-sm">
<br />
Follow Us On
<br /><br />
<ul style="list-style: none; margin: 0; padding: 0;">
<li><a href="">Facebook</a></li>
<li><a href="">Twitter</a></li>
<li><a href="">Youtube</a></li>
<li><a href="">Instagram</a></li>
</ul>
</div>
<div class="col-sm">
<br />
Chapters Bookstore
<br /><br />
<ul style="list-style: none; margin: 0; padding: 0;">
<li><a href="">Based in Colombo, Sri Lanka</a></li>
<li><a href="">contact@chaptersbookstore.com</a></li>
</ul>
</div>
<div class="col-sm">
<br />
Join Our Mailing List
<br /><br />
<div class="row">
<div class="col-6 col-sm-3">
<form>
<div class="form-group">
<input type="email" style="width: 200px;" class="form-control" id="exampleFormControlInput1" placeholder="Email Address">
<button type="button" style="width: 200px; margin-top: 5px; font-size: 14px; text-transform: none;" class="btn btn-outline-success">Sign Up</button>
</div>
</form>
</div>
<!-- Force next columns to break to new line -->
<div class="w-100"></div>
<div class="col-6 col-sm-3">
</div>
</div>
</div>
</div>
</div>
<div id=end>
<div class="row">
<div class="col-sm" style="margin-top: 5px;">© Copyright 2018 Chapters Bookstore</div>
<div class="col-sm" style="margin-top: 5px;">
<a style="color: black; text-decoration: none;" href="Terms.php">Terms Of Service</a> |
<a style="color: black; text-decoration: none;" href="Privacy.php">Privacy</a> |
<a style="color: black; text-decoration: none;" href="Shipping.php">Shipping and Returns</a>
</div>
<div class="col-sm" style="margin-top: 5px;">
<a href="Cart.php">
<img src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/cc-badges-ppppcmcvdam.png" class="img-fluid" width="300" alt="Pay with PayPal, PayPal Credit or any major credit card" />
</a>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>