generated from wanghaisheng/mood-emotion-charts
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
142 lines (125 loc) · 4.91 KB
/
privacy.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<meta name="description" content="Privacy Policy for Impulse - Brain Training Games">
<meta name="keywords" content="privacy, policy, mobile game, data collection">
<meta name="author" content="Your Company">
<meta http-equiv="Content-Language" content="en">
<!-- Canonical Link -->
<link rel="canonical" href="https://www.yourwebsite.com/privacy-policy" />
<!-- Open Graph for Social Media -->
<meta property="og:title" content="Privacy Policy - Impulse - Brain Training Games">
<meta property="og:description" content="Read the privacy policy of Impulse - Brain Training Games.">
<meta property="og:image" content="https://www.yourwebsite.com/privacy-policy-image.jpg">
<meta property="og:url" content="https://www.yourwebsite.com/privacy-policy">
<meta property="og:type" content="website">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Privacy Policy - Impulse - Brain Training Games">
<meta name="twitter:description" content="Read the privacy policy of Impulse - Brain Training Games.">
<meta name="twitter:image" content="https://www.yourwebsite.com/privacy-policy-image.jpg">
<title>Privacy Policy - Impulse - Brain Training Games</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
line-height: 1.6;
}
header {
text-align: center;
background-color: #4CAF50;
color: white;
padding: 20px;
}
header h1 {
margin: 0;
}
section {
padding: 20px;
margin: 10px;
background-color: #fff;
border-radius: 8px;
}
h2 {
color: #333;
}
p {
color: #555;
font-size: 1.1em;
}
ul {
margin: 0;
padding-left: 20px;
}
footer {
text-align: center;
padding: 10px;
background-color: #333;
color: white;
}
</style>
</head>
<body>
<header>
<h1>IMPULSE – BRAIN TRAINING GAMES</h1>
<h2>Privacy Policy</h2>
</header>
<section>
<p>This Privacy Policy explains what personal data is collected when you use the Impulse – Brain Training Games mobile app (the “App”) and the services provided through it (together with the App, the “Service”), how such personal data will be used, and shared.</p>
<p>BY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTAND AND AGREE TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREE TO THIS PRIVACY POLICY FOR YOU). If you do not agree, or are unable to make this promise, you must not use the Service.</p>
</section>
<section>
<h2>1. Personal Data Controller</h2>
<p>The personal data provided to us will be processed by:</p>
<ul>
<li><strong>Impulse Games</strong></li>
<li>Email: [email protected]</li>
<li>Website: www.impulsegames.com</li>
</ul>
</section>
<section>
<h2>2. Information We Collect</h2>
<p>When you use the Service, we may collect the following types of data:</p>
<ul>
<li><strong>Personal Information:</strong> Name, email address, and any other details you provide to us.</li>
<li><strong>Usage Data:</strong> Information about how you use the App, including actions, frequency of use, and device information.</li>
<li><strong>Cookies and Tracking Technologies:</strong> To enhance user experience and track usage patterns, we may use cookies and similar technologies.</li>
</ul>
</section>
<section>
<h2>3. How We Use Your Data</h2>
<p>We use the collected data for the following purposes:</p>
<ul>
<li>To provide, operate, and maintain the Service</li>
<li>To improve, personalize, and expand the Service</li>
<li>To communicate with you, including sending updates and promotional material (if you opt in)</li>
<li>To monitor usage and prevent abuse of the Service</li>
</ul>
</section>
<section>
<h2>4. Data Sharing</h2>
<p>We do not sell, rent, or trade your personal information. However, we may share your data in the following cases:</p>
<ul>
<li>With third-party service providers who assist in the operation of the Service</li>
<li>If required by law, or if we believe it is necessary to protect the rights, property, or safety of Impulse Games, our users, or others.</li>
</ul>
</section>
<section>
<h2>5. Your Rights</h2>
<p>You have the right to:</p>
<ul>
<li>Access your personal data</li>
<li>Request the correction or deletion of your data</li>
<li>Withdraw consent for data processing at any time</li>
</ul>
</section>
<footer>
<p>© 2024 Impulse Games. All Rights Reserved.</p>
</footer>
</body>
</html>