-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (103 loc) · 3.81 KB
/
index.html
File metadata and controls
114 lines (103 loc) · 3.81 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
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tipshub Privacy Policy</title>
<style>
body {
padding: auto;
justify-items: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
li {
list-style-type: disc;
margin-bottom: 1rem;
}
.page {
max-width: 70vw;
text-align: center;
justify-items: center;
margin: auto;
}
.heading {
text-align: center;
color: darkcyan;
text-transform: uppercase;
}
.text {
text-align: left;
}
.article {
margin-bottom: 4rem;
}
</style>
</head>
<body data-gr-c-s-loaded="true">
<header>
<h1 class="heading">Privacy Policy</h1>
</header>
<main class="page">
<article class="article">
<p class="text">
This privacy policy hereby outlines the terms which the information
that you provide on the Tipshub app will be processed, used,
and stored. By using the Tipshub app, you hereby acknowledge
and consent to this privacy policy. If you do not agree with the terms
of this Privacy Policy, please do not use the app or provide us with
your personal information.
</p>
<p class="text">
Your personal data will not be disclosed to third parties, unless such
disclosure is necessary for processing of your request, such as
effecting transactions or to carry out verification procedures.
</p>
</article>
<article class="article">
<h2 class="heading">How Information Collected Is Used</h2>
<p class="text">
The information and data about you which we may collect, use and
process includes the following:
</p>
<ul>
<li class="text">
<span>Information that you provide to us by filling any form on the
Tipshub app. This includes your name, email address, and
phone number.</span>
</li>
<li class="text">
<span>Your responses to user surveys that we may carry out
from time to time.</span>
</li>
<li class="text">
<span>The image your provide as profile picture.
from time to time.</span>
</li>
</ul>
<p class="text">
This data is used mainly for the purpose of user authentication and content customization.
</p>
</article>
<article class="article">
<h2 class="heading">Information Storage</h2>
<p class="text">
We will take all reasonable steps to ensure that your information
secured and protected. Your personal data will not be disclosed to
third parties, unless such disclosure is necessary for processing of
your request, such as effecting transactions or to carry out
verification procedures.
</p>
</article>
<article class="article">
<h2 class="heading">Changes to our Privacy Statement</h2>
<p class="text">
Any changes we may make to our Privacy Policy in the future will be
posted on this page and any such changes will become effective upon
posting of the revised Privacy Policy. If we make any material or
substantial changes to this Privacy Policy we will endeavor to inform
you by email, notice on the website or other agreed communications
channels.
</p>
</article>
</main>
</body></html>