-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
56 lines (49 loc) · 3.2 KB
/
privacy-policy.html
File metadata and controls
56 lines (49 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - One World Community</title>
<link rel="icon" type="image/png" href="assets/icon.png">
<link rel="apple-touch-icon" href="assets/icon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container logo-title-content">
<div class="logo-title">
<img src="assets/icon.png" alt="One World Community logo">
<span>One World Community</span>
</div>
<div class="content">
<h1>Privacy Policy</h1>
<p>This privacy policy applies to the OWC Social app (hereby referred to as "Application") for mobile devices that was created by OWC Social Foundation (hereby referred to as "Service Provider") as an Open Source service. This service is intended for use "AS IS".</p>
<h2>Information Collection and Use</h2>
<p>The Application collects information when you download and use it. This information may include information such as:</p>
<ul>
<li>Your device's Internet Protocol address (e.g. IP address)</li>
<li>The pages of the Application that you visit, the time and date of your visit, the time spent on those pages</li>
<li>The time spent on the Application</li>
<li>The operating system you use on your mobile device</li>
</ul>
<p>The Application does not gather precise information about the location of your mobile device.</p>
<p>The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices and marketing promotions.</p>
<h2>Third Party Access</h2>
<p>Only aggregated, anonymized data is periodically transmitted to external services to aid the Service Provider in improving the Application and their service. The Service Provider may share your information with third parties in the ways that are described in this privacy statement.</p>
<h2>Data Retention Policy</h2>
<p>The Service Provider will retain User Provided data for as long as you use the Application and for a reasonable time thereafter. If you'd like them to delete User Provided Data that you have provided via the Application, please contact them at info@theoneworldcommunity.org and they will respond in a reasonable time.</p>
<h2>Contact Us</h2>
<p>If you have any questions regarding privacy while using the Application, or have questions about the practices, please contact the Service Provider via email at info@theoneworldcommunity.org.</p>
</div>
</div>
<footer class="site-footer">
<hr class="section-line">
<p>OWC Social Foundation © 2025</p>
<p>A registered Section 8 non-profit organisation in India, founded with ❤️ in Pune.</p>
<p class="footer-links">
<a href="index.html">Home</a> •
<a href="privacy-policy.html">Privacy Policy</a> •
<a href="terms.html">Terms</a>
</p>
</footer>
</body>
</html>