-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
378 lines (292 loc) · 13 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-uWxY/CJNBR+1zjPWmfnSnVxwRheevXITnMqoEIeG1LJrdI0GlVs/9cVSyPYXdcSF" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-kQtW33rZJAHjgefvhyyzcGF3C5TFyBQBA13V1RKPf4uH+bwyzQxZ6CmMZHmNBEfJ" crossorigin="anonymous"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
body {
font-family: Bebas Neue;
position:relative;
}
.header {
overflow: hidden;
background-color: #2b2929;
padding: 10px 10px;
}
.footer p{
color: black; /*-----ORIG TELEBROWN COLOR: #25bd37 ------*/
text-align: center;
padding: 12px;
font-family: roboto;
text-align: center;
font-size: 12px;
}
.header span {
float: left;
color: #25bd37; /*-----ORIG TELEBROWN COLOR: #25bd37 ------*/
text-align: center;
padding: 12px;
text-decoration: none;
line-height: 25px;
font-size: 40px;
text-indent: 5%;
letter-spacing: 1px;
}
.overlay {
height: 0%;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-y: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay a {
padding: 8px;
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
.header-right{
position: relative;
display: none;
float:right;
right: 3%;
top: 3%;
text-size-adjust: 50px;
}
#termsandpriv{
margin: 4% 25%;
}
@media screen and (max-height: 450px) {
.overlay {overflow-y: auto;}
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
@media screen and (max-width: 250px) {
.header span {
float: none;
display: block;
text-align: left;
}
.header-right {
float: right;
}
}
@media screen and (max-width: 756px){
.header-right {
display: block;
float: right;
}
#termsandpriv{
margin: 10% 25%;
}
}
a.nav-link.active {
border-left: 3px solid #25bd37 !important;
border-radius: 0px;
color: #25bd37 !important;
background-color: transparent !important;
}
.nav-pills{
letter-spacing: 0.5px;
font-size: medium;
}
.nav-link{
padding: 2px 3px;
color: #25bd37;
}
.container{
margin-top: 100px;
/* border: 1px solid #2b2929; */
}
#spy{
font-family: roboto;
text-align: justify;
/* border: 1px solid #2b2929; */
}
#pp-scrollspy{
border-radius: 10px;
}
</style>
<script>
function openNav() {
document.getElementById("myNav").style.height = "100%";
}
function closeNav() {
document.getElementById("myNav").style.height = "0%";
}
</script>
</head>
<body data-bs-spy="scroll" data-bs-target="#pp-scrollspy" data-bs-offset="200" tabindex="0">
<header class="header navbar fixed-top">
<span>TELEBROWN</span>
<div class="header-right" id = "burger">
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="#item-1">Introduction</a>
<a href="#privprin">Privacy Principles</a>
<a href="#legper">Legal Ground for Processing Your Personal Data</a>
<a href="#whatper">What Personal Data We Use</a>
<a href="#basicacct">Basic Account Data</a>
<a href="#email">Your E-mail Address</a>
<a href="#Message">Message</a>
<a href="#loc">Location</a>
<a href="#update">update</a>
</div>
</div>
<div>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
</div>
</div>
</header>
<div class="container">
<div class="col-sm-3 position-fixed d-none d-md-block d-sm-block" id="scrollnav">
<nav id="pp-scrollspy" class="navbar navbar-light bg-light flex-column align-items-stretch p-3">
<a class="navbar-brand">PRIVACY POLICY</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link" href="#item-1">Introduction</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link ms-3 my-1" href="#privprin">Privacy Principles</a>
</nav>
<a class="nav-link" href="#legper">Legal Ground for Processing Your Personal Data</a>
<a class="nav-link" href="#whatper">What Personal Data We Use</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link ms-3 my-1" href="#basicacct">Basic Account Data</a>
<a class="nav-link ms-3 my-1" href="#email">Your E-mail Address</a>
<a class="nav-link ms-3 my-1" href="#Message">Message</a>
<a class="nav-link ms-3 my-1" href="#loc">Location</a>
<a class="nav-link ms-3 my-1" href="#lincense">License</a>
</nav>
<a class="nav-link" href="#update">update</a>
</nav>
</nav>
</div>
<div class="row justify-content-center" id="priv-content">
<div class="col-sm-5">
<div id="spy">
<h4 id="item-1">I. Introduction</h4>
<p>
This Privacy Policy design in what way or manner we, Turbo Giants.
(“Telebrown”), use and take care of your private information that you provide us,
For the purposes of this Privacy Policy, ‘we’, ‘us’ and ‘our’ refers to telebrown, and ‘you’ refers to you,
the user of the Services.
</p>
<h5 id="privprin">Privacy Principles</h5>
<p>
Telebrown bear two fundamental principles when it meet expectations in collecting and
processing private information:
</p>
<ul>
<li>We do not use your data to show ads because we dont use ads.</li>
<li>We do not sell your data.</li>
<li>We only store the information that Telebrown needs to
function as a secure and messaging service. </li>
</ul>
<h4 id="legper">Legal Ground for Processing Your Personal Data</h4>
<p>
We process your personal data on the ground that such subject to series of actions to achieve
result is necessary to further our legitimate interests (containing: (1) providing effective and creative
Services to our users; and (2) to discover, prevent or in another way address fraud or security issues
fashionable respect of our provision of Services), except that those interests are cancel by your interest or
fundamental rights and freedoms that demand protections of personal data.
</p>
<h4 id="whatper">What Personal Data We Use</h4>
<h5 id="basicacct">Basic Account Data</h5>
<p>
Telebrown is a communication service. You dont need to specify your mobile number and but
basic account data (that may contain profile name, profile picture and aboout information) is a must
to create a telebrown account.
To make it easier for your contacts and added people to reach you and perceive who you are,
the screen name you pick, your profile pictures, and your username (endure you choose to set one)
in contact Telebrown are always public. We don't want to know your genuine in existence name, gender, age or what you like.
We act not require your screen name to be your genuine in existence name. Note that
users the one have you in their contacts will visualize you by the name they kept from danger
and not by your screen name.
</p>
<h5 id="email">Your E-mail Address</h5>
<p>
When you enable 2-step-verification for your account, you can opt to set up a password recovery email.
This address will only be used to send you a password recovery code if you forget it.
</p>
<h5 id="Message">Message</h5>
<p>
Our messaging application is uses end-to-end encryption by default always and forever to guarantee our customers security.
This means that all data is encrypted with a shared-secret key that only you and the recipient know.
There is no way for us or anybody else without direct access to your device to learn what content is
being sent in those messages. We do not store your chats on our servers and we also do not keep any logs for messages in
in your chats. All media that are being sent are encrypted too.
</p>
<h5 id="loc">Location</h5>
<p>
We do use your location cause we dont want to know where you are.
</p>
<h5 id="update">Update</h5>
<p>
We will update this privacy policy as needed so that it is current, accurate, and as clear as possible.
Your continued use of our Services confirms your acceptance of our updated Privacy Policy.
</p>
<h5 id="license">Update</h5>
<p>
Copyright 2021 Turbo Giants<br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<br><br>
http://www.apache.org/licenses/LICENSE-2.0<br>
<br><br>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.<br>
</p>
</div>
</div>
</div>
<hr>
<footer class="footer">
<div class="position-relative" id="termsandpriv">
<a href="licenses.html" class="nav-link position-absolute bottom-0 start-0">Licenses</a>
<a href="terms.html" class="nav-link position-absolute bottom-0 end-0">Terms and Condition</a>
</div>
<div>
<p class="text-center">
Telebrown is a mobile messaging application with its core to provide a maximum security. While using telebrown, you agree to have read and accepted our terms of use and privacy policy.
</p>
</div>
</footer>
</div>
</body>
</html>