-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (61 loc) · 3.87 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy for Windy Weather App</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
max-width: 800px;
}
h1, h2, h3 {
color: #333;
}
a {
color: #1a0dab;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.contact {
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Last updated: October 13, 2024</p>
<p>At Windy Weather App ("we", "us", or "our"), accessible at <a href="https://github.com/techyminati/windy" target="_blank">GitHub Windy Repo</a>, we are committed to protecting the privacy of our users. This page outlines our policies regarding the collection, use, and disclosure of personal and sensitive data when you use our service.</p>
<h2>1. Information We Collect</h2>
<p>Windy Weather App does not collect any personal or sensitive user data. If we decide to collect such data in the future, we will ensure compliance with relevant laws and regulations.</p>
<h2>2. How We Use Your Information</h2>
<p>Since we do not collect any personal information, there is no data usage at this time. Should this change, we will update this policy accordingly.</p>
<h2>3. Data Sharing and Disclosure</h2>
<p>We do not share, sell, or disclose any personal or sensitive user data with third parties. If this policy changes, we will inform users through the app and provide updates to this privacy policy.</p>
<h2>4. Data Security</h2>
<p>We use appropriate measures to protect any data associated with the app. However, since no personal data is collected, we primarily focus on the security of the app infrastructure. While we strive to secure the app, no system is entirely foolproof.</p>
<h2>5. Data Retention and Deletion</h2>
<p>As we do not collect or store user data, no data retention or deletion policy is currently applicable. If we introduce data collection in the future, we will inform users and provide a clear data retention and deletion policy.</p>
<h2>6. Links to Other Sites</h2>
<p>Windy Weather App may contain links to third-party websites or services. We are not responsible for the content or privacy practices of these third-party sites. We encourage you to review their privacy policies before engaging with them.</p>
<h2>7. Children's Privacy</h2>
<p>Our service is not intended for individuals under the age of 13. We do not knowingly collect information from children. If you are a parent or guardian and believe your child has provided us with personal information, please contact us immediately.</p>
<h2>8. Location Access </h2>
<p> Windy weather app uses your LOCATION data inorder to fetch weather of your current location, no data is stored and is encrypted in transit. The data is sent to open weather map API, for more information, check our sourcecode.</p>
<h2>9. Changes to This Privacy Policy</h2>
<p>We may revise this privacy policy from time to time. Any changes will be posted on this page, and we encourage users to review the policy periodically to stay informed about how we protect your privacy.</p>
<h2>10. Contact Us</h2>
<p>If you have any questions or concerns about this privacy policy, feel free to reach out to us:</p>
<ul>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>GitHub Repository: <a href="https://github.com/techyminati/windy" target="_blank">https://github.com/techyminati/windy</a></li>
</ul>
<div class="contact">
<p>© 2024 Windy Weather App. All rights reserved.</p>
</div>
</body>
</html>