-
Notifications
You must be signed in to change notification settings - Fork 138
/
Privacy-Policy.html
388 lines (275 loc) · 9.13 KB
/
Privacy-Policy.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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C78TXR0XFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C78TXR0XFK');
</script>
<link rel="manifest" href="manifest.json">
<link rel="icon" href="https://github.com/sz-games/home/blob/main/G.png?raw=true">
<title>Sz Games</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<style>
body {
background: #1d1d1d;
font-family: Arial, Helvetica, sans-serif;
background-repeat: repeat;
}
img {
margin: 10px;
position: relative;
z-index: 1;
}
.btn-group button {
background-color: black; /* Green background */
color: white; /* White text */
padding: 10px 24px; /* Some padding */
cursor: pointer; /* Pointer/hand icon */
float: left; /* Float the buttons side by side */
}
/* Clear floats (clearfix hack) */
.btn-group:after {
content: "";
clear: both;
display: table;
}
.btn-group button:not(:last-child) {
border-right: none; /* Prevent double borders */
}
/* Add a background color on hover */
.btn-group button:hover {
background-color: grey;
}
/* Header/Logo Title */
.header-halloween {
padding: 60px;
text-align: center;
background: linear-gradient(to bottom right, #ff7d31, rgb(39, 39, 39), rgb(39, 39, 39));
color: white;
width: auto;
font-size: 30px;
position: relative;
z-index: 1;
font-family: Arial, Helvetica, sans-serif;
border-radius: 15px;
}
.header {
position: relative;
z-index: 1;
padding: 60px;
text-align: center;
background: linear-gradient(to bottom right, #9a9a9a, rgb(39, 39, 39));
color: white;
width: auto;
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
border-radius: 15px;
}
/* Page Content */
</style>
<body>
<style>
.game {
position: absolute;
color: white;
transform: scale(1.8);
z-index: 3;
font-family: Arial, Helvetica, sans-serif;
}
.fade {
position: absolute;
background: linear-gradient(to bottom, #1d1d1d, #1d1d1d5d, rgba(39, 39, 39, 0));
width: 300px;
height: 150px;
border-radius: 15px;
}
*,
*:before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container {
width: 85vw;
margin: 1rem auto;
}
.bg,
.overlay {
text-align: center;
}
img,
.overlay {
transition: .3s all;
border-radius: 3px;
}
</style>
<style>
.topnav {
overflow: hidden;
position: fixed;
z-index: 5;
border-radius: 30px;
background-color: #333;
}
p {
transition: 0.5s;
}
.topnav p {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
p {
font-size: large; font-family: Arial, Helvetica, sans-serif; color: #f2f2f2; text-align: center;
}
.button2 {
display: inline-block;
transition: all 0.2s ease-in;
position: relative;
overflow: hidden;
cursor: pointer;
z-index: 1;
color: #ffffff;
padding: 0.7em 1.7em;
font-size: 18px;
border-radius: 0.5em;
background: #292929;
width: 100%;
border: 1px solid #393939;
box-shadow: 6px 6px 12px #292929,
-6px -6px 12px #1d1d1d;
}
.button2:active {
color: #666;
box-shadow: inset 4px 4px 12px #c5c5c5,
inset -4px -4px 12px #ffffff;
}
.button2:before {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%) scaleY(1) scaleX(1.25);
top: 100%;
width: 140%;
height: 180%;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 50%;
display: block;
transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
z-index: -1;
}
.button2:after {
content: "";
position: absolute;
left: 55%;
transform: translateX(-50%) scaleY(1) scaleX(1.45);
top: 180%;
width: 160%;
height: 190%;
background-color: #4a4a4a;
border-radius: 50%;
display: block;
transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
z-index: -1;
}
.button2:hover {
color: #ffffff;
border: 1px solid #373737;
}
.button2:hover:before {
top: -35%;
background-color: #2c2c2c;
transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.button2:hover:after {
top: -45%;
background-color: #424242;
transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
</style>
<div class="header">
<!--img src="https://github.com/sz-games/sz-games.github.io/blob/main/Gh.png?raw=true" style="position: relative; width: 150px; height: 150px;" alt="img"-->
<img src="https://github.com/sz-games/home/blob/main/G.png?raw=true" style="position: relative; width: 150px; height: 150px;" alt="img">
<h1>Privacy Policy</h1>
</div>
<div style="margin: 5px;">
<div style="background-color: #464646; width: 100%; height: 100%; border-radius: 25px; z-index: 10;">
<button onclick="window.location='https://sz-games.github.io'" class="button2">
Go Back Home
</button>
<br>
<br>
<br>
<h3 style="text-align: center; color: #f2f2f2;">Effective date: March, 14th, 2023</h3>
<br>
<p style="font-size: large; font-family: Arial, Helvetica, sans-serif; color: #f2f2f2; text-align: center;">We at Sz Games respect your privacy and are committed to protecting your personal information.</p>
<br>
<p> This privacy policy outlines how we collect, use, and disclose personal information from users of our website. By using our website, you consent to the terms of this privacy policy.</p>
<br>
<h3 style="color: #f2f2f2; text-align: center;">Information We Collect:</h3>
<br>
<p>We use Google Analytics to collect information about how users interact with our website, including pages visited, time spent on each page, and other analytics data.</p>
<br>
<p>This information is used to improve our website and provide better user experiences.</p>
<br>
<p>We also use Google AdSense to display personalized advertisements to users based on their interests and browsing history.</p>
<br>
<p>AdSense uses cookies and other tracking technologies to collect information about users' online activities, including the pages they visit, the links they click, and other actions taken on our website.</p>
<br>
<h3 style="color: #f2f2f2; text-align: center;">How We Use Your Information:</h3>
<br>
<p>The information we collect is used to improve our website and provide better user experiences.</p>
<br>
<p>We may also use your information to personalize advertisements displayed to you on our website and other websites.</p>
<br>
<p>We do not sell, rent, or share your personal information with third parties for their own marketing purposes.</p>
<br>
<p>We may, however, disclose your personal information to third-party service providers who assist us with website analytics, advertising, or other services.</p>
<br>
<h3 style="color: #f2f2f2; text-align: center;">Security of Your Information:</h3>
<br>
<p>We take reasonable measures to protect your personal information from unauthorized access, disclosure, or use.</p>
<br>
<p>We use industry-standard security technologies and procedures to help protect your information from unauthorized access, use, or disclosure.</p>
<br>
<p>However, please note that no method of transmission over the internet or electronic storage is 100% secure, and we cannot guarantee the absolute security of your personal information.</p>
<br>
<h3 style="color: #f2f2f2; text-align: center;">Your Rights:</h3>
<br>
<p>You have the right to access, correct, or delete your personal information that we collect.</p>
<br>
<p>You may also opt-out of Google Analytics tracking and personalized advertising by adjusting your browser settings or visiting Google's Ads Settings page.</p>
<br>
<h3 style="color: #f2f2f2; text-align: center;">Changes to this Privacy Policy:</h3>
<br>
<p>We reserve the right to modify this privacy policy at any time, so please review it frequently. Changes and clarifications will take effect immediately upon their posting on our website.</p>
<br>
<p>If we make material changes to this policy, we will notify you here that it has been updated, so that you are aware of what information we collect, how we use it, and under what circumstances, if any, we use and/or disclose it.</p>
<br>
<h3 style="color: #f2f2f2; text-align: center;">Contact Us:</h3>
<br>
<p>If you have any questions about this privacy policy or our use of your personal information, please contact us at <a href="https://forms.gle/j8cWcekNvEFUa8KX7" style="color: #000000;">Here</a>.</p>
<br>
<br>
<br>
</div>
</div>
<!--div class="hello" style=" margin-right: auto; margin-left: auto; width: 430px;">
<a href="https://sites.google.com/view/fnf-unblockedhehe/home">
<p class="game" style="left: 105px;" >Infinite Tower</p>
<div class="fade" ></div>
<img style="border-radius: 15px; width: 400px;" src="https://github.com/sz-games/sz-games.github.io/blob/main/cover/fn.png?raw=true" alt="game">
</a>
</div-->
</body>
</html>