-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprivacy-policy.html
57 lines (48 loc) · 2.26 KB
/
privacy-policy.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
<!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 Test Da Gama</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1 {
color: #2c3e50;
}
h2 {
color: #34495e;
}
</style>
</head>
<body>
<h1>Privacy Policy for Test Da Gama</h1>
<p><em>Last updated: September 8, 2024</em></p>
<h2>Introduction</h2>
<p>Hussam Habib ("we," "our," or "us") operates the Test Da Gama mobile application (the "App"). This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our App and the choices you have associated with that data.</p>
<h2>Data Collection and Use</h2>
<p>We respect your privacy and are committed to protecting it. Our App does not collect, store, or transmit any personal data or information about you or your device.</p>
<h2>No Data Storage</h2>
<p>We do not store any data on our servers or on your device beyond what is necessary for the App to function during active use.</p>
<h2>No Tracking</h2>
<p>We do not use any tracking technologies, cookies, or analytics tools to monitor your activity.</p>
<h2>Third-Party Services</h2>
<p>Our App does not integrate with or use any third-party services that might collect data.</p>
<h2>Children's Privacy</h2>
<p>Our App does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our 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 any questions about this Privacy Policy, please contact us:</p>
<ul>
<li>By email: [Your Contact Email]</li>
<li>By visiting this page on our website: [Your Website URL]</li>
</ul>
</body>
</html>