forked from drinky78/sortello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicy.html
More file actions
106 lines (103 loc) · 5.43 KB
/
policy.html
File metadata and controls
106 lines (103 loc) · 5.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sortello - Prioritize your cards on trello!</title>
<meta name="Description" content="Sort your trello list, comparing the priority of your cards two by two.">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/disclaimer.css">
<link rel="stylesheet" href="css/responsive/disclaimer__responsive.css">
</head>
<body>
<div id="disclaimer">
<div class="disclaimer__heading">Disclaimer</div>
<div class="disclaimer__content">
Sortello is a free tool, provided as free software under the <a
href="https://github.com/mazzcris/sortello/blob/master/LICENSE" class="disclaimer__link">MIT License</a> and
served as a hosted
version (<strong>website</strong>) at <a href="http://sortello.com" target="_blank"
class="disclaimer__link">sortello.com</a> and <a href="http://sortello.ideato.it" target="_blank"
class="disclaimer__link">sortello.ideato.it</a>
<br>
By using the hosted version (<strong>website</strong>) mentioned above, you agree to use it "as is", without
warranty of any
kind, express or implied, including but not limited to the warranties of merchantability, fitness for a
particular purpose and noninfringement.
<br>
In no event shall the authors, publishers or copyright holders be liable for any claim, damages or other
liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the
<strong>website</strong> or the use or other dealings in the <strong>website</strong>.
</div>
<br>
<br>
<div class="privacy__heading">Privacy and cookie policy</div>
<div class="privacy__content">
<strong>Privacy Statement: How we use Cookies</strong>
<br>
<br>
Cookies are very small text files that are stored on your computer when you visit some websites.
<br>
We do not use cookies on Sortello.com, but there are a few third-party cookies:
<ul>
<li>
Google Analytics - we use this service only to track access to Sortello, we use anonymized information.
</li>
<li>
Trello - In order to use Sortello.com you need to identify with your Trello account.
</li>
</ul>
You can disable any cookies already stored on your computer, but disabling Trello from setting cookies may stop
Sortello from functioning properly.
<br>
<br>
<strong>Functional Cookies</strong> - This Website Will:
<ul>
<li>
Connect to your Trello account
</li>
<li>
Track the page visits via Google Analytics
</li>
</ul>
<strong>There are no Targeting Cookies on Sortello.com</strong> - This website will not:
<ul>
<li>
Share any personal information with third parties.
</li>
<li>
Store any of your information server-side. Sortello is a frontend application and it lives in the web
browser.
</li>
</ul>
<br>
<strong>Google Analytics Cookies</strong>
<br>
<br>
As with most web sites, they are kept for statistical purposes and to improve the functionality some information concerning navigation on the site.
The collection of information is possible through the use of cookies.
<br>
<br>
This site ONLY uses technical cookies (NO profiling cookies are used by this site). Pursuant to Section 122 of the “Italian Privacy Act” and Authority Provision of 8 May 2014, no consent is required from site visitors for this type of cookie.
The service third-party content in this section allows to the Owner to monitor and analyze traffic data and are used to keep track of User behavior.
<br>
Google Analytics is a web analytics service provided by Google Inc. ( “Google”). Google uses Personal Information collected for the purpose of evaluating the use of this online space, create reports and share them with other services developed by Google.
<br>
<br>
Personal data collected: Cookie and Usage Data.
<br>
Processing location: USA
<br>
Privacy Policy Opt Out: You can learn more by visiting this external link: <a target="_blank" href="https://tools.google.com/dlpage/gaoptout?hl=it">https://tools.google.com/dlpage/gaoptout?hl=it</a>
<br>
Visit the following link to learn how to reject or delete cookies by Google:
<a target="_blank" href="http://www.google.com/intl/en/privacypolicy.html">http://www.google.com/intl/en/privacypolicy.html</a>
Visit the following links to review the Google privacy policy:
<a target="_blank" href="http://www.google.co.uk/intl/en/policies/privacy">http://www.google.co.uk/intl/en/policies/privacy</a>
</div>
<div class="disclaimer__close-button"><a href="javascript:window.close();" class="disclaimer__close-link">CLOSE</a>
</div>
</div>
</body>
</html>