-
Notifications
You must be signed in to change notification settings - Fork 1
/
privacy_policy.html
68 lines (65 loc) · 3.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 1em;
}
</style>
</head>
<body>
<h2>Privacy Policy</h2>
<p>This Service is provided by GitHub Pages at no cost and is intended for use as is.
</p>
<p><strong>Information Collection and Use</strong></p>
<p>The app collects information about unexpected errors. The information collected comprises User agents, timetable inputs and error descriptions.
</p>
<p>Moreover, the app uses third-party services that may collect information used to identify you.</p>
<div>
<p>Links to privacy policy of third-party service providers used by the app</p>
<ul>
<li><a href="https://www.google.com/policies/privacy/" target="_blank">Google</a></li>
<li><a href="https://fontawesome.com/privacy">Font Awesome</a></li>
<li><a href="https://www.cloudflare.com/privacypolicy/">Cloudflare</a></li>
<li><a href="https://supabase.com/docs/company/privacy">Supabase</a></li>
</ul>
</div>
<p><strong>Cookie policy</strong></p>
<p>This Service does not use cookies explicitly. However, the app may use third-party code and
libraries that use cookies to collect information and improve their services. By using the site, you agree to
its use of cookies.
</p>
<div>
<p>Links to cookie policy of third-party service providers used by the app</p>
<ul>
<li><a href="https://policies.google.com/technologies/cookies" target="_blank">Google</a></li>
</ul>
</div>
<p><strong>Third-party data</strong></p>
<p>This Service can read and store data from third-party services if the user prompt to do so, for the regular
integration of these services. This data is only used to import calendar events into the third-parties services.
</p>
<p><strong>Links to Other Sites</strong></p>
<p>This Service may contain links to other sites. If you click on a third-party link, you will be directed
to that site. Note that these external sites are not operated by me. Therefore, I strongly
advise you to review the Privacy Policy of these websites. I have no control over
and assume no responsibility for the content, privacy policies, or practices of any third-party sites
or services.
</p>
<p><strong>Changes to This Privacy Policy</strong></p>
<p> I may update our Privacy Policy from time to time. Thus, you are advised to review
this page periodically for any changes. I will notify you of any changes by posting
the new Privacy Policy on this page. These changes are effective immediately after they are posted on
this page.
</p>
<p><strong>Contact Us</strong></p>
<p>If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact
me.
</p>
</body>
</html>