-
Notifications
You must be signed in to change notification settings - Fork 110
/
privacy.html
58 lines (48 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<title>Privacy Policy</title>
</head>
<body class="privacy-body">
<h1 class="privacyp-header">Hackathon Github Labs Privacy Policy</h1>
<section>
<h2 class="policy-updated-header">Privacy Policy Last Updated: 26th October 2022.</h2>
<p class="policy-updated-paragraph">This page informs you of the policies of this site regarding the collection of personal
information.</p>
</section>
<section>
<h3 class="section-header">Information Collection</h3>
<p class="section-paragraph">While using our site, no user information is being collected all information that is being
shown is user generated and then stored in individuals sub-directory inside a directory.</p>
</section>
<section>
<h3 class="section-header">Communications</h3>
<p class="section-paragraph">We do not have any marketing or promotional materials and as a result, we will not be
contacting you with a newsletters or any other forms of communication.</p>
</section>
<section>
<h3 class="section-header">Cookies</h3>
<p class="section-paragraph">Cookies are files with small amounts of data, which may include an anonymous unique identifier.
Our site currently doesn't use any cookies to collect any sort of information from a user.</p>
</section>
<section>
<h3 class="section-header">Security</h3>
<p class="section-paragraph">The security of all information is important to us and we would take all measures necessary
to ensure all information would be secure, but remember that we do not collect any sort of information from any users
while using the site.</p>
</section>
<section>
<h3 class="section-header">Changes To This Privacy Policy</h3>
<p class="section-paragraph">This Privacy Policy is effective as of 26th October 2022 and will remain in effect except
with respect to any changes in its provisions in the future, which will be in effect immediately after being posted
on this page.</p>
<p class="section-paragraph">We reserve the right to update or change our Privacy Policy at any time and you should check
this Privacy Policy periodically. Your continued use of the service after we post any modifications to the Privacy
Policy constitutes your acknowledgement of the modifications and your consent to abide and be bound by the modified
Privacy Policy.</p>
</section>
</body>