-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-notice.html
107 lines (92 loc) · 5.27 KB
/
privacy-notice.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML>
<html>
<head>
<title>Simeon Atanasov | Privacy Notice – Ensuring Data Protection and Compliance</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Review the Privacy Notice of Simeon Atanasov's website. Learn how personal data is collected, used, and protected, and understand your rights as a data subject, including access, rectification, and erasure.">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Simeon Atanasov</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="power-bi.html">Power BI</a></li>
<li><a href="my-asteroids-game.html">My Asteroids Game</a></li>
<li><a href="risk-matrix-original.html">Risk Matrix</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Privacy Notice</h1>
<!-- <span class="image fit"><img src="images/pic04.jpg" alt="" /></span> -->
<section>
<h2>Introduction</h2>
<p>
This Privacy Notice outlines how your personal data is handled when you interact with our website. We value your privacy and are committed to protecting your personal information.
</p>
</section>
<section>
<h2>Personal Data We Collect</h2>
<p>When you contact us using the form on this website, we collect the following personal data:</p>
<ul>
<li>Your name</li>
<li>Your email address</li>
<li>Any data you choose to include in your message</li>
</ul>
<p>This data is used solely for the purpose of responding to your inquiry.</p>
<h2>How We Use Your Data</h2>
<p>Your personal data will only be used to respond to your inquiries or to provide the services you request. We do not use this data for marketing purposes or for tracking your activities on the website.</p>
<h2>Data Subject Rights</h2>
<p>As a data subject, you have the following rights regarding your personal data:</p>
<ul>
<li><strong>Right to Access:</strong> You may request access to the personal data we hold about you.</li>
<li><strong>Right to Rectification:</strong> You can request corrections to any inaccurate or incomplete personal data.</li>
<li><strong>Right to Erasure:</strong> You have the right to request that we erase your personal data, subject to certain conditions.</li>
<li><strong>Right to Restriction of Processing:</strong> You can request the restriction of processing of your personal data in certain circumstances.</li>
<li><strong>Right to Data Portability:</strong> You can request the transfer of your data to another service provider.</li>
<li><strong>Right to Object:</strong> You may object to the processing of your data in specific situations.</li>
<li><strong>Right to Withdraw Consent:</strong> If you have given consent for processing, you can withdraw it at any time.</li>
</ul>
<h2>Third-Party Integration</h2>
<p>Please note that third-party services such as Power BI and other integrations may track certain data for their purposes. However, we do not directly use cookies or tracking mechanisms for marketing or analytics on our site.</p>
<h2>Data Retention</h2>
<p>We retain your personal data only for as long as necessary to fulfill the purposes outlined in this notice, or as required by law.</p>
<h2>Changes to This Privacy Notice</h2>
<p>We may update this Privacy Notice from time to time. Any changes will be reflected on this page, and we will notify you if necessary.</p>
<h2>Exercising Your Rights and Contact Information</h2>
<p>If you wish to exercise any of your rights regarding your personal data, or if you have any concerns about how your data is being handled, please contact us at <a href="mailto:[email protected]">[email protected]</a>. This includes any inquiries related to access, rectification, erasure, or any other concerns related to your personal data.</p>
<p>Last Update Date: 28.11.2024</p>
</section>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Simeon. All rights reserved.</li>
<li><a href="">Terms of use</a></li>
<li><a href="privacy-notice.html">Privacy notice</a></li>
<li><a href="cookie-notice.html">Cookie notice</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>