-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
95 lines (95 loc) · 6.4 KB
/
privacy.html
File metadata and controls
95 lines (95 loc) · 6.4 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!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, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Privacy</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap_theme/bootstrap.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="bg-dark navbar navbar-expand-lg navbar-dark py-lg-1">
<div class="container"> <a class="fw-bold navbar-brand text-uppercase" href="index.html"><img src="assets/synery-colour-logo.svg"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown-6" aria-controls="navbarNavDropdown-6" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarNavDropdown-6">
<ul class="mb-2 mb-lg-0 me-auto ms-auto navbar-nav">
</ul>
<div class="ms-lg-3">
<a class="btn btn-outline-light pb-2 pe-4 ps-4 pt-2 rounded-5" href="mailto:michael@synergywebcreations.com" target="_blank">Get In Touch</a>
</div>
</div>
</div>
</nav>
<div class="container mb-5 mt-5">
<h1 class="mb-5">Privacy Policy</h1>
<p>This privacy policy explains how we collect, use, and share your personal information when you visit our website or use our services.</p>
<h3>Personal Information We Collect</h3>
<p>We collect the following personal information from you:</p>
<ul>
<li>Contact information, such as your name, email address, and phone number</li>
<li>Demographic information, such as your age, gender, and location</li>
<li>Usage information, such as the pages you visit on our website and the content you consume</li>
<li>Device information, such as your IP address, browser type, and operating system</li>
</ul>
<h3>How We Use Your Personal Information</h3>
<p>We use your personal information to:</p>
<ul>
<li>Provide you with the services you request</li>
<li>Improve our website and services</li>
<li>Send you marketing and promotional communications</li>
<li>Comply with legal and regulatory requirements</li>
</ul>
<h3>How We Share Your Personal Information</h3>
<p>We share your personal information with the following third parties:</p>
<ul>
<li>Our service providers, such as our web hosting provider and email marketing provider</li>
<li>Our business partners, such as our social media advertising partners</li>
<li>Law enforcement and other government agencies, as required by law</li>
</ul>
<h3>Your Privacy Choices</h3>
<p>You have the following choices regarding your personal information:</p>
<ul>
<li>You can opt out of receiving marketing and promotional communications from us by clicking the unsubscribe link in any email we send you.</li>
<li>You can request access to your personal information or request that we delete your personal information by contacting us at michael@synergywebcreations.com.</li>
</ul>
<h3>Data Security</h3>
<p>We take reasonable steps to protect your personal information from unauthorized access, use, or disclosure. However, no method of data transmission or electronic storage is 100% secure. Therefore, we cannot guarantee the absolute security of your personal information.</p>
<h3>Changes to This Privacy Policy</h3>
<p>We may update this privacy policy from time to time. If we make any material changes to this privacy policy, we will post a notice on our website and notify you by email (if you have provided us with your email address).</p>
<h3>Contact Us</h3>
<p>If you have any questions about this privacy policy, please contact us at michael@synergywebcreations.com.</p>
<h3>GDPR Compliance</h3>
<p>This privacy policy is designed to comply with the General Data Protection Regulation (GDPR). If you are a resident of the European Economic Area (EEA), you have the following additional rights regarding your personal information:</p>
<ul>
<li>You have the right to request that we rectify any inaccurate or incomplete personal information about you.</li>
<li>You have the right to request that we restrict the processing of your personal information.</li>
<li>You have the right to object to the processing of your personal information.</li>
<li>You have the right to data portability, which means that you have the right to receive your personal information in a structured, commonly used, and machine-readable format.</li>
</ul>
<p>To exercise any of these rights, please contact us at michael@synergywebcreations.com.</p>
</div>
<footer class="bg-dark">
<div class="container pt-4">
<div class="align-items-center row">
<div class="col-md text-start pb-2 pt-2">
<p class="text-white mb-0">© 2024. All Rights Reserved - Synergy Web Creations</p>
</div>
<div class="col-md-auto pb-2 pt-2">
<a href="privacy.html" class="text-white">Privacy Policy</a> | <a href="terms.html" class="text-white">Terms of Use</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>