-
Notifications
You must be signed in to change notification settings - Fork 359
/
cookie.html
281 lines (241 loc) · 8.86 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
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cookie Policy | Travel and Hotel Booking</title>
<style>
/* Global Styling */
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f9;
color: #333;
}
.container {
max-width: 1200px;
margin: auto;
padding: 20px;
}
/* Cookie Policy Section */
.cookie-policy {
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
margin: 20px 0;
}
/* Heading Styles */
.cookie-policy h2, .cookie-policy h3 {
position: relative;
color: #0056b3;
margin-bottom: 20px;
}
.cookie-policy h2 {
font-size: 2.5rem;
color: #0073e6;
}
.cookie-policy h3 {
font-size: 1.8rem;
color: #040194;
}
/* Underline Styling */
.cookie-policy h3::after {
content: '';
display: block;
width: 700px;
height: 1px;
background-color: #001682;
margin-top: 5px;
margin-bottom: 20px;
}
.cookie-policy h2::after{
content: '';
display: block;
width: 100%;
height: 3px;
background-color: #05aeeb;
margin-top: 5px;
margin-bottom: 20px;
}
/* Paragraph Styling */
.cookie-policy p {
font-size: 1.1rem;
line-height: 1.8;
margin-bottom: 20px;
color: #333;
}
.cookie-policy ul {
list-style-type: disc;
padding-left: 20px;
}
/* Links */
.cookie-policy a {
color: #0056b3;
text-decoration: none;
}
.cookie-policy a:hover {
text-decoration: underline;
}
/* Responsive Design */
@media (max-width: 768px) {
.cookie-policy {
padding: 15px;
}
.cookie-policy h2 {
font-size: 2rem;
}
.cookie-policy h3 {
font-size: 1.5rem;
}
.cookie-policy p {
font-size: 1rem;
}
}
/* Hover Effect */
.cookie-policy:hover {
transform: translateY(-5px);
transition: all 0.3s ease-in-out;
background-color: #f9fafb;
}
</style>
<style>
/* circle styles */
.circle {
height: 24px;
width: 24px;
border-radius: 24px;
background-color: rgb(255, 0, 0);
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 99999999;
}
</style>
</head>
<body>
<div class="container">
<div class="cookie-policy">
<h2> BuddyTrail Cookie Policy</h2>
<p>
This Cookie Policy explains how our website
uses cookies and similar tracking technologies to recognize you when you visit our site. It explains what
these technologies are and why we use them, as well as your rights to control their use.
</p>
<p>
By using our travel and hotel booking platform, you consent to the use of cookies in accordance with this
policy.
</p>
<h3>What Are Cookies?</h3>
<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 to make their websites work efficiently and to provide reporting information.
</p>
<h3>Types of Cookies We Use</h3>
<p>
We use the following types of cookies:
</p>
<ul>
<li><strong>Essential Cookies</strong>: Necessary for the website to function properly.</li>
<li><strong>Performance Cookies</strong>: Collect information about how visitors use our website.</li>
<li><strong>Functional Cookies</strong>: Allow our website to remember your choices and preferences.</li>
<li><strong>Targeting or Advertising Cookies</strong>: Used to deliver relevant ads and track marketing effectiveness.</li>
</ul>
<h3>How We Use Cookies</h3>
<p>
We use cookies to:
</p>
<ul>
<li>Personalize your experience on our platform.</li>
<li>Enable you to use our booking services effectively.</li>
<li>Analyze how our site is used and optimize it for a better user experience.</li>
<li>Tailor advertisements to your interests and measure their effectiveness.</li>
</ul>
<h3>Third-Party Cookies</h3>
<p>
In some special cases, we also use cookies provided by trusted third parties such as analytics providers
(e.g., Google Analytics) and advertising partners.
</p>
<h3>Managing Cookies</h3>
<p>
You can manage your cookie preferences through your browser settings. For more information on managing cookies, visit the links below:
</p>
<ul>
<li><a href="https://support.google.com/chrome/answer/95647?hl=en" target="_blank">Google Chrome</a></li>
<li><a href="https://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences" target="_blank">Mozilla Firefox</a></li>
<li><a href="https://support.apple.com/guide/safari/manage-cookies-and-website-data-sfri11471/mac" target="_blank">Safari</a></li>
<li><a href="https://support.microsoft.com/en-us/help/4027947/microsoft-edge-delete-cookies" target="_blank">Microsoft Edge</a></li>
</ul>
<h3>Changes to This Cookie Policy</h3>
<p>
We may update this policy from time to time to reflect changes in our use of cookies or for operational, legal, or regulatory reasons.
</p>
<h3>Contact Us</h3>
<p>
If you have any questions about our use of cookies, please contact us at: <br>
<p>Email: <a href="mailto:info@example.com" style="color: white; text-decoration: none;">info@example.com</a></p>
<p>Phone: <a href="tel:+1234567890" style="color: white; text-decoration: none;">+123 456 7890</a></p>
</p>
</div>
</div>
<!-- Circles -->
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<script>
// coordinates for the cursor :
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
const colors = [
"#fc5720", "#fc6532", "#fc6532","#fd8b65", "#d5585c", "#fac3b1", "#f4d5cb", "#fefefe", "#fefefe", "#cdf2c5", "#b2eca5", "#95e283", "#7dda68", "#4adc2d", "#69d451", "#54c939", "#34b916", "#28b309", "#1e9c02",
];
circles.forEach(function (circle, index) {
circle.x = 0;
circle.y = 0;
circle.style.backgroundColor = colors[index % colors.length];
});
// update the coordinates when the mouse moves:
window.addEventListener("mousemove", function (e) {
coords.x = e.clientX;
coords.y = e.clientY;
});
// animation function to move the circles:
function animateCircles() {
let x = coords.x;
let y = coords.y;
circles.forEach(function (circle, index) {
circle.style.left = x - 12 + "px";
circle.style.top = y - 12 + "px";
circle.style.scale = (circles.length - index) / circles.length;
circle.x = x;
circle.y = y;
const nextCircle = circles[index + 1] || circles[0];
x += (nextCircle.x - x) * 0.3;
y += (nextCircle.y - y) * 0.3;
});
requestAnimationFrame(animateCircles);
}
animateCircles();
</script>
</body>
</html>