forked from ABHRADEEP800/PHP-E_Commerce_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy_policy.php
352 lines (347 loc) · 17.4 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
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
<?php
session_start();
// including database connection file
require('env/database.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy</title>
<link rel="icon" type="image/x-icon" href="assets/svg-logo/logo-bg.svg">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/db79afedbd.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/main.css" />
</head>
<body>
<!------------------------------------------------------Loading Screen-------------------------------------------------------- -->
<div id="loading">
<img src="assets/svg-logo/LOADER.svg" alt="Loading..." />
</div>
<script>
var loader = document.getElementById("loading");
window.addEventListener("load", function() {
loader.style.display = "none";
})
</script>
<!------------------------------- header --------------------------->
<?php
// including header file
include 'header.php';
?>
<div class="container">
<h2>PRIVACY POLICY</h2>
<p>
<strong>[Grapple Inc.]</strong> (the “Company”) is committed to
protecting the privacy of its users. This Privacy Policy (“Privacy
Policy”) is designed to help you understand what information we gather,
how we use it, what we do to protect it, and to assist you in making
informed decisions when using our website. Unless otherwise indicated
below, this Privacy Policy applies to any website that references this
Privacy Policy, any Company website, as well as any data the Company may
collect across partnered and unaffiliated sites.
</p>
<p>
For purposes of this Agreement, the terms “we,” “us,” and “our” refer to
the Company. “You” refers to you, as a user of the website.
</p>
<h2>I. CONSENT</h2>
<p>
By accessing our website, you accept our Privacy Policy and Terms of
Use, and you consent to our collection, storage, use and disclosure of
your personal information as described in this Privacy Policy. In
addition, by using our website, or services across partnered and
unaffiliated sites, you are accepting the policies and practices
described in this Privacy Policy. Each time you visit our website, and
any time you voluntarily provide us with information, you agree that you
are consenting to our collection, use and disclosure of the information
that you provide, and you are consenting to receive emails or otherwise
be contacted, as described in this Privacy Policy. Whether or not you
register or do any sort of business with us, this Privacy Policy applies
to all users of the website.
</p>
<h2>II. INFORMATION WE COLLECT</h2>
<p>
We may collect both “Non-Personal Information” and “Personal
Information” about you. “Non-Personal Information” includes information
that cannot be used to personally identify you, such as anonymous usage
data, general demographic information we may collect, referring/exit
pages and URLs, platform types, preferences you submit and preferences
that are generated based on the data you submit and number of clicks.
“Personal Information” includes information that can be used to
personally identify you, such as your name, address and email address.
</p>
<h3>Cookies</h3>
<p>
We track this information in Google Analytics using cookies, or small
text files which include an anonymous unique identifier. Cookies are
sent to a user’s browser from our servers and are stored on the user’s
computer hard drive. Sending a cookie to a user’s browser enables us to
collect Non-Personal Information about that user and keep a record of
the user’s preferences when utilizing our services, both on an
individual and aggregate basis. The Company may use both persistent and
session cookies; persistent cookies remain on your computer after you
close your session and until you delete them, while session cookies
expire when you close your browser. Persistent cookies can be removed by
following your Internet browser help file directions. If you choose to
disable cookies, some areas of the website may not work properly.
</p>
<ul>
<li>
<strong>You may disable cookies in your browser using the following
instructions:</strong>
</li>
</ul>
<ul>
<li>
<a href="https://support.microsoft.com/en-us/help/17442/windows-internet-explorer-delete-manage-cookies" target="_blank" rel="noreferrer">Internet Explorer</a>
</li>
<li>
<a href="https://support.google.com/accounts/answer/61416" target="_blank" rel="noreferrer">Chrome</a>
</li>
<li>
<a href="https://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences" target="_blank" rel="noreferrer">Firefox</a>
</li>
<li>
<a href="https://support.apple.com/guide/safari/manage-cookies-and-website-data-sfri11471/mac" target="_blank" rel="noreferrer">Safari</a>
</li>
<li>
For any other browser, please directly consult the cookie management
help information available on the Internet.
</li>
</ul>
<h3>Website Forms</h3>
<p>
There may be several online forms present on our website where you are
able to submit personally identifiable information in order to express
interest in our business or submit an inquiry regarding our business.
These forms may appear as RFP forms, Contact Us forms, Wedding RFP
forms, or other similar forms that request your information before
submitting. When you contact us using a form on our website, we collect
information that identifies you, such as your name, job title, business
name, phone number, email address, and other personally identifiable
information. Some of this information is required and other information
is optional. This information is used to better address your inquiry and
is not used for marketing purposes or shared with other third party
companies. If you would prefer that we do not collect this information
then simply do not fill out the form. If you have already submitted your
information through a form and would like to be removed, please email
us.
</p>
<h3>Email Communications</h3>
<p>
Based upon the Personal Information that you provide us, we may
communicate with you in response to your inquiries to provide the
services you request and to manage your account. We will communicate
with you by email or telephone, in accordance with your wishes. We may
also use your Personal Information to send you updates and other
promotional communications. If you no longer wish to receive those email
updates, you may opt-out of receiving them by following the instructions
included in each update or communication.
</p>
<p>
Specifically, we use MailChimp to store email addresses of those who
have opted into our email marketing campaigns. We also use MailChimp to
distribute marketing emails to our list of opt-in subscribers. These
emails may contain a pixel or a web beacon that identifies whether you
have 1) received the email; 2) opened the email; or 3) clicked the
email. You may opt out or unsubscribe from our marketing emails if you
do not want us to collect this information from you. You may also email
us if you would like to be removed. For more information, please review.
</p>
<h3>Buttons, Tools, And Content From Other Companies</h3>
<p>
Our websites may include features such as plugins, buttons, tools, or
content that link to other companies. We may collect information about
your use of these features. In addition, when you see or interact with
these buttons, tools, or content, or view any of our web pages
containing them, some information from your browser may automatically be
sent to the other company. Please read that company’s privacy policy for
more information.
</p>
<h3>Social Media</h3>
<p>
We have a presence on various social media networks, such as Facebook,
Instagram, Twitter, Google+, Pinterest, and LinkedIn. We may collect
information when you interact with our social media accounts and pages.
</p>
<h2>III. HOW WE USE AND SHARE INFORMATION</h2>
<p>
The data that we collect about you may be used in the following ways:
</p>
<ul>
<li>Troubleshooting our websites and diagnosing problems</li>
<li>
Providing you with any services, support, or information you have
requested
</li>
<li>
Better understanding user behavior on our sites so that we may update
our website to better serve the needs and interests of our customers
</li>
<li>Sending you information about our Company or our website</li>
<li>
Sending messages to clients of our Company that pertain to various
business functions such as those related to payments or changes in
service
</li>
<li>
Reducing and addressing instances of fraud and protecting both you and
the Company
</li>
</ul>
<h3>Personal Information:</h3>
<p>
In general, we do not sell, trade, rent or otherwise share your Personal
Information with third parties without your consent. We may share your
Personal Information with vendors and other third-party providers who
are performing services for the Company. In general, the vendors and
third-party providers used by us will only collect, use and disclose
your information to the extent necessary to allow them to perform the
services they provide for the Company. For example, when you provide us
with personal information to complete a transaction, verify your credit
card, place an order, arrange for a delivery, or return a purchase, you
consent to our collecting and using such personal information for that
specific purpose, including by transmitting such information to our
vendors (and their service providers) performing these services for the
Company.
</p>
<p>
However, certain third-party service providers, such as payment
processors, have their own privacy policies in respect of the
information that we are required to provide to them in order to use
their services. For these third-party service providers, we recommend
that you read their privacy policies so that you can understand the
manner in which your Personal Information will be handled by such
providers.
</p>
<p>
In addition, we may disclose your Personal Information if required to do
so by law or if you violate our Terms of Use.
</p>
<h3>Non-Personal Information:</h3>
<p>
In general, we use Non-Personal Information to help us improve the
website and customize the user experience. We also aggregate
Non-Personal Information in order to track trends and analyze use
patterns of the website. This Privacy Policy does not limit in any way
our use or disclosure of Non-Personal Information and we reserve the
right to use and disclose such Non-Personal Information to our partners,
advertisers and other third parties at our sole discretion.
</p>
<h2>IV. HOW WE PROTECT INFORMATION</h2>
<p>
We implement reasonable precautions and follow industry best practices
in order to protect your Personal Information and ensure that such
Personal Information is not accessed, disclosed, altered or destroyed.
However, these measures do not guarantee that your information will not
be accessed, disclosed, altered or destroyed by breach of such
precautions. By using our website, you acknowledge that you understand
and agree to assume these risks.
</p>
<h2>V. YOUR RIGHTS REGARDING THE USE OF YOUR PERSONAL INFORMATION</h2>
<p>
You may choose to restrict the collection or use of your personal
information in the following ways:
</p>
<ul>
<li>
whenever you are asked to fill in a form on the website, look for the
box that you can click to indicate that you want the information to be
used for direct marketing purposes and leave it unchecked
</li>
<li>
if you have previously agreed to us using your personal information
for direct marketing purposes, you may change your mind at any time by
writing to or emailing us
</li>
</ul>
<p>
We will not sell, distribute or lease your personal information to third
parties unless we have your permission or are required by law to do so.
</p>
<p>
If you believe that any information we are holding on you is incorrect
or incomplete, please write to or email us as soon as possible at the
above address. We will promptly correct any information found to be
incorrect.
</p>
<h2>VI. HOSTING</h2>
<p>
Our website is hosted by Hostinger Hosting. Hostinger Hosting
provides us with the online platform that allows us to provide the
website to you. Your information, including Personal Information, may be
stored through Hostinger Hosting servers. By using the website, you
consent to Hostinger Hosting’s collection, disclosure, storage, and use
of your Personal Information in accordance with Hostinger Hosting’s
privacy policy.
</p>
<h2>VII. LINKS TO OTHER WEBSITES</h2>
<p>
As part of the website, we may provide links to or compatibility with
other websites or applications. However, we are not responsible for the
privacy practices employed by those websites or the information or
content they contain. This Privacy Policy applies solely to information
collected by us through the website. Therefore, this Privacy Policy does
not apply to your use of a third-party website accessed by selecting a
link via our website. To the extent that you access or use the website
through or on another website or application, then the privacy policy of
that other website or application will apply to your access or use of
that site or application. We encourage our users to read the privacy
statements of other websites before proceeding to use them.
</p>
<h2>VIII. AGE OF CONSENT</h2>
<p>
By using the website, you represent that you are at least 18 years of
age.
</p>
<h2>IX. CHANGES TO OUR PRIVACY POLICY</h2>
<p>
The Company reserves the right to change this Privacy Policy and our
Terms of Use at any time. If we decide to change this Privacy Policy, we
will post these changes on this page so that you are always aware of
what information we collect, how we use it, and under what circumstances
we disclose it. Any such modifications become effective upon your
continued access to and/or use of the website five (5) days after we
first post the changes on the website or otherwise provide you with
notice of such modifications. It is your sole responsibility to check
this website from time to time to view any such changes to the terms of
this Privacy Policy. If you do not agree to any changes, if and when
such changes may be made to this Privacy Policy, you must cease access
to this website. If you have provided your email address to us, you give
us permission to email you for the purpose of notification as described
in this Privacy Policy.
</p>
<h2>X. MERGER OR ACQUISITION</h2>
<p>
In the event we undergo a business transaction such as a merger,
acquisition by another company, or sale of all or a portion of our
assets, your Personal Information may be among the assets transferred.
You acknowledge and consent that such transfers may occur and are
permitted by this Privacy Policy, and that any acquirer of our assets
may continue to process your Personal Information as set forth in this
Privacy Policy. If our information practices change at any time in the
future, we will post the policy changes here so that you may opt out of
the new information practices. We suggest that you check this Privacy
Policy periodically if you are concerned about how your information is
used.
</p>
<h2>XI. CONTACT US & WITHDRAWING CONSENT</h2>
<p>
If you have any questions regarding this Privacy Policy or the practices
of this Site, or wish to withdraw your consent for the continued
collection, use or disclosure of your Personal Information, please
contact us by sending an email to us.
</p>
<h2>XII. Last Updated</h2>
<p>This Privacy Policy was last updated on Monday, Jun 05, 2023.</p>
</div>
<?php include 'footer.php'; ?>
</body>
</html>