-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
94 lines (85 loc) · 3.89 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
<!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: 20px;
padding: 0;
color: #333;
}
h1, h2, h3 {
color: #0056b3;
}
.container {
max-width: 800px;
margin: auto;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p>Last updated: October 30, 2024</p>
<h2>Introduction</h2>
<p>Welcome to Ahoy Indie Media. This Privacy Policy explains how we
collect, use, disclose, and safeguard your information when you
use our mobile application. Please read this privacy policy
carefully. If you do not agree with the terms of this privacy
policy, please do not access the application.</p>
<h2>Information We Collect</h2>
<p>We only collect anonymous IP addresses to analyze traffic to our
site.
We do not collect any personal data, and we do not have any
management accounts.</p>
<h2>Use of Your Information</h2>
<p>We use the anonymous IP addresses solely to understand the amount
of traffic
visiting our site. We do not use this information for any other
purpose.</p>
<h2>Disclosure of Your Information</h2>
<p>We do not sell or share any data collected. All information
remains anonymous
and is used only for internal traffic analysis.</p>
<h2>Security of Your Information</h2>
<p>We use administrative, technical, and physical security measures
to help protect any information we collect. While we have taken
reasonable steps to secure the information, please be aware that
no security measures are perfect or impenetrable.</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>Permissions and Sensitive Information</h2>
<p>Our application does not request permissions to access sensitive
information on your device. We adhere to the following
guidelines:</p>
<ul>
<li>We only collect anonymous IP addresses for traffic
analysis.</li>
<li>We do not sell or share any data accessed through these
means.</li>
<li>Users have the right to decline any permission request, and
we respect their decision.</li>
<li>We provide clear explanations for why any data is needed
and how it will be used.</li>
</ul>
<h2>Changes to This Privacy Policy</h2>
<p>We may update this Privacy Policy from time to time. We will
notify you of any changes by posting the new Privacy Policy on
this page. You are advised to review this Privacy Policy
periodically for any changes.</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>
<p>Address: Ahoy Indie Media, New Haven, Connecticut</p>
</div>
</body>
</html>