-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.html
67 lines (67 loc) · 3.15 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="assets/css/icono.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/simple-grid.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/luxbar.css">
<link rel="stylesheet" type="text/css" href="assets/css/default.css">
</head>
<body>
<header id="luxbar" class="luxbar-fixed">
<input type="checkbox" class="luxbar-checkbox" id="luxbar-checkbox"/>
<div class="luxbar-menu luxbar-menu-right luxbar-menu-material-bluegrey">
<ul class="luxbar-navigation">
<li class="luxbar-header">
<a href="./" class="luxbar-brand">KernelProgrammer</a>
<label class="luxbar-hamburger luxbar-hamburger-doublespin"
id="luxbar-hamburger" for="luxbar-checkbox"> <span></span> </label>
</li>
<li class="luxbar-item"><a href="./">Home</a></li>
<li class="luxbar-item"><a href="blog">Blog</a></li>
<li class="luxbar-item"><a href="projects">Projects</a></li>
<li class="luxbar-item"><a href="downloads">Downloads</a></li>
<li class="luxbar-item"><a href="contact">Contact</a></li>
</ul>
</div>
</header>
<main class="container">
<section class="row">
<article class="col-md-4">
<br/>
<h1>Privacy Policy</h1>
<ul style="list-style-type: none;padding:0;margin:0;text-align: center;">
Conform the GDPR (AVG) privacy law you are hereby informed with the privacy policy of this website.<br/>
</ul>
<p>This site is:</p>
<p>
<ul>
<li>Tor Friendly</li>
<li>Not using javascript</li>
<li>Not using PHP</li>
<li>Not collecting information other than you explicitly provide</li>
<li>Not using tracking or fingerprinting algorithms</li>
<li>Not collecting analytics</li>
<li>Encrypting passwords via bcrypt</li>
<li>Deleting provided data after five years unless granted other permission</li>
<li>Updating the privacy policy here in this window</li>
</ul>
<br/>
</p>
</article>
</section>
</main>
<footer>
<section>
<ul>
<li><a href="#">Privacy</a></li>
<li><a href="terms-of-service">Terms of Service</a></li>
<li><a href="security">Security</a></li>
</ul>
</section>
</footer>
</body>
</html>