-
Notifications
You must be signed in to change notification settings - Fork 0
/
yourdata.html
80 lines (72 loc) · 3.04 KB
/
yourdata.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>drowsys home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS -->
<link href='/assets/css/mp3.css' rel='stylesheet' />
<link href='/assets/css/main.css' rel='stylesheet' />
<noscript>
<link href='/assets/css/noscript.css' rel='stylesheet' />
<h1>This site requires JS, Please enable JavaScript. If you don't know how to ask a friend or Google it</h1>
</noscript>
<meta name="description" content="Hi im Drowsy, welcome to my online portfolio.">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo"
style="overflow: hidden;background-color: #000000;">
<picture>
<source srcset="/images/logo.webp" type="image/webp">
<source srcset="/images/fallback/logo.jpg" type="image/jpeg">
<img src="/images/logo.webp" class="icon" alt="profile picture" style="width: 4.5rem; margin-top: 8px;">
</picture>
</div>
<div class="content">
<div class="inner">
<h1>How your data is handled</h1>
<article>
<p>As part of a new project I am using Microsoft Clarity to create heatmaps of the site.</p>
<p>Your session will be recorded but no personal data will be collected, any sensitive information is censored</p>
<p>This data is collected to determine how easy the site is to use, it will only be used to improve the sites UI</p>
<p>By using this site you automatically agree to data collection from Me and Microsoft</p>
<hr>
<p>Microsoft Clarity is a program that records user sessions, all it records its how you use the site.</p>
<p>It does NOT collect personal information and will not record out side of this site.</p>
<p>This Data is NOT linked to you and is Anonymous</p>
<p>Only Session Replays and Heatmaps are used and recorded</p>
<hr>
<p>You can read the Microsoft Privacy Statement <a href="https://privacy.microsoft.com/en-US/privacystatement">Here</a></p>
</article>
</p>
</div>
</div>
<!-- <img src="https://dcbadge.vercel.app/api/shield/717523777432584202?style=flat&theme=discord-inverted" -->
<!-- width="215" height="28px" alt="Discord online/offline"> -->
<nav>
<ul>
<li><a style="font-weight: bold;" href="/">Return Home</a></li>
</ul>
</nav>
</header>
<br>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© 2023</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="/assets/js/breakpoint.min.js"></script>
<script src="/assets/js/browser.min.js"></script>
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/utils.js"></script>
<script src="/assets/js/fafa.js"></script>
</body>
</html>