-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy policy.php
315 lines (277 loc) · 12.7 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
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
<?php
session_start();
require_once('config.php');
include("function.php");
?>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title> TokoJamQ Privacy Policy </title>
<!-- Bootstrap core CSS -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/FONTAWESOME/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/simple-sidebar.css" rel="stylesheet">
<link href="assets/css/shop-homepage.css" rel="stylesheet">
<link href="assets/css/headerfooter.css" rel="stylesheet">
</head>
<body>
<div class="d-flex" id="wrapper">
<!-- Sidebar -->
<div class="bg-light border-right" id="sidebar-wrapper">
<div class="sidebar-heading"> <img src="assets/img/q hitam.png"> </div>
<div class="list-group list-group-flush">
<!--<a href="#" class="list-group-item list-group-item-action bg-light">Products</a>-->
<button class="dropdown-btn list-group-item list-group-item-action bg-light"
style="background-color: transparent; border: 0;">
<a href="product.php">Products</a>
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-container">
<ul class="link-list">
<li><a href="pioneer.php">Pioneer</a></li> <br>
<li><a href="estiloren.php">Esti Loren</a></li><br>
<li><a href="asako.php">Asako</a></li><br>
<li><a href="pagol.php">Pagol</a></li><br>
<li><a href="edison.php">Edison</a></li><br>
</ul>
</div>
<a href="privacy policy.php" class="list-group-item list-group-item-action bg-light">Privacy Policy</a>
<a href="tnc.php" class="list-group-item list-group-item-action bg-light">Terms and Condition</a>
<a href="faq.php" class="list-group-item list-group-item-action bg-light">FAQ</a>
<a href="contact.php" class="list-group-item list-group-item-action bg-light">Contact Us</a>
</div>
</div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<nav class="navbar navbar-expand-lg navbar-light border-bottom">
<!--button sidebar-->
<button class="btn btn-primary" id="menu-toggle"
style="background-color: transparent; color: white; border: none; font-size: 150%;">
<i class="fas fa-bars"></i></button>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--logo-->
<a href="index.php" class="col-md-3" ><img src="assets/img/logo.png" style="width: 100%;"></a>
<!--SEARCH BAR-->
<!-- Load icon library -->
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">-->
<!-- The form 2-->
<form class="example col-md-6" action="product.php" method="GET">
<input type="text" placeholder="Search.." name="search">
<button type="submit"><i class="fa fa-search" style="font-size: 130%;"></i></button>
</form>
<!--SEARCH BAR-->
<!--header-->
<div class="collapse navbar-collapse" id="navbarSupportedContent" style="flex-grow: 0;">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="cart.php" style="color: white; font-size: 150%;"><i
class="fas fa-shopping-cart"></i></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"
style="color: white;font-size: 150%;">
<i class="fas fa-user"></i>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown"
style="text-align: center;">
<?php
isloggedin($con);
?>
</div>
</li>
</ul>
</div>
</nav>
<div class="isipp" style="padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;">
<h1>Privacy Policy</h1>
<p>TokoJamQ is committed to protecting the privacy of visitors to the site. Your use of the site
confirms
your acceptance of the site.
On registering and during the process of your shopping on our website, we are collecting personal
information such as your phone number, billing and shipping address, credit card information, buying
preferences etc.
We also collect other information as browsing history on the site, through the use of cookies and
other
technologies.
<p>You can also invite your friends by giving name and email address amongst other information. We
use
all this information to try and better our services and shopping experience
for you as well as notify you on future sales to enhance your experience with us.</p>
<p>We are committed to protecting the information that you provide and while we cannot guarantee the
protection of this information,
we will take all reasonable steps to ensure that we do our best towards protecting the
confidentiality of data stored.
Our payment gateway partner will ensure stringent security measures to ensure that critically
sensitive information, such as personal information and credit card details, are extremely well
protected.</p>
<p>The information is encrypted before it is transmitted over the internet to the payment gateway
and
the payment gateway partner does not store any credit card details for security reasons.
If you have any queries about this Privacy Policy, please feel free to contact us anytime at
tokojamq@gmail.com</p>
</div>
<!--footer kita-->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-2">
<p class="mb-4"><img src="assets/img/q putih.png" alt="Image" class="img-fluid"></p>
</div>
<div class="col-lg-3">
<h3 class="footer-heading"><span><a href="product.php">Our Products</a></span></h3>
<ul class="list-unstyled">
<li><a href="pioneer.php">Pioneer</a></li>
<li><a href="estiloren.php">Esti Loren</a></li>
<li><a href="asako.php">Asako</a></li>
<li><a href="pagol.php">Pagol</a></li>
<li><a href="edison.php">Edison</a></li>
</ul>
</div>
<div class="col-lg-3">
<h3 class="footer-heading"><span>Contact</span></h3>
<ul class="list-unstyled">
<li><a href="contact.php">Contact Us</a></li>
<li><a href="privacy policy.php">Privacy Policy</a></li>
<li><a href="tnc.php">Terms and Condition</a></li>
<li><a href="faq.php">FAQ</a></li>
</ul></div></div>
<div class="row">
<div class="col-12">
<div class="copyright">
<p style="text-align:center; color:white; font-weight: 500;">Copyright TokoJamQ ©2019 All rights reserved </p>
</div></div></div></div></div>
<!-- Bootstrap core JavaScript -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function (e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
<style>
nav {
background-color: #023373;
padding: 0;
margin: 0;
}
button:active {
border: none;
border-style: none;
}
/*SEARCHBAR*/
* {
box-sizing: border-box;
}
form.example input[type=text] {
padding: 10px;
font-size: 17px;
border: 1px solid grey;
float: left;
width: 80%;
background: #f1f1f1;
}
/*style sidebar */
/*style dropdown submenu sidebar */
.link-list {
list-style-type: none;
text-decoration: none;
display: block;
text-align: left;
}
/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
color: #023373;
font-weight: bold;
}
/* Style the submit button */
form.example button {
float: left;
width: 20%;
padding: 10px;
background: #2196F3;
color: black;
font-size: 17px;
border: 1px solid grey;
border-left: none;
/* Prevent double borders */
cursor: pointer;
}
form.example button:hover {
background: #0b7dda;
}
/* Clear floats */
form.example::after {
content: "";
clear: both;
display: table;
}
/*sidebar*/
.roboto {
font-family: 'Roboto', sans-serif;
font-size: 105%;
}
.link-list>li {
list-style-type: none;
text-decoration: none;
display: block;
text-align: left;
}
/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
color: #023373;
font-weight: bold;
}
.sidenav a:focus,
.dropdown-btn:focus {
color: black;
}
/*carousell*/
.my-4 {
margin-top: 0 !important;
}
.container-fluid-no {
padding-left: 0;
}
.addtocart {
background-color: #5984bd;
}
.btn-floating {
font-size: 25px;
display: flex;
align-items: center;
justify-content: center;
float: initial;
}
</style>
<script>
/* buat dropdown products
/* Loop through all dropdown buttons to toggle between hiding and showing its dropdown content - This allows the user to have multiple dropdowns without any conflict */
var dropdown = document.getElementsByClassName("dropdown-btn");
var i;
for (i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function () {
this.classList.toggle("active");
var dropdownContent = this.nextElementSibling;
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
} else {
dropdownContent.style.display = "block";
}
});
}
</script>
</body>
</html>