This repository was archived by the owner on Mar 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
553 lines (477 loc) · 18 KB
/
Copy pathindex.html
File metadata and controls
553 lines (477 loc) · 18 KB
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
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2025 世界壯年運動會 After Party 邀請卡</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="2025 世界壯年運動會 After Party 邀請卡">
<meta property="og:description" content="台北一起衝 × Wakanda Taipei Forever 年近五十的我們,揮灑汗水、燃燒熱血,見證了青春再現的時刻。6月28日一起來慶祝!">
<meta property="og:image" content="https://x1001000.github.io/wmg2025/preview.jpg">
<meta property="og:url" content="https://x1001000.github.io/wmg2025/">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="2025 世界壯年運動會 After Party 邀請卡">
<meta property="twitter:description" content="台北一起衝 × Wakanda Taipei Forever 年近五十的我們,揮灑汗水、燃燒熱血,見證了青春再現的時刻。6月28日一起來慶祝!">
<meta property="twitter:image" content="https://x1001000.github.io/wmg2025/preview.jpg">
<!-- General Meta -->
<meta name="description" content="2025世界壯年運動會 After Party邀請卡 - 台北一起衝籃球隊與Wakanda Taipei Forever排球隊聯合慶祝派對">
<meta name="keywords" content="世界壯年運動會,after party,台北一起衝,Wakanda Taipei Forever,籃球,排球,慶祝派對">
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Noto Sans TC', sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.invitation-card {
background: white;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
max-width: 800px;
width: 100%;
overflow: hidden;
position: relative;
}
.header {
background: linear-gradient(45deg, #FF6B6B, #4ECDC4, #45B7D1, #96CEB4);
background-size: 300% 300%;
animation: gradientShift 6s ease infinite;
color: white;
padding: 30px;
text-align: center;
position: relative;
}
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.header::before {
content: '🏆';
position: absolute;
top: 10px;
left: 30px;
font-size: 30px;
animation: bounce 2s infinite;
}
.header::after {
content: '🎉';
position: absolute;
top: 10px;
right: 30px;
font-size: 30px;
animation: bounce 2s infinite 0.5s;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-10px); }
60% { transform: translateY(-5px); }
}
.header h1 {
font-size: 28px;
font-weight: 900;
margin-bottom: 10px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.teams {
font-size: 18px;
font-weight: 500;
opacity: 0.95;
}
.photo-collage {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 200px 200px;
gap: 2px;
margin: 0;
}
.photo {
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
cursor: pointer;
transition: transform 0.2s ease;
}
.photo:hover {
transform: scale(1.05);
}
.photo-1 {
background-image: url('0.jpg');
}
.photo-2 {
background-image: url('1.jpg');
}
.photo-3 {
background-image: url('2.jpg');
}
.photo-4 {
background-image: url('3.jpg');
}
.photo-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(0,0,0,0.7));
color: white;
padding: 15px;
font-size: 14px;
font-weight: 500;
text-align: center;
}
.content {
padding: 30px;
line-height: 1.8;
}
.story {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
padding: 25px;
border-radius: 15px;
margin-bottom: 30px;
border-left: 5px solid #4ECDC4;
}
.story p {
margin-bottom: 15px;
font-size: 16px;
color: #2c3e50;
}
.teams-highlight {
margin: 20px 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
}
.team-item {
background: linear-gradient(45deg, #FF0000, #CC0000);
color: white;
border-radius: 40px;
font-weight: 700;
font-size: 18px;
padding: 20px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
position: relative;
z-index: 1;
overflow: hidden;
animation: pulseGlow 3s ease-in-out infinite;
border: 2px solid rgba(255,255,255,0.3);
}
.team-item:before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
transition: left 0.5s;
}
.team-item:hover:before {
left: 100%;
}
.team-item:hover {
transform: translateY(-8px) scale(1.05);
box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 20px rgba(255,0,0,0.5);
color: white;
text-decoration: none;
background: linear-gradient(45deg, #FF3333, #FF0000);
animation: none;
border-color: rgba(255,255,255,0.8);
}
@keyframes pulseGlow {
0% { box-shadow: 0 0 5px rgba(255,255,255,0.3); }
50% { box-shadow: 0 0 15px rgba(255,255,255,0.6), 0 0 25px rgba(255,255,255,0.4); }
100% { box-shadow: 0 0 5px rgba(255,255,255,0.3); }
}
.team-item:visited {
color: white;
}
.team-item:active {
color: white;
}
.team-emoji {
font-size: 30px;
}
.team-name {
font-size: 20px;
}
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.9);
}
.modal-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 90%;
max-height: 90%;
background: white;
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.modal-image {
width: 100%;
height: auto;
border-radius: 5px;
}
.close {
position: absolute;
top: 10px;
right: 20px;
font-size: 30px;
font-weight: bold;
color: #aaa;
cursor: pointer;
}
.close:hover {
color: #000;
}
.event-details {
background: #fff;
border: 2px solid #4ECDC4;
border-radius: 15px;
padding: 25px;
margin-top: 20px;
}
.event-details h2 {
color: #2c3e50;
font-size: 24px;
margin-bottom: 20px;
text-align: center;
font-weight: 700;
}
.detail-item {
display: flex;
align-items: center;
margin-bottom: 15px;
padding: 10px;
background: #f8f9fa;
border-radius: 8px;
transition: transform 0.2s ease;
}
.detail-item:hover {
transform: translateX(5px);
background: #e9ecef;
}
.detail-icon {
font-size: 20px;
margin-right: 15px;
width: 30px;
}
.detail-text {
font-size: 16px;
color: #2c3e50;
font-weight: 500;
}
.closing {
text-align: center;
margin-top: 30px;
padding: 25px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 15px;
font-size: 18px;
font-weight: 600;
line-height: 1.6;
}
@media (max-width: 768px) {
.photo-collage {
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 150px);
}
.header h1 {
font-size: 24px;
}
.teams {
font-size: 16px;
}
.content {
padding: 20px;
}
.modal-content {
width: 100%;
max-width: 100%;
max-height: 90%;
padding: 5px;
margin: 0;
border-radius: 0;
left: 0;
transform: translateY(-50%);
}
.modal-image {
width: 100%;
height: auto;
max-height: 70vh;
object-fit: contain;
}
.close {
top: 5px;
right: 15px;
font-size: 35px;
background: rgba(0,0,0,0.5);
color: white;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.team-name {
font-size: 18px;
line-height: 1.1;
}
.team-item {
gap: 4px;
padding: 15px;
}
}
</style>
</head>
<body>
<div class="invitation-card">
<div class="header">
<h1>2025 世界壯年運動會<br>After Party 邀請卡</h1>
<div class="teams">台北一起衝 × Wakanda Taipei Forever</div>
</div>
<div class="photo-collage">
<div class="photo photo-1">
<div class="photo-overlay">參賽起心動念</div>
</div>
<div class="photo photo-2">
<div class="photo-overlay">沙排幸運銅牌</div>
</div>
<div class="photo photo-3">
<div class="photo-overlay">籃球輕鬆獲勝</div>
</div>
<div class="photo photo-4">
<div class="photo-overlay">排球苦中作樂</div>
</div>
</div>
<div class="content">
<div class="story">
<p>一年多前,聽聞2025雙北將舉辦世界壯年運動會,立刻萌生「我要參賽!」的想法。</p>
<p>第一時間找到08年實習學校的大尾組長一口答應後,接著找到台北啟聰一路相挺的兩位前同事、有一對排球少年兒女的國中同學、一起舉起過校長盃冠軍獎盃的大學同學、透過官網認識的夥伴,甚至南非遠道而來異父異母的兄弟姊妹,從人數不足一路集結成軍,終於我們組成了——</p>
</div>
<div class="teams-highlight">
<a href="https://www.youtube.com/playlist?list=PLIDYXB5CCyJA89J3wggQAH0KZVtpsjAti" target="_blank" class="team-item">
<div class="team-emoji">🏀</div>
<div class="team-name">台北一起衝</div>
</a>
<a href="https://www.youtube.com/playlist?list=PLIDYXB5CCyJAzl4pQ2QEGYp9napdUmJGn" target="_blank" class="team-item">
<div class="team-emoji">🏐</div>
<div class="team-name">Wakanda Taipei Forever</div>
</a>
</div>
<div class="story">
<p>年近五十的我們,揮灑汗水、燃燒熱血,見證了青春再現的時刻。</p>
<p>三週前世壯運畫下句點,現在,是時候開一場 after party 了!</p>
</div>
<div class="event-details">
<h2>🎊 Party 詳情 🎊</h2>
<div class="detail-item">
<div class="detail-icon">📅</div>
<div class="detail-text"><strong>時間</strong> | 6 月 28 日(六)17:30~22:00</div>
</div>
<div class="detail-item">
<div class="detail-icon">🗺️</div>
<div class="detail-text"><strong>地點</strong> | 有間客棧 駐唱餐酒館(安和路一段73號,捷運忠孝敦化與信義安和站之間)</div>
</div>
<div class="detail-item">
<div class="detail-icon">💵</div>
<div class="detail-text"><strong>低消</strong> | 飲料 NT$89(晚餐可吃可不吃,來就好!)</div>
</div>
<div class="organizers">
<div class="detail-item">
<div class="detail-icon">🙋♂️</div>
<div class="detail-text"><strong>主揪</strong> | 北聰退休教師 <strong>兆騰老師</strong>、球莖 <strong>PHIL</strong></div>
</div>
</div>
<div class="detail-item">
<div class="detail-icon">📸</div>
<div class="detail-text"><strong>建議攜帶</strong> | 球衣(制服趴的概念)</div>
</div>
<div class="detail-item">
<div class="detail-icon">🚗</div>
<div class="detail-text"><strong>溫馨提醒</strong> | 別開車,放鬆一下 🍻</div>
</div>
</div>
<div class="closing">
讓我們再次集合,一起為青春、為運動、為彼此喝采!<br>
<strong>活到老,運動到老,有你真好!</strong>
</div>
</div>
</div>
<!-- Modal for photo viewing -->
<div id="photoModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<img id="modalImage" class="modal-image" src="" alt="">
<div id="modalCaption" style="text-align: center; margin-top: 15px; font-size: 16px; color: #333;"></div>
</div>
</div>
<script>
// Get modal elements
const modal = document.getElementById('photoModal');
const modalImg = document.getElementById('modalImage');
const modalCaption = document.getElementById('modalCaption');
const closeBtn = document.getElementsByClassName('close')[0];
// Add click event to all photos
document.querySelectorAll('.photo').forEach(photo => {
photo.addEventListener('click', function() {
modal.style.display = 'block';
// Get the background image URL
const bgImage = window.getComputedStyle(this).backgroundImage;
const imageUrl = bgImage.slice(4, -1).replace(/"/g, "");
modalImg.src = imageUrl;
modalCaption.textContent = this.querySelector('.photo-overlay').textContent;
});
});
// Close modal when clicking the X
closeBtn.addEventListener('click', function() {
modal.style.display = 'none';
});
// Close modal when clicking outside the image
modal.addEventListener('click', function(event) {
if (event.target === modal) {
modal.style.display = 'none';
}
});
// Close modal with Escape key
document.addEventListener('keydown', function(event) {
if (event.key === 'Escape') {
modal.style.display = 'none';
}
});
</script>
</body>
</html>