-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
453 lines (426 loc) · 14.1 KB
/
privacy-policy.html
File metadata and controls
453 lines (426 loc) · 14.1 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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - Math Worksheet Generator</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/svg+xml" href="./images/favicon/favicon.svg" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./images/favicon/favicon-16x16.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./images/favicon/apple-touch-icon.png"
/>
<style>
.privacy-content {
max-width: 800px;
margin: 0 auto;
padding: 40px 24px;
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
line-height: 1.7;
}
.privacy-content h1 {
color: #0f172a;
font-size: 36px;
margin-bottom: 8px;
}
.privacy-content h2 {
color: #10b981;
font-size: 24px;
margin-top: 32px;
margin-bottom: 16px;
}
.privacy-content h3 {
color: #374151;
font-size: 20px;
margin-top: 24px;
margin-bottom: 12px;
}
.privacy-content p,
.privacy-content li {
color: #4b5563;
font-size: 16px;
margin-bottom: 16px;
}
.privacy-content ul {
padding-left: 24px;
}
.privacy-content li {
margin-bottom: 8px;
}
.last-updated {
background: #f0f9ff;
padding: 16px;
border-radius: 8px;
border-left: 4px solid #0ea5e9;
margin-bottom: 32px;
}
.contact-info {
background: #f0fdf4;
padding: 20px;
border-radius: 8px;
border-left: 4px solid #10b981;
margin-top: 32px;
}
.back-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #10b981;
text-decoration: none;
font-weight: 600;
margin-bottom: 24px;
padding: 8px 16px;
border: 1px solid #10b981;
border-radius: 8px;
transition: all 0.2s ease;
}
.back-link:hover {
background: #10b981;
color: white;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="navbar__container">
<a href="index.html" class="navbar__brand">
<div class="navbar__logo">
<img
src="./images/books1.svg"
alt="Math Worksheet Generator Logo"
/>
</div>
<span class="navbar__title">Math Worksheet Generator</span>
</a>
</div>
</nav>
<div class="app">
<div class="privacy-content">
<a href="index.html" class="back-link">
← Back to Math Worksheet Generator
</a>
<h1>Privacy Policy</h1>
<div class="last-updated">
<strong>Last Updated:</strong> December 14, 2025
</div>
<p>
This Privacy Policy describes how Math Worksheet Generator ("we,"
"our," or "us") collects, uses, and shares information when you use
our website located at this domain (the "Service").
</p>
<h2>1. Information We Collect</h2>
<h3>Information You Provide</h3>
<p>
We do not require you to create an account or provide personal
information to use our basic math worksheet generation service. All
worksheet generation happens locally in your browser.
</p>
<h3>Information Automatically Collected</h3>
<p>
When you visit our website, we and our third-party partners may
automatically collect certain information, including:
</p>
<ul>
<li>Your IP address and general location information</li>
<li>Browser type and version</li>
<li>Operating system</li>
<li>Pages you visit on our website</li>
<li>Time and date of your visit</li>
<li>Referring website addresses</li>
<li>Device identifiers and characteristics</li>
</ul>
<h2>2. Cookies and Similar Technologies</h2>
<p>
We use cookies and similar tracking technologies to enhance your
experience on our website. Cookies are small data files stored on your
device.
</p>
<h3>Types of Cookies We Use:</h3>
<ul>
<li>
<strong>Essential Cookies:</strong> Required for the website to
function properly
</li>
<li>
<strong>Analytics Cookies:</strong> Help us understand how visitors
interact with our website
</li>
<li>
<strong>Advertising Cookies:</strong> Used by our advertising
partners to show relevant ads
</li>
</ul>
<p>
You can control cookie settings through your browser preferences, but
disabling certain cookies may affect website functionality.
</p>
<h2>3. Third-Party Advertising</h2>
<p>
We use Google AdSense to display advertisements on our website. Google
AdSense may use cookies and other tracking technologies to:
</p>
<ul>
<li>Show ads based on your interests</li>
<li>Measure ad performance</li>
<li>Prevent showing the same ad repeatedly</li>
</ul>
<p>
Google's use of advertising cookies enables it and its partners to
serve ads based on your visit to our site and/or other sites on the
Internet. You can opt out of personalized advertising by visiting
<a
href="https://www.google.com/settings/ads"
target="_blank"
rel="noopener"
>Google's Ads Settings</a
>.
</p>
<h3>Third-Party Data Collection</h3>
<p>
Our advertising partners may collect information about your online
activities across different websites and services. This information
may include:
</p>
<ul>
<li>Websites you visit</li>
<li>Searches you conduct</li>
<li>Content you view</li>
<li>Ads you click on</li>
</ul>
<h2>4. How We Use Information</h2>
<p>We use the collected information for the following purposes:</p>
<ul>
<li>To provide and maintain our Service</li>
<li>To improve and optimize our website</li>
<li>To analyze usage patterns and trends</li>
<li>To display relevant advertisements</li>
<li>To detect and prevent fraud or abuse</li>
<li>To comply with legal obligations</li>
</ul>
<h2>5. Information Sharing</h2>
<p>We may share your information in the following circumstances:</p>
<ul>
<li>
<strong>With Advertising Partners:</strong> Google AdSense and other
advertising networks
</li>
<li>
<strong>With Analytics Providers:</strong> To understand website
usage and performance
</li>
<li>
<strong>For Legal Compliance:</strong> When required by law or to
protect our rights
</li>
<li>
<strong>Business Transfers:</strong> In connection with mergers,
acquisitions, or sales of assets
</li>
</ul>
<h2>6. Data Security</h2>
<p>
We implement appropriate technical and organizational measures to
protect your information against unauthorized access, alteration,
disclosure, or destruction. However, no method of transmission over
the internet is 100% secure.
</p>
<h2>7. International Data Transfers</h2>
<p>
Your information may be transferred to and processed in countries
other than your country of residence. These countries may have
different data protection laws than your country.
</p>
<h2>8. Your Rights and Choices</h2>
<p>
Depending on your location, you may have certain rights regarding your
personal information:
</p>
<ul>
<li>
<strong>Access:</strong> Request access to your personal information
</li>
<li>
<strong>Correction:</strong> Request correction of inaccurate
information
</li>
<li>
<strong>Deletion:</strong> Request deletion of your personal
information
</li>
<li><strong>Opt-Out:</strong> Opt out of personalized advertising</li>
<li>
<strong>Portability:</strong> Request a copy of your data in a
structured format
</li>
</ul>
<h3>Managing Your Preferences</h3>
<ul>
<li>
<strong>Cookie Settings:</strong> Adjust through your browser
settings
</li>
<li>
<strong>Ad Personalization:</strong> Visit
<a
href="https://www.google.com/settings/ads"
target="_blank"
rel="noopener"
>Google Ads Settings</a
>
</li>
<li>
<strong>Do Not Track:</strong> We respect browser "Do Not Track"
signals where legally required
</li>
</ul>
<h2>9. Children's Privacy</h2>
<p>
Our Service is not directed to children under the age of 13. We do not
knowingly collect personal information from children under 13. If you
become aware that a child has provided us with personal information,
please contact us immediately.
</p>
<h2>10. California Privacy Rights</h2>
<p>
If you are a California resident, you have additional rights under the
California Consumer Privacy Act (CCPA):
</p>
<ul>
<li>Right to know what personal information is collected</li>
<li>
Right to know whether personal information is sold or disclosed
</li>
<li>Right to say no to the sale of personal information</li>
<li>Right to access personal information</li>
<li>Right to equal service and price</li>
</ul>
<h2>11. European Privacy Rights</h2>
<p>
If you are in the European Economic Area (EEA), you have rights under
the General Data Protection Regulation (GDPR), including the rights
mentioned above and the right to lodge a complaint with a supervisory
authority.
</p>
<h2>12. Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time. We will notify
you of any changes by posting the new Privacy Policy on this page and
updating the "Last Updated" date. You are advised to review this
Privacy Policy periodically.
</p>
<h2>13. Contact Information</h2>
<div class="contact-info">
<p>
If you have any questions about this Privacy Policy or our privacy
practices, please contact us at:
</p>
<p><strong>Email:</strong> vbdesignapps@gmail.com</p>
<p><strong>Website:</strong> vbdesigns.dev</p>
</div>
<p>
<em
>This privacy policy was last updated on December 14, 2025, and is
effective immediately.</em
>
</p>
</div>
</div>
<!-- Footer -->
<footer class="app__footer">
<div class="footer__content">
<div class="footer__section">
<span class="footer__title"
>© <span id="year"></span> Free Math Worksheet Generator</span
>
<p class="footer__description">
Create unlimited custom math worksheets for teachers, parents, and
students.
</p>
<span id="portfolio_link">
<a href="https://vbdesigns.dev" target="_blank" class="footer__link"
>Created by VB Designs</a
>
</span>
</div>
<div class="footer__section">
<h4 class="footer__title">Resources</h4>
<ul class="footer__links">
<li>
<a href="index.html#generator" class="footer__link"
>Worksheet Generator</a
>
</li>
<li>
<a href="index.html#features" class="footer__link">Features</a>
</li>
<li>
<a href="index.html#how-to-use" class="footer__link"
>How to Use</a
>
</li>
</ul>
</div>
<div class="footer__section">
<h4 class="footer__title">Legal</h4>
<ul class="footer__links">
<li>
<a href="privacy-policy.html" class="footer__link"
>Privacy Policy</a
>
</li>
<li>
<a href="terms-of-service.html" class="footer__link"
>Terms of Service</a
>
</li>
</ul>
</div>
<div class="footer__section">
<h4 class="footer__title">Education Links</h4>
<ul class="footer__links">
<li>
<a
href="https://www.khanacademy.org/math"
class="footer__link"
target="_blank"
>Khan Academy Math</a
>
</li>
<li>
<a
href="https://www.mathplayground.com/"
class="footer__link"
target="_blank"
>Math Playground</a
>
</li>
<li>
<a
href="https://www.coolmath4kids.com/"
class="footer__link"
target="_blank"
>Cool Math for Kids</a
>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>