-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPolicy.html
61 lines (52 loc) · 2.88 KB
/
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
<!-------|
| Policy |
|-------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="footer, address, phone, icons" />
<link rel="shortcut icon" href="../images/Logo/bolt_tech_favicon_d1S_icon.ico"/>
<title>Privacy Policy</title>
<!--CSS Style Links & Javascript-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Arimo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../Styles/Style_Policy/style_policy.css">
</head>
<body>
<!-- [Header Navigation Menu] -->
<header></header>
<!--Privacy Policy Paragraph Example-->
<div class="policy-page">
<h1 class="policy-title">Privacy Policy</h1>
<div class="Paragraph">
<p>Your privacy is important to us. It is Bolt-Tech's policy to respect your privacy regarding any information we
may collect from you across our website, <a href="https://www.bolt-tech.com">https://www.bolt-tech.com</a>, and
other sites we own and operate.</p>
<p>We only ask for personal information when we truly need it to provide a service to you. We collect it by fair
and lawful means, with your knowledge and consent. We also let you know why we’re collecting it and how it will
be used.</p>
<p>We only retain collected information for as long as necessary to provide you with your requested service. What
data we store, we’ll protect within commercially acceptable means to prevent loss and theft, as well as
unauthorized access, disclosure, copying, use or modification.</p>
<p>We don’t share any personally identifying information publicly or with third-parties, except when required to
by law.</p>
<p>Our website may link to external sites that are not operated by us. Please be aware that we have no control
over the content and practices of these sites, and cannot accept responsibility or liability for their
respective privacy policies.</p>
<p>You are free to refuse our request for your personal information, with the understanding that we may be unable
to provide you with some of your desired services.</p>
<p>Your continued use of our website will be regarded as acceptance of our practices around privacy and personal
information. If you have any questions about how we handle user data and personal information, feel free to
contact us.</p>
<p>This policy has been updated to 2020.</p>
<a href="Terms.html">Click here to learn more about terms of service.</a>
</div>
</div>
<!-- [Footer Bottom] -->
<footer class="footer-distributed"></footer>
<script src="script_website.js"></script>
</body>
</html>