-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.php
106 lines (76 loc) · 4.43 KB
/
privacy.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A death test quiz">
<meta name="author" content="Zach Mitchell">
<title>The Death Test: Find Out When You Will Die</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116497449-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116497449-1');
</script>
</head>
<body id="page-top">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12&appId=150549382427579&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="index.php">The Death Test</a>
</div>
</nav>
<!-- About Section -->
<section id="thebasics" class="content-section">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h1>Privacy Policy</h1></br>
<h4>This is for fun. We try really hard, but we cannot predict your actual death date.</h4>
<p>TheDeathTest.com and its company, Certainly.io, DO NOT share personal information of any kind. We are the sole owners of the information collected on this site. We will not sell or rent your personal information to any third party. We DO NOT sell, rent or provide outside access to any data we store. Any data that a user supplies is used for the sole intent of creating a 'death date', the date of which is certainly uncertain. We may in future times use the collected data to aggregate a demographic outlook of our responses. In no way will your individual information be made available through this.</p>
<p>TheDeathTest.com only collects information that is necessary for you to obtain a 'death date'. This information includes, but is not limited to, birth date, country of residence, sex, smoking/drinking habits, risk aversion, health index, and other information necessary to generate a proper 'death date'. We do not attach this information to your name, IP address, or any uniquely identifiable trace id.</p>
<p>We use cookies to maintain your inputs as you visit multiple pages on the site and connect the data points you give us. Usage of a cookie is in no way linked to any personally identifiable information on our site. Some of our business partners may use cookies on our site (for example, advertisers). However, we have no access to or control over these cookies.</p>
<p>Sincerely, </p>
<h5>The Death Test</h5>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center" >
<p>Copyright © TheDeathTest.com 2017-2018</p>
<p><a href="http://www.TheDeathTest.com/privacy.php">Privacy Policy</a></p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
</body>
</html>
<?php
session_unset();
session_write_close();
?>