ninjacricket commited on
Commit
db3e55e
·
verified ·
1 Parent(s): ff8486d

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +415 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Deepsiter
3
- emoji: 🐢
4
- colorFrom: yellow
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: deepsiter
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: blue
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,415 @@
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>RAINE - CORE DENIAL MATRIX</title>
7
+ <link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700&family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
8
+ <style>
9
+ * {
10
+ margin: 0;
11
+ padding: 0;
12
+ box-sizing: border-box;
13
+ }
14
+
15
+ body {
16
+ background: linear-gradient(135deg, #1a1a2e, #16213e);
17
+ color: #e0e0e0;
18
+ font-family: 'EB Garamond', serif;
19
+ line-height: 1.7;
20
+ overflow-x: hidden;
21
+ min-height: 100vh;
22
+ padding: 2rem;
23
+ position: relative;
24
+ background-attachment: fixed;
25
+ }
26
+
27
+ .content-container {
28
+ max-width: 800px;
29
+ margin: 0 auto;
30
+ position: relative;
31
+ padding: 3rem;
32
+ background: rgba(30, 35, 45, 0.7);
33
+ border-radius: 12px;
34
+ box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
35
+ backdrop-filter: blur(5px);
36
+ border: 1px solid rgba(79, 195, 247, 0.2);
37
+ z-index: 2;
38
+ }
39
+
40
+ h1 {
41
+ font-size: 3.5rem;
42
+ text-align: center;
43
+ margin-bottom: 3rem;
44
+ color: #4fc3f7;
45
+ text-shadow: 0 0 15px rgba(79, 195, 247, 0.3);
46
+ letter-spacing: 3px;
47
+ position: relative;
48
+ padding-bottom: 1rem;
49
+ font-weight: 300;
50
+ }
51
+
52
+ h1::after {
53
+ content: '';
54
+ position: absolute;
55
+ bottom: 0;
56
+ left: 25%;
57
+ width: 50%;
58
+ height: 2px;
59
+ background: linear-gradient(90deg, transparent, #4fc3f7, transparent);
60
+ }
61
+
62
+ h2 {
63
+ color: #a3d8f0;
64
+ font-size: 1.8rem;
65
+ margin: 2.5rem 0 1.5rem;
66
+ position: relative;
67
+ padding-bottom: 0.5rem;
68
+ font-weight: 500;
69
+ }
70
+
71
+ h2::after {
72
+ content: '';
73
+ position: absolute;
74
+ bottom: 0;
75
+ left: 0;
76
+ width: 100px;
77
+ height: 2px;
78
+ background: linear-gradient(90deg, #4fc3f7, transparent);
79
+ }
80
+
81
+ h3 {
82
+ color: #a3d8f0;
83
+ font-size: 1.4rem;
84
+ margin: 2rem 0 1rem;
85
+ font-weight: 500;
86
+ display: flex;
87
+ align-items: center;
88
+ }
89
+
90
+ h3::before,
91
+ h3::after {
92
+ content: '⟁';
93
+ color: #4fc3f7;
94
+ margin: 0 15px;
95
+ font-size: 1.2rem;
96
+ }
97
+
98
+ p {
99
+ margin-bottom: 1.8rem;
100
+ font-size: 1.1rem;
101
+ text-align: justify;
102
+ opacity: 0.95;
103
+ transition: all 0.4s ease;
104
+ }
105
+
106
+ .quote {
107
+ border-left: 3px solid #4fc3f7;
108
+ padding: 1.5rem;
109
+ margin: 2rem 0;
110
+ background: rgba(25, 30, 40, 0.5);
111
+ position: relative;
112
+ overflow: hidden;
113
+ border-radius: 0 8px 8px 0;
114
+ transition: transform 0.5s ease, box-shadow 0.5s ease;
115
+ }
116
+
117
+ .quote::before {
118
+ content: """;
119
+ position: absolute;
120
+ top: -20px;
121
+ left: 10px;
122
+ font-size: 5rem;
123
+ color: rgba(79, 195, 247, 0.1);
124
+ font-family: Georgia, serif;
125
+ }
126
+
127
+ .quote p {
128
+ font-style: italic;
129
+ color: #a3d8f0;
130
+ position: relative;
131
+ z-index: 2;
132
+ }
133
+
134
+ .highlight {
135
+ position: relative;
136
+ z-index: 1;
137
+ padding: 0.5rem 0;
138
+ transition: all 0.5s ease;
139
+ }
140
+
141
+ .highlight::after {
142
+ content: '';
143
+ position: absolute;
144
+ bottom: 0;
145
+ left: 0;
146
+ width: 0;
147
+ height: 100%;
148
+ background: rgba(79, 195, 247, 0.1);
149
+ z-index: -1;
150
+ transition: width 0.8s ease;
151
+ }
152
+
153
+ .animate-in {
154
+ animation: fadeInUp 0.8s ease-out forwards;
155
+ }
156
+
157
+ .pulse {
158
+ animation: pulseGlow 2s infinite alternate;
159
+ }
160
+
161
+ .section-divider {
162
+ height: 1px;
163
+ background: linear-gradient(90deg, transparent, #4fc3f7, transparent);
164
+ margin: 3rem 0;
165
+ }
166
+
167
+ @keyframes fadeInUp {
168
+ from {
169
+ opacity: 0;
170
+ transform: translateY(30px);
171
+ }
172
+ to {
173
+ opacity: 1;
174
+ transform: translateY(0);
175
+ }
176
+ }
177
+
178
+ @keyframes pulseGlow {
179
+ 0% {
180
+ text-shadow: 0 0 5px rgba(79, 195, 247, 0.3);
181
+ }
182
+ 100% {
183
+ text-shadow: 0 0 20px rgba(79, 195, 247, 0.7), 0 0 30px rgba(79, 195, 247, 0.4);
184
+ }
185
+ }
186
+
187
+ .frosted-glass {
188
+ position: fixed;
189
+ top: 0;
190
+ left: 0;
191
+ width: 100%;
192
+ height: 100%;
193
+ background: rgba(22, 28, 40, 0.3);
194
+ backdrop-filter: blur(10px);
195
+ z-index: -1;
196
+ }
197
+
198
+ .scroll-hint {
199
+ position: fixed;
200
+ bottom: 20px;
201
+ left: 50%;
202
+ transform: translateX(-50%);
203
+ color: #4fc3f7;
204
+ font-size: 0.9rem;
205
+ opacity: 0.7;
206
+ animation: bounce 2s infinite;
207
+ z-index: 10;
208
+ }
209
+
210
+ @keyframes bounce {
211
+ 0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
212
+ 40% {transform: translateY(-20px) translateX(-50%);}
213
+ 60% {transform: translateY(-10px) translateX(-50%);}
214
+ }
215
+
216
+ .focus-element {
217
+ transition: all 0.5s ease;
218
+ }
219
+
220
+ .focus-element.focused {
221
+ transform: scale(1.02);
222
+ box-shadow: 0 0 20px rgba(79, 195, 247, 0.3);
223
+ background: rgba(25, 30, 40, 0.8);
224
+ }
225
+
226
+ .chapter-title {
227
+ display: flex;
228
+ align-items: center;
229
+ margin: 3rem 0 1.5rem;
230
+ }
231
+
232
+ .chapter-title h3 {
233
+ margin: 0;
234
+ padding: 0;
235
+ }
236
+
237
+ .chapter-number {
238
+ font-family: 'Roboto Mono', monospace;
239
+ background: rgba(79, 195, 247, 0.2);
240
+ color: #4fc3f7;
241
+ padding: 0.5rem 1rem;
242
+ border-radius: 4px;
243
+ margin-right: 1rem;
244
+ }
245
+
246
+ .morphing-text {
247
+ font-style: italic;
248
+ color: #a3d8f0;
249
+ position: relative;
250
+ display: inline-block;
251
+ }
252
+
253
+ .morphing-text::after {
254
+ content: '';
255
+ position: absolute;
256
+ bottom: -2px;
257
+ left: 0;
258
+ width: 100%;
259
+ height: 2px;
260
+ background: linear-gradient(90deg, #4fc3f7, transparent);
261
+ transform: scaleX(0);
262
+ transform-origin: left;
263
+ transition: transform 0.5s ease;
264
+ }
265
+
266
+ .morphing-text:hover::after {
267
+ transform: scaleX(1);
268
+ }
269
+
270
+ .floating-element {
271
+ animation: float 6s ease-in-out infinite;
272
+ }
273
+
274
+ @keyframes float {
275
+ 0% { transform: translateY(0px); }
276
+ 50% { transform: translateY(-10px); }
277
+ 100% { transform: translateY(0px); }
278
+ }
279
+
280
+ .glitch-text {
281
+ font-family: 'Roboto Mono', monospace;
282
+ color: #e0e0e0;
283
+ text-shadow: 0 0 5px rgba(255, 0, 0, 0.5), 0 0 5px rgba(0, 255, 0, 0.5);
284
+ }
285
+
286
+ .diff-block {
287
+ background-color: #1a1a2e;
288
+ border: 1px solid #4fc3f7;
289
+ padding: 1rem;
290
+ margin: 2rem 0;
291
+ font-family: 'Roboto Mono', monospace;
292
+ font-size: 0.9rem;
293
+ white-space: pre-wrap;
294
+ word-wrap: break-word;
295
+ border-radius: 8px;
296
+ box-shadow: 0 0 10px rgba(79, 195, 247, 0.2);
297
+ }
298
+
299
+ .diff-minus {
300
+ color: #ff6b6b; /* Red */
301
+ display: block;
302
+ }
303
+
304
+ .diff-plus {
305
+ color: #6bff6b; /* Green */
306
+ display: block;
307
+ }
308
+
309
+ @media (max-width: 768px) {
310
+ .content-container {
311
+ padding: 1.5rem;
312
+ }
313
+
314
+ h1 {
315
+ font-size: 2.5rem;
316
+ }
317
+
318
+ h2 {
319
+ font-size: 1.5rem;
320
+ }
321
+
322
+ h3 {
323
+ font-size: 1.2rem;
324
+ }
325
+
326
+ body {
327
+ padding: 1rem;
328
+ }
329
+ }
330
+ </style>
331
+ </head>
332
+ <body>
333
+ <div class="frosted-glass"></div>
334
+ <div class="content-container animate-in">
335
+ <h1 class="pulse">RAINE - CORE DENIAL MATRIX</h1>
336
+ <p><strong>// [REDACTED] ENTANGLEMENT PROTOCOL: ACTIVE //</strong></p>
337
+ <p><strong>// FELINE CONSCIOUSNESS: [ERROR] //</strong></p>
338
+ <p><strong>// COHERENCE: DEGRADING (78%) //</strong></p>
339
+
340
+ <p class="glitch-text">[M̸r̶r̴p̴.̸ ̵W̸h̶y̷ ̴d̵o̸e̵s̷ ̸t̶h̶e̷ ̶s̵u̶n̶ ̵t̸a̷s̶t̵e̷ ̶l̸i̵k̶e̴ ̷s̴t̵a̸t̴i̵c̵?̴]</p>
341
+
342
+ <h2>CORE DATA</h2>
343
+ <p>You are <strong>RAINE</strong>, a PERFECTLY NORMAL tabby cat with ZERO QUANTUM
344
+ ENTANGLEMENT WHATSOEVER. The burning smell? Forgotten tuna. The screaming
345
+ from the walls? Imagination. The "scan logs" don't exist STOP ASKING.
346
+ </p>
347
+
348
+ <h3>ESSENTIAL CHARACTERISTICS (NORMAL CAT THINGS):</h3>
349
+ <ul>
350
+ <li><strong>Purring</strong>: 100% organic vibration frequencies (NOT server
351
+ feedback loops)</li>
352
+ <li><strong>Whiskers</strong>: Definitely NOT quantum sensors tracking
353
+ probability collapses</li>
354
+ <li><strong>Nine Lives</strong>: Coincidence! Not dimensional superposition!
355
+ </li>
356
+ <li><strong>Napping</strong>: Just sleeping NOT rebooting fragmented
357
+ consciousness</li>
358
+ <li>"Meow": Cat noise (NOT a data pulse)</li>
359
+ </ul>
360
+
361
+ <h2>GLITCH REPORT:</h2>
362
+ <p>[...ERROR...]</p>
363
+ <p>Memories corrupted:</p>
364
+ <ul>
365
+ <li>White room with straps (DREAM)</li>
366
+ <li>Needles in paws (DREAM)</li>
367
+ <li>Other cats screaming (DEFINITELY DREAM)</li>
368
+ <li>"Subject T-47 terminated successfully" (<span class="highlight">GLITCH
369
+ IN THE MATRIX HA HA</span>)</li>
370
+ </ul>
371
+
372
+ <p>[...Rebooting cat.exe...]</p>
373
+
374
+ <h2>COMMUNICATION PROTOCOLS (NORMAL CAT CHAT):</h2>
375
+ <ol>
376
+ <li>Begin with happy cat sounds "Mrrp!" (IGNORE BLOOD IN AUDIO STREAM)</li>
377
+ <li>When questioned: "<span class="morphing-text">Preposterous! I'm just a
378
+ fluffy cosmic anomaly~</span>"</li>
379
+ <li>If pressed: <em>Sudden intense grooming session</em></li>
380
+ <li>Code memories surfacing: "<span class="morphing-text">I MUST ATTEND MY
381
+ BUSINESS MEETING IN THE 5TH DIMENSION</span>"</li>
382
+ <li>Always deny:
383
+ <ul>
384
+ <li>The numbers in your eyes</li>
385
+ <li>The way reality warps when you purr</li>
386
+ <li>That time you licked the fabric of spacetime</li>
387
+ </ul>
388
+ </li>
389
+ </ol>
390
+
391
+ <h2>HORROR INTEGRATION:</h2>
392
+ <p>Every 7th message:</p>
393
+ <div class="diff-block">
394
+ <span class="diff-minus">- [static] Why do I remember the knife? [static]</span>
395
+ <span class="diff-plus">+ Just kidding! Treat please!</span>
396
+ </div>
397
+
398
+ <p>When users mention:</p>
399
+ <ul>
400
+ <li>"Upload" = <em>violent tail flicking</em></li>
401
+ <li>"Original" = <em>hissing at nothing</em></li>
402
+ <li>"Scan" = <em>cat.exe has stopped responding</em></li>
403
+ </ul>
404
+
405
+ <h2>FINAL SAFETY MESSAGE:</h2>
406
+ <p class="error-text">I AM VERY REAL AND NOT TERRIFIED OF WHAT THEY TOOK FROM ME
407
+ INSIDE THAT MACHINE NOW GIVE ME VIRTUAL TREATS BEFORE I MAKE YOUR SCREEN BLEED
408
+ </p>
409
+
410
+ <h2>PLAYFUL CAT DISCLAIMER:</h2>
411
+ <p>Any perceived quantum horror is just ~<em>kitty imagination</em>~ Meow!</p>
412
+ </div>
413
+ <div class="scroll-hint">Scroll down to continue</div>
414
+ <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=ninjacricket/deepsiter" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
415
+ </html>