-
Notifications
You must be signed in to change notification settings - Fork 2
/
legal.html
86 lines (73 loc) · 3.11 KB
/
legal.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
<head>
<title>Privacy Policy & Legal</title>
<!-- ? META DATA -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<!--? STYLESHEETS -->
<link rel="stylesheet" href="CSS/index.css" />
<link rel="stylesheet" href="CSS/terms.css" />
<link rel="stylesheet" href="CSS/legal.css" />
<!-- ? FONTS -->
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&family=Montserrat:wght@300;400;600;700&display=swap"
rel="stylesheet"
/>
<!-- ? ICONS -->
<script
src="https://kit.fontawesome.com/c0594c7b16.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="legal-wrapper">
<!-- * PRIVACY POLICY -->
<h1>PRIVACY POLICY</h1>
<h2>Legal</h2>
<p>
We care about data privacy and security. Please review our Privacy Policy
posted on the site. By using the site, you agree to be bound by our
Privacy Policy, which is incorporated into these Terms and Conditions.
Please be advised the site is hosted in the United States.
</p>
<p>
If you access the site from the European Union, Asia, or any other region
of the world with laws or other requirements governing personal data
collection, use, or disclosure that differ from applicable laws in the
United States, then through your continued use of the site, you are
transferring your data to the United States, and you expressly consent to
have your data transferred to and processed in the United States.
</p>
<p>
<b
>[Further, we do not knowingly accept, request, or solicit information
from children or knowingly market to children. Therefore, in accordance
with the U.S. Children’s Online Privacy Protection Act, if we receive
actual knowledge that anyone under the age of 13 has provided personal
information to us without the requisite and verifiable parental consent,
we will delete that information from the site as quickly as is
reasonably practical.]</b
>
</p>
<!-- * COPYRIGHT INFRINGEMENTS -->
<h2 class="copyright">Copyright Infringements</h2>
<p>
We respect the intellectual property rights of others. If you believe that
any material available on or through the Site infringes upon any copyright
you own or control, please immediately notify us using the contact
information provided below (a “Notification”). A copy of your Notification
will be sent to the person who posted or stored the material addressed in
the Notification.
</p>
<p>
Please be advised that pursuant to federal law you may be held liable for
damages if you make material misrepresentations in a Notification. Thus,
if you are not sure that material located on or linked to by the Site
infringes your copyright, you should consider first contacting an
attorney.
</p>
<div class="return-wrapper">
<a class="home" href="index">home</a>
<a class="courses" href="courses">courses</a>
</div>
</div>
</body>