-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
180 lines (130 loc) · 6.08 KB
/
privacy-policy.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
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
<!DOCTYPE html>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" href="images/favicon.ico">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="fonts/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link href="css/app.css" rel="stylesheet">
<link href="css/lib.css" rel="stylesheet">
<link href="css/fancybox.css" rel="stylesheet">
<script src="js/fancybox.umd.js"></script>
<title> Privacy Policy </title>
</head>
<body>
<div id="app" class="container-fluid mx-auto h-100">
<div class="aside d-flex flex-column align-content-between justify-content-between">
<div class="content" id="content">
<p>
Privacy Policy
</p>
<p>
Introduction
</p>
<p>
This privacy policy describes how we collect, use, and protect your personal information when you
use
our social media mobile app. We are committed to protecting your privacy and ensuring that your
personal
information is secure.
</p>
<p>
Information we collect
</p>
<p>
We collect information you provide when you create an account, such as your name, email address, and
password. We also collect information you provide when you use our app, such as the content you post
and
the interactions you have with other users.
</p>
<p>
We may collect information about your device, including the type of device, operating system, and
mobile
network information. We may also collect location data if you give us permission to do so.
</p>
<p>
Use of information
</p>
<p>
We use the information we collect to provide and improve our app and to personalize your experience.
We
may use your information to communicate with you, such as to notify you of new features or to
respond to
your support requests.
</p>
<p>
We may use your information for research and analytics purposes, such as to understand how users
interact with our app and to improve our services.
</p>
<p>
Sharing of information
</p>
<p>
We may share your information with third-party service providers who perform services on our behalf,
such as hosting our app or processing payments. We may also share your information with advertisers
and
advertising networks to deliver and personalize ads.
</p>
<p>
We may disclose your information if required by law, such as in response to a court order or
subpoena,
or if we believe that disclosure is necessary to protect our rights, protect your safety or the
safety
of others, investigate fraud, or respond to a government request.
</p>
<p>
Security of information
</p>
<p>
We take reasonable measures to protect your personal information from unauthorized access, use, and
disclosure. We use industry-standard encryption and secure servers to protect your information.
</p>
<p>
However, no method of transmission over the Internet or electronic storage is 100% secure, and we
cannot
guarantee absolute security of your information.
</p>
<p>
Your choices
</p>
<p>
You can control the information we collect about you by adjusting your settings within our app. You
can
also delete your account at any time, which will remove your personal information from our servers.
</p>
<p>
Children’s privacy
</p>
<p>
Our app is not intended for children under the age of 13, and we do not knowingly collect personal
information from children under the age of 13. If we become aware that we have inadvertently
collected
personal information from a child under the age of 13, we will take steps to delete the information
as
soon as possible.
</p>
<p>
Changes to this privacy policy
</p>
<p>
We may update this privacy policy from time to time. We will notify you of any material changes by
posting the new privacy policy on our website or within our app. You are advised to review this
privacy
policy periodically for any changes.
</p>
<p>
Contact us
</p>
<p>
If you have any questions or concerns about this privacy policy, please contact us at
orgnu@icloud.com
</p>
</div>
</div>
</div>
<script src="js/app.js"></script>
</body>
</html>