-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (98 loc) · 3.04 KB
/
index.html
File metadata and controls
110 lines (98 loc) · 3.04 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
font-family: Arial, sans-serif;
max-width: 900px;
margin: 40px auto;
padding: 0 16px;
line-height: 1.6;
color: #333;
}
h1 {
font-size: 28px;
margin-bottom: 6px;
}
.updated {
font-size: 14px;
color: #666;
margin-bottom: 24px;
}
h2 {
font-size: 18px;
margin-top: 28px;
}
ul {
padding-left: 18px;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<div class="updated">Last updated: February 10, 2026</div>
<h2>1. Who we are</h2>
<p>
This Privacy Policy applies to the mobile application <strong>Przyjazne Linie</strong>
(the “App”), developed and provided by
<strong>Instytut Wspomagania Rozwoju Dziecka</strong>, Poland (“we”, “us”).
</p>
<h2>2. About the application</h2>
<p>
Przyjazne Linie is an educational game designed to support the development of fine motor
skills in children with autism. The App displays tracing patterns for children to follow
with their finger and allows adjusting difficulty, line width, colors, and number of levels.
</p>
<h2>3. Data we collect</h2>
<p>
The App does <strong>not collect, store, or process any personal data</strong>.
</p>
<ul>
<li>No user accounts are required.</li>
<li>No names, email addresses, phone numbers, or location data are collected.</li>
<li>The App does not use analytics, advertising, or tracking tools.</li>
<li>The App does not communicate with any backend or external server.</li>
</ul>
<h2>4. Device access and permissions</h2>
<p>
The App uses standard device features (such as the touchscreen) solely to provide its core
functionality. Any interaction data is processed locally on the user’s device only.
No data is transmitted outside the device.
</p>
<h2>5. Sharing data with third parties</h2>
<p>
We do not share any personal data with third parties, as the App does not collect personal data.
</p>
<h2>6. Data retention</h2>
<p>
We do not retain any personal data on our systems.
Any progress or settings created within the App are stored locally on the user’s device
and can be removed at any time by uninstalling the App.
</p>
<h2>7. Legal basis (GDPR)</h2>
<p>
Since the App does not process personal data, no legal basis for data processing under
the General Data Protection Regulation (EU) 2016/679 (GDPR) is required.
</p>
<h2>8. Children’s privacy</h2>
<p>
The App is designed for children and does not collect personal information from anyone,
including children.
</p>
<h2>9. Changes to this Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time. Any changes will be reflected by updating
the “Last updated” date at the top of this page.
</p>
<h2>10. Contact</h2>
<p>
If you have any questions about this Privacy Policy, please contact us at:
</p>
<p>
<strong>Email:</strong> <a href="mailto:autyzmpg@gmail.com">autyzmpg@gmail.com</a>
</p>
</body>
</html>