-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
102 lines (93 loc) · 6.5 KB
/
privacy.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: 30px auto;
padding: 20px;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
color: #333;
}
h2 {
color: #444;
margin-top: 20px;
}
p {
color: #555;
margin: 10px 0;
}
ul {
margin: 10px 0;
padding: 0 20px;
}
li {
margin: 5px 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p>Welcome to Telegram Search Enginee! This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website [Website URL], and use our services. This policy is designed to comply with GDPR, CCPA, CPRA, PIPEDA, and CalOPPA regulations.</p>
<h2>Information We Collect</h2>
<p>We may collect information about you in a variety of ways. The information we may collect on the Site includes:</p>
<ul>
<li><strong>Personal Data:</strong> Personally identifiable information, such as your name, shipping address, email address, and telephone number.</li>
<li><strong>Derivative Data:</strong> Information our servers automatically collect when you access the Site, such as your IP address, your browser type, your operating system, your access times, and the pages you have viewed directly before and after accessing the Site.</li>
<li><strong>Financial Data:</strong> Financial information, such as data related to your payment method (e.g., valid credit card number, card brand, expiration date) that we may collect when you purchase, order, return, exchange, or request information about our services from the Site.</li>
</ul>
<h2>Use of Your Information</h2>
<p>Having accurate information about you permits us to provide you with a smooth, efficient, and customized experience. Specifically, we may use information collected about you via the Site to:</p>
<ul>
<li>Create and manage your account.</li>
<li>Process your transactions and send you related information, including purchase confirmations and invoices.</li>
<li>Administer contests, promotions, and rewards.</li>
<li>Improve the functionality of our website and services.</li>
<li>Send you marketing and promotional communications.</li>
</ul>
<h2>Disclosure of Your Information</h2>
<p>We may share information we have collected about you in certain situations. Your information may be disclosed as follows:</p>
<ul>
<li><strong>By Law or to Protect Rights:</strong> If we believe the release of information about you is necessary to respond to legal process, to investigate or remedy potential violations of our policies, or to protect the rights, property, and safety of others.</li>
<li><strong>Third-Party Service Providers:</strong> We may share your information with third parties that perform services for us or on our behalf, including payment processing, data analysis, email delivery, hosting services, customer service, and marketing assistance.</li>
<li><strong>Business Transfers:</strong> We may share or transfer your information in connection with, or during negotiations of, any merger, sale of company assets, financing, or acquisition of all or a portion of our business to another company.</li>
</ul>
<h2>Your Rights</h2>
<p>Depending on your jurisdiction, you may have the following rights regarding your personal data:</p>
<ul>
<li><strong>Access:</strong> You have the right to request access to the personal data we hold about you.</li>
<li><strong>Correction:</strong> You have the right to request that we correct any personal data you believe is inaccurate or complete data you believe is incomplete.</li>
<li><strong>Deletion:</strong> You have the right to request that we delete your personal data, under certain conditions.</li>
<li><strong>Objection:</strong> You have the right to object to our processing of your personal data, under certain conditions.</li>
<li><strong>Restriction of Processing:</strong> You have the right to request that we restrict the processing of your personal data, under certain conditions.</li>
<li><strong>Data Portability:</strong> You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</li>
</ul>
<h2>Security of Your Information</h2>
<p>We use administrative, technical, and physical security measures to help protect your personal information. While we have taken reasonable steps to secure the personal information you provide to us, please be aware that despite our efforts, no security measures are perfect or impenetrable, and no method of data transmission can be guaranteed against any interception or other type of misuse.</p>
<h2>Policy for Children</h2>
<p>We do not knowingly solicit information from or market to children under the age of 13. If we learn that we have collected personal information from a child under age 13 without verification of parental consent, we will delete that information as quickly as possible.</p>
<h2>Cookies and Tracking Technologies</h2>
<p>We may use cookies, web beacons, tracking pixels, and other tracking technologies on the Site to help customize the Site and improve your experience. When you access the Site, your personal information is not collected through the use of tracking technology.</p>
<h2>Changes to This Privacy Policy</h2>
<p>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.</p>
<h2>Contact Us</h2>
<p>If you have questions or comments about this Privacy Policy, please contact us at:</p>
<p>Email: [email protected]</p>
</div>
</body>
</html>