-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpolicy.html
More file actions
72 lines (72 loc) · 3.33 KB
/
policy.html
File metadata and controls
72 lines (72 loc) · 3.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Dev Libs</title>
<meta name="description" content="Dev Libs! Mad libs for developers!" />
<link rel="icon" type="image/png" href="./favicon.png" />
<link rel="stylesheet" href="./css/index.css" />
<script src="https://kit.fontawesome.com/7c85345c69.js"></script>
</head>
<body>
<nav>
<div class="links">
<a href="index.html"><i class="tab-icon fas fa-home fa-1x "></i> index.html</a>
<a href="project.html"><i class="tab-icon fas fa-users fa-1x "></i>project.html</a>
<a href="bugs.html"><i class="tab-icon fas fa-bug fa-1x "></i> bugs.html</a>
</div>
<a href="https://youthful-mccarthy-1f11ec.netlify.com/" class="login"><i class="fas fa-sign-in-alt"></i> Login</a>
</nav>
<main id="policy-page" class="center">
<div class="card animated fadeIn">
<div class="card-header center green">
<h2>Policies <i class="tab-icon fas fa-check-double fa-1x"></i></h2>
</div>
<div class="card-body">
<h3>Privacy Notice</h3>
<p>
This privacy notice discloses the privacy practices for https://awesome-rosalind-7d5640.netlify.com and
https://youthful-mccarthy-1f11ec.netlify.com. This privacy notice applies solely to information collected by
this website. It will notify you of the following:
</p>
<p>
What personally identifiable information is collected from you through the website, how it is used and with
whom it may be shared.
</p>
<p>
What choices are available to you regarding the use of your data. The security procedures in place to
protect the misuse of your information. How you can correct any inaccuracies in the information.
</p>
<h4>Information Collection, Use, and Sharing</h4>
<p>
Lambda, Inc. is the sole owner of the information collected on this site. We only have access to/collect
information that you voluntarily give us via email or other direct contact from you. We will not sell or
rent this information to anyone.
</p>
<p>
We will use your information to respond to you, regarding the reason you contacted us. We will not share
your information with any third party outside of our organization, other than as necessary to fulfill your
request.
</p>
<p>
Unless you ask us not to, we may contact you via email in the future to tell you about new products or
services, or changes to this privacy policy.
</p>
<h4>Your Access to and Control Over Information</h4>
<p>
You may opt out of any future contacts from us at any time. You can do the following at any time by
contacting us via the contact form on the website.
</p>
<p>
If you feel that we are not abiding by this privacy policy, you should contact us immediately via email.
</p>
</div>
</div>
</main>
<footer>
<span>Dev-Libs ©2019</span>
</footer>
</body>
</html>