Mablue commited on
Commit
41284c6
·
verified ·
1 Parent(s): da6c3e9

make the players small grid also append the list of poems bellow the poem to user can click on them - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +524 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Masoudsoft Ir
3
- emoji: 🌍
4
- colorFrom: pink
5
- colorTo: red
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: masoudsoft-ir
3
+ emoji: 🐳
4
+ colorFrom: red
5
+ colorTo: green
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,524 @@
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>Podcast Player</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
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#8B5CF6',
15
+ secondary: '#F43F5E',
16
+ dark: '#1F2937',
17
+ light: '#F9FAFB'
18
+ }
19
+ }
20
+ }
21
+ }
22
+ </script>
23
+ <style>
24
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
25
+
26
+ * {
27
+ font-family: 'Poppins', sans-serif;
28
+ }
29
+
30
+ .custom-scrollbar::-webkit-scrollbar {
31
+ width: 6px;
32
+ }
33
+
34
+ .custom-scrollbar::-webkit-scrollbar-track {
35
+ background: #f1f1f1;
36
+ }
37
+
38
+ .custom-scrollbar::-webkit-scrollbar-thumb {
39
+ background: #8B5CF6;
40
+ border-radius: 3px;
41
+ }
42
+
43
+ .custom-scrollbar::-webkit-scrollbar-thumb:hover {
44
+ background: #7C3AED;
45
+ }
46
+
47
+ .podcast-progress {
48
+ -webkit-appearance: none;
49
+ appearance: none;
50
+ width: 100%;
51
+ height: 4px;
52
+ background: #D1D5DB;
53
+ border-radius: 2px;
54
+ outline: none;
55
+ }
56
+
57
+ .podcast-progress::-webkit-slider-thumb {
58
+ -webkit-appearance: none;
59
+ appearance: none;
60
+ width: 12px;
61
+ height: 12px;
62
+ border-radius: 50%;
63
+ background: #8B5CF6;
64
+ cursor: pointer;
65
+ }
66
+
67
+ .slide {
68
+ opacity: 0;
69
+ transition: opacity 1s ease-in-out;
70
+ position: absolute;
71
+ width: 100%;
72
+ height: 100%;
73
+ }
74
+
75
+ .slide.active {
76
+ opacity: 1;
77
+ }
78
+
79
+ .active-podcast {
80
+ background-color: rgba(139, 92, 246, 0.1);
81
+ border-left: 3px solid #8B5CF6;
82
+ }
83
+
84
+ .active-music {
85
+ background-color: rgba(244, 63, 94, 0.1);
86
+ border-left: 3px solid #F43F5E;
87
+ }
88
+
89
+ .active-poem {
90
+ background-color: rgba(139, 92, 246, 0.1);
91
+ border-left: 2px solid #8B5CF6;
92
+ }
93
+ </style>
94
+ </head>
95
+ <body class="bg-gray-100">
96
+ <div class="min-h-screen flex flex-col">
97
+ <!-- Header -->
98
+ <header class="bg-gradient-to-r from-primary to-secondary text-white p-4 shadow-lg">
99
+ <div class="container mx-auto flex justify-between items-center">
100
+ <h1 class="text-2xl font-bold flex items-center">
101
+ <i class="fas fa-podcast mr-2"></i>PodVerse
102
+ </h1>
103
+ <div class="flex items-center space-x-4">
104
+ <button class="bg-white text-primary px-4 py-2 rounded-full font-medium hover:bg-opacity-90 transition">
105
+ <i class="fas fa-plus mr-1"></i> Add Channel
106
+ </button>
107
+ <button class="p-2 rounded-full bg-white bg-opacity-20 hover:bg-opacity-30 transition">
108
+ <i class="fas fa-cog"></i>
109
+ </button>
110
+ </div>
111
+ </div>
112
+ </header>
113
+
114
+ <main class="flex-1 container mx-auto p-4 md:p-6 grid grid-cols-1 lg:grid-cols-3 gap-6">
115
+ <!-- Left Column - Podcasts -->
116
+ <div class="bg-white rounded-xl shadow-md p-4 lg:col-span-2">
117
+ <h2 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
118
+ <i class="fas fa-headphones-alt text-primary mr-2"></i> Podcast Episodes
119
+ </h2>
120
+
121
+ <!-- Player Controls - Compact -->
122
+ <div class="bg-gray-50 rounded-lg p-3 mb-4">
123
+ <div class="flex items-center space-x-3 mb-2">
124
+ <img src="https://picsum.photos/60/60?random=1" alt="Podcast Cover" class="w-12 h-12 rounded-lg shadow">
125
+ <div class="flex-1 min-w-0">
126
+ <h3 class="font-medium text-gray-800 text-sm truncate">The Future of AI</h3>
127
+ <p class="text-xs text-gray-600 truncate">Tech Talk Podcast</p>
128
+ </div>
129
+ <button class="text-primary hover:text-purple-700">
130
+ <i class="fas fa-heart text-lg"></i>
131
+ </button>
132
+ </div>
133
+
134
+ <div class="mb-1">
135
+ <input type="range" min="0" max="100" value="35" class="podcast-progress">
136
+ </div>
137
+
138
+ <div class="flex justify-between text-xs text-gray-500 mb-2">
139
+ <span>12:45</span>
140
+ <span>38:20</span>
141
+ </div>
142
+
143
+ <div class="flex justify-center items-center space-x-4">
144
+ <button class="text-gray-600 hover:text-primary text-sm">
145
+ <i class="fas fa-step-backward"></i>
146
+ </button>
147
+ <button class="bg-primary text-white p-2 rounded-full hover:bg-purple-700 transition">
148
+ <i class="fas fa-play"></i>
149
+ </button>
150
+ <button class="text-gray-600 hover:text-primary text-sm">
151
+ <i class="fas fa-step-forward"></i>
152
+ </button>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Episodes List -->
157
+ <div class="h-80 overflow-y-auto custom-scrollbar">
158
+ <div class="space-y-3">
159
+ <div class="p-3 rounded-lg flex items-center space-x-3 active-podcast">
160
+ <img src="https://picsum.photos/60/60?random=2" alt="Episode" class="w-12 h-12 rounded">
161
+ <div class="flex-1">
162
+ <h4 class="font-medium text-gray-800">The Future of AI</h4>
163
+ <p class="text-sm text-gray-600">Tech Talk Podcast • 38 min</p>
164
+ </div>
165
+ <div class="text-primary">
166
+ <i class="fas fa-play-circle text-xl"></i>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="p-3 rounded-lg flex items-center space-x-3 hover:bg-gray-50 cursor-pointer">
171
+ <img src="https://picsum.photos/60/60?random=3" alt="Episode" class="w-12 h-12 rounded">
172
+ <div class="flex-1">
173
+ <h4 class="font-medium text-gray-800">Digital Nomad Lifestyle</h4>
174
+ <p class="text-sm text-gray-600">Remote Work Podcast • 45 min</p>
175
+ </div>
176
+ <div class="text-gray-400">
177
+ <i class="fas fa-play-circle text-xl"></i>
178
+ </div>
179
+ </div>
180
+
181
+ <div class="p-3 rounded-lg flex items-center space-x-3 hover:bg-gray-50 cursor-pointer">
182
+ <img src="https://picsum.photos/60/60?random=4" alt="Episode" class="w-12 h-12 rounded">
183
+ <div class="flex-1">
184
+ <h4 class="font-medium text-gray-800">Mindfulness Meditation</h4>
185
+ <p class="text-sm text-gray-600">Wellness Podcast • 28 min</p>
186
+ </div>
187
+ <div class="text-gray-400">
188
+ <i class="fas fa-play-circle text-xl"></i>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="p-3 rounded-lg flex items-center space-x-3 hover:bg-gray-50 cursor-pointer">
193
+ <img src="https://picsum.photos/60/60?random=5" alt="Episode" class="w-12 h-12 rounded">
194
+ <div class="flex-1">
195
+ <h4 class="font-medium text-gray-800">Startup Funding Strategies</h4>
196
+ <p class="text-sm text-gray-600">Business Podcast • 52 min</p>
197
+ </div>
198
+ <div class="text-gray-400">
199
+ <i class="fas fa-play-circle text-xl"></i>
200
+ </div>
201
+ </div>
202
+
203
+ <div class="p-3 rounded-lg flex items-center space-x-3 hover:bg-gray-50 cursor-pointer">
204
+ <img src="https://picsum.photos/60/60?random=6" alt="Episode" class="w-12 h-12 rounded">
205
+ <div class="flex-1">
206
+ <h4 class="font-medium text-gray-800">Climate Change Solutions</h4>
207
+ <p class="text-sm text-gray-600">Science Podcast • 41 min</p>
208
+ </div>
209
+ <div class="text-gray-400">
210
+ <i class="fas fa-play-circle text-xl"></i>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Right Column - Gallery, Music and Poetry -->
218
+ <div class="space-y-6">
219
+ <!-- Image Gallery -->
220
+ <div class="bg-white rounded-xl shadow-md p-4">
221
+ <h2 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
222
+ <i class="fas fa-images text-primary mr-2"></i> Gallery
223
+ </h2>
224
+
225
+ <div class="relative h-48 rounded-lg overflow-hidden mb-4">
226
+ <div class="slide active">
227
+ <img src="https://picsum.photos/400/200?random=10" alt="Gallery Image" class="w-full h-full object-cover">
228
+ </div>
229
+ <div class="slide">
230
+ <img src="https://picsum.photos/400/200?random=11" alt="Gallery Image" class="w-full h-full object-cover">
231
+ </div>
232
+ <div class="slide">
233
+ <img src="https://picsum.photos/400/200?random=12" alt="Gallery Image" class="w-full h-full object-cover">
234
+ </div>
235
+
236
+ <div class="absolute bottom-4 left-0 right-0 flex justify-center space-x-2">
237
+ <button class="w-2 h-2 rounded-full bg-white opacity-50 slider-dot active-dot"></button>
238
+ <button class="w-2 h-2 rounded-full bg-white opacity-50 slider-dot"></button>
239
+ <button class="w-2 h-2 rounded-full bg-white opacity-50 slider-dot"></button>
240
+ </div>
241
+
242
+ <button class="absolute left-2 top-1/2 transform -translate-y-1/2 text-white bg-black bg-opacity-30 p-1 rounded-full">
243
+ <i class="fas fa-chevron-left"></i>
244
+ </button>
245
+ <button class="absolute right-2 top-1/2 transform -translate-y-1/2 text-white bg-black bg-opacity-30 p-1 rounded-full">
246
+ <i class="fas fa-chevron-right"></i>
247
+ </button>
248
+ </div>
249
+
250
+ <div class="grid grid-cols-3 gap-2">
251
+ <img src="https://picsum.photos/100/100?random=13" alt="Thumbnail" class="rounded cursor-pointer">
252
+ <img src="https://picsum.photos/100/100?random=14" alt="Thumbnail" class="rounded cursor-pointer">
253
+ <img src="https://picsum.photos/100/100?random=15" alt="Thumbnail" class="rounded cursor-pointer">
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Music Player -->
258
+ <div class="bg-white rounded-xl shadow-md p-4">
259
+ <h2 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
260
+ <i class="fas fa-music text-secondary mr-2"></i> Music Player
261
+ </h2>
262
+
263
+ <div class="bg-gray-50 rounded-lg p-2 mb-3">
264
+ <div class="flex items-center space-x-2 mb-2">
265
+ <img src="https://picsum.photos/40/40?random=20" alt="Music Cover" class="w-10 h-10 rounded">
266
+ <div class="flex-1 min-w-0">
267
+ <h3 class="font-medium text-gray-800 text-sm truncate">Summer Vibes</h3>
268
+ <p class="text-xs text-gray-600 truncate">Chill Beats</p>
269
+ </div>
270
+ <button class="text-secondary hover:text-pink-700 text-sm">
271
+ <i class="fas fa-heart"></i>
272
+ </button>
273
+ </div>
274
+
275
+ <div class="mb-1">
276
+ <input type="range" min="0" max="100" value="60" class="podcast-progress">
277
+ </div>
278
+
279
+ <div class="flex justify-between text-xs text-gray-500 mb-2">
280
+ <span>2:15</span>
281
+ <span>3:45</span>
282
+ </div>
283
+
284
+ <div class="flex justify-center items-center space-x-3">
285
+ <button class="text-gray-600 hover:text-secondary text-sm">
286
+ <i class="fas fa-step-backward"></i>
287
+ </button>
288
+ <button class="bg-secondary text-white p-1 rounded-full hover:bg-pink-700 transition">
289
+ <i class="fas fa-play text-xs"></i>
290
+ </button>
291
+ <button class="text-gray-600 hover:text-secondary text-sm">
292
+ <i class="fas fa-step-forward"></i>
293
+ </button>
294
+ </div>
295
+ </div>
296
+
297
+ <div class="h-40 overflow-y-auto custom-scrollbar">
298
+ <div class="space-y-2">
299
+ <div class="p-2 rounded-lg flex items-center space-x-3 active-music">
300
+ <img src="https://picsum.photos/40/40?random=21" alt="Music" class="w-10 h-10 rounded">
301
+ <div class="flex-1">
302
+ <h4 class="font-medium text-gray-800">Summer Vibes</h4>
303
+ <p class="text-xs text-gray-600">Chill Beats</p>
304
+ </div>
305
+ <div class="text-secondary">
306
+ <i class="fas fa-play"></i>
307
+ </div>
308
+ </div>
309
+
310
+ <div class="p-2 rounded-lg flex items-center space-x-3 hover:bg-gray-50 cursor-pointer">
311
+ <img src="https://picsum.photos/40/40?random=22" alt="Music" class="w-10 h-10 rounded">
312
+ <div class="flex-1">
313
+ <h4 class="font-medium text-gray-800">Night Drive</h4>
314
+ <p class="text-xs text-gray-600">Synthwave</p>
315
+ </div>
316
+ <div class="text-gray-400">
317
+ <i class="fas fa-play"></i>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="p-2 rounded-lg flex items-center space-x-3 hover:bg-gray-50 cursor-pointer">
322
+ <img src="https://picsum.photos/40/40?random=23" alt="Music" class="w-10 h-10 rounded">
323
+ <div class="flex-1">
324
+ <h4 class="font-medium text-gray-800">Coffee Morning</h4>
325
+ <p class="text-xs text-gray-600">Acoustic</p>
326
+ </div>
327
+ <div class="text-gray-400">
328
+ <i class="fas fa-play"></i>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Poetry Section -->
336
+ <div class="bg-white rounded-xl shadow-md p-4">
337
+ <h2 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
338
+ <i class="fas fa-feather-alt text-primary mr-2"></i> Poetry Corner
339
+ </h2>
340
+
341
+ <div class="bg-gray-50 rounded-lg p-3 mb-3">
342
+ <h3 class="font-medium text-gray-800 mb-2 text-sm">The Road Not Taken</h3>
343
+ <p class="text-xs text-gray-700 italic">
344
+ Two roads diverged in a yellow wood,<br>
345
+ And sorry I could not travel both<br>
346
+ And be one traveler, long I stood<br>
347
+ And looked down one as far as I could...
348
+ </p>
349
+ <p class="text-xs text-gray-500 mt-1">- Robert Frost</p>
350
+ </div>
351
+
352
+ <!-- Poems List -->
353
+ <div class="h-32 overflow-y-auto custom-scrollbar mb-3">
354
+ <div class="space-y-2">
355
+ <div class="p-2 rounded-lg flex items-center space-x-2 hover:bg-gray-50 cursor-pointer active-poem">
356
+ <div class="bg-primary bg-opacity-10 p-1 rounded">
357
+ <i class="fas fa-feather-alt text-primary text-xs"></i>
358
+ </div>
359
+ <div class="flex-1 min-w-0">
360
+ <h4 class="font-medium text-gray-800 text-sm truncate">The Road Not Taken</h4>
361
+ <p class="text-xs text-gray-600 truncate">Robert Frost</p>
362
+ </div>
363
+ </div>
364
+
365
+ <div class="p-2 rounded-lg flex items-center space-x-2 hover:bg-gray-50 cursor-pointer">
366
+ <div class="bg-primary bg-opacity-10 p-1 rounded">
367
+ <i class="fas fa-feather-alt text-primary text-xs"></i>
368
+ </div>
369
+ <div class="flex-1 min-w-0">
370
+ <h4 class="font-medium text-gray-800 text-sm truncate">Sonnet 18</h4>
371
+ <p class="text-xs text-gray-600 truncate">William Shakespeare</p>
372
+ </div>
373
+ </div>
374
+
375
+ <div class="p-2 rounded-lg flex items-center space-x-2 hover:bg-gray-50 cursor-pointer">
376
+ <div class="bg-primary bg-opacity-10 p-1 rounded">
377
+ <i class="fas fa-feather-alt text-primary text-xs"></i>
378
+ </div>
379
+ <div class="flex-1 min-w-0">
380
+ <h4 class="font-medium text-gray-800 text-sm truncate">The Raven</h4>
381
+ <p class="text-xs text-gray-600 truncate">Edgar Allan Poe</p>
382
+ </div>
383
+ </div>
384
+
385
+ <div class="p-2 rounded-lg flex items-center space-x-2 hover:bg-gray-50 cursor-pointer">
386
+ <div class="bg-primary bg-opacity-10 p-1 rounded">
387
+ <i class="fas fa-feather-alt text-primary text-xs"></i>
388
+ </div>
389
+ <div class="flex-1 min-w-0">
390
+ <h4 class="font-medium text-gray-800 text-sm truncate">If—</h4>
391
+ <p class="text-xs text-gray-600 truncate">Rudyard Kipling</p>
392
+ </div>
393
+ </div>
394
+ </div>
395
+ </div>
396
+
397
+ <button class="w-full bg-primary text-white py-2 rounded-lg hover:bg-purple-700 transition flex items-center justify-center text-sm">
398
+ <i class="fas fa-plus mr-2 text-xs"></i> Add New Poem
399
+ </button>
400
+ </div>
401
+
402
+ <!-- Channels & Links -->
403
+ <div class="bg-white rounded-xl shadow-md p-4">
404
+ <h2 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
405
+ <i class="fas fa-link text-primary mr-2"></i> Channels & Links
406
+ </h2>
407
+
408
+ <div class="space-y-3">
409
+ <div class="flex items-center p-2 hover:bg-gray-50 rounded-lg cursor-pointer">
410
+ <div class="bg-primary bg-opacity-10 p-2 rounded-lg mr-3">
411
+ <i class="fas fa-podcast text-primary"></i>
412
+ </div>
413
+ <span class="text-gray-700">Tech Talk Podcast</span>
414
+ </div>
415
+
416
+ <div class="flex items-center p-2 hover:bg-gray-50 rounded-lg cursor-pointer">
417
+ <div class="bg-secondary bg-opacity-10 p-2 rounded-lg mr-3">
418
+ <i class="fas fa-music text-secondary"></i>
419
+ </div>
420
+ <span class="text-gray-700">Chill Beats Channel</span>
421
+ </div>
422
+
423
+ <div class="flex items-center p-2 hover:bg-gray-50 rounded-lg cursor-pointer">
424
+ <div class="bg-yellow-500 bg-opacity-10 p-2 rounded-lg mr-3">
425
+ <i class="fas fa-book text-yellow-500"></i>
426
+ </div>
427
+ <span class="text-gray-700">Poetry Society</span>
428
+ </div>
429
+ </div>
430
+
431
+ <button class="w-full mt-4 border border-primary text-primary py-2 rounded-lg hover:bg-primary hover:text-white transition flex items-center justify-center">
432
+ <i class="fas fa-plus mr-2"></i> Add New Channel
433
+ </button>
434
+ </div>
435
+ </div>
436
+ </main>
437
+
438
+ <footer class="bg-dark text-gray-400 py-6 mt-8">
439
+ <div class="container mx-auto px-4 text-center">
440
+ <p>© 2023 PodVerse - Your Ultimate Media Experience</p>
441
+ <div class="flex justify-center space-x-4 mt-2">
442
+ <a href="#" class="hover:text-white"><i class="fab fa-facebook"></i></a>
443
+ <a href="#" class="hover:text-white"><i class="fab fa-twitter"></i></a>
444
+ <a href="#" class="hover:text-white"><i class="fab fa-instagram"></i></a>
445
+ <a href="#" class="hover:text-white"><i class="fab fa-youtube"></i></a>
446
+ </div>
447
+ </div>
448
+ </footer>
449
+ </div>
450
+
451
+ <script>
452
+ // Slideshow functionality
453
+ document.addEventListener('DOMContentLoaded', function() {
454
+ let currentSlide = 0;
455
+ const slides = document.querySelectorAll('.slide');
456
+ const dots = document.querySelectorAll('.slider-dot');
457
+ const totalSlides = slides.length;
458
+
459
+ // Initialize slideshow
460
+ function showSlide(n) {
461
+ slides.forEach(slide => slide.classList.remove('active'));
462
+ dots.forEach(dot => dot.classList.remove('active-dot'));
463
+
464
+ currentSlide = (n + totalSlides) % totalSlides;
465
+
466
+ slides[currentSlide].classList.add('active');
467
+ dots[currentSlide].classList.add('active-dot');
468
+ }
469
+
470
+ // Next/previous controls
471
+ document.querySelector('.fa-chevron-right').parentNode.addEventListener('click', () => {
472
+ showSlide(currentSlide + 1);
473
+ });
474
+
475
+ document.querySelector('.fa-chevron-left').parentNode.addEventListener('click', () => {
476
+ showSlide(currentSlide - 1);
477
+ });
478
+
479
+ // Dot controls
480
+ dots.forEach((dot, index) => {
481
+ dot.addEventListener('click', () => {
482
+ showSlide(index);
483
+ });
484
+ });
485
+
486
+ // Auto advance slides
487
+ setInterval(() => {
488
+ showSlide(currentSlide + 1);
489
+ }, 5000);
490
+
491
+ // Play/Pause functionality
492
+ const playButtons = document.querySelectorAll('.fa-play');
493
+ playButtons.forEach(button => {
494
+ button.addEventListener('click', function() {
495
+ const isPlaying = this.classList.contains('fa-play');
496
+ const allPlayButtons = document.querySelectorAll('.fa-play, .fa-pause');
497
+
498
+ allPlayButtons.forEach(btn => {
499
+ btn.classList.remove('fa-pause');
500
+ btn.classList.add('fa-play');
501
+ });
502
+
503
+ if (isPlaying) {
504
+ this.classList.remove('fa-play');
505
+ this.classList.add('fa-pause');
506
+ }
507
+ });
508
+ });
509
+
510
+ // Add channel modal (simplified)
511
+ document.querySelectorAll('button:contains("Add Channel")').forEach(button => {
512
+ button.addEventListener('click', function() {
513
+ alert('Channel addition feature would open here!');
514
+ });
515
+ });
516
+
517
+ // Add poem functionality
518
+ document.querySelector('button:contains("Add New Poem")').addEventListener('click', function() {
519
+ alert('Poem addition feature would open here!');
520
+ });
521
+ });
522
+ </script>
523
+ <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=Mablue/masoudsoft-ir" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
524
+ </html>