-
Notifications
You must be signed in to change notification settings - Fork 2
/
terms.html
132 lines (124 loc) · 4.68 KB
/
terms.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<title>Terms & Conditions</title>
<link rel="icon" href="img/spirograph.png">
</head>
<body>
<h1>Privacy Policy</h1>
<p>
This privacy policy explains how Mathematical Art with Elizabeth uses your personal data when you use the website.
</p>
<h2>What Data do I Collect?</h2>
<p>
I collect the following data.
</p>
<h3>Identity Information</h3>
<ul>
<li>
A username chosen by you.
</li>
<li>
An anonymous identifier generated by Google Sign-In.
</li>
</ul>
<h3>Other Data</h3>
<ul>
<li>
Data needed to reproduce artistic works you have created on the site.
</li>
<li>
Titles you have given to your artistic works.
</li>
<li>
Keywords you have associated with your artistic works.
</li>
<li>
A record of which artworks you have 'Liked'.
</li>
</ul>
<h2>How I Collect Your Data</h2>
<p>
You directly provide me with all of the data I collect.
</p>
<p>
I collect and process data when you:
</p>
<ul>
<li>
Create an account on the website.
</li>
<li>
Save an artwork.
</li>
<li>
'Like' or 'Unlike' an artwork.
</li>
</ul>
<h2>How I Use Your Data</h2>
<p>
I collect your data so I can:
</p>
<ul>
<li>
Save your artistic works online and share them with other people who use the site.
</li>
<li>
Create an online social community on the site.
</li>
</ul>
<p>
By clicking the Save & Share button you consent to me displaying your username alongside your artwork to other website users. You can revoke consent to display your username at any time by clicking the Anonymize button. By clicking to 'Like' an artwork you consent to me recording your preference and using that record to display the total number of 'Likes' to other users. Your identity information will not be displayed to other users with regard to 'Likes' and you can withdraw your consent at any time clicking to 'Unlike' the artwork. You will still be able to use all the other features of the site freely if you decide not to use the sharing and social features.
</p>
<h2>How I Store Your Data</h2>
<p>
I securely store your data using the Heroku cloud platform. All data transferred between you and the servers is encrypted using end-to-end encryption. I protect your privacy by only identifying you using a combination of an anonymous identifier and the pseudonym chosen by you as your username.
</p>
<p>
I will store your artistic works and your identity information for an indefinite period.
</p>
<h2>Your Data Protection Rights</h2>
<p>
I would like to make you aware of your data protection rights. Every user is entitled to the following.
</p>
<h3>Right to Access</h3>
<p>
You can view your data at any time through the website or by using the <a href="">data download tool</a>.
</p>
<h3>Right to Rectification</h3>
<p>
You have the right to have any information you believe is inaccurate corrected. You can correct incorrect information at any time through the website. This includes the ability to change your username, remove or restore 'Likes', and the ability to disassociate your username from an artistic work. You can also complete previously incomplete information.
</p>
<h3>Right to Erasure</h3>
<p>
You have the right to request I erase your personal data. You can use the <a href="">data removal tool</a> to remove all personally identifying information from the database and anonymize any artistic works you previously created.
</p>
<h3>Right to Restrict Processing</h3>
<p>
You have the right to request I restrict the processing of your personal data, under certain conditions.
</p>
<h3>Right to Object to Processing</h3>
<p>
You have the right to object to my processing of your personal data, under certain conditions.
</p>
<h3>Right to Data Portability</h3>
<p>
You have the right to ask me to transfer the data I have collected to another organization, or you can use the <a href="">data download tool</a> to download a copy yourself.
</p>
<p>
If you make a request then I have one month to respond to you. If you would like to exercise any of these rights then please <a href="">contact me</a>.
</p>
<h2>Privacy Policies of Other Websites</h2>
<p>
This website contains links to other websites. This privacy policy applies only to this website. If you click on a link to another website then you should read their privacy policy.
</p>
<h2>Changes to My Privacy Policy</h2>
<p>
I keep this privacy policy under regular review and place any updates on this web page. This privacy policy was last updated on 31 August 2020.
</p>
<h2>How to Contact Me</h2>
<p>
If you have any questions about this privacy policy, the data I hold on you, or if you would like to exercise one of your data protection rights, then please do not hesitate to <a href="">contact me</a>.
</p>
</body>
</html>