-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathprivacy.html
80 lines (67 loc) · 4.72 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
<!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>Privacy Policy - Tweeten</title>
<link rel="stylesheet" type="text/css" href="../inc/css/app.css?v=3.3">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="../inc/js/release.js?v=2.2"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.7.1/showdown.min.js"></script>
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" sizes="32x32" href="../inc/images/fav/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="../inc/images/fav/favicon-16x16.png?v=2">
</head>
<body>
<header>
<div class="inner container">
<a href="http://tweetenapp.com" title="Tweeten, an intuitive and powerful Twitter experience built for those who get real work done"><img src="../inc/images/logo.png"/></a>
<div class="main">
<h1 class="donthide">Privacy Policy</h1>
</div>
</div>
</header>
<div class="container privacy">
<p>Your privacy is important to us. It is Tweeten's policy to respect your privacy regarding any information we may
collect from you when using our app, and other sites we
own and operate.</p>
<p>We don’t collect or share any personally identifying information publicly or with third-parties. What data
we store, we’ll protect within commercially acceptable means to prevent loss and theft, as well as unauthorised
access, disclosure, copying, use or modification. We only collect analytics data from the use of our app, and we will never collect any personal data.
</p>
<p>We collect analytics data by fair and
lawful means, with your knowledge and consent. We also let you know why we’re collecting it and how it will be used. We use Ampltiude
to track app analytics, and the analytics data collected is never shared with a third-party. The data is ONLY collected to track the app's usage metrics. Please refer to
<a href="https://help.amplitude.com/hc/en-us/articles/206533238-Data-Security-Privacy" target="_blank" rel="noopener noreferrer">Ampltiude's privacy policy<a/> for more information.
</p>
<p>Our app may link to external sites that are not operated by us. Please be aware that we have no control over the
content and practices of these sites, and cannot accept responsibility or liability for their respective privacy
policies. This includes the use of our app, which relies on Twitter's TweetDeck service. We have no control over the data collected
by Twitter or TweetDeck. Please refer to the <a href="https://twitter.com/en/privacy" target="_blank" rel="noopener noreferrer">Twitter privacy policy for more information.</a>
</p>
<p>You are free to refuse our request for your app usage data. This can be done from Tweeten Settings on the desktop app. We do not collect any usage data from our browser extensions.</p>
<p>Your continued use of our website and app will be regarded as acceptance of our practices around privacy. If you have any questions about how we handle user data feel free to contact
us at <a href="mailto:[email protected]">[email protected].</a></p>
<p>This policy is effective as of 21 June 2020.</p>
</div>
<footer class="container">
<div class="inner">
<ul>
<li><a href="http://tweetenapp.com/releases">Release Notes</a></li>
<li><a href="https://blog.tweetenapp.com/">Blog</a></li>
<li><a href="https://twitter.com/tweetenapp">Follow us</a></li>
</ul>
<p>Tweeten is built with <span class="heart">❤</span> in London.</p>
</div>
</footer>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71965477-1', 'auto');
ga('send', 'pageview');
</script>
</html>