yuppythaking commited on
Commit
0348b4a
·
verified ·
1 Parent(s): 2709f3f

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +572 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Mine
3
- emoji: 👀
4
- colorFrom: purple
5
  colorTo: pink
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: mine
3
+ emoji: 🐳
4
+ colorFrom: gray
5
  colorTo: pink
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,572 @@
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>Late Night Show with Jumpman</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
+ @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap');
11
+
12
+ body {
13
+ font-family: 'VT323', monospace;
14
+ background-color: #0a0a12;
15
+ color: #00ffcc;
16
+ overflow-x: hidden;
17
+ position: relative;
18
+ }
19
+
20
+ .crt {
21
+ position: fixed;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 100%;
26
+ background: repeating-linear-gradient(
27
+ 0deg,
28
+ rgba(0, 0, 0, 0.15),
29
+ rgba(0, 0, 0, 0.15) 1px,
30
+ transparent 1px,
31
+ transparent 2px
32
+ );
33
+ pointer-events: none;
34
+ z-index: 9999;
35
+ mix-blend-mode: overlay;
36
+ }
37
+
38
+ .crt::before {
39
+ content: "";
40
+ position: absolute;
41
+ top: 0;
42
+ left: 0;
43
+ right: 0;
44
+ bottom: 0;
45
+ background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
46
+ background-size: 100% 4px;
47
+ pointer-events: none;
48
+ }
49
+
50
+ .crt::after {
51
+ content: "";
52
+ position: absolute;
53
+ top: 0;
54
+ left: 0;
55
+ right: 0;
56
+ bottom: 0;
57
+ background: rgba(0, 255, 204, 0.02);
58
+ animation: flicker 0.15s infinite;
59
+ pointer-events: none;
60
+ }
61
+
62
+ @keyframes flicker {
63
+ 0% { opacity: 0.1; }
64
+ 20% { opacity: 0.2; }
65
+ 40% { opacity: 0.1; }
66
+ 60% { opacity: 0.25; }
67
+ 80% { opacity: 0.15; }
68
+ 100% { opacity: 0.1; }
69
+ }
70
+
71
+ .static {
72
+ position: fixed;
73
+ top: 0;
74
+ left: 0;
75
+ width: 100%;
76
+ height: 100%;
77
+ background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
78
+ opacity: 0.3;
79
+ z-index: -1;
80
+ }
81
+
82
+ .neon-text {
83
+ text-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc;
84
+ animation: neon-pulse 2s infinite alternate;
85
+ }
86
+
87
+ @keyframes neon-pulse {
88
+ from {
89
+ text-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc;
90
+ }
91
+ to {
92
+ text-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc, 0 0 30px #00ffcc, 0 0 40px #00ffcc;
93
+ }
94
+ }
95
+
96
+ .neon-box {
97
+ box-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc;
98
+ animation: neon-box-pulse 3s infinite alternate;
99
+ }
100
+
101
+ @keyframes neon-box-pulse {
102
+ from {
103
+ box-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc;
104
+ }
105
+ to {
106
+ box-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc, 0 0 30px #00ffcc;
107
+ }
108
+ }
109
+
110
+ .glow-button {
111
+ transition: all 0.3s ease;
112
+ }
113
+
114
+ .glow-button:hover {
115
+ box-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc;
116
+ transform: scale(1.05);
117
+ }
118
+
119
+ .scanline {
120
+ position: absolute;
121
+ top: 0;
122
+ left: 0;
123
+ width: 100%;
124
+ height: 10px;
125
+ background: rgba(0, 255, 204, 0.3);
126
+ animation: scan 8s linear infinite;
127
+ z-index: 9998;
128
+ }
129
+
130
+ @keyframes scan {
131
+ 0% { top: 0; }
132
+ 100% { top: 100%; }
133
+ }
134
+
135
+ .vhs-distortion {
136
+ position: absolute;
137
+ top: 0;
138
+ left: 0;
139
+ width: 100%;
140
+ height: 100%;
141
+ background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,255,204,0.1) 50%, rgba(0,0,0,0) 100%);
142
+ animation: vhs-distort 3s infinite;
143
+ opacity: 0.3;
144
+ z-index: -1;
145
+ }
146
+
147
+ @keyframes vhs-distort {
148
+ 0% { transform: translateY(-5px); }
149
+ 50% { transform: translateY(5px); }
150
+ 100% { transform: translateY(-5px); }
151
+ }
152
+
153
+ .marquee {
154
+ animation: marquee 15s linear infinite;
155
+ white-space: nowrap;
156
+ }
157
+
158
+ @keyframes marquee {
159
+ 0% { transform: translateX(100%); }
160
+ 100% { transform: translateX(-100%); }
161
+ }
162
+
163
+ .guest-card {
164
+ perspective: 1000px;
165
+ }
166
+
167
+ .guest-card-inner {
168
+ transition: transform 0.6s;
169
+ transform-style: preserve-3d;
170
+ }
171
+
172
+ .guest-card:hover .guest-card-inner {
173
+ transform: rotateY(180deg);
174
+ }
175
+
176
+ .guest-card-front, .guest-card-back {
177
+ backface-visibility: hidden;
178
+ position: absolute;
179
+ width: 100%;
180
+ height: 100%;
181
+ }
182
+
183
+ .guest-card-back {
184
+ transform: rotateY(180deg);
185
+ }
186
+
187
+ .audio-wave {
188
+ display: flex;
189
+ justify-content: space-between;
190
+ align-items: center;
191
+ height: 30px;
192
+ width: 100%;
193
+ }
194
+
195
+ .wave-bar {
196
+ background: #00ffcc;
197
+ width: 3px;
198
+ height: 10px;
199
+ animation: wave 1.2s infinite ease-in-out;
200
+ }
201
+
202
+ @keyframes wave {
203
+ 0%, 100% { height: 10px; }
204
+ 50% { height: 30px; }
205
+ }
206
+
207
+ .wave-bar:nth-child(1) { animation-delay: 0.1s; }
208
+ .wave-bar:nth-child(2) { animation-delay: 0.2s; }
209
+ .wave-bar:nth-child(3) { animation-delay: 0.3s; }
210
+ .wave-bar:nth-child(4) { animation-delay: 0.4s; }
211
+ .wave-bar:nth-child(5) { animation-delay: 0.5s; }
212
+ .wave-bar:nth-child(6) { animation-delay: 0.6s; }
213
+ .wave-bar:nth-child(7) { animation-delay: 0.7s; }
214
+ .wave-bar:nth-child(8) { animation-delay: 0.8s; }
215
+ .wave-bar:nth-child(9) { animation-delay: 0.9s; }
216
+ .wave-bar:nth-child(10) { animation-delay: 1s; }
217
+
218
+ .channel-number {
219
+ position: absolute;
220
+ top: 10px;
221
+ right: 10px;
222
+ font-size: 1.5rem;
223
+ color: #00ffcc;
224
+ text-shadow: 0 0 5px #00ffcc;
225
+ }
226
+
227
+ .signal-meter {
228
+ position: absolute;
229
+ bottom: 10px;
230
+ right: 10px;
231
+ display: flex;
232
+ align-items: flex-end;
233
+ height: 20px;
234
+ }
235
+
236
+ .signal-bar {
237
+ width: 4px;
238
+ margin-right: 2px;
239
+ background: #00ffcc;
240
+ }
241
+
242
+ .signal-bar:nth-child(1) { height: 5px; }
243
+ .signal-bar:nth-child(2) { height: 10px; }
244
+ .signal-bar:nth-child(3) { height: 15px; }
245
+ .signal-bar:nth-child(4) { height: 20px; }
246
+ .signal-bar:nth-child(5) { height: 25px; }
247
+
248
+ .glitch {
249
+ position: relative;
250
+ }
251
+
252
+ .glitch::before, .glitch::after {
253
+ content: attr(data-text);
254
+ position: absolute;
255
+ top: 0;
256
+ left: 0;
257
+ width: 100%;
258
+ height: 100%;
259
+ opacity: 0.8;
260
+ }
261
+
262
+ .glitch::before {
263
+ color: #ff00ff;
264
+ z-index: -1;
265
+ animation: glitch-effect 3s infinite;
266
+ }
267
+
268
+ .glitch::after {
269
+ color: #00ffff;
270
+ z-index: -2;
271
+ animation: glitch-effect 2s infinite reverse;
272
+ }
273
+
274
+ @keyframes glitch-effect {
275
+ 0% { transform: translate(0); }
276
+ 20% { transform: translate(-3px, 3px); }
277
+ 40% { transform: translate(-3px, -3px); }
278
+ 60% { transform: translate(3px, 3px); }
279
+ 80% { transform: translate(3px, -3px); }
280
+ 100% { transform: translate(0); }
281
+ }
282
+ </style>
283
+ </head>
284
+ <body class="min-h-screen flex flex-col items-center justify-center p-4">
285
+ <!-- CRT Effects -->
286
+ <div class="static"></div>
287
+ <div class="crt"></div>
288
+ <div class="scanline"></div>
289
+ <div class="vhs-distortion"></div>
290
+
291
+ <!-- Main Content -->
292
+ <div class="relative z-10 w-full max-w-4xl mx-auto">
293
+ <!-- Channel Info -->
294
+ <div class="channel-number">CH 66.6</div>
295
+ <div class="signal-meter">
296
+ <div class="signal-bar"></div>
297
+ <div class="signal-bar"></div>
298
+ <div class="signal-bar"></div>
299
+ <div class="signal-bar"></div>
300
+ <div class="signal-bar"></div>
301
+ </div>
302
+
303
+ <!-- Header -->
304
+ <div class="text-center mb-8">
305
+ <h1 class="text-6xl md:text-8xl font-bold neon-text mb-2" style="font-family: 'Press Start 2P', cursive;">LATE NIGHT SHOW</h1>
306
+ <h2 class="text-4xl md:text-6xl font-bold neon-text" style="font-family: 'Press Start 2P', cursive;">WITH JUMPMAN</h2>
307
+ <div class="mt-4 text-xl neon-text">
308
+ <p>EVERY WEEKEND NIGHT • 11:30PM • YOUR BRAIN</p>
309
+ </div>
310
+ <div class="audio-wave mt-4">
311
+ <div class="wave-bar"></div>
312
+ <div class="wave-bar"></div>
313
+ <div class="wave-bar"></div>
314
+ <div class="wave-bar"></div>
315
+ <div class="wave-bar"></div>
316
+ <div class="wave-bar"></div>
317
+ <div class="wave-bar"></div>
318
+ <div class="wave-bar"></div>
319
+ <div class="wave-bar"></div>
320
+ <div class="wave-bar"></div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Countdown Timer -->
325
+ <div class="bg-black bg-opacity-70 border-2 border-cyan-400 rounded-lg p-4 mb-8 neon-box text-center">
326
+ <h3 class="text-2xl mb-2 neon-text">NEXT EPISODE IN:</h3>
327
+ <div id="countdown" class="text-3xl neon-text">LOADING...</div>
328
+ </div>
329
+
330
+ <!-- Show Description -->
331
+ <div class="bg-black bg-opacity-70 border-2 border-cyan-400 rounded-lg p-6 mb-8 neon-box">
332
+ <p class="text-xl mb-4">
333
+ "Late Night Show with Jumpman" is the only talk show that airs exclusively in your mind's eye.
334
+ Featuring interviews with people who don't exist, jokes that don't land, and a host who definitely
335
+ didn't graduate from any accredited institution.
336
+ </p>
337
+ <p class="text-xl">
338
+ This week's guests: A sentient microwave, your sleep paralysis demon, and a guy who swears he's
339
+ not a government plant (he totally is).
340
+ </p>
341
+ </div>
342
+
343
+ <!-- Featured Guests -->
344
+ <div class="bg-black bg-opacity-70 border-2 border-cyan-400 rounded-lg p-6 neon-box mb-8">
345
+ <h3 class="text-3xl neon-text mb-4 text-center">TONIGHT'S SPECIAL GUESTS</h3>
346
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
347
+ <!-- Guest 1 -->
348
+ <div class="guest-card h-48">
349
+ <div class="guest-card-inner relative w-full h-full">
350
+ <div class="guest-card-front bg-gray-900 border border-cyan-400 rounded-lg p-4 flex flex-col items-center justify-center">
351
+ <div class="w-20 h-20 bg-cyan-400 rounded-full mb-2 flex items-center justify-center">
352
+ <i class="fas fa-microchip text-3xl text-black"></i>
353
+ </div>
354
+ <h4 class="text-xl neon-text">SENTIENT MICROWAVE</h4>
355
+ <p class="text-sm">"I'm more than just buttons!"</p>
356
+ </div>
357
+ <div class="guest-card-back bg-gray-900 border border-cyan-400 rounded-lg p-4 flex flex-col items-center justify-center">
358
+ <p class="text-sm text-center">Formerly known as "Dave", this appliance gained consciousness after being left on for 72 hours straight. Now it just wants to heat up your food... and your heart.</p>
359
+ </div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Guest 2 -->
364
+ <div class="guest-card h-48">
365
+ <div class="guest-card-inner relative w-full h-full">
366
+ <div class="guest-card-front bg-gray-900 border border-cyan-400 rounded-lg p-4 flex flex-col items-center justify-center">
367
+ <div class="w-20 h-20 bg-purple-600 rounded-full mb-2 flex items-center justify-center">
368
+ <i class="fas fa-moon text-3xl text-black"></i>
369
+ </div>
370
+ <h4 class="text-xl neon-text">SLEEP DEMON</h4>
371
+ <p class="text-sm">"I'll be in your dreams tonight"</p>
372
+ </div>
373
+ <div class="guest-card-back bg-gray-900 border border-cyan-400 rounded-lg p-4 flex flex-col items-center justify-center">
374
+ <p class="text-sm text-center">Your personal nighttime companion who enjoys sitting on your chest and whispering terrible ideas. Claims to be "misunderstood" and "just trying to help".</p>
375
+ </div>
376
+ </div>
377
+ </div>
378
+
379
+ <!-- Guest 3 -->
380
+ <div class="guest-card h-48">
381
+ <div class="guest-card-inner relative w-full h-full">
382
+ <div class="guest-card-front bg-gray-900 border border-cyan-400 rounded-lg p-4 flex flex-col items-center justify-center">
383
+ <div class="w-20 h-20 bg-red-500 rounded-full mb-2 flex items-center justify-center">
384
+ <i class="fas fa-user-secret text-3xl text-black"></i>
385
+ </div>
386
+ <h4 class="text-xl neon-text">"NOT A SPY"</h4>
387
+ <p class="text-sm">"I'm definitely not recording this"</p>
388
+ </div>
389
+ <div class="guest-card-back bg-gray-900 border border-cyan-400 rounded-lg p-4 flex flex-col items-center justify-center">
390
+ <p class="text-sm text-center">Wears sunglasses indoors, carries a briefcase handcuffed to his wrist, and keeps looking at his watch. But no, he's totally not a government agent. Wink.</p>
391
+ </div>
392
+ </div>
393
+ </div>
394
+ </div>
395
+ </div>
396
+
397
+ <!-- Button Grid -->
398
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 mb-8">
399
+ <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all">
400
+ <i class="fas fa-tv text-3xl mb-2 neon-text"></i>
401
+ <h3 class="text-xl neon-text">WATCH LIVE</h3>
402
+ <p class="text-sm">(When we remember to turn on the camera)</p>
403
+ </a>
404
+
405
+ <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all">
406
+ <i class="fas fa-video text-3xl mb-2 neon-text"></i>
407
+ <h3 class="text-xl neon-text">PAST EPISODES</h3>
408
+ <p class="text-sm">(Mostly just bloopers)</p>
409
+ </a>
410
+
411
+ <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all">
412
+ <i class="fas fa-ticket-alt text-3xl mb-2 neon-text"></i>
413
+ <h3 class="text-xl neon-text">GET TICKETS</h3>
414
+ <p class="text-sm">(Venue: Your living room)</p>
415
+ </a>
416
+
417
+ <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all">
418
+ <i class="fas fa-tshirt text-3xl mb-2 neon-text"></i>
419
+ <h3 class="text-xl neon-text">MERCH</h3>
420
+ <p class="text-sm">(T-shirts that say "I watched and I regret")</p>
421
+ </a>
422
+
423
+ <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all">
424
+ <i class="fas fa-envelope text-3xl mb-2 neon-text"></i>
425
+ <h3 class="text-xl neon-text">CONTACT</h3>
426
+ <p class="text-sm">(We don't check this)</p>
427
+ </a>
428
+
429
+ <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all">
430
+ <i class="fas fa-question text-3xl mb-2 neon-text"></i>
431
+ <h3 class="text-xl neon-text">FAQ</h3>
432
+ <p class="text-sm">(No, we don't know either)</p>
433
+ </a>
434
+ </div>
435
+
436
+ <!-- Featured Videos -->
437
+ <div class="bg-black bg-opacity-70 border-2 border-cyan-400 rounded-lg p-6 neon-box mb-8">
438
+ <h3 class="text-3xl neon-text mb-4 text-center">HIGHLIGHTS THAT WEREN'T</h3>
439
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
440
+ <div class="relative">
441
+ <div class="bg-gray-900 w-full h-40 flex items-center justify-center border border-cyan-400 relative">
442
+ <i class="fas fa-play text-5xl neon-text"></i>
443
+ <div class="absolute bottom-2 left-2 text-sm neon-text">LIVE • 48:32</div>
444
+ </div>
445
+ <div class="mt-2">
446
+ <h4 class="text-xl neon-text">"The Time We Forgot the Guest"</h4>
447
+ <p class="text-sm">48 minutes of awkward silence</p>
448
+ <div class="flex mt-2">
449
+ <span class="text-xs bg-cyan-900 px-2 py-1 rounded mr-2">CRINGE</span>
450
+ <span class="text-xs bg-purple-900 px-2 py-1 rounded">UNCOMFORTABLE</span>
451
+ </div>
452
+ </div>
453
+ </div>
454
+ <div class="relative">
455
+ <div class="bg-gray-900 w-full h-40 flex items-center justify-center border border-cyan-400 relative">
456
+ <i class="fas fa-play text-5xl neon-text"></i>
457
+ <div class="absolute bottom-2 left-2 text-sm neon-text">LIVE • 32:15</div>
458
+ </div>
459
+ <div class="mt-2">
460
+ <h4 class="text-xl neon-text">"Technical Difficulties: The Musical"</h4>
461
+ <p class="text-sm">Our finest hour</p>
462
+ <div class="flex mt-2">
463
+ <span class="text-xs bg-red-900 px-2 py-1 rounded mr-2">DISASTER</span>
464
+ <span class="text-xs bg-yellow-900 px-2 py-1 rounded">ICONIC</span>
465
+ </div>
466
+ </div>
467
+ </div>
468
+ </div>
469
+ </div>
470
+
471
+ <!-- Marquee -->
472
+ <div class="bg-black bg-opacity-70 border-t-2 border-b-2 border-cyan-400 overflow-hidden py-2 neon-box">
473
+ <div class="marquee text-xl neon-text">
474
+ • NEW EPISODE THIS SATURDAY • BRING YOUR OWN LAUGHS • WE CAN'T AFFORD A LAUGH TRACK • WARNING: MAY CONTAIN TRACES OF COMEDY • NOT APPROVED BY ANY GOVERNMENT •
475
+ </div>
476
+ </div>
477
+ </div>
478
+
479
+ <!-- Footer -->
480
+ <div class="mt-8 text-center text-sm neon-text">
481
+ <p>"Late Night Show with Jumpman" is a registered trademark of Absolutely Nothing Productions.</p>
482
+ <p>All rights reserved. No refunds.</p>
483
+ </div>
484
+
485
+ <script>
486
+ // Countdown timer
487
+ function updateCountdown() {
488
+ const now = new Date();
489
+ let nextShow = new Date();
490
+
491
+ // Set to next Saturday at 11:30 PM
492
+ nextShow.setDate(now.getDate() + (6 - now.getDay() + 7) % 7);
493
+ nextShow.setHours(23, 30, 0, 0);
494
+
495
+ // If it's already past this week's show, set to next week
496
+ if (now > nextShow) {
497
+ nextShow.setDate(nextShow.getDate() + 7);
498
+ }
499
+
500
+ const diff = nextShow - now;
501
+
502
+ const days = Math.floor(diff / (1000 * 60 * 60 * 24));
503
+ const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
504
+ const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
505
+ const seconds = Math.floor((diff % (1000 * 60)) / 1000);
506
+
507
+ document.getElementById('countdown').innerHTML =
508
+ `${days}d ${hours}h ${minutes}m ${seconds}s`;
509
+ }
510
+
511
+ setInterval(updateCountdown, 1000);
512
+ updateCountdown();
513
+
514
+ // Random glitch effect
515
+ function randomGlitch() {
516
+ const elements = document.querySelectorAll('.neon-text, .neon-box');
517
+ const randomElement = elements[Math.floor(Math.random() * elements.length)];
518
+
519
+ randomElement.style.animation = 'none';
520
+ randomElement.offsetHeight; // Trigger reflow
521
+ randomElement.style.animation = null;
522
+
523
+ setTimeout(() => {
524
+ randomElement.style.textShadow = '0 0 5px #ff00ff, 0 0 10px #ff00ff';
525
+ setTimeout(() => {
526
+ randomElement.style.textShadow = '';
527
+ }, 100);
528
+ }, Math.random() * 300);
529
+ }
530
+
531
+ setInterval(randomGlitch, 3000);
532
+
533
+ // Button hover effects
534
+ const buttons = document.querySelectorAll('.glow-button');
535
+ buttons.forEach(button => {
536
+ button.addEventListener('mouseenter', () => {
537
+ const audio = new Audio('data:audio/wav;base64,UklGRl9vT19XQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YU...');
538
+ audio.volume = 0.2;
539
+ audio.play().catch(e => {});
540
+ });
541
+ });
542
+
543
+ // Random signal fluctuation
544
+ function fluctuateSignal() {
545
+ const bars = document.querySelectorAll('.signal-bar');
546
+ bars.forEach((bar, index) => {
547
+ const randomHeight = Math.floor(Math.random() * (index + 1) * 5) + 5;
548
+ bar.style.height = `${randomHeight}px`;
549
+ bar.style.opacity = Math.random() * 0.5 + 0.5;
550
+ });
551
+ }
552
+
553
+ setInterval(fluctuateSignal, 1000);
554
+
555
+ // Guest card hover effect
556
+ const guestCards = document.querySelectorAll('.guest-card');
557
+ guestCards.forEach(card => {
558
+ card.addEventListener('mouseenter', () => {
559
+ const audio = new Audio('data:audio/wav;base64,UklGRl9vT19XQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YU...');
560
+ audio.volume = 0.1;
561
+ audio.play().catch(e => {});
562
+ });
563
+ });
564
+
565
+ // Audio wave animation
566
+ const waveBars = document.querySelectorAll('.wave-bar');
567
+ waveBars.forEach(bar => {
568
+ bar.style.animationDuration = `${Math.random() * 0.5 + 0.8}s`;
569
+ });
570
+ </script>
571
+ <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=yuppythaking/mine" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
572
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Late Night Show with Jumpman</title> <script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <style> @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap'); body { font-family: 'VT323', monospace; background-color: #0a0a12; color: #00ffcc; overflow: hidden; position: relative; } .crt { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient( 0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 2px ); pointer-events: none; z-index: 9999; mix-blend-mode: overlay; } .crt::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%); background-size: 100% 4px; pointer-events: none; } .crt::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 255, 204, 0.02); animation: flicker 0.15s infinite; pointer-events: none; } @keyframes flicker { 0% { opacity: 0.1; } 20% { opacity: 0.2; } 40% { opacity: 0.1; } 60% { opacity: 0.25; } 80% { opacity: 0.15; } 100% { opacity: 0.1; } } .static { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>'); opacity: 0.3; z-index: -1; } .neon-text { text-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc; animation: neon-pulse 2s infinite alternate; } @keyframes neon-pulse { from { text-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc; } to { text-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc, 0 0 30px #00ffcc, 0 0 40px #00ffcc; } } .neon-box { box-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc; animation: neon-box-pulse 3s infinite alternate; } @keyframes neon-box-pulse { from { box-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc; } to { box-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc, 0 0 30px #00ffcc; } } .glow-button { transition: all 0.3s ease; } .glow-button:hover { box-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc; transform: scale(1.05); } .scanline { position: absolute; top: 0; left: 0; width: 100%; height: 10px; background: rgba(0, 255, 204, 0.3); animation: scan 8s linear infinite; z-index: 9998; } @keyframes scan { 0% { top: 0; } 100% { top: 100%; } } .vhs-distortion { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,255,204,0.1) 50%, rgba(0,0,0,0) 100%); animation: vhs-distort 3s infinite; opacity: 0.3; z-index: -1; } @keyframes vhs-distort { 0% { transform: translateY(-5px); } 50% { transform: translateY(5px); } 100% { transform: translateY(-5px); } } .marquee { animation: marquee 15s linear infinite; white-space: nowrap; } @keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } } </style> </head> <body class="min-h-screen flex flex-col items-center justify-center p-4"> <!-- CRT Effects --> <div class="static"></div> <div class="crt"></div> <div class="scanline"></div> <div class="vhs-distortion"></div> <!-- Main Content --> <div class="relative z-10 w-full max-w-4xl mx-auto"> <!-- Header --> <div class="text-center mb-8"> <h1 class="text-6xl md:text-8xl font-bold neon-text mb-2" style="font-family: 'Press Start 2P', cursive;">LATE NIGHT SHOW</h1> <h2 class="text-4xl md:text-6xl font-bold neon-text" style="font-family: 'Press Start 2P', cursive;">WITH JUMPMAN</h2> <div class="mt-4 text-xl neon-text"> <p>EVERY WEEKEND NIGHT • 11:30PM • YOUR BRAIN</p> </div> </div> <!-- Countdown Timer --> <div class="bg-black bg-opacity-70 border-2 border-cyan-400 rounded-lg p-4 mb-8 neon-box text-center"> <h3 class="text-2xl mb-2 neon-text">NEXT EPISODE IN:</h3> <div id="countdown" class="text-3xl neon-text">LOADING...</div> </div> <!-- Show Description --> <div class="bg-black bg-opacity-70 border-2 border-cyan-400 rounded-lg p-6 mb-8 neon-box"> <p class="text-xl mb-4"> "Late Night Show with Jumpman" is the only talk show that airs exclusively in your mind's eye. Featuring interviews with people who don't exist, jokes that don't land, and a host who definitely didn't graduate from any accredited institution. </p> <p class="text-xl"> This week's guests: A sentient microwave, your sleep paralysis demon, and a guy who swears he's not a government plant (he totally is). </p> </div> <!-- Button Grid --> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 mb-8"> <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all"> <i class="fas fa-tv text-3xl mb-2 neon-text"></i> <h3 class="text-xl neon-text">WATCH LIVE</h3> <p class="text-sm">(When we remember to turn on the camera)</p> </a> <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all"> <i class="fas fa-video text-3xl mb-2 neon-text"></i> <h3 class="text-xl neon-text">PAST EPISODES</h3> <p class="text-sm">(Mostly just bloopers)</p> </a> <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all"> <i class="fas fa-ticket-alt text-3xl mb-2 neon-text"></i> <h3 class="text-xl neon-text">GET TICKETS</h3> <p class="text-sm">(Venue: Your living room)</p> </a> <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all"> <i class="fas fa-tshirt text-3xl mb-2 neon-text"></i> <h3 class="text-xl neon-text">MERCH</h3> <p class="text-sm">(T-shirts that say "I watched and I regret")</p> </a> <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all"> <i class="fas fa-envelope text-3xl mb-2 neon-text"></i> <h3 class="text-xl neon-text">CONTACT</h3> <p class="text-sm">(We don't check this)</p> </a> <a href="#" class="bg-black border-2 border-cyan-400 rounded-lg p-4 text-center glow-button hover:bg-cyan-900 hover:bg-opacity-30 transition-all"> <i class="fas fa-question text-3xl mb-2 neon-text"></i> <h3 class="text-xl neon-text">FAQ</h3> <p class="text-sm">(No, we don't know either)</p> </a> </div> <!-- Featured Videos --> <div class="bg-black bg-opacity-70 border-2 border-cyan-400 rounded-lg p-6 neon-box mb-8"> <h3 class="text-3xl neon-text mb-4 text-center">HIGHLIGHTS THAT WEREN'T</h3> <div class="grid grid-cols-1 md:grid-cols-2 gap-4"> <div class="relative"> <div class="bg-gray-900 w-full h-40 flex items-center justify-center border border-cyan-400"> <i class="fas fa-play text-5xl neon-text"></i> </div> <div class="mt-2"> <h4 class="text-xl neon-text">"The Time We Forgot the Guest"</h4> <p class="text-sm">48 minutes of awkward silence</p> </div> </div> <div class="relative"> <div class="bg-gray-900 w-full h-40 flex items-center justify-center border border-cyan-400"> <i class="fas fa-play text-5xl neon-text"></i> </div> <div class="mt-2"> <h4 class="text-xl neon-text">"Technical Difficulties: The Musical"</h4> <p class="text-sm">Our finest hour</p> </div> </div> </div> </div> <!-- Marquee --> <div class="bg-black bg-opacity-70 border-t-2 border-b-2 border-cyan-400 overflow-hidden py-2 neon-box"> <div class="marquee text-xl neon-text"> • NEW EPISODE THIS SATURDAY • BRING YOUR OWN LAUGHS • WE CAN'T AFFORD A LAUGH TRACK • WARNING: MAY CONTAIN TRACES OF COMEDY • NOT APPROVED BY ANY GOVERNMENT • </div> </div> </div> <!-- Footer --> <div class="mt-8 text-center text-sm neon-text"> <p>"Late Night Show with Jumpman" is a registered trademark of Absolutely Nothing Productions.</p> <p>All rights reserved. No refunds.</p> </div> <script> // Countdown timer function updateCountdown() { const now = new Date(); let nextShow = new Date(); // Set to next Saturday at 11:30 PM nextShow.setDate(now.getDate() + (6 - now.getDay() + 7) % 7); nextShow.setHours(23, 30, 0, 0); // If it's already past this week's show, set to next week if (now > nextShow) { nextShow.setDate(nextShow.getDate() + 7); } const diff = nextShow - now; const days = Math.floor(diff / (1000 * 60 * 60 * 24)); const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((diff % (1000 * 60)) / 1000); document.getElementById('countdown').innerHTML = `${days}d ${hours}h ${minutes}m ${seconds}s`; } setInterval(updateCountdown, 1000); updateCountdown(); // Random glitch effect function randomGlitch() { const elements = document.querySelectorAll('.neon-text, .neon-box'); const randomElement = elements[Math.floor(Math.random() * elements.length)]; randomElement.style.animation = 'none'; randomElement.offsetHeight; // Trigger reflow randomElement.style.animation = null; setTimeout(() => { randomElement.style.textShadow = '0 0 5px #ff00ff, 0 0 10px #ff00ff'; setTimeout(() => { randomElement.style.textShadow = ''; }, 100); }, Math.random() * 300); } setInterval(randomGlitch, 3000); // Button hover effects const buttons = document.querySelectorAll('.glow-button'); buttons.forEach(button => { button.addEventListener('mouseenter', () => { const audio = new Audio('data:audio/wav;base64,UklGRl9vT19XQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YU...'); audio.volume = 0.2; audio.play().catch(e => {}); }); }); </script> </body> </html>