-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
247 lines (236 loc) · 8.59 KB
/
privacy-policy.html
File metadata and controls
247 lines (236 loc) · 8.59 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Expense Tracker</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
line-height: 1.7;
color: #2D3436;
background: linear-gradient(135deg, #F0F3FF 0%, #E8ECFF 100%);
min-height: 100vh;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
}
.header {
text-align: center;
margin-bottom: 40px;
}
.app-icon {
width: 100px;
height: 100px;
border-radius: 22px;
margin: 0 auto 20px;
box-shadow: 0 10px 30px rgba(108, 99, 255, 0.3);
}
h1 {
color: #6C63FF;
font-size: 2.5rem;
margin-bottom: 10px;
}
.subtitle {
color: #636E72;
font-size: 1.1rem;
}
.card {
background: white;
border-radius: 20px;
padding: 30px;
margin-bottom: 20px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
h2 {
color: #6C63FF;
font-size: 1.4rem;
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 10px;
}
h2::before {
content: '';
width: 4px;
height: 24px;
background: linear-gradient(135deg, #6C63FF 0%, #8B85FF 100%);
border-radius: 2px;
}
p {
margin-bottom: 15px;
color: #636E72;
}
ul {
margin-left: 20px;
margin-bottom: 15px;
}
li {
color: #636E72;
margin-bottom: 8px;
}
.highlight {
background: linear-gradient(135deg, #F0F3FF 0%, #E8ECFF 100%);
padding: 20px;
border-radius: 12px;
border-left: 4px solid #6C63FF;
}
.footer {
text-align: center;
margin-top: 40px;
padding: 20px;
color: #636E72;
}
.badge {
display: inline-block;
background: linear-gradient(135deg, #6C63FF 0%, #8B85FF 100%);
color: white;
padding: 5px 15px;
border-radius: 20px;
font-size: 0.9rem;
margin-bottom: 20px;
}
.last-updated {
color: #999;
font-size: 0.9rem;
}
.emoji {
font-size: 1.2rem;
margin-right: 5px;
}
.developer-section {
background: linear-gradient(135deg, #6C63FF 0%, #8B85FF 100%);
border-radius: 20px;
padding: 30px;
margin-top: 30px;
text-align: center;
color: white;
}
.developer-section h3 {
font-size: 1.3rem;
margin-bottom: 10px;
}
.developer-section p {
color: rgba(255, 255, 255, 0.9);
margin-bottom: 15px;
}
.developer-section a {
display: inline-block;
background: white;
color: #6C63FF;
padding: 12px 30px;
border-radius: 25px;
text-decoration: none;
font-weight: 600;
transition: transform 0.2s, box-shadow 0.2s;
}
.developer-section a:hover {
transform: translateY(-2px);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.developer-avatar {
width: 60px;
height: 60px;
border-radius: 50%;
border: 3px solid white;
margin-bottom: 15px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<img src="https://raw.githubusercontent.com/stackmasteraliza/expense_tracker/main/assets/icon.png" alt="Expense Tracker Icon" class="app-icon" onerror="this.style.display='none'">
<h1>Expense Tracker</h1>
<p class="subtitle">Privacy Policy</p>
<p class="last-updated">Last Updated: January 25, 2026</p>
</div>
<div class="card">
<span class="badge">100% Private</span>
<div class="highlight">
<p><strong>Expense Tracker</strong> respects your financial privacy. We do not collect, transmit, or share any of your expense data. All your financial information stays securely on your device.</p>
</div>
</div>
<div class="card">
<h2>Information We Collect</h2>
<p><strong>We do not collect any personal or financial information.</strong></p>
<p>Expense Tracker stores all data locally on your device, including:</p>
<ul>
<li><span class="emoji">💰</span> Expense amounts</li>
<li><span class="emoji">📝</span> Expense descriptions</li>
<li><span class="emoji">📂</span> Categories (Food, Transport, Shopping, etc.)</li>
<li><span class="emoji">📅</span> Transaction dates</li>
</ul>
<p>This information is never uploaded to any server or shared with anyone.</p>
</div>
<div class="card">
<h2>Financial Data Security</h2>
<p>Your financial data is sensitive, and we treat it with the utmost care:</p>
<ul>
<li>All expense data is stored locally on your device</li>
<li>No cloud synchronization or backup to external servers</li>
<li>No access to your bank accounts or payment methods</li>
<li>No financial data is ever transmitted over the internet</li>
</ul>
</div>
<div class="card">
<h2>Third-Party Services</h2>
<p>Expense Tracker is a standalone application that does not integrate with:</p>
<ul>
<li>Analytics or tracking services</li>
<li>Advertising networks</li>
<li>Social media platforms</li>
<li>Banking or payment services</li>
</ul>
<p>Your expense data remains completely isolated and private.</p>
</div>
<div class="card">
<h2>Permissions</h2>
<p>Expense Tracker requires minimal permissions:</p>
<ul>
<li><strong>Storage:</strong> To save your expense records locally</li>
</ul>
<p>We do not request access to contacts, location, camera, or any other sensitive permissions.</p>
</div>
<div class="card">
<h2>Data Deletion</h2>
<p>You have complete control over your data:</p>
<ul>
<li>Delete individual expenses anytime by swiping</li>
<li>Uninstalling the app permanently removes all data</li>
<li>No data recovery possible after deletion (no backups)</li>
</ul>
</div>
<div class="card">
<h2>Children's Privacy</h2>
<p>Expense Tracker does not collect personal information from any users, including children. The app is suitable for users of all ages who want to track their spending.</p>
</div>
<div class="card">
<h2>Changes to This Policy</h2>
<p>We may update this Privacy Policy periodically. Changes will be posted on this page with a new revision date.</p>
</div>
<div class="card">
<h2>Contact Us</h2>
<p>For questions about this Privacy Policy, please reach out:</p>
</div>
<div class="developer-section">
<img src="https://github.com/stackmasteraliza.png" alt="Developer" class="developer-avatar">
<h3>Developed by Aliza Ali</h3>
<p>Full-Stack Developer passionate about creating beautiful and functional applications.</p>
<a href="https://alizaali.com" target="_blank">Visit My Portfolio</a>
</div>
<div class="footer">
<p>© 2026 Expense Tracker. All rights reserved.</p>
<p style="margin-top: 10px;">Made with love by <a href="https://alizaali.com" style="color: #6C63FF; text-decoration: none;">Aliza Ali</a></p>
</div>
</div>
</body>
</html>