forked from Richard-Apps/richardapps-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
101 lines (87 loc) · 3.98 KB
/
privacy.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-----METAS----->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="Explore Frost's personal webpage to find projects, pictures, contact information, and more! Featuring a terminal-inspired design with stunning effects.">
<meta name="author" content="fr0st-iwnl">
<meta name="theme-color" content="#72B6FF">
<meta proberty="og:title" content="fr0st-iwnl">
<meta property="og:site_name" content="fr0st.xyz">
<meta proberty="og:description" content="Explore Frost's personal webpage to find projects, pictures, contact information, and more! Featuring a terminal-inspired design with stunning effects.">
<meta proberty="og:url" content="https://fr0st.xyz">
<meta name="keywords" content="fr0st-iwnl, frost, fr0st, frostiwnl, kiyokosmacros, frostiwnldev, frost github">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="7 days">
<!-----TITLE------>
<title>fr0st-iwnl - Privacy</title>
<!-----SCRIPT-JS------>
<script src="/src/js/components/base.js" type="module" defer></script>
<!-----LINKS------>
<link rel="icon" type="image/x-icon" href="/src/media/favicons/favicon.ico">
<link rel="preload" as="font" href="/src/fonts/terminus-webfont.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="stylesheet" href="/src/css/components/base.css">
<!---FONT AWESOME------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<video
preload="none"
onloadstart="this.playbackRate = 0.65;"
autoplay
muted
loop
playsinline
id="noise_vid"
src="https://files.catbox.moe/hop8wg.mp4"
poster="/src/media/noise_static.png"
>
</video>
<video
preload="none"
onloadstart="this.playbackRate = 0.85;"
autoplay
muted
loop
playsinline
id="rain_vid"
src="https://files.catbox.moe/i7le27.mp4"
poster="/src/media/rain_bg_static.png"
>
</video>
<div id="snow-container"></div>
<div class="vignette"></div>
<div id="videohue"></div>
<div id="canvas">
<header>
<div>
<h1 class="privacy_title">PRIVACY</h1>
<br>
<p class="effects" id="changeEffects">Want some fancy effects? Click <a id="changeEffectsLink">HERE</a> to turn them on.</p>
</header>
<br>
<!--------- NAVBAR ------------->
<nav id="nav_tabs">
<ul>
<li><a href="/index.html"><i class="fa-solid fa-less-than-equal"></i></a></li>
<li><a href="https://github.com/fr0st-iwnl" target="_blank"><i class="fa-brands fa-github"></i></a></li>
</ul>
</nav>
<!--------- FIRST ARTICLE ------------->
<div class="privacy-policy-container">
<h1 class="privacy-policy-title">Privacy Policy</h1>
<h2>Analytics</h2>
<p>I use <a href="https://litlyx.com/" target="_blank" rel="noopener noreferrer">Litlyx Analytics</a> to analyze traffic and usage patterns on my site. These are anonymous, privacy-conscious analytics that give me basic metrics. To view what kinds of data I collect, see the <a href="https://dashboard.litlyx.com/live_demo" target="_blank" rel="noopener noreferrer">Litlyx Demo</a></p>
<br>
<h2>Blog Views Tracking</h2>
<p>I use <a href="https://freehitcounters.org/" target="_blank" rel="noopener noreferrer">FreeHitCounters</a> to track the number of views on my blog posts. This service allows me to monitor traffic without collecting any personal data or requiring a complex backend system, keeping the experience simple and user-friendly.</p>
<br>
<h4># Last updated on: December 18, 2024</h4>
</div>
<!---------THEMES------------->
<div id="theme_selector">
<div id="theme_list"></div>
</div>
</body>
</html>