-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathprivacy.html
More file actions
204 lines (174 loc) · 7.67 KB
/
privacy.html
File metadata and controls
204 lines (174 loc) · 7.67 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - FinTech</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
color: #333;
line-height: 1.6;
padding: 20px;
}
.container {
max-width: 1000px;
margin: 0 auto;
background: white;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
header {
background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
color: white;
padding: 30px;
text-align: center;
}
header h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}
header p {
font-size: 1.1rem;
opacity: 0.9;
}
.logo {
font-size: 2.8rem;
margin-bottom: 15px;
}
.content {
padding: 40px;
}
.section {
margin-bottom: 40px;
}
.section h2 {
color: #4b6cb7;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #eaeaea;
font-size: 1.8rem;
}
.section p {
margin-bottom: 15px;
font-size: 1.05rem;
}
.section ul {
margin-left: 20px;
margin-bottom: 15px;
}
.section li {
margin-bottom: 10px;
}
.highlight {
background-color: #f3f6ff;
padding: 20px;
border-radius: 10px;
border-left: 4px solid #4b6cb7;
margin: 20px 0;
}
footer {
text-align: center;
padding: 30px;
background: #f5f7fa;
color: #666;
font-size: 0.9rem;
}
.last-updated {
font-style: italic;
margin-bottom: 10px;
}
.button {
display: inline-block;
background: #4b6cb7;
color: white;
padding: 12px 25px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
margin-top: 20px;
transition: all 0.3s ease;
}
.button:hover {
background: #3a5999;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.content {
padding: 25px;
}
header {
padding: 20px;
}
header h1 {
font-size: 2rem;
}
}
</style>
</head>
<body>
<div class="container">
<header>
<div class="logo">🔒</div>
<h1>FinTech Privacy Policy</h1>
<p>Last Updated: September 23, 2025</p>
</header>
<div class="content">
<div class="section">
<h2>1. Introduction</h2>
<p>Welcome to <strong>FinTech</strong> ("the Application"). We value your privacy and are committed to protecting your personal information. This Privacy Policy explains what types of information may be collected, how it is used, and the measures we take to ensure your data is safe when you interact with our services.</p>
<p>By using the Application, you consent to the practices described in this policy. We encourage you to read this Privacy Policy carefully and understand our approach to protecting your privacy.</p>
</div>
<div class="section">
<h2>2. Information Collection</h2>
<p>As a front-end application, <strong>FinTech</strong> does not collect or transmit any personal, financial, or sensitive information to external servers. All data you enter into the Application, such as budgets, expenses, or notes, is stored locally on your device in your browser’s storage.</p>
<p>This means your data remains private and under your control. No third-party services are involved in storing or processing your information.</p>
<div class="highlight">
<p><strong>Note:</strong> If we integrate backend services in the future, this Privacy Policy will be updated to reflect how your data is collected, stored, and used. We will notify users of any changes and update the "Last Updated" date accordingly.</p>
</div>
</div>
<div class="section">
<h2>3. Data Usage</h2>
<p>Since <strong>FinTech</strong> does not collect data externally, there is currently no usage of personal or financial information by the Application or its developers. Any calculations, charts, or dashboards you see in the Application are generated locally using the data stored in your browser.</p>
<p>If backend services are added in the future, we will clearly specify the types of data collected, their purposes, and how they may be used to enhance your experience.</p>
</div>
<div class="section">
<h2>4. Data Security</h2>
<p>We prioritize your security. Although no personal data leaves your device, it is important that you ensure the security of your device, browser, and local storage. Keep your device updated and use strong passwords to prevent unauthorized access.</p>
<p>In the event we introduce cloud storage or server-based functionality, we will implement strict security measures including encryption, secure access protocols, and regular audits to protect your information.</p>
</div>
<div class="section">
<h2>5. Third-Party Services</h2>
<p>Currently, <strong>FinTech</strong> does not use any third-party services that require personal data, such as analytics, payment gateways, or advertising networks. This ensures your privacy is fully maintained.</p>
<p>In the future, if third-party integrations are added, we will disclose them clearly in this policy and explain what data, if any, is shared and for what purpose.</p>
</div>
<div class="section">
<h2>6. User Responsibility</h2>
<p>As the user, you are responsible for ensuring that the data you input is accurate and secure. Since all data is stored locally, regularly backing up your data is recommended to prevent accidental loss.</p>
<p>Use the Application responsibly and avoid sharing your device or browser with others if you wish to maintain privacy.</p>
</div>
<div class="section">
<h2>7. Changes to Privacy Policy</h2>
<p>We may update this Privacy Policy periodically to reflect changes in the Application, legal requirements, or best practices. Any changes will be posted on this page with the revised "Last Updated" date.</p>
<p>We encourage users to review this Privacy Policy regularly to stay informed about how their data is handled.</p>
</div>
<center>
<a href="home.html" class="button">Return to Homepage</a>
</center>
</div>
<footer>
<p class="last-updated">Last Updated: September 23, 2025</p>
<p>© 2025 FinTech - Your Personal Finance Companion. All rights reserved.</p>
<p>An open-source project by Kanisha Sharma and Om Roy</p>
</footer>
</div>
</body>
</html>