-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy.php
More file actions
424 lines (414 loc) · 38.7 KB
/
privacy.php
File metadata and controls
424 lines (414 loc) · 38.7 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
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
<?php require 'messages.php'; require_once 'cart-logic.php'; ?>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174043292-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-174043292-1');
</script>
<meta charset="utf-8">
<meta name="description" content="Gemasglam Home is a Fashion clothing and accessories ladies’ boutique. We take pride in supplying great quality items to all our customers at pocket friendly prices. We are located in Kampala Uganda.">
<meta name="keywords" content="boutique, Uganda, Kampala, women clothes, bags, shoes, beauty products, blazers, skirts, Namugema Bridget, gemasglam GemasGlamHome, quality, accessories, ladies Fashion">
<meta name="author" content="Tumuhimbise Usher Godwin">
<title>GemasGlamHome Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="imgs/gemasglam.ico">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.0/css/all.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script><script defer src="js/jquery.js"></script><script defer src="js/purejs.js"></script><script src="live.js"></script> <script type="text/javascript">$(document).ready(function(){$("#readmore1").on("click", function(){$("#mobile1").slideToggle(1000);}); $("#readmore2").on("click", function(){$("#mobile2").slideToggle(1000)}); $("#readmore3").click(function(){$("#mobile3").slideToggle(100);});$("#readmore4").click(function(){$("#mobile5").slideToggle(100);});});</script>
<style type="text/css"> body{font-family: sans-serif;}@media (max-width: 600px){#mobile1{display: none;}#mobile2{display: none;}#mobile3{display: none;}#mobile4{display: none;}#mobile5{display: none}#readmore1{display: block;}#readmore2{display: block;}#readmore3{display: block;}#readmore4{display: block;}#readmore5{display:block;}}@media (min-width: 600px){#mobile1{display: none;}#mobile2{display: none;}#mobile3{display: none;}#mobile4{display: none;}#mobile5{display: none}#readmore1{display: block;}#readmore2{display: block;}#readmore3{display: block;}#readmore4{display: block;}#readmore5{display:block;}}@media (min-width: 768px){#mobile1{display: none;}#mobile2{display: none;}#mobile3{display: none;}#mobile4{display: none;}#mobile5{display: none}#readmore1{display: block;}#readmore2{display: block;}#readmore3{display: block;}#readmore4{display: block;}#readmore5{display:block;}}@media (min-width: 992px){#mobile1{display: inline-block;}#mobile2{display: inline-block;}#mobile3{display: inline-block;}#mobile4{display: inline-block;}#mobile5{display: inline-block;}#readmore1{display: none;}#readmore2{display: none;}#readmore3{display: none;}#readmore4{display: none;}#readmore5{display: none;}}@media (min-width: 1200px){
#mobile1{display: inline-block;}#mobile2{display: inline-block;}#mobile3{display: inline-block;}#mobile4{display: inline-block;}#mobile5{display: inline-block;}#readmore1{display: none;}#readmore2{display: none;}#readmore3{display: none;}#readmore4{display: none;}#readmore5{display: none;}}
</style></head>
<body> <a name="top"></a>
<!-- navigation bar for desktop -->
<nav class="navbar navbar-expand-md sticky-top" id="top_nav"><a href="index.php" class="navbar-brand"><img src="imgs/gemasglam.jpg" height="50" width="100" style="border-radius: 5px;"></a><div class="collapse navbar-collapse justify-content-between" id="navbarCollapse"><div class="navbar-nav"></div> <div class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle"
data-toggle="dropdown"><h5>Categories</h5></a> <div class="dropdown-menu" id="dropdown-link"> <a href="accessories.php"
class="dropdown-item"><img src="imgs/watch.PNG" width="40" height="40" style="border-radius: 50%"> Accessories</a> <a
href="blazers.php" class="dropdown-item"><img src="imgs/suit.jpg" width="40" height="40" style="border-radius: 50%">
Blazers</a> <a href="bags.php" class="dropdown-item"><img src="imgs/bag.PNG" width="40" height="40" style="border-radius:
50%">Bags</a> <a href="shoes.php" class="dropdown-item"> <img src="imgs/shoeswomen.PNG" width="40" height="40" style="border-radius: 50%">Shoes</a>
<a href="skirts.php" class="dropdown-item"> <img src="imgs/skirt.PNG" width="40" height="40" style="border-radius: 50%">
Skirts</a> <a href="trousers.php" class="dropdown-item"> <img src="imgs/trouser.PNG" width="40" height="40"
style="border-radius: 50%">Trousers</a> <a href="tops.php" class="dropdown-item"><img src="imgs/top.PNG" width="40"
height="40" style="border-radius: 50%"> Tops/Brouse</a> <a href="dresses.php" class="dropdown-item"> <img
src="imgs/dress.PNG" width="40" height="40" style="border-radius: 50%"> Dresses</a> <a href="beauty-products.php"
class="dropdown-item"> <img src="imgs/beauty.PNG" width="40" height="40" style="border-radius: 50%">Beauty Products</a>
</div> </div> <form action="catalog.php" method="get" class="form-inline"><div class="input-group"><div class="search-box"> <input type="search" class="form-control here" placeholder="Search for products" id="search" name="term" style="width: 450" autocomplete="off" required="required"/> <div class="result"></div></div><div class="input-group-append"><button type="submit" class="btn btn-light"><i class="fa fa-search text-primary"></i></button></div></div></form> <div class="nav-item dropdown"><a href="#" class="dropdown-toggle text-light" data-toggle="dropdown"><h5><i class="fas fa-user"></i> Login</h5></a><div class="dropdown-menu"> <a href="user/user-login.php" class="dropdown-item"><button class="btn btn-warning btn-sm" style="width: 100%">LOGIN</button></a> <hr><a href="user/Create-Account.php" class="dropdown-item"><button class="btn btn-outline-warning btn-sm">CREATE ACCOUNT</button></a></div></div> <a href="cart.php"><span id="cart_count"> <?php echo $cart_count; ?></span><h4><i class="fas fa-shopping-cart text-light"></i></h4></a> <a href="tel:+256709655944" class="btn btn-outline-warning btn-sm" id="help">HELP?</a> </div></nav>
<!-- navigation bar for potrait tablets -->
<nav class="navbar navbar-expand-md sticky-top" id="tablets_nav"><a href="index.php" class="navbar-brand"><img src="imgs/gemasglam.jpg" height="50" width="100" style="border-radius: 5px;"></a><div class="collapse navbar-collapse justify-content-between" id="navbarCollapse"><div class="navbar-nav"><a href="about.php" class="nav-item nav-link"><h5>About Us</h5></a></div> <div class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle"
data-toggle="dropdown"><h5>Categories</h5></a> <div class="dropdown-menu" id="dropdown2-link"> <a href="accessories.php"
class="dropdown-item"><img src="imgs/watch.PNG" width="40" height="40" style="border-radius: 50%"> Accessories</a> <a
href="blazers.php" class="dropdown-item"><img src="imgs/suit.jpg" width="40" height="40" style="border-radius: 50%">
Blazers</a> <a href="bags.php" class="dropdown-item"><img src="imgs/bag.png" width="40" height="40" style="border-radius:
50%">Bags</a> <a href="shoes.php" class="dropdown-item"> <img src="imgs/shoeswomen.png" width="40" height="40" style="border-radius: 50%">Shoes</a>
<a href="skirts.php" class="dropdown-item"> <img src="imgs/skirt.png" width="40" height="40" style="border-radius: 50%">
Skirts</a> <a href="trousers.php" class="dropdown-item"> <img src="imgs/trouser.PNG" width="40" height="40"
style="border-radius: 50%">Trousers</a> <a href="tops.php" class="dropdown-item"><img src="imgs/top.PNG" width="40"
height="40" style="border-radius: 50%"> Tops/Brouse</a> <a href="dresses.php" class="dropdown-item"> <img
src="imgs/dress.png" width="40" height="40" style="border-radius: 50%"> Dresses</a> <a href="beauty-products.php"
class="dropdown-item"> <img src="imgs/beauty.PNG" width="40" height="40" style="border-radius: 50%">Beauty Products</a>
</div> </div> <form action="catalog.php" method="get" class="form-inline"><div class="input-group"><div class="search-box"> <input type="search" class="form-control here" placeholder="Search for products" id="search" name="term" style="width: 250" autocomplete="off" required="required"/> <div class="result"></div></div><div class="input-group-append"><button type="submit" class="btn btn-light"><i class="fa fa-search text-primary"></i></button></div></div></form> <div class="nav-item dropdown"><a href="#" class="dropdown-toggle text-light" data-toggle="dropdown"><h5 id="login"><i class="fas fa-user"></i> Login</h5></a><div class="dropdown-menu"> <a href="user/user-login.php" class="dropdown-item"><button class="btn btn-warning btn-sm" style="width: 100%">LOGIN</button></a> <hr><a href="user/Create-Account.php" class="dropdown-item"><button class="btn btn-outline-warning btn-sm">CREATE ACCOUNT</button></a></div></div> <a href="cart.php"><span id="cart_count"> <?php echo $cart_count; ?></span><h4><i class="fas fa-shopping-cart text-light"></i></h4></a> <a href="tel:+256709655944" class="btn btn-outline-warning btn-sm" id="help">HELP?</a> </div></nav> <!-- end of -->
<!-- navigation bar for potrait tablets -->
<nav class="navbar navbar-expand-md sticky-top" id="tablets_nav"><a href="index.php" class="navbar-brand"><img src="imgs/gemasglam.jpg" height="50" width="100" style="border-radius: 5px;"></a><div class="collapse navbar-collapse justify-content-between" id="navbarCollapse"><div class="navbar-nav"><a href="about.php" class="nav-item nav-link"><h5>About Us</h5></a></div> <div class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle"
data-toggle="dropdown"><h5>Categories</h5></a> <div class="dropdown-menu" id="dropdown2-link"> <a href="accessories.php"
class="dropdown-item"><img src="imgs/watch.PNG" width="40" height="40" style="border-radius: 50%"> Accessories</a> <a
href="blazers.php" class="dropdown-item"><img src="imgs/suit.jpg" width="40" height="40" style="border-radius: 50%">
Blazers</a> <a href="bags.php" class="dropdown-item"><img src="imgs/bag.PNG" width="40" height="40" style="border-radius:
50%">Bags</a> <a href="shoes.php" class="dropdown-item"> <img src="imgs/shoeswomen.PNG" width="40" height="40" style="border-radius: 50%">Shoes</a>
<a href="skirts.php" class="dropdown-item"> <img src="imgs/skirt.PNG" width="40" height="40" style="border-radius: 50%">
Skirts</a> <a href="trousers.php" class="dropdown-item"> <img src="imgs/trouser.PNG" width="40" height="40"
style="border-radius: 50%">Trousers</a> <a href="tops.php" class="dropdown-item"><img src="imgs/top.PNG" width="40"
height="40" style="border-radius: 50%"> Tops/Brouse</a> <a href="dresses.php" class="dropdown-item"> <img
src="imgs/dress.png" width="40" height="40" style="border-radius: 50%"> Dresses</a> <a href="beauty-products.php"
class="dropdown-item"> <img src="imgs/beauty.PNG" width="40" height="40" style="border-radius: 50%">Beauty Products</a>
</div> </div> <form action="catalog.php" method="get" class="form-inline"><div class="input-group"><div class="search-box"> <input type="search" class="form-control here" placeholder="Search for products" id="search" name="term" style="width: 250" autocomplete="off" required="required"/> <div class="result"></div></div><div class="input-group-append"><button type="submit" class="btn btn-light"><i class="fa fa-search text-primary"></i></button></div></div></form> <div class="nav-item dropdown"><a href="#" class="dropdown-toggle text-light" data-toggle="dropdown"><h5 id="login"><i class="fas fa-user"></i> Login</h5></a><div class="dropdown-menu"> <a href="user/user-login.php" class="dropdown-item"><button class="btn btn-warning btn-sm" style="width: 100%">LOGIN</button></a> <hr><a href="user/Create-Account.php" class="dropdown-item"><button class="btn btn-outline-warning btn-sm">CREATE ACCOUNT</button></a></div></div> <a href="cart.php"><span id="cart_count"> <?php echo $cart_count; ?></span><h4><i class="fas fa-shopping-cart text-light"></i></h4></a> <a href="tel:+256709655944" class="btn btn-outline-warning btn-sm" id="help">HELP?</a> </div></nav> <!-- end of -->
<!--navigation bar for mobile -->
<nav class="navbar navbar-expand-md sticky-top" id="mobile_nav"><a href="#" class="open"><h3><i class="fa fa-bars text-light" id="bar_icon"></i></h3></a><a href="index.php" class="navbar-brand"><img src="imgs/gemasglam.jpg" height="50" width="100" style="border-radius: 5px;"></a><a href="user/user-login.php"><h3><i class="fas fa-user-circle text-light"></i> </h3></a><a href="cart.php"><h4><i class="fas fa-shopping-cart text-light"></i></h4><small id="cart_count"> <?php echo $cart_count; ?></small></a> <div class="mobileSearch">
<form action="catalog.php" method="get" class="form-inline"> <div class="input-group">
<div
class="search-box"> <input type="search" class="form-control here" placeholder="Search for products"
id="mobileSearch" name="term" style="width: 250" autocomplete="off" required="required"/> <div class="result"></div> </div>
<div class="input-group-append"> <button type="submit" class="btn btn-light"><i class="fa fa-search
text-primary"></i></button> </div> </div> </form> </div><div class="collapse navbar-collapse justify-content-between" id="navbarCollapse"><div class="navbar-nav"></div> </div></nav>
<!-- side bar -->
<div class="container-fluid"><div id="hidden" class="bg-light"> <nav class="sidebar bg-light" id="sidebar"><div class="nav-item"><div class="jumbotron text-center py-1"><h2 class="text-warning">Privacy Policy</h2></div> <div class="card"><div class="card-header py-1"><h4>Categories</h4></div> <div class="card-body"><ul><li><a href="blazers.php" class="dropdown-item"> <img src="imgs/suit.jpg" width="40" height="40" style="border-radius: 50%"> Blazers</a></li> <li><a href="bags.php" class="dropdown-item"> <img src="imgs/watch.PNG" width="40" height="40" style="border-radius: 50%">Accessories</a><li><li><a href="shoes.php" class="dropdown-item"> <img src="imgs/shoeswomen.PNG" width="40" height="40" style="border-radius: 50%">Shoes</a></li><li><a href="skirts.php" class="dropdown-item"> <img src="imgs/skirt.PNG" width="40" height="40" style="border-radius: 50%"> Skirts</a></li><li> <a href="trousers.php" class="dropdown-item"> <img src="imgs/trouser.PNG" width="40" height="40" style="border-radius: 50%">Trousers</a></li><li> <a href="tops.php" class="dropdown-item"><img src="imgs/top.PNG" width="40" height="40" style="border-radius: 50%"> Tops/Brouse</a></li><li> <a href="dresses.php" class="dropdown-item"> <img src="imgs/dress.PNG" width="40" height="40" style="border-radius: 50%"> Dresses</a></li><li><a href="beauty-products.php" class="dropdown-item"> <img src="imgs/beauty.PNG" width="40" height="40" style="border-radius: 50%">Beauty Products</a></li> </ul></div> </div></div></nav></div></div>
<main class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-6 col-sm-12">
<div class="jumbotron py-1 mt-2">
<h3 class="text-warning">GEMASGLAM HOME USER PRIVACY POLICIES</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="card mt-2">
<div class="card-body">
<h5 class="text-muted">This Privacy Policy describes how your personal information is collected, used, and shared when you visit or make a purchase from <a href="https://www.gemasglam.com"> gemasglam.com</a></h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-5 col-sm-12">
<div class="card mt-2">
<h4 class="card-header text-light bg-dark">WHEN DO WE COLLECT YOUR PERSONAL DATA?</h4>
<div class="card-body">
<h5 class="text-muted"><ol><li>When you visit our website and when you use your online account to buy products and services</li><li>When you make an online purchase and create an account with us.</li><li>When you engage with us on social media.</li><li>If you provide us your contact information at a trade show or exhibition</li><li>When you choose to complete any surveys we send you.</li></ol><button class="btn btn-warning btn-sm" id="readmore1">Read More</button></h5>
</div>
</div>
</div>
<div class="col-md-6 col-lg-7 col-sm-12" id="mobile1">
<div class="card mt-2">
<h4 class="card-header text-light bg-dark">PERSONAL INFORMATION WE COLLECT</h4>
<div class="card-body">
<h5 class="text-muted">When you visit the Site, we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site and information about how you interact with the Site. We refer to this automatically-collected information as “Device Information”.<button class="btn btn-warning btn-sm" id="readmore2">Read More</button><br><br><br><br><br></h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-lg-12 col-sm-12" id="mobile2">
<div class="card mt-2">
<div class="card-body">
<h4 class="text-muted" style="text-decoration: underline;">We collect Device Information using the following technologies:</h4> <ul class="text-secondary"><li><b>- “Cookies”</b> are data files that are placed on your device or computer and often include an anonymous unique identifier. For more information about cookies, and how to disable cookies, visit <a href="http://www.allaboutcookies.org">http://www.allaboutcookies.org</a><li>- “Log files” track actions occurring on the Site, and collect data including your IP address, browser type, Internet service provider, referring/exit pages, and date/time stamps.</li><li><b>- “Web beacons”, “tags”, and “pixels”</b> are electronic files used to record information about how you browse the Site.Additionally, when you make a purchase or attempt to make a purchase through the Site, we collect certain information from you, including your name, billing address, shipping address, payment information, email address, and phone number. We refer to this information as <b>“Order Information”.</b></li><li>When we talk about <b>“Personal Information”</b> in this Privacy Policy, we are talking both about Device Information and Order Information.<button class="btn btn-warning btn-sm" id="readmore3">Read More</button></li> </ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12" id="mobile3">
<div class="card mt-2">
<h4 class="card-header text-light bg-dark">HOW DO WE USE YOUR PERSONAL INFORMATION?</h4>
<div class="card-body">
<h5 class="text-muted">We use the Order Information that we collect generally to fulfill any orders placed through the Site (including processing your payment information, arranging for shipping, and providing you with invoices and/or order confirmations). Additionally, we use this Order Information to: <ul><li><b>-</b> Communicate with you;</li><li><b>-</b> Screen our orders for potential risk or fraud; and</li><li><b>-</b> When in line with the preferences you have shared with us, provide you with information or advertising relating to our products or services.</li></ul></h5><h5 class="text-muted">We use the Device Information that we collect to help us screen for potential risk and fraud (in particular, your IP address), and more generally to improve and optimize our Site (for example, by generating analytics about how our customers browse and interact with the Site, and to assess the success of our marketing and advertising campaigns).<button class="btn btn-warning btn-sm" id="readmore4">Read More</button></h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12" id="mobile4">
<div class="card mt-2">
<h4 class="card-header text-light bg-dark">SHARING YOUR PERSONAL INFORMATION</h4>
<div class="card-body">
<h5 class="text-muted">We share your Personal Information with third parties to help us use your Personal Information, as described above. For example, we use Google Analytics to help us understand how our customers use the Site -- you can read more about how Google uses your Personal Information here:<a href="https://www.google.com/intl/en/policies/privacy/"> https://www.google.com/intl/en/policies/privacy/</a>. You can also opt-out of Google Analytics here:<a href="https://tools.google.com/dlpage/gaoptout"> https://tools.google.com/dlpage/gaoptout.</a>
</h5><h5 class="text-muted">Finally, we may also share your Personal Information to comply with applicable laws and regulations, to respond to a subpoena, search warrant or other lawful requests for information we receive, or to otherwise protect our rights.<h4 style="text-decoration: underline;">BEHAVIOURAL ADVERTISING</h4>As described above, we use your Personal Information to provide you with targeted advertisements or marketing communications we believe may be of interest to you
<button class="btn btn-warning btn-sm" id="readmore4">Read More</button></h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12" id="mobile5">
<div class="card mt-2">
<h4 class="card-header text-light bg-dark">OPTING IN OR OUT OF MARKETING COMMUNICATION.</h4>
<div class="card-body">
<h5 class="text-muted">We will clearly indicate where we ask you to opt in to receive marketing communications either as part of your registration process online, as a prospective customer through our newsletter signup form on our website or through contact with our sales team.
If you opted-in to receive marketing communications or email newsletters either in response to previous email campaigns or by signing up through the website then this is deemed as consent and we will use the information you to keep you informed of latest offers and promotions we believe to be of interest. You are free to update your preferences anytime by clicking on the link in any email campaign footer to either change your preferences or unsubscribe from our list completely.<h4 style="text-decoration: underline;">DO NOT TRACK</h4>
</h5><h5 class="text-muted">Please note that we do not alter our Site’s data collection and use practices when we see a Do Not Track signal from your browser.</h5>
<h4 style="text-decoration: underline;">YOUR RIGHTS</h4><h5 class="text-muted"> If you are a Ugandan resident, you have the right to access personal information we hold about you and to ask that your personal information be corrected, updated, or deleted. If you would like to exercise this right, please contact us through the contact information below.<br>
Additionally, if you are a Ugandan resident we note that we are processing your information in order to fulfill contracts we might have with you (for example if you make an order through the Site), or otherwise to pursue our legitimate business interests listed above. Additionally, please note that your information will be transferred outside of Uganda.</h5><h4 style="text-decoration: underline;">DATA RETENTION</h4><h5 class="text-muted">When you place an order through the Site, we will maintain your Order Information for our records unless and until you ask us to delete this information.</h5><h4 style="text-decoration: underline;">POLICY CHANGES</h4><h5 class="text-muted">We may update this privacy policy from time to time in order to reflect, for example, changes to our practices or for other operational, legal, or regulatory reasons.</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="card mt-2">
<h4 class="card-header text-light bg-dark">CONTACT US</h4>
<div class="card-body">
<h5 class="text-secondary">For more information about our privacy practices, if you have questions, or if you would like to make a complaint, please contact us on <a href="tel:+256709655944"> +256709655944</a> or by e‑mail at<a href="mailto:wecare@gemasglam.com"> wecare@gemasglam.com</a>
Thank you for reading.</h5>
</div>
</div>
</div>
</div>
</main>
<div class=" bg-secondary">
<div class="card mt-3" style="border: none;">
<div class="card-body bg-secondary">
<div class="row">
<div class="col-md-6 col-lg-6">
<div class="card mt-3" id="message_box">
<div class="card-body" id="message_body">
<?php echo $message_status; ?>
<h4 class="text-secondary" style="text-decoration: underline;">Contact Us</h4>
<form action="" method="post">
<div class="form-group">
<input type="email" name="email" class="form-control" placeholder="type your email here" autocomplete="off" required="required">
<small class="text-danger"><?php echo $email_error; ?></small>
</div>
<div class="form-group">
<input type="text" name="subject" class="form-control" placeholder="type the message subject here" required="required">
<small class="text-danger"><?php echo $subject_error; ?></small>
</div>
<div class="form-group">
<textarea class="form-control" name="message" placeholder="type your message here" cols="5" rows="5" id="textarea"></textarea>
<small class="text-danger"><?php echo $message_error; ?></small>
</div>
<div class="form-group">
<button type="submit" class="btn btn-warning" name="send">SEND MESSAGE</button>
</div>
</form>
<small class="text-muted">You information is not shared with anyone!</small>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="card mt-3">
<div class="card-body">
<h4 class="text-secondary" style="text-decoration: underline;">Working Days And Hours</h4>
<div class="row">
<p class="col-lg-6 col-md-6 text-muted">Sunday</p>
<p class="col-md-6 col-lg-6 text-primary">08:00 AM - 03:00 PM</p>
</div>
<div class="row">
<p class="col-lg-6 col-md-6 text-muted">Monday</p>
<p class="col-md-6 col-lg-6 text-primary">08:00 AM - 06:00 PM</p>
</div>
<div class="row">
<p class="col-lg-6 col-md-6 text-muted">Tuesday</p>
<p class="col-md-6 col-lg-6 text-primary">08:00 AM - 06:00 PM</p>
</div>
<div class="row">
<p class="col-lg-6 col-md-6 text-muted">Wednesday</p>
<p class="col-md-6 col-lg-6 text-primary">08:00 AM - 06:00 PM</p>
</div>
<div class="row">
<p class="col-lg-6 col-md-6 text-muted">Thursday</p>
<p class="col-md-6 col-lg-6 text-primary">08:00 AM - 06:00 PM</p>
</div>
<div class="row">
<p class="col-lg-6 col-md-6 text-muted">Friday</p>
<p class="col-md-6 col-lg-6 text-primary">08:00 AM - 06:00 PM</p>
</div>
<div class="row">
<p class="col-lg-6 col-md-6 text-muted">Satarday</p>
<p class="col-md-6 col-lg-6 text-primary">08:00 AM - 06:00 PM</p>
</div>
<br/><br><small class="text-muted">The above are store hours. GemasglamHome works 24/7</small> <br/>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-6">
<div class="card mt-3" style="height: 300px; overflow: scroll;">
<a href="#myModal" class="btn btn-sm btn-warning sticky-top" data-toggle="modal">POST YOUR REVIEW</a>
<div class="card-body">
<h4 class="text-muted">Customer Reviews</h4>
<?php foreach ($reviews as $key => $value):
?>
<div class="input-group">
<h1><i class="fas fa-user-circle text-primary"></i></h1>
<b class="text-secondary"> <?php echo $value['name'];?></b>
</div>
<div class="">
<b class="text-muted"> <?php echo $value['comment'];?></b>
</div>
<?php endforeach?>
</div>
</div>
</div>
<form action="" method="post" name="myLike">
<input type="hidden" name="like" value="like">
</form>
<div class="col-md-6 col-lg-6">
<div class="card mt-3">
<div class="card-body">
<h4 class="text-muted">Contact Information</h4>
<div>
<p style="font-size: 20pt;"> <a href="tel:+256709655944"> <i class="fas fa-phone-square-alt"></i> +256709655944 </a></p>
<p style="font-size: 20pt;"><a href ="mailto:wecare@gemasglam.com"><i class="fas fa-envelope"></i> wecare@gemasglam.com</a></p>
<p style="font-size: 20pt;" class="text-muted"><a href="https://wa.me/+256709655944" style="font-size: 30pt;"><i class="fab fa-whatsapp-square text-success"></i></a><small>Live Chat</small></p><br> <br>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-lg-4">
<div class="card bg-secondary mt-3" style="border: none;">
<div class="card-body">
<h6 class="text-light" style="text-decoration: underline;">LET US HELP YOU </h6>
<p class="text-muted">
<a href="tel:+256709655944" class="text-light">Help Center <img src="imgs/call-center.PNG" width="70" height="70" style="border-radius: 50%;"></a>
</p>
<p>
<a href="how-to-buy.php" class="text-light">How to buy on Gemasglam</a>
</p>
<p>
<a href="#paymentmethod" class="text-light" data-toggle="modal">Payment Methods</a>
</p>
<p>
<a href="#delivery-timeline" class="text-light" data-toggle="modal">Delivery Timeline</a>
</p>
<p><a href="faqs.php" class="text-light">FAQs</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4">
<div class="card bg-secondary mt-3" style="border: none;">
<div class="card-body">
<h6 class="text-light" style="text-decoration: underline;">About GemasglamHome</h6>
<p class="text-muted">
<a href="about.php" class="text-light">About Us</a>
</p>
<p>
<a href="terms&conditions.php" class="text-light">Terms & Coditions</a>
</p>
<p>
<a href="privacy.php" class="text-light">Privacy Policy</a>
</p>
<p>
<a href="shipping-policy.php" class="text-light">Shipping Policy</a>
</p>
<p>
<a href="return-policy.php" class="text-light">Return Policy</a>
</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4">
<div class="card bg-secondary mt-3" style="border: none;">
<div class="card-body">
<h6 class="text-light" style="text-decoration: underline;">FOLLOW US </h6>
<p class="text-muted">
<a href="https://www.facebook.com/gemasglamhome/" class="text-light" style="font-size: 18pt;"><i class="fab fa-facebook"></i> </a>
</p>
<p>
<a href="https://www.instagram.com/invites/contact/?i=15weuew9rnlhg&utm_content=i1du1qd" class="text-light" style="font-size: 18pt;"><i class="fab fa-instagram"></i></a>
</p>
<p>
<a href="" class="text-light"><i class="fab fa-twitter"></i></a>
</p>
<p>
<a href="https://www.linkedin.com/company/gemas-glam-home" class="text-light" style="font-size: 18pt;"><i class="fab fa-linkedin"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-lg-12 d-flex justify-content-center">
<p class="text-light">© GemasglamHome <?php echo date("Y"); ?> All Rights Reserved</p>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" tabindex="-1" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-muted">CUSTOMER REVIEW</h5>
</div>
<div class="modal-body">
<?php echo $review_status;?>
<p class="text-secondary">Hello Dear User, Please share your review with us. <br>
<small class="text-success">Thank you for choosing GemasGlamHome</small> <i class="fa fa-heart text-danger"></i></p>
</div>
<form method="POST" action="">
<div class="form-group">
<input type="text" name="reviewer" placeholder="enter your name" class="form-control" required="required"> <span><?php echo $name_error; ?></span>
</div>
<textarea class="form-control" placeholder="type your review here" required="required" cols="10" rows="5" name="comment"></textarea> <span><?php echo $comment_error; ?></span>
<div class="row">
<div class="col-lg-6 col-md-6 text-center">
<button type="submit" class="btn btn-warning btn-sm" name="review">POST REVIEW <i class="fas fa-arrow-circle-up"></i></button>
</div>
</div>
</form>
<div class="modal-footer justify-content-center">
<button type="button" class="btn btn-secondary" data-dismiss="modal">REVIEW LATER</button>
</div>
</div>
</div>
</div>
<!-- Modal HTML FOR DELIVERY TIMELINE -->
<div id="delivery-timeline" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Delivery Timeline Notification <i class="fas fa-bell"></i></h5>
</div>
<div class="modal-body">
<h5 class="text-muted">Delivery dates for all clothing items and other items ordered through the website are typically the same day or 1-2days for stock items. We can 'RUSH' orders if you need a quick delivery. We are fairly flexible and hope to accommodate as many orders as possible. To rush an order please contact us on WhatsApp <a href="https://wa.me/+256709655944" style="font-size: 30pt;"><i class="fab fa-whatsapp-square text-success"></i></a><small>click to whatsapp</small> or give a phone call <a href="tel:+256709655944" style="font-size: 30pt;"><i class="fas fa-phone-alt"></i></a><small>click to call</small><br>Thank You for choosing Gemasglam Home <i class="fas fa-heart text-danger"></i></h5>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal HTML FOR PAYMENT METHODS -->
<div id="paymentmethod" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Payment Method Notification <i class="fas fa-bell"></i></h5>
</div>
<div class="modal-body">
<h5 class="text-muted">We apparently accept <b>Cash on Develivery</b> and <b>Airtel Money</b> payments</h5> <h5 class="text-muted">In case you choose Mobile Money, please follow the steps that will guide you to complete your payment.<br>Thank You for choosing Gemasglam Home <i class="fas fa-heart text-danger"></i></h5>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">OK</button>
</div>
</div>
</div>
</div>
<a href="#top" class="tops"><i class="fas fa-arrow-circle-up"></i></a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/purejs.js"></script>
</body>
</html>