-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
370 lines (323 loc) · 13 KB
/
Copy pathprivacy-policy.html
File metadata and controls
370 lines (323 loc) · 13 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes" />
<title>Privacy Policy — Convert On Go</title>
<meta name="description" content="Privacy Policy for Convert On Go - Learn how we protect your data and privacy." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://convertongo.com/privacy-policy.html" />
<meta property="og:title" content="Privacy Policy — Convert On Go" />
<meta property="og:description" content="Learn how Convert On Go protects your data and privacy." />
<meta property="og:url" content="https://convertongo.com/privacy-policy" />
<meta name="theme-color" content="#07090f" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" type="image/png" href="logo.png">
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap"
rel="stylesheet" />
<style>
:root {
--bg: #07090f;
--surface: #0d1120;
--border: rgba(255, 255, 255, 0.07);
--accent: #4f6ef7;
--accent-light: #7b93ff;
--text: #eaecf5;
--text2: #9ba3bc;
--text3: #5c6480
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
background: var(--bg);
color: var(--text);
font-family: 'DM Sans', sans-serif;
line-height: 1.7;
min-height: 100vh
}
header {
position: sticky;
top: 0;
z-index: 100;
background: rgba(7, 9, 15, 0.9);
backdrop-filter: blur(20px);
border-bottom: 1px solid var(--border)
}
.nav-inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
height: 60px;
display: flex;
align-items: center;
justify-content: space-between
}
.logo {
font-family: 'Syne', sans-serif;
font-weight: 800;
font-size: 1.1rem;
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
color: var(--text)
}
.logo-dot {
width: 9px;
height: 9px;
background: var(--accent);
border-radius: 50%;
box-shadow: 0 0 12px rgba(79, 110, 247, 0.6)
}
.back-btn {
font-size: 0.8rem;
color: var(--accent-light);
text-decoration: none;
font-weight: 500;
display: flex;
align-items: center;
gap: 5px;
transition: color 0.2s
}
.back-btn:hover {
color: var(--text)
}
.page {
max-width: 800px;
margin: 0 auto;
padding: 40px 20px 60px
}
h1 {
font-family: 'Syne', sans-serif;
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 800;
margin-bottom: 10px;
color: var(--text)
}
.last-updated {
font-size: 0.8rem;
color: var(--text3);
margin-bottom: 30px
}
h2 {
font-family: 'Syne', sans-serif;
font-size: 1.2rem;
font-weight: 700;
margin: 28px 0 12px;
color: var(--accent-light)
}
p {
font-size: 0.9rem;
color: var(--text2);
margin-bottom: 14px
}
ul {
margin: 10px 0 20px 20px
}
li {
font-size: 0.9rem;
color: var(--text2);
margin-bottom: 8px
}
a {
color: var(--accent-light);
text-decoration: underline
}
footer {
margin-top: 48px;
border-top: 1px solid var(--border);
padding: 28px 0 24px
}
.footer-inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 14px
}
@media(min-width:640px) {
.footer-inner {
flex-direction: row;
justify-content: space-between;
text-align: left;
gap: 20px
}
}
.footer-logo {
font-family: 'Syne', sans-serif;
font-weight: 800;
font-size: 0.85rem;
color: var(--text);
display: flex;
align-items: center;
gap: 7px
}
.footer-links {
display: flex;
gap: 14px;
flex-wrap: wrap;
justify-content: center
}
.footer-links a {
font-size: 0.7rem;
color: var(--text3);
text-decoration: none;
transition: color 0.2s
}
.footer-links a:hover {
color: var(--text)
}
.footer-right {
font-size: 0.65rem;
color: var(--text3);
text-align: center
}
.footer-social {
display: flex;
gap: 12px;
align-items: center;
}
.social-icon {
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--border);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: var(--text3);
transition: all 0.2s;
text-decoration: none;
}
.social-icon:hover {
background: rgba(79, 110, 247, 0.1);
border-color: rgba(79, 110, 247, 0.3);
color: var(--accent-light);
transform: translateY(-2px);
}
.social-icon svg {
width: 16px;
height: 16px;
}
</style>
</head>
<body>
<header>
<nav class="nav-inner">
<a href="/" class="logo" style="display:flex; align-items:center; gap:10px; text-decoration:none;">
<img src="logo.png" alt="ConvertOnGo Logo" style="width:32px; height:32px; object-fit:contain;">
Convert On Go
</a>
<a href="/" class="back-btn">← Back to Converter</a>
</nav>
</header>
<main class="page">
<h1>Privacy Policy</h1>
<p class="last-updated">Last updated: May 29, 2026</p>
<p>At Convert On Go, we take your privacy seriously. This Privacy Policy explains how we handle your information
when you use our file conversion service.</p>
<h2>1. No Data Collection</h2>
<p>Convert On Go is designed with privacy as a core principle. All file conversions happen entirely within your
browser using JavaScript libraries. Your files are never uploaded to any server. We do not have the ability
to access, view, or store your documents or images.</p>
<h2>2. Information We Collect</h2>
<p><strong>Registration Data:</strong> When you voluntarily register for unlimited conversions, we collect your
name and email address through our Formspree form. This information is:</p>
<ul>
<li>Stored securely by Formspree (our form processing partner)</li>
<li>Used only to identify your registration status</li>
<li>Never sold, shared, or used for marketing without your consent</li>
</ul>
<p><strong>Local Storage:</strong> Your registration status and name are stored in your browser's localStorage
for convenience. This data never leaves your device and can be cleared at any time by signing out or
clearing your browser data.</p>
<h2>3. Usage Data</h2>
<p>We track the number of conversions performed by free-tier users (stored locally in your browser). This count
is used solely to enforce the 5-conversion limit for non-registered users. No usage data is sent to our
servers.</p>
<h2>4. Cookies</h2>
<p>Convert On Go does not use cookies for tracking or advertising. The only data stored in your browser is your
registration status and conversion count via localStorage, which is essential for the service to function.
</p>
<h2>5. Third-Party Services</h2>
<p>We use the following third-party services:</p>
<ul>
<li><strong>Formspree:</strong> Processes registration form submissions. <a
href="https://formspree.io/legal/privacy-policy/" target="_blank">Formspree Privacy Policy</a></li>
<li><strong>CDN Libraries (Cloudflare, Unpkg):</strong> Deliver JavaScript libraries required for file
conversion. These services may log standard server access data.</li>
<li><strong>Google Fonts:</strong> Provides fonts for our interface. <a
href="https://policies.google.com/privacy" target="_blank">Google Privacy Policy</a></li>
<li><strong>Google AdSense:</strong> May display advertisements. <a
href="https://policies.google.com/privacy" target="_blank">Google Privacy Policy</a></li>
</ul>
<h2>6. Data Security</h2>
<p>Since file processing occurs entirely in your browser, there is no risk of server-side data breaches
affecting your documents. Your files are never transmitted to or stored on any external server.</p>
<h2>7. Children's Privacy</h2>
<p>Our service is not directed at children under 13. We do not knowingly collect personal information from
children.</p>
<h2>8. Your Rights</h2>
<p>You have the right to:</p>
<ul>
<li>Use the service without providing any personal information</li>
<li>Clear your registration data at any time by signing out</li>
<li>Request deletion of your Formspree submission data by contacting us</li>
</ul>
<h2>9. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. Changes will be posted on this page with an updated
revision date.</p>
<h2>10. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<p>Email: contact@convertongo.com</p>
</main>
<footer role="contentinfo">
<div class="footer-inner">
<div class="footer-logo">
<div class="logo-dot" style="width:7px;height:7px"></div>Convert On Go
</div>
<nav class="footer-links" aria-label="Footer navigation">
<a href="/about.html">About Us</a>
<a href="/contact.html">Contact Us</a>
<!-- <a href="/privacy-policy.html">Privacy Policy</a> -->
<a href="/terms-and-conditions.html">Terms of Service</a>
</nav>
<div class="footer-social">
<a href="https://twitter.com/convertongo" target="_blank" rel="noopener" aria-label="Twitter"
class="social-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
</svg>
</a>
<a href="https://instagram.com/convertongo" target="_blank" rel="noopener" aria-label="Instagram"
class="social-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5" />
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" />
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5" />
</svg>
</a>
<a href="mailto:contact@convertongo.com" aria-label="Email" class="social-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" />
<polyline points="22,6 12,13 2,6" />
</svg>
</a>
</div>
<div class="footer-right">© 2026 Convert On Go · Made by Hassan Raza</div>
</div>
</footer>
</body>
</html>