Skip to content

Commit be1c762

Browse files
committed
📝 Added privacy policy
- Added support/privacy-policy.html (local-only data)
1 parent 7956dfe commit be1c762

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Privacy Policy for Investinator</title>
7+
<meta name="description" content="Privacy Policy for Investinator app. Learn how we protect your privacy and handle your data.">
8+
<link rel="stylesheet" href="/css/app.css">
9+
<style>
10+
body { background: #f7f7f7; font-family: 'Segoe UI', Arial, sans-serif; }
11+
.container { max-width: 800px; margin: 2rem auto; padding: 2rem; background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
12+
h1, h2 { color: #2c3e50; }
13+
h1 { text-align: center; margin-bottom: 1.5rem; }
14+
hr { margin-bottom: 2rem; }
15+
section { margin-bottom: 2rem; }
16+
ul { margin-left: 1.5rem; }
17+
a { color: #0078d7; }
18+
</style>
19+
</head>
20+
<body>
21+
<div class="container">
22+
<h1>Privacy Policy for Investinator</h1>
23+
<hr />
24+
<section>
25+
<h2>1. Introduction</h2>
26+
<p>This Privacy Policy describes how Investinator ("the app", "we", "us", or "our") protects your privacy when you use our services. By using Investinator, you agree to the terms outlined in this policy.</p>
27+
</section>
28+
<section>
29+
<h2>2. Definitions</h2>
30+
<ul>
31+
<li><strong>Personal Data:</strong> Any information relating to an identified or identifiable individual.</li>
32+
<li><strong>Usage Data:</strong> Data collected automatically, either generated by the use of the app or from the app infrastructure itself (e.g., analytics, error logs).</li>
33+
<li><strong>Device:</strong> Any device that can access the app, such as a smartphone or tablet.</li>
34+
</ul>
35+
</section>
36+
<section>
37+
<h2>3. Information Collection and Use</h2>
38+
<p><strong>No Personal Data Collected:</strong> Investinator does <strong>not</strong> collect, store, or share any personal or financial information. All calculations and data processing are performed locally on your device. You do not need to create an account or provide any personal data to use the app.</p>
39+
<p><strong>Usage Data:</strong> The app may collect anonymous usage data (such as crash reports or aggregate statistics) to improve performance and user experience. This data does not identify you personally.</p>
40+
</section>
41+
<section>
42+
<h2>4. Permissions</h2>
43+
<p>Investinator may request basic permissions (such as internet access for updates or displaying ads). No personal or sensitive data is accessed, collected, or shared by us.</p>
44+
</section>
45+
<section>
46+
<h2>5. Third-Party Services</h2>
47+
<p>If Investinator displays ads or uses analytics, some anonymous usage data may be collected by those third-party services. These services may use cookies or similar technologies to collect and use information according to their own privacy policies. We recommend reviewing the privacy policies of any third-party services used in the app.</p>
48+
<ul>
49+
<li><strong>Advertising Partners:</strong> May collect anonymous usage data for ad targeting and reporting.</li>
50+
<li><strong>Analytics Providers:</strong> May collect aggregate usage statistics to help us improve the app.</li>
51+
</ul>
52+
</section>
53+
<section>
54+
<h2>6. Data Security</h2>
55+
<p><strong>Personal Data Definition:</strong> Personal data refers to any information that can be used to identify an individual, such as name, address, email, phone number, or financial details.</p>
56+
<p>We take reasonable measures to protect your information. Since Investinator does not collect personal data, there is no risk of personal data exposure. Any anonymous usage data collected by third-party services is subject to their security practices.</p>
57+
</section>
58+
<section>
59+
<h2>7. User Rights</h2>
60+
<p>As Investinator does not collect or store personal data, you do not need to request access, correction, or deletion of your data. If you have questions about third-party services, please refer to their privacy policies.</p>
61+
</section>
62+
<section>
63+
<h2>8. Children's Privacy & All Ages</h2>
64+
<p><strong>App Purpose:</strong> Investinator is a financial calculator app designed to help users calculate loans, investment returns, and related financial metrics. The app performs mathematical calculations and displays results based on user input. It does not provide financial advice, promote risky behavior, or include any content that could be considered harmful or inappropriate for children.</p>
65+
<p><strong>Safety for Children:</strong> Investinator is suitable for users of all ages, including children. While we do not control the specific ads shown by third-party ad networks, we strive to use reputable ad providers that comply with family-friendly and privacy standards. The app does not collect personal information from any user, including children, and does not enable communication or sharing between users. All calculations are performed locally on the device, ensuring privacy and safety.</p>
66+
</section>
67+
<section>
68+
<h2>9. International Compliance</h2>
69+
<p>Investinator is designed to comply with privacy regulations such as GDPR (EU), CCPA (California), and other applicable laws. If you have specific compliance questions, please contact us.</p>
70+
</section>
71+
<section>
72+
<h2>10. Policy Updates</h2>
73+
<p>We may update this policy from time to time. Any changes will be reflected on this page. Please review this policy periodically for updates.</p>
74+
</section>
75+
<section>
76+
<h2>11. Contact Us</h2>
77+
<p>If you have any questions or concerns about this Privacy Policy, please contact us at <a href="mailto:support@investinator.app">ajay.a338@gmail.com</a>.</p>
78+
</section>
79+
</div>
80+
</body>
81+
</html>

0 commit comments

Comments
 (0)