kadirtsc commited on
Commit
be1e35f
·
verified ·
1 Parent(s): f78b64d

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +634 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Webtoonverse
3
- emoji: 👀
4
- colorFrom: red
5
- colorTo: green
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: webtoonverse
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,634 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>WebToonVerse - Your Ultimate Webtoon Destination</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ /* Custom scrollbar */
11
+ ::-webkit-scrollbar {
12
+ width: 8px;
13
+ height: 8px;
14
+ }
15
+ ::-webkit-scrollbar-track {
16
+ background: #f1f1f1;
17
+ }
18
+ ::-webkit-scrollbar-thumb {
19
+ background: #888;
20
+ border-radius: 10px;
21
+ }
22
+ ::-webkit-scrollbar-thumb:hover {
23
+ background: #555;
24
+ }
25
+
26
+ /* Custom animations */
27
+ @keyframes fadeIn {
28
+ from { opacity: 0; transform: translateY(10px); }
29
+ to { opacity: 1; transform: translateY(0); }
30
+ }
31
+
32
+ .fade-in {
33
+ animation: fadeIn 0.5s ease-out forwards;
34
+ }
35
+
36
+ /* Custom hover effects */
37
+ .webtoon-card:hover .webtoon-thumbnail {
38
+ transform: scale(1.03);
39
+ box-shadow: 0 10px 20px rgba(0,0,0,0.2);
40
+ }
41
+
42
+ .webtoon-thumbnail {
43
+ transition: all 0.3s ease;
44
+ }
45
+
46
+ /* Custom badge */
47
+ .badge {
48
+ position: absolute;
49
+ top: 10px;
50
+ right: 10px;
51
+ padding: 2px 8px;
52
+ border-radius: 12px;
53
+ font-size: 0.75rem;
54
+ font-weight: bold;
55
+ text-transform: uppercase;
56
+ }
57
+
58
+ /* Custom loading spinner */
59
+ .spinner {
60
+ width: 40px;
61
+ height: 40px;
62
+ border: 4px solid rgba(0, 0, 0, 0.1);
63
+ border-left-color: #6366f1;
64
+ border-radius: 50%;
65
+ animation: spin 1s linear infinite;
66
+ }
67
+
68
+ @keyframes spin {
69
+ to { transform: rotate(360deg); }
70
+ }
71
+ </style>
72
+ </head>
73
+ <body class="bg-gray-100 font-sans">
74
+ <!-- Header/Navigation -->
75
+ <header class="bg-indigo-600 text-white shadow-lg sticky top-0 z-50">
76
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
77
+ <div class="flex items-center space-x-2">
78
+ <i class="fas fa-book-open text-2xl"></i>
79
+ <h1 class="text-2xl font-bold">WebToonVerse</h1>
80
+ </div>
81
+
82
+ <div class="hidden md:flex space-x-6">
83
+ <a href="#" class="hover:text-indigo-200 transition">Home</a>
84
+ <a href="#" class="hover:text-indigo-200 transition">Genres</a>
85
+ <a href="#" class="hover:text-indigo-200 transition">Popular</a>
86
+ <a href="#" class="hover:text-indigo-200 transition">New Releases</a>
87
+ <a href="#" class="hover:text-indigo-200 transition">My Library</a>
88
+ </div>
89
+
90
+ <div class="flex items-center space-x-4">
91
+ <button class="md:hidden text-xl" id="mobile-menu-button">
92
+ <i class="fas fa-bars"></i>
93
+ </button>
94
+ <div class="relative hidden md:block">
95
+ <input type="text" placeholder="Search webtoons..." class="px-4 py-2 rounded-full bg-indigo-500 text-white placeholder-indigo-200 focus:outline-none focus:ring-2 focus:ring-indigo-300 w-64">
96
+ <i class="fas fa-search absolute right-3 top-2.5 text-indigo-200"></i>
97
+ </div>
98
+ <button class="bg-indigo-500 hover:bg-indigo-700 px-4 py-2 rounded-full transition hidden md:block">
99
+ <i class="fas fa-user mr-2"></i>Login
100
+ </button>
101
+ </div>
102
+ </div>
103
+
104
+ <!-- Mobile Menu -->
105
+ <div class="md:hidden bg-indigo-700 hidden" id="mobile-menu">
106
+ <div class="container mx-auto px-4 py-3 flex flex-col space-y-3">
107
+ <div class="relative">
108
+ <input type="text" placeholder="Search webtoons..." class="px-4 py-2 rounded-full bg-indigo-600 text-white placeholder-indigo-200 focus:outline-none focus:ring-2 focus:ring-indigo-300 w-full">
109
+ <i class="fas fa-search absolute right-3 top-2.5 text-indigo-200"></i>
110
+ </div>
111
+ <a href="#" class="block py-2 hover:text-indigo-200 transition">Home</a>
112
+ <a href="#" class="block py-2 hover:text-indigo-200 transition">Genres</a>
113
+ <a href="#" class="block py-2 hover:text-indigo-200 transition">Popular</a>
114
+ <a href="#" class="block py-2 hover:text-indigo-200 transition">New Releases</a>
115
+ <a href="#" class="block py-2 hover:text-indigo-200 transition">My Library</a>
116
+ <button class="bg-indigo-500 hover:bg-indigo-700 px-4 py-2 rounded-full transition w-full">
117
+ <i class="fas fa-user mr-2"></i>Login
118
+ </button>
119
+ </div>
120
+ </div>
121
+ </header>
122
+
123
+ <!-- Hero Section -->
124
+ <section class="bg-gradient-to-r from-indigo-500 to-purple-600 text-white py-12">
125
+ <div class="container mx-auto px-4">
126
+ <div class="flex flex-col md:flex-row items-center">
127
+ <div class="md:w-1/2 mb-8 md:mb-0 fade-in">
128
+ <h2 class="text-4xl md:text-5xl font-bold mb-4">Discover Amazing Webtoons</h2>
129
+ <p class="text-xl mb-6">Read thousands of webtoons for free. Updated daily with new episodes from your favorite creators.</p>
130
+ <div class="flex space-x-4">
131
+ <button class="bg-white text-indigo-600 hover:bg-gray-100 px-6 py-3 rounded-full font-bold transition shadow-lg">
132
+ <i class="fas fa-fire mr-2"></i>Trending Now
133
+ </button>
134
+ <button class="bg-transparent border-2 border-white hover:bg-white hover:text-indigo-600 px-6 py-3 rounded-full font-bold transition">
135
+ <i class="fas fa-star mr-2"></i>Top Rated
136
+ </button>
137
+ </div>
138
+ </div>
139
+ <div class="md:w-1/2 fade-in" style="animation-delay: 0.2s;">
140
+ <div class="relative">
141
+ <img src="https://via.placeholder.com/600x400/7c3aed/ffffff?text=Featured+Webtoon" alt="Featured Webtoon" class="rounded-xl shadow-2xl w-full">
142
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-6 rounded-b-xl">
143
+ <h3 class="text-2xl font-bold">The Last Mage</h3>
144
+ <div class="flex items-center mt-2">
145
+ <div class="flex text-yellow-400">
146
+ <i class="fas fa-star"></i>
147
+ <i class="fas fa-star"></i>
148
+ <i class="fas fa-star"></i>
149
+ <i class="fas fa-star"></i>
150
+ <i class="fas fa-star-half-alt"></i>
151
+ </div>
152
+ <span class="ml-2">4.7 (12.5k)</span>
153
+ </div>
154
+ </div>
155
+ <div class="badge bg-red-500 text-white">New Episode</div>
156
+ </div>
157
+ </div>
158
+ </div>
159
+ </div>
160
+ </section>
161
+
162
+ <!-- Main Content -->
163
+ <main class="container mx-auto px-4 py-8">
164
+ <!-- Featured Webtoons -->
165
+ <section class="mb-12">
166
+ <div class="flex justify-between items-center mb-6">
167
+ <h2 class="text-2xl font-bold">Featured Webtoons</h2>
168
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View All <i class="fas fa-chevron-right ml-1"></i></a>
169
+ </div>
170
+ <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-6">
171
+ <!-- Webtoon Card 1 -->
172
+ <div class="webtoon-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition cursor-pointer">
173
+ <div class="relative">
174
+ <img src="https://via.placeholder.com/300x400/4f46e5/ffffff?text=Webtoon+1" alt="Webtoon 1" class="webtoon-thumbnail w-full h-48 object-cover">
175
+ <div class="badge bg-green-500 text-white">Updated</div>
176
+ </div>
177
+ <div class="p-4">
178
+ <h3 class="font-bold text-lg mb-1 truncate">The Silent Kingdom</h3>
179
+ <p class="text-gray-600 text-sm mb-2">Fantasy, Adventure</p>
180
+ <div class="flex justify-between items-center">
181
+ <div class="flex text-yellow-400 text-sm">
182
+ <i class="fas fa-star"></i>
183
+ <i class="fas fa-star"></i>
184
+ <i class="fas fa-star"></i>
185
+ <i class="fas fa-star"></i>
186
+ <i class="far fa-star"></i>
187
+ </div>
188
+ <span class="text-xs text-gray-500">Ep. 127</span>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Webtoon Card 2 -->
194
+ <div class="webtoon-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition cursor-pointer">
195
+ <div class="relative">
196
+ <img src="https://via.placeholder.com/300x400/8b5cf6/ffffff?text=Webtoon+2" alt="Webtoon 2" class="webtoon-thumbnail w-full h-48 object-cover">
197
+ <div class="badge bg-blue-500 text-white">Popular</div>
198
+ </div>
199
+ <div class="p-4">
200
+ <h3 class="font-bold text-lg mb-1 truncate">Love in Tokyo</h3>
201
+ <p class="text-gray-600 text-sm mb-2">Romance, Slice of Life</p>
202
+ <div class="flex justify-between items-center">
203
+ <div class="flex text-yellow-400 text-sm">
204
+ <i class="fas fa-star"></i>
205
+ <i class="fas fa-star"></i>
206
+ <i class="fas fa-star"></i>
207
+ <i class="fas fa-star"></i>
208
+ <i class="fas fa-star"></i>
209
+ </div>
210
+ <span class="text-xs text-gray-500">Ep. 89</span>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Webtoon Card 3 -->
216
+ <div class="webtoon-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition cursor-pointer">
217
+ <div class="relative">
218
+ <img src="https://via.placeholder.com/300x400/7c3aed/ffffff?text=Webtoon+3" alt="Webtoon 3" class="webtoon-thumbnail w-full h-48 object-cover">
219
+ </div>
220
+ <div class="p-4">
221
+ <h3 class="font-bold text-lg mb-1 truncate">Cyberpunk 2077: Edgerunners</h3>
222
+ <p class="text-gray-600 text-sm mb-2">Sci-Fi, Action</p>
223
+ <div class="flex justify-between items-center">
224
+ <div class="flex text-yellow-400 text-sm">
225
+ <i class="fas fa-star"></i>
226
+ <i class="fas fa-star"></i>
227
+ <i class="fas fa-star"></i>
228
+ <i class="fas fa-star-half-alt"></i>
229
+ <i class="far fa-star"></i>
230
+ </div>
231
+ <span class="text-xs text-gray-500">Ep. 42</span>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Webtoon Card 4 -->
237
+ <div class="webtoon-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition cursor-pointer">
238
+ <div class="relative">
239
+ <img src="https://via.placeholder.com/300x400/a78bfa/ffffff?text=Webtoon+4" alt="Webtoon 4" class="webtoon-thumbnail w-full h-48 object-cover">
240
+ <div class="badge bg-purple-500 text-white">New</div>
241
+ </div>
242
+ <div class="p-4">
243
+ <h3 class="font-bold text-lg mb-1 truncate">Cooking Master</h3>
244
+ <p class="text-gray-600 text-sm mb-2">Food, Comedy</p>
245
+ <div class="flex justify-between items-center">
246
+ <div class="flex text-yellow-400 text-sm">
247
+ <i class="fas fa-star"></i>
248
+ <i class="fas fa-star"></i>
249
+ <i class="fas fa-star"></i>
250
+ <i class="fas fa-star"></i>
251
+ <i class="far fa-star"></i>
252
+ </div>
253
+ <span class="text-xs text-gray-500">Ep. 15</span>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Webtoon Card 5 -->
259
+ <div class="webtoon-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition cursor-pointer">
260
+ <div class="relative">
261
+ <img src="https://via.placeholder.com/300x400/c4b5fd/ffffff?text=Webtoon+5" alt="Webtoon 5" class="webtoon-thumbnail w-full h-48 object-cover">
262
+ </div>
263
+ <div class="p-4">
264
+ <h3 class="font-bold text-lg mb-1 truncate">Mystic Detective</h3>
265
+ <p class="text-gray-600 text-sm mb-2">Mystery, Supernatural</p>
266
+ <div class="flex justify-between items-center">
267
+ <div class="flex text-yellow-400 text-sm">
268
+ <i class="fas fa-star"></i>
269
+ <i class="fas fa-star"></i>
270
+ <i class="fas fa-star"></i>
271
+ <i class="fas fa-star"></i>
272
+ <i class="fas fa-star-half-alt"></i>
273
+ </div>
274
+ <span class="text-xs text-gray-500">Ep. 63</span>
275
+ </div>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ </section>
280
+
281
+ <!-- New Releases -->
282
+ <section class="mb-12">
283
+ <div class="flex justify-between items-center mb-6">
284
+ <h2 class="text-2xl font-bold">New Releases</h2>
285
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View All <i class="fas fa-chevron-right ml-1"></i></a>
286
+ </div>
287
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
288
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-0">
289
+ <!-- Release 1 -->
290
+ <div class="p-4 border-b md:border-b-0 md:border-r hover:bg-gray-50 transition cursor-pointer">
291
+ <div class="flex">
292
+ <img src="https://via.placeholder.com/100x150/7c3aed/ffffff?text=New+1" alt="New Release 1" class="w-16 h-24 object-cover rounded">
293
+ <div class="ml-4">
294
+ <h3 class="font-bold">The Silent Kingdom Ep. 128</h3>
295
+ <p class="text-sm text-gray-600 mb-2">Fantasy, Adventure</p>
296
+ <div class="flex items-center text-sm">
297
+ <span class="text-gray-500 mr-2">2 hours ago</span>
298
+ <span class="text-indigo-600"><i class="fas fa-eye mr-1"></i> 12.4k</span>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Release 2 -->
305
+ <div class="p-4 border-b md:border-b-0 lg:border-r hover:bg-gray-50 transition cursor-pointer">
306
+ <div class="flex">
307
+ <img src="https://via.placeholder.com/100x150/a78bfa/ffffff?text=New+2" alt="New Release 2" class="w-16 h-24 object-cover rounded">
308
+ <div class="ml-4">
309
+ <h3 class="font-bold">Love in Tokyo Ep. 90</h3>
310
+ <p class="text-sm text-gray-600 mb-2">Romance, Slice of Life</p>
311
+ <div class="flex items-center text-sm">
312
+ <span class="text-gray-500 mr-2">5 hours ago</span>
313
+ <span class="text-indigo-600"><i class="fas fa-eye mr-1"></i> 8.7k</span>
314
+ </div>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Release 3 -->
320
+ <div class="p-4 hover:bg-gray-50 transition cursor-pointer">
321
+ <div class="flex">
322
+ <img src="https://via.placeholder.com/100x150/8b5cf6/ffffff?text=New+3" alt="New Release 3" class="w-16 h-24 object-cover rounded">
323
+ <div class="ml-4">
324
+ <h3 class="font-bold">Cyberpunk 2077: Edgerunners Ep. 43</h3>
325
+ <p class="text-sm text-gray-600 mb-2">Sci-Fi, Action</p>
326
+ <div class="flex items-center text-sm">
327
+ <span class="text-gray-500 mr-2">1 day ago</span>
328
+ <span class="text-indigo-600"><i class="fas fa-eye mr-1"></i> 15.2k</span>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </section>
336
+
337
+ <!-- Top Rated -->
338
+ <section class="mb-12">
339
+ <div class="flex justify-between items-center mb-6">
340
+ <h2 class="text-2xl font-bold">Top Rated Webtoons</h2>
341
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View All <i class="fas fa-chevron-right ml-1"></i></a>
342
+ </div>
343
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
344
+ <!-- Top Rated 1 -->
345
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
346
+ <div class="relative">
347
+ <img src="https://via.placeholder.com/600x400/4f46e5/ffffff?text=Top+1" alt="Top Rated 1" class="w-full h-48 object-cover">
348
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4">
349
+ <h3 class="text-xl font-bold text-white">The Last Mage</h3>
350
+ </div>
351
+ <div class="absolute top-0 left-0 bg-yellow-500 text-white px-3 py-1 font-bold">#1</div>
352
+ </div>
353
+ <div class="p-4">
354
+ <div class="flex justify-between items-center mb-3">
355
+ <div class="flex text-yellow-400">
356
+ <i class="fas fa-star"></i>
357
+ <i class="fas fa-star"></i>
358
+ <i class="fas fa-star"></i>
359
+ <i class="fas fa-star"></i>
360
+ <i class="fas fa-star"></i>
361
+ </div>
362
+ <span class="text-sm text-gray-600">4.9 (25.3k)</span>
363
+ </div>
364
+ <p class="text-gray-700 mb-4">In a world where magic is dying, one young mage holds the key to restoring balance to the realms.</p>
365
+ <div class="flex justify-between text-sm">
366
+ <span class="text-gray-600">Fantasy, Adventure</span>
367
+ <span class="text-indigo-600 font-medium">Ongoing</span>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Top Rated 2 -->
373
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
374
+ <div class="relative">
375
+ <img src="https://via.placeholder.com/600x400/7c3aed/ffffff?text=Top+2" alt="Top Rated 2" class="w-full h-48 object-cover">
376
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4">
377
+ <h3 class="text-xl font-bold text-white">Love in Tokyo</h3>
378
+ </div>
379
+ <div class="absolute top-0 left-0 bg-gray-400 text-white px-3 py-1 font-bold">#2</div>
380
+ </div>
381
+ <div class="p-4">
382
+ <div class="flex justify-between items-center mb-3">
383
+ <div class="flex text-yellow-400">
384
+ <i class="fas fa-star"></i>
385
+ <i class="fas fa-star"></i>
386
+ <i class="fas fa-star"></i>
387
+ <i class="fas fa-star"></i>
388
+ <i class="fas fa-star-half-alt"></i>
389
+ </div>
390
+ <span class="text-sm text-gray-600">4.7 (18.9k)</span>
391
+ </div>
392
+ <p class="text-gray-700 mb-4">A heartwarming story of love and friendship between international students in Tokyo.</p>
393
+ <div class="flex justify-between text-sm">
394
+ <span class="text-gray-600">Romance, Slice of Life</span>
395
+ <span class="text-indigo-600 font-medium">Ongoing</span>
396
+ </div>
397
+ </div>
398
+ </div>
399
+
400
+ <!-- Top Rated 3 -->
401
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
402
+ <div class="relative">
403
+ <img src="https://via.placeholder.com/600x400/8b5cf6/ffffff?text=Top+3" alt="Top Rated 3" class="w-full h-48 object-cover">
404
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4">
405
+ <h3 class="text-xl font-bold text-white">Cyberpunk 2077: Edgerunners</h3>
406
+ </div>
407
+ <div class="absolute top-0 left-0 bg-amber-700 text-white px-3 py-1 font-bold">#3</div>
408
+ </div>
409
+ <div class="p-4">
410
+ <div class="flex justify-between items-center mb-3">
411
+ <div class="flex text-yellow-400">
412
+ <i class="fas fa-star"></i>
413
+ <i class="fas fa-star"></i>
414
+ <i class="fas fa-star"></i>
415
+ <i class="fas fa-star"></i>
416
+ <i class="far fa-star"></i>
417
+ </div>
418
+ <span class="text-sm text-gray-600">4.5 (15.6k)</span>
419
+ </div>
420
+ <p class="text-gray-700 mb-4">In the neon-lit streets of Night City, a group of edgerunners fight for survival and glory.</p>
421
+ <div class="flex justify-between text-sm">
422
+ <span class="text-gray-600">Sci-Fi, Action</span>
423
+ <span class="text-indigo-600 font-medium">Ongoing</span>
424
+ </div>
425
+ </div>
426
+ </div>
427
+ </div>
428
+ </section>
429
+
430
+ <!-- Genres -->
431
+ <section class="mb-12">
432
+ <h2 class="text-2xl font-bold mb-6">Browse by Genre</h2>
433
+ <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
434
+ <a href="#" class="genre-card bg-indigo-100 hover:bg-indigo-200 text-indigo-800 rounded-lg p-4 text-center font-medium transition">
435
+ <i class="fas fa-hat-wizard text-2xl mb-2"></i>
436
+ <div>Fantasy</div>
437
+ </a>
438
+ <a href="#" class="genre-card bg-pink-100 hover:bg-pink-200 text-pink-800 rounded-lg p-4 text-center font-medium transition">
439
+ <i class="fas fa-heart text-2xl mb-2"></i>
440
+ <div>Romance</div>
441
+ </a>
442
+ <a href="#" class="genre-card bg-blue-100 hover:bg-blue-200 text-blue-800 rounded-lg p-4 text-center font-medium transition">
443
+ <i class="fas fa-robot text-2xl mb-2"></i>
444
+ <div>Sci-Fi</div>
445
+ </a>
446
+ <a href="#" class="genre-card bg-green-100 hover:bg-green-200 text-green-800 rounded-lg p-4 text-center font-medium transition">
447
+ <i class="fas fa-laugh-squint text-2xl mb-2"></i>
448
+ <div>Comedy</div>
449
+ </a>
450
+ <a href="#" class="genre-card bg-purple-100 hover:bg-purple-200 text-purple-800 rounded-lg p-4 text-center font-medium transition">
451
+ <i class="fas fa-ghost text-2xl mb-2"></i>
452
+ <div>Horror</div>
453
+ </a>
454
+ <a href="#" class="genre-card bg-yellow-100 hover:bg-yellow-200 text-yellow-800 rounded-lg p-4 text-center font-medium transition">
455
+ <i class="fas fa-fist-raised text-2xl mb-2"></i>
456
+ <div>Action</div>
457
+ </a>
458
+ <a href="#" class="genre-card bg-red-100 hover:bg-red-200 text-red-800 rounded-lg p-4 text-center font-medium transition">
459
+ <i class="fas fa-user-secret text-2xl mb-2"></i>
460
+ <div>Mystery</div>
461
+ </a>
462
+ <a href="#" class="genre-card bg-teal-100 hover:bg-teal-200 text-teal-800 rounded-lg p-4 text-center font-medium transition">
463
+ <i class="fas fa-utensils text-2xl mb-2"></i>
464
+ <div>Food</div>
465
+ </a>
466
+ <a href="#" class="genre-card bg-orange-100 hover:bg-orange-200 text-orange-800 rounded-lg p-4 text-center font-medium transition">
467
+ <i class="fas fa-graduation-cap text-2xl mb-2"></i>
468
+ <div>School Life</div>
469
+ </a>
470
+ <a href="#" class="genre-card bg-gray-100 hover:bg-gray-200 text-gray-800 rounded-lg p-4 text-center font-medium transition">
471
+ <i class="fas fa-history text-2xl mb-2"></i>
472
+ <div>Historical</div>
473
+ </a>
474
+ <a href="#" class="genre-card bg-indigo-100 hover:bg-indigo-200 text-indigo-800 rounded-lg p-4 text-center font-medium transition">
475
+ <i class="fas fa-magic text-2xl mb-2"></i>
476
+ <div>Supernatural</div>
477
+ </a>
478
+ <a href="#" class="genre-card bg-pink-100 hover:bg-pink-200 text-pink-800 rounded-lg p-4 text-center font-medium transition">
479
+ <i class="fas fa-theater-masks text-2xl mb-2"></i>
480
+ <div>Drama</div>
481
+ </a>
482
+ </div>
483
+ </section>
484
+ </main>
485
+
486
+ <!-- Footer -->
487
+ <footer class="bg-gray-900 text-white py-12">
488
+ <div class="container mx-auto px-4">
489
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
490
+ <div>
491
+ <h3 class="text-xl font-bold mb-4 flex items-center">
492
+ <i class="fas fa-book-open mr-2"></i> WebToonVerse
493
+ </h3>
494
+ <p class="text-gray-400">Your ultimate destination for webtoons. Read thousands of comics for free, updated daily.</p>
495
+ <div class="flex space-x-4 mt-6">
496
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook-f"></i></a>
497
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
498
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a>
499
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-discord"></i></a>
500
+ </div>
501
+ </div>
502
+ <div>
503
+ <h4 class="font-bold mb-4">Explore</h4>
504
+ <ul class="space-y-2">
505
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Popular Webtoons</a></li>
506
+ <li><a href="#" class="text-gray-400 hover:text-white transition">New Releases</a></li>
507
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Completed Series</a></li>
508
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Top Rated</a></li>
509
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Genres</a></li>
510
+ </ul>
511
+ </div>
512
+ <div>
513
+ <h4 class="font-bold mb-4">Company</h4>
514
+ <ul class="space-y-2">
515
+ <li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li>
516
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
517
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Press</a></li>
518
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li>
519
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
520
+ </ul>
521
+ </div>
522
+ <div>
523
+ <h4 class="font-bold mb-4">Support</h4>
524
+ <ul class="space-y-2">
525
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Help Center</a></li>
526
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
527
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
528
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Cookie Policy</a></li>
529
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Community Guidelines</a></li>
530
+ </ul>
531
+ </div>
532
+ </div>
533
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500">
534
+ <p>© 2023 WebToonVerse. All rights reserved.</p>
535
+ </div>
536
+ </div>
537
+ </footer>
538
+
539
+ <!-- Back to Top Button -->
540
+ <button id="back-to-top" class="fixed bottom-8 right-8 bg-indigo-600 text-white p-3 rounded-full shadow-lg opacity-0 invisible transition-all duration-300">
541
+ <i class="fas fa-arrow-up"></i>
542
+ </button>
543
+
544
+ <!-- Loading Overlay -->
545
+ <div id="loading-overlay" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
546
+ <div class="spinner"></div>
547
+ </div>
548
+
549
+ <script>
550
+ // Mobile Menu Toggle
551
+ const mobileMenuButton = document.getElementById('mobile-menu-button');
552
+ const mobileMenu = document.getElementById('mobile-menu');
553
+
554
+ mobileMenuButton.addEventListener('click', () => {
555
+ mobileMenu.classList.toggle('hidden');
556
+ });
557
+
558
+ // Back to Top Button
559
+ const backToTopButton = document.getElementById('back-to-top');
560
+
561
+ window.addEventListener('scroll', () => {
562
+ if (window.pageYOffset > 300) {
563
+ backToTopButton.classList.remove('opacity-0', 'invisible');
564
+ backToTopButton.classList.add('opacity-100', 'visible');
565
+ } else {
566
+ backToTopButton.classList.remove('opacity-100', 'visible');
567
+ backToTopButton.classList.add('opacity-0', 'invisible');
568
+ }
569
+ });
570
+
571
+ backToTopButton.addEventListener('click', () => {
572
+ window.scrollTo({ top: 0, behavior: 'smooth' });
573
+ });
574
+
575
+ // Simulate loading
576
+ const loadingOverlay = document.getElementById('loading-overlay');
577
+
578
+ window.addEventListener('load', () => {
579
+ setTimeout(() => {
580
+ loadingOverlay.style.display = 'none';
581
+ }, 1000);
582
+ });
583
+
584
+ // Add fade-in animation to elements as they come into view
585
+ const fadeElements = document.querySelectorAll('.fade-in');
586
+
587
+ const fadeInObserver = new IntersectionObserver((entries) => {
588
+ entries.forEach(entry => {
589
+ if (entry.isIntersecting) {
590
+ entry.target.style.opacity = 1;
591
+ entry.target.style.transform = 'translateY(0)';
592
+ fadeInObserver.unobserve(entry.target);
593
+ }
594
+ });
595
+ }, { threshold: 0.1 });
596
+
597
+ fadeElements.forEach(element => {
598
+ fadeInObserver.observe(element);
599
+ });
600
+
601
+ // Webtoon card hover effect enhancement
602
+ const webtoonCards = document.querySelectorAll('.webtoon-card');
603
+
604
+ webtoonCards.forEach(card => {
605
+ card.addEventListener('mouseenter', () => {
606
+ const thumbnail = card.querySelector('.webtoon-thumbnail');
607
+ thumbnail.style.transform = 'scale(1.03)';
608
+ thumbnail.style.boxShadow = '0 10px 20px rgba(0,0,0,0.2)';
609
+ });
610
+
611
+ card.addEventListener('mouseleave', () => {
612
+ const thumbnail = card.querySelector('.webtoon-thumbnail');
613
+ thumbnail.style.transform = 'scale(1)';
614
+ thumbnail.style.boxShadow = '';
615
+ });
616
+ });
617
+
618
+ // Genre card hover effect
619
+ const genreCards = document.querySelectorAll('.genre-card');
620
+
621
+ genreCards.forEach(card => {
622
+ card.addEventListener('mouseenter', () => {
623
+ const icon = card.querySelector('i');
624
+ icon.style.transform = 'scale(1.1)';
625
+ });
626
+
627
+ card.addEventListener('mouseleave', () => {
628
+ const icon = card.querySelector('i');
629
+ icon.style.transform = 'scale(1)';
630
+ });
631
+ });
632
+ </script>
633
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=kadirtsc/webtoonverse" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
634
+ </html>