-
Notifications
You must be signed in to change notification settings - Fork 39
/
privacy.html
63 lines (50 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="icon" type="image/x-icon" href="gfx/favicon.ico">
<title>Privacy Policy - ’afterwriting</title>
<style>
@font-face {
font-family: 'Day Roman';
src: url('bundle/fonts/dayroman.ttf');
}
body {
font-family: 'Day Roman', 'Georgia', Helvetica, Arial, sans-serif;
padding: 1em;
}
p {
max-width: 600px;
text-align: justify;
}
</style>
</head>
<body>
<h1>’afterwriting</h1>
<h2>Privacy Policy</h2>
<p>Piotr Jamróz built ’afterwriting as an Open Source application and provides it at no cost under MIT
license.</p>
<p>This page is used to inform visitors regarding policies with the collection, use, and disclosure of personal
information if anyone decided to use the application.</p>
<h2>Information Collection and Use</strong></h2>
<div>
<p>
’afterwriting is a front-end only application. It does not collect any personal information and does not store
user data in any database, however a user can decide to save a screenplay to 3rd party providers, e.g. Dropbox or Google Drive.
</p>
<p>The application uses Google Analytics services that may collect information used to identify you.</p>
<p>Link to privacy policy of third party service providers used by the application:</p>
<ul>
<li><a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer">Google Analytics and
Google Drive</a></li>
<li><a href="https://www.dropbox.com/privacy" target="_blank" rel="noopener noreferrer">Dropbox</a></li>
</ul>
</div>
<p>This policy is effective as of 11 September 2020.</p>
<h2>Contact</h2>
<p>If you have any questions or suggestions about this Privacy Policy, do not hesitate to contact me at
</body>
</html>