-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
380 lines (343 loc) · 18.8 KB
/
home.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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JEKATE48 fanmade Website</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<link href="/assets/css/home.css" rel="stylesheet">
<link rel="icon" href="/assets/css/image/favlogo.png" />
<meta name="author" content="JEKATE48">
<meta name="description" content="EXPERIENCE THE MAGIC OF JKT48, ANYTIME, ANYWHERE" />
<meta name="keywords" content="Jekate48, JKT48, jekate48, member, news" />
<meta property="og:title" content="Jekate48 Website" />
<meta property="og:description" content="EXPERIENCE THE MAGIC OF JKT48, ANYTIME, ANYWHERE" />
<meta property="og:image" content="https://cdn.discordapp.com/attachments/989168672708919317/1312702801561784430/jekate.png?ex=674d7540&is=674c23c0&hm=9ea5ecf4eb8348721762f134b4a30affbb5adcf3020bbb79b46a830dc1266520&" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://Jekate48.site" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Jekate48 Website" />
<meta name="twitter:description" content="EXPERIENCE THE MAGIC OF JKT48, ANYTIME, ANYWHERE" />
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/989168672708919317/1312702801561784430/jekate.png?ex=674d7540&is=674c23c0&hm=9ea5ecf4eb8348721762f134b4a30affbb5adcf3020bbb79b46a830dc1266520&" />
<meta name="twitter:creator" content="@Jekate48" />
</head>
<body class="min-h-screen bg-gray-900 text-white">
<nav class="flex items-center justify-between p-3 bg-gray-800">
<div class="text-2xl font-bold">
<a href="/home">JEKATE48</a>
<span class="text-lg text-sm font-thin">fanmade Website</span>
</div>
<div class="md:hidden flex items-center">
<button id="hamburger-icon" class="text-white">
<i class="fas fa-bars"></i>
</button>
</div>
<div id="nav-links" class="hidden md:flex items-center space-x-6">
<a href="/news" class="hover:text-pink-500">News</a>
<a href="/members" class="hover:text-pink-500">Members</a>
<a href="/schedule" class="hover:text-pink-500">Schedule</a>
<a href="/mypage">
<button
class="px-4 py-2 bg-gradient-to-r from-pink-300 via-purple-300 to-cyan-300 text-gray-800 rounded-full hover:opacity-90">
Mypage
</button>
</a>
<a href="/login">
<button
class="px-4 py-2 border border-pink-300 text-pink-300 rounded-full hover:bg-pink-300 hover:text-gray-800 transition duration-300">
Login
</button>
</a>
</div>
</nav>
<div id="mobile-menu" class="md:hidden hidden bg-gray-800 p-3 space-y-4">
<a href="/news" class="block text-white hover:text-pink-500">News</a>
<a href="/members" class="block text-white hover:text-pink-500">Members</a>
<a href="/schedule" class="block text-white hover:text-pink-500">Schedule</a>
<a href="/mypage" class="block">
<button
class="w-full px-4 py-2 bg-gradient-to-r from-pink-300 via-purple-300 to-cyan-300 text-gray-800 rounded-full hover:opacity-90">
Mypage
</button>
</a>
<a href="/login" class="block">
<button
class="w-full px-4 py-2 border border-pink-300 text-pink-300 rounded-full hover:bg-pink-300 hover:text-gray-800 transition duration-300">
Login
</button>
</a>
</div>
<div id="progressContainer" class="relative w-full h-1 bg-gray-700">
<div id="progressBar" class="absolute h-1 bg-gradient-to-r from-pink-300 via-purple-300 to-cyan-300"
style="width: 0%;">
</div>
</div>
<div class="carousel-container bg-gray-800">
<div id="carousel" class="w-full h-full">
</div>
<div class="carousel-content">
<div class="p-12 space-y-4">
<h1 class="text-6xl font-bold">New Release</h1>
<h2 id="mvTitle" class="text-4xl">Loading Data....</h2>
<p class="text-sm">Available on:</p>
<div class="flex space-x-4">
<a href="https://open.spotify.com/artist/2l8I5pWUnfF7bMK1z6EJRk?si=bavj057eRnG7zYz-m-4WKw"
target="_blank" rel="noopener noreferrer"
class="p-2 bg-gray-700 rounded-full hover:bg-gray-600 transition-colors duration-300">
<i class="fab fa-spotify"></i>
</a>
<a href="https://www.youtube.com/@JKT48" target="_blank" rel="noopener noreferrer"
class="p-2 bg-gray-700 rounded-full hover:bg-gray-600 transition-colors duration-300">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<section class="p-8 relative">
<div class="absolute inset-0 bg-gradient-to-l from-gray-800 via-transparent to-transparent"></div>
<div class="absolute inset-0 bg-gradient-to-r from-gray-800 via-transparent to-transparent"></div>
<div class="text-center mb-16 relative z-10">
<h2 class="text-4xl font-bold text-white mb-4"><i class="fa-solid fa-people-group mr-2"></i>48 GROUP</h2>
<p class="text-xl text-gray-400">Part of AKB48's first overseas sister group.</p>
</div>
<div class="max-w-7xl mx-auto relative z-10">
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center">
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow">
<a href="http://www.akb48teamtp.com/"><img src="/assets/css/image/AKBTP.png" alt="AKB48TP logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow">
<a href="https://www.ske48.co.jp/"><img src="/assets/css/image/ske48.png" alt="SKE48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow">
<a href="http://www.nmb48.com/"><img src="/assets/css/image/nmb48.png" alt="NMB48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow mt-8 md:mt-0">
<a href="http://www.hkt48.jp/"><img src="/assets/css/image/hkt48.png" alt="HKT48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow">
<a href="https://www.stu48.com/"><img src="/assets/css/image/stu48.png" alt="STU48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow mt-8 md:mt-0">
<a href="http://www.bnk48.com/"><img src="/assets/css/image/bnk48.png" alt="BNK48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="col-span-2 sm:col-span-3 md:col-span-2 row-span-2 flex items-center justify-center">
<div
class="bg-gray-700 p-6 rounded-lg shadow-xl hover:shadow-2xl transition-shadow transform hover:scale-105">
<a href="https://www.akb48.co.jp/"><img src="/assets/css/image/akb48.png" alt="AKB48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow">
<a href="https://mnl48.ph/"><img src="/assets/css/image/mnl48.png" alt="MNL48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow mt-8 md:mt-0">
<a href="https://cgm48official.com/"><img src="/assets/css/image/CGM48.png" alt="CGM48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow">
<a href="https://klp48.my/"><img src="/assets/css/image/klp48.png" alt="KLP48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow mt-8 md:mt-0">
<a href="http://www.akb48-china.com/"><img src="/assets/css/image/AKBSH.png" alt="Team SH logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
<div class="bg-gray-700 p-3 rounded-lg shadow-lg hover:shadow-xl transition-shadow">
<a href="https://ngt48.jp/"><img src="/assets/css/image/ngt48.png" alt="NGT48 logo"
class="w-full h-auto" loading="lazy" /></a>
</div>
</div>
</div>
<div class="text-center max-w-3xl mx-auto mt-16 relative z-10">
<p class="text-gray-400">Collaborate with sister groups across Asia, bringing the best idol entertainment
experience to fans worldwide</p>
</div>
</section>
<section class="p-8">
<h2 class="text-3xl font-bold mb-6"> <i class="far fa-newspaper mr-2"></i>Latest News</h2>
<div id="newsContainer" class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-gray-800 p-6 rounded-lg animate-pulse">
<div class="w-8 h-8 bg-gray-600 rounded-full mb-4"></div>
<div class="h-6 bg-gray-600 rounded mb-2"></div>
<div class="h-4 bg-gray-600 rounded w-1/3"></div>
</div>
<div class="bg-gray-800 p-6 rounded-lg animate-pulse">
<div class="w-8 h-8 bg-gray-600 rounded-full mb-4"></div>
<div class="h-6 bg-gray-600 rounded mb-2"></div>
<div class="h-4 bg-gray-600 rounded w-1/3"></div>
</div>
<div class="bg-gray-800 p-6 rounded-lg animate-pulse">
<div class="w-8 h-8 bg-gray-600 rounded-full mb-4"></div>
<div class="h-6 bg-gray-600 rounded mb-2"></div>
<div class="h-4 bg-gray-600 rounded w-1/3"></div>
</div>
</div>
</section>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 p-8">
<section id="upcoming-theater" class="bg-gray-800 p-6 rounded-lg">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="far fa-calendar mr-2"></i> Upcoming Theater
</h2>
<div id="loading-skeleton-theater" class="space-y-4">
<div class="animate-pulse flex space-x-4">
<div class="w-16 h-16 bg-gray-700 rounded-lg"></div>
<div class="flex-1 space-y-2 py-1">
<div class="h-4 bg-gray-700 rounded w-1/3"></div>
<div class="h-4 bg-gray-700 rounded w-2/3"></div>
</div>
</div>
</div>
<div id="theater-list" class="space-y-4 hidden"></div>
</section>
<section id="upcoming-birthdays" class="bg-gray-800 p-6 rounded-lg">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fa fa-cake-candles mr-2"></i> Upcoming Birthdays
</h2>
<div id="loading-skeleton-birthdays" class="space-y-4">
<div class="animate-pulse flex space-x-4">
<div class="w-16 h-16 bg-gray-700 rounded-full"></div>
<div class="flex-1 space-y-2 py-1">
<div class="h-4 bg-gray-700 rounded w-1/4"></div>
<div class="h-4 bg-gray-700 rounded w-1/2"></div>
</div>
</div>
</div>
<div id="birthday-list" class="space-y-4 hidden"></div>
</section>
<section id="top-idol-pm" class="bg-gray-800 p-6 rounded-lg">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fa fa-star mr-2"></i> Top PM Idol of the Week
</h2>
<div id="loading-skeleton-top-idol" class="space-y-4">
<div class="animate-pulse flex space-x-4">
<div class="w-16 h-16 bg-gray-700 rounded-full"></div>
<div class="flex-1 space-y-2 py-1">
<div class="h-4 bg-gray-700 rounded w-1/4"></div>
<div class="h-4 bg-gray-700 rounded w-1/2"></div>
</div>
</div>
</div>
<div id="top-idol-list" class="space-y-4 hidden"></div>
</section>
</div>
<section class="p-8">
<h2 class="text-3xl font-bold mb-6 flex items-center">
<i class="fab fa-youtube mr-2"></i> Latest Videos
</h2>
<div id="youtube-container" class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-gray-800 rounded-lg overflow-hidden animate-pulse">
<div class="w-full h-48 bg-gray-700"></div>
<div class="p-4 space-y-3">
<div class="h-4 bg-gray-700 rounded w-3/4"></div>
<div class="h-4 bg-gray-700 rounded w-1/2"></div>
</div>
</div>
<div class="bg-gray-800 rounded-lg overflow-hidden animate-pulse">
<div class="w-full h-48 bg-gray-700"></div>
<div class="p-4 space-y-3">
<div class="h-4 bg-gray-700 rounded w-3/4"></div>
<div class="h-4 bg-gray-700 rounded w-1/2"></div>
</div>
</div>
<div class="bg-gray-800 rounded-lg overflow-hidden animate-pulse">
<div class="w-full h-48 bg-gray-700"></div>
<div class="p-4 space-y-3">
<div class="h-4 bg-gray-700 rounded w-3/4"></div>
<div class="h-4 bg-gray-700 rounded w-1/2"></div>
</div>
</div>
</div>
</section>
<section class="p-8">
<h2 class="text-3xl font-bold mb-6 flex items-center">
<i class="fas fa-shopping-bag mr-2"></i> JKT48 Merch
</h2>
<div class="mb-6">
<div class="flex items-center justify-between max-w-md mx-auto">
</div>
</div>
<div id="merch-grid" class="grid grid-cols-1 md:grid-cols-3 gap-6">
</div>
<div class="text-center mt-6">
<a href="/news" class="px-6 py-2 bg-gray-800 rounded-full hover:bg-gray-700 text-white">
See All
</a>
</div>
</section>
<footer class="bg-gray-800 p-8 mt-auto">
<div class="flex flex-col md:flex-row justify-between items-start mb-8">
<div class="text-2xl font-bold mb-6 md:mb-0">JEKATE48 <span class="text-lg text-base font-thin">fanmade
Website</span></div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="font-semibold mb-4">News</h3>
<ul class="space-y-2">
<li><a href="/about" class="text-gray-400 hover:text-white">About JEKATE48</a>
</li>
<li><a href="/schedule" class="text-gray-400 hover:text-white">Schedule</a></li>
</ul>
</div>
<div>
<h3 class="font-semibold mb-4">Member</h3>
<ul class="space-y-2">
<li><a href="/members" class="text-gray-400 hover:text-white">Members</a></li>
<li><a href="/members" class="text-gray-400 hover:text-white">Trainee</a></li>
</ul>
</div>
<div>
<h3 class="font-semibold mb-4">Contact</h3>
<ul class="space-y-2">
<li><a href="/terms" class="text-gray-400 hover:text-white">Terms</a></li>
<li><a href="/support" class="text-gray-400 hover:text-white">Support</a></li>
</ul>
</div>
</div>
</div>
<div class="border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2024 JEKATE48 fanmade Website by Typicalsleepingboy. All rights
reserved.</p>
<div class="flex space-x-4">
<p class="text-gray-400 mb-4 md:mb-0">Version : 0.8.5</p>
<a href="https://github.com/Typicalsleepingboy" class="text-gray-400 hover:text-white">
<i class="fab fa-github"></i>
</a>
<a href="https://www.instagram.com/_naufaldzaky1/" class="text-gray-400 hover:text-white">
<i class="fab fa-instagram"></i>
</a>
<a href="https://x.com/Typicalsleeping" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
</footer>
<script>
const hamburgerIcon = document.getElementById('hamburger-icon');
const mobileMenu = document.getElementById('mobile-menu');
hamburgerIcon.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
</script>
<script src="/progress.js"></script>
<script src="/components/utils/youtube.js"></script>
<script src="/components/utils/pm.js"></script>
<script src="/middleware/middleware.js"></script>
<script src="/components/utils/banner.js"></script>
<script src="/components/utils/NewRelease.js"></script>
<script src="/security/typicalsleepingboy.js"></script>
<script src="/components/utils/News.js"></script>
<script src="/components/utils/Theater.js"></script>
<script src="/components/utils/Merch.js"></script>
<script src="/components/utils/Birthdays.js"></script>
</body>
</html>