-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathprivacy_policy.html
85 lines (83 loc) · 3.97 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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" />
<!-- Description -->
<meta name="description" content="this page have information on our privacy polices" />
<title>Privacy Policy</title>
<!-- Links and scripts -->
<script defer src="./index.js" type="module"></script>
<script
defer
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
</head>
<body id="privacyPolicy">
<header></header>
<main class="container mt-4 mb-4">
<div class="d-flex flex-column gap-3">
<h1>Privacy Policy</h1>
<p>
This Privacy Policy explains how we collect, use, and disclose information that we receive
through our website and mobile application (collectively, the "Service"). By using the
Service, you consent to the collection, use, and disclosure of your information as
described in this Privacy Policy.
</p>
<h2>Information We Collect</h2>
<p>
We collect information from businesses and students that use our Service. The information
we collect may include:
</p>
<ul>
<li>Personal information, such as name, email address, and contact information.</li>
<li>Profile information, such as a resume or CV, education and work experience.</li>
<li>Information about the job or project you are interested in or applying for.</li>
<li>Information about your skills and qualifications.</li>
<li>
Information about your use of the Service, such as your IP address, browser type, and
device type
</li>
</ul>
<p>We use this information to:</p>
<ul>
<li>Provide and improve the Service.</li>
<li>Communicate with you about the Service, including job or project opportunities.</li>
<li>Facilitate connections between businesses and students.</li>
</ul>
<h2>Disclosure of Information</h2>
<p>We may disclose your information to third parties in the following circumstances:</p>
<ul>
<li>To comply with legal obligations, such as a subpoena or court order.</li>
<li>To enforce our terms of service or other agreements.</li>
<li>
To protect the rights, property, or safety of Noroff Jobs, our users, or the public.
</li>
</ul>
<h2>Security</h2>
<p>
We take reasonable precautions to protect your information from loss, theft, misuse, and
unauthorized access, disclosure, alteration, and destruction. However, no method of
transmission over the internet, or method of electronic storage, is 100% secure.
Therefore, we cannot guarantee the absolute security of your information.
</p>
<h2>Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time. If we make changes to the Privacy
Policy, we will notify you by revising the "Last Updated" date at the top of this page
and, in some cases, we may provide you with additional notice (such as adding a statement
to our homepage or sending you an email notification). We encourage you to review the
Privacy Policy whenever you access the Service to stay informed about our information
practices and the ways you can help protect your privacy.
</p>
<h2>Contact Us</h2>
<p>If you have any questions or concerns about this Privacy Policy or our information practices, please contact us by email at Noroff Jobs.</p>
</div>
<a href="/" class="btn btn-theme-secondary">Back</a>
</main>
<footer></footer>
</body>
</html>