-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy-policy.html
118 lines (75 loc) · 2.96 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
<!DOCTYPE HTML>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html lang=en>
<head>
<meta charset="utf-8" />
<title>ReindeerFinder - Privacy Policy</title>
</head>
<body>
<header>
<h1>ReindeerFinder Privacy Policy</h1>
</header>
<nav>
<a href="/index.html">Go back to the app</a>
<h1 id="contents">Contents</h1>
<ul>
<li><a href="#personal-info">Personal info</a>
</li>
<li><a href="#collection">Collection</a>
<ul><li><a href="#collection_tracking">Tracking technologies</a></li></ul>
</li>
<li><a href="#use">Use</a>
</li>
<li><a href="#disclosure">Disclosure</a>
<ul>
<li><a href="#disclosure_partners">Partners</a></li>
<li><a href="#disclosure_legal">Legal process</a></li>
</ul></li>
<li><a href="#storage">Storage</a>
<ul>
<li><a href="#storage_location">Where your info lives</a></li>
<li><a href="#storage_duration">How long we keep your info</a></li>
</ul></li>
<li><a href="#misc">About</a>
<ul><li><a href="#choice">Your choices</a></li>
<li><a href="#change">Changes to this policy</a></li>
<li><a href="#contact">Contact us</a></li>
</ul></li>
</ul>
</nav>
<article>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="personal-info">Personal info</h1>
We do not collect any personal info.
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="collection">How we collect info</h1>
<h2 id="collection_tracking">Tracking technologies</h2>
Tracking is done using cookies, and data is sent to <a target="_blank" href="https://analytics.google.com">Google Analytics</a>
and <a target="_blank" href="https://mixpanel.com/">Mixpanel</a>.
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="use">How we use your info</h1>
The data collected is used to improve the product, like the user
experience and available marks in the register.
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="disclosure">When we share your info</h1>
Since all data is completely anonymous, we may share statistics on usage
if asked.
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="storage">How we store your info</h1>
All data is stored at <a target="_blank" href="https://analytics.google.com">Google Analytics</a>
and <a target="_blank" href="https://mixpanel.com/">Mixpanel</a>.
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
</body>
</html>