-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.html
45 lines (45 loc) · 2.83 KB
/
privacypolicy.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
<!doctype html>
<HTML lang="en-gb">
<head>
<link rel="stylesheet" type="text/css" href="sandrolinux.css">
<meta name="description" content="A page about me and my youtube channel Sandro Linux">
<meta name="keywords" content="Sandro Linux, Sandro's quick news, Oscar Sanderson, Tech">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<Title>The Sandro Linux App</Title>
</head>
<body>
<header class="TopBar">
<div class="container">
<H1>The Sandro Linux App</H1>
</div>
</header>
<nav id="navbar">
<div class="container">
<ul>
<LI><a href="index.html">Home</a></LI>
<LI><a href="search.html">Search</a></LI>
</ul>
</div>
</nav>
<div class="box-1">
<H2><U>Privacy Policy</U></H2>
<P>I collect and utilize the information that you provide to me voluntarily for analytical purposes only.
I do not rent or sell your information to third parties.
Contact me by email if you do not want me to collect or use your information, or if you would like me to delete the information that I have obtained.
My website uses cookies to collect information from visitors so I can improve your experience on this site. I take the security of your personal information very seriously. If you feel that I am not following this privacy policy, or if you have concerns about how I'm using your information,please
<a href="contactme.html">contact me</a> as soon as possible.</P>
<H2><U>Cookie Policy</U></H2>
<P>This website uses the Yandex.Metrica web analytics service provided by the Yandex Oy Limited Company - Moreenikatu 6, 04600 Mantsala, Finland (hereinafter referred to as “Yandex”).
Yandex.Metrica uses “cookies,” small text files placed on users’ computers to analyze user activity.
Information collected by cookies does not reveal your identity, but it can help me to improve my website performance. Information about your use of my website collected by cookies will be transferred to Yandex and stored on Yandex’s server in the EU and the Russian Federation. Yandex will process this information to assess how you use the website, compile reports for me on my website operation, and provide other services. Yandex processes this information as specified in the Terms of Use of Yandex.Metrica Service.
You can opt out of using cookie files by choosing the corresponding settings in your browser. You can also use the tool https://yandex.com/support/metrika/general/opt-out.html. However, it can affect some website functions. By using this website, you agree that Yandex can process your data in the above manner and for the above purposes.</P>
</div>
<div class="container">
<P><a href="privacypolicy.html">Privacy Policy</a>   <a href="contactme.html">Contact Me</a></P>
<footer id="main-footer">
<P>Copyright © 2020 Oscar Sanderson</P>
</footer>
<script src="cookiebanner.js"></script>
</div>
</body>
</html>