-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
85 lines (85 loc) · 3.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>workerbird</title>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
<meta name="theme-color" content="rgb(255, 105, 95)" />
<!-- load this last -->
</head>
<body>
<nav id="privacy-back">
<a href="home.html" id="privacy-arrow">‹</a>
</nav>
<main id="privacy">
<h3 id="privacy-title">Privacy Policy</h3>
<p>
This policy applies to all information collected or submitted on
Workerbird's website or our app for iPhone and any other devices and
platforms.
</p>
<h3>Information we collect</h3>
<p>
New Workerbird accounts are created in connection with your mobile phone number,
with a one time password sent to the user via SMS. Your phone number is stored in a private,
secure database managed by Google. It will only be used for authentication purposes, and to
improve spam and abuse prevention across Google services.
</p>
<p>
We store information from your tracking in order to present you with a record of your
information and give you insights into your data.
</p>
<h3>Technical basics</h3>
<p>
The application uses silent notifications in the authentication process. We never use
notifications for other purposes such as marketing.
</p>
<p>
We use a token in the app to keep you logged in. Your tracking data is stored locally
on your phone and in a secure database. This backs up your data, allows us to provide you
with valuable insights, and facilitates continual improvement of the app.
</p>
<h3>Information usage</h3>
<p>
We do not share any personal information with outside parties. Where Workerbird users have
expressly agreed to share their data anonymously, we may share anonymous, aggregate statistics with
outside parties, such as the average length of commute or working day.
</p>
<h3>Security</h3>
<p>
We implement a variety of security measures to help keep your information secure. All data is
encrypted and sent via HTTPS to our server, which is managed by Google. Workerbird stores your
data in a secure database. No one outside of Workerbird has access to your data, aside from you.
</p>
<h3>Deleting information</h3>
<p>
You may delete your account by emailing
<a href="mailto:privacy@workerbird.co.uk" id="delete">privacy@workerbird.co.uk.</a> .
</p>
<p>
Workerbird may delete your information at any time and for any reason,
such as technical needs, legal concerns, abuse prevention, removal of
idle accounts, data loss, or any other reason.
</p>
<h3>Your Consent</h3>
<p>
By using our app, you consent to our privacy policy.
</p>
<h3>Contacting Us</h3>
<p>
If you have questions regarding this privacy policy, you may email
<a href="mailto:privacy@workerbird.co.uk" id="questions">privacy@workerbird.co.uk.</a>
</p>
<h3>Changes to this policy</h3>
<p>
If we decide to change our privacy policy, we will post those changes on this page. Summary of changes so far:
</p>
<ul>
<li>November 14, 2019: First published.</li>
</ul>
</main>
</body>
</html>