-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
106 lines (73 loc) · 4.49 KB
/
privacy.html
File metadata and controls
106 lines (73 loc) · 4.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChrisJogos.com and Enigmatic Comma Privacy Policy</title>
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #141414;
color: #ffffff;
padding: 1em;
margin: 0;
padding-top: 20px;
}
h1, h2, p {
color: #ffffff;
text-shadow: none;
}
</style>
</head>
<body>
<h1>Privacy Policy for ChrisJogos.com and Enigmatic Comma</h1>
<p><strong>Effective Date:</strong> January 1, 2016</p>
<h2>1. Introduction</h2>
<p>ChrisJogos.com ("we," "us," or "our") and Enigmatic Comma ("Our") respects your privacy and is committed to protecting your personal information. This Privacy Policy outlines how we collect, use, disclose, and safeguard your data when you interact with our services.</p>
<p>By accessing or using our website, products, e serviços, you consent to the practices described in this policy. Our goal is to provide a safe and secure environment for you to share your personal information with us.</p>
<h2>2. Information We Collect</h2>
<p>We may collect personal information, including but not limited to:</p>
<ul>
<li>Usage Data (e.g., website usage, interactions with our services)</li>
<li>System specifications (computer model, system and components informations)</li>
<li>User-generated content (if applicable)</li>
</ul>
<h2>3. How We Use Your Information</h2>
<p>We use your information for various purposes, including:</p>
<ul>
<li>Providing and improving our services</li>
<li>Processing transactions and fulfilling orders</li>
<li>Sending important updates and communications, such as newsletters and promotional materials</li>
<li>Analyzing usage patterns and trends to improve our services and user experience</li>
<li>Complying with legal obligations and regulatory requirements</li>
</ul>
<h2>4. Data Sharing</h2>
<p>We do not sell, rent, or lease your personal information to third parties. However, we may share your information with trusted service providers who assist us in operating our business, such as payment processors and IT service providers.</p>
<p>These third parties are bound by strict data protection standards and are only permitted to use your information for the purposes specified above.</p>
<h2>5. Data Security</h2>
<p>We implement appropriate technical and organizational measures to safeguard your data, including:</p>
<ul>
<li>Encryption</li>
<li>Firewalls</li>
<li>Access controls</li>
</ul>
<p>Despite our best efforts, no method of transmission over the internet is completely secure. We cannot guarantee the security of your data transmitted to our services.</p>
<h2>6. Your Choices</h2>
<p>You have the right to:</p>
<ul>
<li>Access, update, or correct your personal information</li>
<li>Opt-out of receiving marketing communications</li>
<li>Request deletion of your data, subject to legal requirements</li>
</ul>
<h2>7. Cookies and Tracking Technologies</h2>
<p>We use cookies and similar technologies to collect information about your interactions with our website. You can control cookies through your browser settings.</p>
<p>However, disabling cookies may impact your user experience. We will not use this data for targeted advertising or any other purpose.</p>
<h2>8. Children's Privacy</h2>
<p>Our services are not intended for children under the age of 13. We do not knowingly collect or maintain personal information from children.</p>
<h2>9. Changes to this Policy</h2>
<p>We may update this Privacy Policy periodically. The "Effective Date" at the beginning of the policy indicates the last revision date.</p>
<h2>10. Contact Us</h2>
<p>For questions or concerns regarding this Privacy Policy or your personal information, please contact us at <a href="mailto:contact@enigmaticcomma.com">contact@enigmaticcomma.com</a></p>
<p>By using our services, you acknowledge that you have read and understood this Privacy Policy. Please review this policy regularly to stay informed about how we collect, use, and protect your data.</p>
</body>
</html>