-
Notifications
You must be signed in to change notification settings - Fork 0
/
CookiePolicy.html
92 lines (82 loc) · 4.06 KB
/
CookiePolicy.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
<!doctype html>
<!-- Template by quackit.com -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KTM EduTech | Cookie Policy</title>
<link rel="stylesheet" type="text/css" href="framework-styles.css" />
<script type="text/javascript">
/* =============================
This script generates sample text for the body content.
You can remove this script and any reference to it.
============================= */
var bodyText = [
"Remember, you are unique, just like everybody else.",
"Too much agreement kills a good chat.",
"Get your facts first, then you can distort them as you please.",
"I intend to live forever. So far, so good.",
"</p><p>A clear conscience is usually a sign of a bad memory.",
"What's another word for Thesaurus?",
"<h3>Heading</h3><p>Experience is something you don't get until just after you need it."
];
function generateText(sentenceCount) {
for (var i = 0; i < sentenceCount; i++) document.write(bodyText[Math.floor(Math.random() * 7)] + " ");
}
</script>
</head>
<body>
<header id="header">
<div id="badge">
<h1>
<img
src="https://img.shields.io/badge/Last%20Updated-Sep%205%2C%202024%207%3A16%20PM-blue"
alt="Last Updated" />
<img
src="https://img.shields.io/badge/Effective%20Date-Sep%207%2C%202024%206%3A53%20PM-limegreen"
alt="Effective Date" />
</h1>
</div>
<nav>
<div class="innertube"></div>
</nav>
</header>
<main>
<div class="innertube">
<h1
id="terms-and-conditions-last-updated-https-img-shields-io-badge-last-20updated-sep-205-2c-202024-207-3a16-20pm-blue-"></h1>
<!-- ADD THE WEB LEGAL FRAMEWORK HERE -->
<h3>1. <strong>What Are Cookies?</strong></h3>
<p>
Cookies are small text files stored on your device when you visit
<strong>KTM EduTech by Kyd Tantano Masong</strong>. These files help analyze traffic, track user
activity, and enhance your overall site experience.
</p>
<h3>2. <strong>Types of Cookies Used</strong></h3>
<ul>
<li>
<strong>Analytics Cookies:</strong> These cookies track site performance and user behavior. I
primarily use Google Analytics and similar tools to gather insights into how visitors interact
with my website.
</li>
<li>
<strong>Necessary Cookies:</strong> These are essential for the proper functionality of the
website, such as saving your language preferences and other settings that enhance your browsing
experience.
</li>
</ul>
<h3>3. <strong>Cookie Management</strong></h3>
<p>
You have the option to manage or disable cookies through your browser settings. By continuing to use
<strong>KTM EduTech by Kyd Tantano Masong</strong>, you consent to the use of cookies as outlined in
this policy.
</p>
<h3>4. <strong>Cookie Consent Banner</strong></h3>
<p>
Upon your first visit to <strong>KTM EduTech by Kyd Tantano Masong</strong>, a banner will appear
requesting your consent to use cookies. You can either accept or adjust your cookie preferences.
</p>
<!-- ADD THE WEB LEGAL FRAMEWORK HERE -->
</div>
</main>
</body>
</html>