-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
571 lines (518 loc) · 16.5 KB
/
index.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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html lang="vn">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Merry Christmas!</title>
<link
href="https://fonts.googleapis.com/css?family=Lobster"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="button.css" />
<link rel="stylesheet" href="lightss.css" />
<link
rel="icon"
type="image/png"
href="https://cdn.glitch.global/91204bca-8843-4cb8-bf6f-1b414d6c21d5/cee355cf-23b9-46b2-a0f5-c87469d4c96c.image.png?v=1701572732607"
/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SV7JXP5TTT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SV7JXP5TTT');
</script>
<style>
body {
font-family: "Arial", sans-serif;
background: url("https://cdn.glitch.global/91204bca-8843-4cb8-bf6f-1b414d6c21d5/8592505f-f5b2-463c-8454-282bb545d85f.image.png?v=1702519403186")
no-repeat center center fixed;
background-size: cover;
text-align: center;
overflow: hidden;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
body.initial-background {
background-image: none !important;
}
#mainContent {
display: none;
background-color: rgba(255, 255, 255, 0.8);
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
position: relative;
backdrop-filter: blur(10px);
}
.snowflake {
position: absolute;
color: #fff;
font-size: 20px;
pointer-events: none;
animation: snowfall linear infinite;
}
@keyframes snowfall {
0% {
transform: translateY(0);
}
100% {
transform: translateY(100vh);
}
}
.snowfall-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 9999;
}
img {
max-width: 100%;
height: auto;
}
@media only screen and (max-width: 1200px) {
body {
background-size: auto; /* Thay đổi background-size để ảnh nền không bị co lại */
}
img {
width: 100%;
}
.column {
width: 100%; /* 1 cột trên một hàng khi màn hình nhỏ hơn 600px */
float: left;
}
}
.centered-images {
position: relative;
left: 10%;
}
.santaclaus-image {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: absolute;
z-index: 1;
top: 80%;
left: 15%;
transform: translate(-50%, -50%);
margin: -15px 0 0 0;
padding: 0;
pointer-events: none;
width: auto;
}
.tree-image {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: absolute;
z-index: 1;
top: 70%;
left: 45%;
transform: translate(-50%, -50%);
margin: -30px 0 0 0;
padding: 0;
pointer-events: none;
width: 900;
}
.gift-box {
position: absolute;
cursor: pointer;
}
#giftBox1 {
bottom: 15%;
left: 27%;
z-index: 1;
width: 10%;
}
#giftBox2 {
bottom: 15%;
left: 34%;
z-index: 1;
width: 10%;
}
#giftBox3 {
bottom: 13%;
left: 40%;
z-index: 1;
width: 10%;
}
#giftBox4 {
bottom: 15%;
left: 46%;
z-index: 1;
width: 10%;
}
#giftBox5 {
bottom: 15%;
left: 55%;
z-index: 1;
width: 10%;
}
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
color: #fff;
text-align: center;
padding: 20px;
}
.large-gift-image {
max-width: 100%;
max-height: 100%;
margin-bottom: 20px;
left: 55%;
}
.greeting-text {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.8);
padding: 10px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
font-family: "Arial", sans-serif;
color: #333; /* Màu chữ */
font-size: 16px; /* Kích thước chữ */
text-align: center; /* Canh lề chữ */
}
.snowman-image {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: absolute;
z-index: 1;
top: 78%;
left: 75%;
transform: translate(-50%, -50%);
margin: -15px 0 0 0;
padding: 0;
width: auto;
}
.sleigh-image {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: absolute;
z-index: 1;
top: 50%;
left: 75%;
transform: translate(-50%, -50%);
margin: -15px 0 0 0;
padding: 0;
pointer-events: none;
width: auto;
}
.deer-image {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: absolute;
z-index: 1;
top: 50%;
left: 20%;
transform: translate(-50%, -50%);
margin: -15px 0 0 0;
padding: 0;
pointer-events: none;
width: auto;
}
.centered-image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#imageSnowman,
#imageSanta,
#imageDeer {
width: 20%;
}
#imageTree,
#imageSleigh {
width: 40%;
}
</style>
</head>
<body>
<div class="centerer">
<a href="#" class="button" id="christmasButton">Christmas Button</a>
</div>
<div id="mainContent">
<ul class="lightrope">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<header>
<h1>Merry Christmas!</h1>
</header>
<section>
<h2>Giáng Sinh is coming!</h2>
<p>
Giáng Sinh an lành và ấm áp nhất đến với bạn và những người thân yêu
❤❤
</p>
<img
src="https://cdn.glitch.global/91204bca-8843-4cb8-bf6f-1b414d6c21d5/381e0d5c-78a9-4910-bcd8-95656c7b7e2e.image.png?v=1701575288687"
alt="Christmas Tree background"
/>
<div class="noel-images">
<img
id="imageSnowman"
src="https://media.giphy.com/media/3o6fIUKIXtsiOSn2JG/giphy.gif"
alt="Artwork 1"
class="snowman-image responsive-image"
/>
<img
id="imageSanta"
src="https://1.bp.blogspot.com/-EpBsrI58yRk/WFlHh6XmTmI/AAAAAAAADxA/5oFOsi3UmxMgF5gw6Yjk_M-w_K7ICGL_gCLcB/s1600/santa_claus_png_clipart_image.png"
alt="Artwork 2"
class="santaclaus-image responsive-image"
/>
<img
id="imageTree"
src="https://media.giphy.com/media/kWvulcEjz8KtBNTipA/giphy.gif"
alt="Artwork 3"
class="tree-image responsive-image"
/>
<img
id="imageDeer"
src="https://cdn.glitch.global/91204bca-8843-4cb8-bf6f-1b414d6c21d5/cf44ce2a-332a-4514-832a-6a53dcf1c765.image.png?v=1701685506464"
alt="Artwork 5"
class="deer-image responsive-image"
/>
<div
class="gift-box"
id="giftBox1"
data-image="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExOHYwbmg1aXBvcmxvdHZiY24wY3dnZWFhNHZ2bndzY281ODJjaGRjcSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/cOhyQKeb5bBPlhGE2F/giphy.gif"
>
<img
src="https://media.giphy.com/media/JxZm53YBisWo2ArD3h/giphy.gif"
alt="Gift 1"
class="gift-image responsive-image"
/>
</div>
<div
class="gift-box"
id="giftBox2"
data-image="https://media.giphy.com/media/1wqK5Bf1ten1KTUV8W/giphy.gif"
>
<img
src="https://media.giphy.com/media/ZLg3UCRQDJUo6GtpqI/giphy.gif"
alt="Gift 2"
class="gift-image responsive-image"
/>
</div>
<div
class="gift-box"
id="giftBox3"
data-image="https://media.giphy.com/media/IJ9osYWrW7HstDM3g0/giphy.gif"
>
<img
src="https://media.giphy.com/media/vpT7GQzxWzpGTDwDjw/giphy.gif"
alt="Gift 3"
class="gift-image responsive-image"
/>
</div>
<div
class="gift-box"
id="giftBox4"
data-image="https://media.giphy.com/media/9AM113fwR2cJyXFuA1/giphy.gif"
>
<img
src="https://media.giphy.com/media/cPfO6TWTa4eogu93zq/giphy.gif"
alt="Gift 4"
class="gift-image responsive-image"
/>
</div>
<div
class="gift-box"
id="giftBox5"
data-image="https://media.giphy.com/media/l0Nwv55UMfEVf1y92/giphy.gif"
>
<img
src="https://media.giphy.com/media/FBArS19ujPkirtCEQE/giphy.gif"
alt="Gift 5"
class="gift-image responsive-image"
/>
</div>
<img
id="imageSleigh"
src="https://media.giphy.com/media/kRINAqd4Mz8HeDlOhM/giphy.gif"
alt="Artwork 4"
class="sleigh-image responsive-image"
/>
</div>
</section>
<audio id="backgroundMusic" controls autoplay loop>
<source
src="https://cdn.glitch.global/91204bca-8843-4cb8-bf6f-1b414d6c21d5/Jingle%20Bell%20Rock%20%20%20Be%20The%20Pianist%20.mp3?v=1701676193245"
type="audio/mpeg"
/>
Your browser does not support the audio element.
</audio>
<footer>
<p>© 2023 Phuoc. Merry Christmas.</p>
</footer>
</div>
<script>
//Dừng nhạc trước khi bấm
document.getElementById("backgroundMusic").pause();
document.addEventListener("DOMContentLoaded", function () {
const snowman = document.getElementById("imageSnowman");
snowman.addEventListener("click", function () {
this.src =
"https://media.giphy.com/media/1BA60Qu4ooaHpTHBep/giphy.gif";
});
// Lấy danh sách các hộp quà
const giftBoxes = document.querySelectorAll(".gift-box");
// Thêm sự kiện cho mỗi hộp quà
giftBoxes.forEach(function (giftBox, index) {
giftBox.addEventListener("click", function () {
// Hiển thị hình ảnh và câu chúc tương ứng với hộp quà
showGiftContent(index + 1); // Chú ý: index + 1 vì index bắt đầu từ 0
});
});
// Hàm hiển thị hình ảnh và câu chúc tương ứng với hộp quà
function showGiftContent(giftNumber) {
// Lấy tham chiếu đến hộp quà
const giftBox = document.getElementById(`giftBox${giftNumber}`);
// Lấy đường link hình ảnh từ thuộc tính data-image
const giftImageSrc = giftBox.getAttribute("data-image");
// Tạo modal chứa hình ảnh và câu chúc
const modal = document.createElement("div");
modal.classList.add("modal");
// Hình ảnh quà
const giftImage = document.createElement("img");
giftImage.src = giftImageSrc;
giftImage.alt = `Large Gift ${giftNumber}`;
giftImage.classList.add("large-gift-image");
// Câu chúc
const greetingText = document.createElement("p");
greetingText.innerText = getGreetingText(giftNumber);
greetingText.classList.add("greeting-text"); //trả về câu chúc bằng class "greeting-text"
// Thêm hình ảnh và câu chúc vào modal
modal.appendChild(giftImage);
modal.appendChild(greetingText);
// Hiển thị modal trong cửa sổ
document.body.appendChild(modal);
// Thêm sự kiện để đóng modal khi bấm vào hình ảnh
giftImage.addEventListener("click", function () {
document.body.removeChild(modal);
});
}
// Hàm trả về câu chúc tương ứng với hộp quà
function getGreetingText(giftNumber) {
// Bạn có thể thay đổi câu chúc tại đây cho mỗi hộp quà
switch (giftNumber) {
case 1:
return "Chúc mừng Giáng Sinh! Chúc bạn và gia đình có một kỳ nghỉ ấm áp, hạnh phúc và tràn đầy yêu thương!";
case 2:
return "Chúc bạn có một mùa Giáng Sinh tràn đầy niềm vui, hạnh phúc và nhiều điều kỳ diệu!";
case 3:
return "Chúc mừng Giáng Sinh! Hãy tận hưởng những khoảnh khắc đẹp nhất cùng những người bạn yêu thương!";
case 4:
return "Chúc bạn có những khoảnh khắc đáng nhớ, an lành và tràn ngập hạnh phúc bên nhau. Giáng Sinh an lành!";
case 5:
return "Giáng Sinh là thời điểm tuyệt vời để chia sẻ tình yêu và niềm vui. Chúc bạn và gia đình mình có một kỳ nghỉ tràn ngập hạnh phúc!";
// Thêm câu chúc cho các hộp quà khác nếu cần
default:
return "Chúc bạn có một mùa Giáng Sinh tràn đầy niềm vui!";
}
}
});
document
.getElementById("christmasButton")
.addEventListener("click", function () {
// Ẩn button Christmas
this.style.display = "none";
this.style.background = "none";
// Hiển thị nội dung chính của trang
document.getElementById("mainContent").style.display = "block";
// Hiện âm thanh
const backgroundMusic = document.getElementById("backgroundMusic");
backgroundMusic.style.display = "none";
backgroundMusic.play();
// Thêm lớp chứa hiệu ứng tuyết
const snowfallContainer = document.createElement("div");
snowfallContainer.className = "snowfall-container";
document.body.appendChild(snowfallContainer);
// Tạo tuyết rơi
function createSnowflake() {
const snowflake = document.createElement("div");
snowflake.className = "snowflake";
snowflake.innerHTML = "❆";
snowflake.style.left = Math.random() * window.innerWidth + "px";
snowflake.style.animationDuration = Math.random() * 3 + 2 + "s";
snowfallContainer.appendChild(snowflake);
snowflake.addEventListener("animationiteration", () => {
snowflake.style.left = Math.random() * window.innerWidth + "px";
});
return snowflake;
}
// Tạo 50 tuyết rơi ban đầu
for (let i = 0; i < 50; i++) {
createSnowflake();
}
// Loại bỏ lớp tạm thời từ body
document.body.classList.remove("initial-background");
});
</script>
</body>
</html>