Open in github.dev
Open in a new github.dev tab
Open in codespace
Files
t
/
cookie.html
270 lines (233 loc) · 8.4 KB
/
cookie.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!doctype html>
<html lang="en">
<head>
<title>Cookie Policy</title>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<style>
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
* {
min-width: 0;
}
body {
line-height: 1;
font-family: "Roboto", serif;
letter-spacing: 0.75px;
line-height: 1.25;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
h2:not(:first-of-type) {
padding-top: 0.5rem;
border-top: 1px solid gray;
}
h2 {
color: #333
}
p {
margin-bottom: 0.5rem;
color: #4d4848;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.flex {
display: flex;
}
.flex-col {
flex-direction: column;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.w-full {
width: 100%;
}
.min-h-screen {
min-height: 100vh;
}
.max-w-\[90\%\] {
max-width: 90%;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.container {
width: 100%;
}
.gap-2 {
gap: 0.5rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.font-bold {
font-weight: bold;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.font-medium {
font-weight: 500;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.list-disc {
list-style-type: disc;
}
.list-inside {
list-style-position: inside;
}
</style>
</head>
<body class="flex items-center justify-center w-full min-h-screen max-w-[1000px] mx-auto">
<main class="flex flex-col w-full max-w-[90%] container justify-center gap-2 py-10">
<h1 class="font-bold text-4xl">Cookie Policy</h1>
<h2 class="font-medium text-2xl">Introduction</h2>
<p>
This Cookie Policy explains how <b>
<script>const hostname = window.location.hostname;
const name = hostname[0].toUpperCase() + hostname.slice(1, hostname.length);
document.write(name)</script>
</b> ("we", "us", and "ours") uses cookies and similar
technologies
to
recognize you when you visit our website at
<script>document.write(window.location.origin)</script>
. It explains what these technologies are and why
we
use
them, as well as your rights to control our use of them.
</p>
<h2 class="font-medium text-2xl">What are cookies?</h2>
<p>Cookies are small data files that are placed on your computer or mobile device when you visit a website. Cookies
are
widely used by website owners in order to make their websites work, or to work more efficiently, as well as to
provide
reporting information.</p>
<p>Cookies set by the website owner (in this case, <b>
<script>document.write(name)</script>
</b>) are called "first party cookies". Cookies
set
by
parties other than the website owner are called "third party cookies". Third party cookies enable third party
features
or functionality to be provided on or through the website (e.g., advertising, interactive content, and
analytics).
The
parties that set these third party cookies can recognize your computer both when it visits the website in
question
and
also when it visits certain other websites.
</p>
<h2 class="font-medium text-2xl">Why do we use cookies?</h2>
<p>We use first party and third party cookies for several reasons. Some cookies are required for technical reasons
in
order
for our Websites to operate, and we refer to these as "essential" or "strictly necessary" cookies. Other cookies
also
enable us to track and target the interests of our users to enhance the experience on our Online Properties.
Third
parties serve cookies through our Websites for advertising, analytics, and other purposes. This is described in
more
detail below.</p>
<p>The types of cookies used on our Website:</p>
<ul class="list-disc list-inside">
<li>Essential Cookies: These cookies are strictly necessary to provide you with services available through our
Websites
and
to use some of its features, such as access to secure areas.
</li>
<li>Performance and Functionality Cookies: These cookies are used to enhance the performance and functionality
of our
Websites but are non-essential to their use. However, without these cookies, certain functionality may
become
unavailable.
</li>
<li>
Analytics and Customization Cookies: These cookies collect information that is used either in aggregate form
to help
us
understand how our Websites are being used or how effective our marketing campaigns are, or to help us
customize our
Websites for you.
</li>
<li>
Advertising Cookies: These cookies are used to make advertising messages more relevant to you. They perform
functions
like preventing the same ad from continuously reappearing, ensuring that ads are properly displayed for
advertisers,
and
in some cases selecting advertisements that are based on your interests.
</li>
</ul>
<h2 class="font-medium text-2xl">How can I control cookies?</h2>
<p>You have the right to decide whether to accept or reject cookies. You can exercise your cookie rights by setting
your
preferences in the Cookie Consent Manager. The Cookie Consent Manager allows you to select which categories of
cookies
you accept or reject. Essential cookies cannot be rejected as they are strictly necessary to provide you with
services.</p>
<p>The specific steps to do this vary from browser to browser, so please refer to your browser's help menu for more
information.</p>
<h2 class="font-medium text-2xl">
Changes to the Cookie Policy
</h2>
<p>We may update this Cookie Policy from time to time in order to reflect, for example, changes to the cookies we
use
or
for other operational, legal, or regulatory reasons. Please therefore re-visit this Cookie Policy regularly to
stay
informed about our use of cookies and related technologies.</p>
<h2 class="font-medium text-2xl">Contact us</h2>
<p>If you have any questions about our use of cookies or other technologies, please email us.</p>
</main>
</body>
</html>