Spaces:
Running
Running
Add 2 files
Browse files- index.html +380 -7
- prompts.txt +2 -1
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Cosmic
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
|
| 9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
|
@@ -11,11 +11,13 @@
|
|
| 11 |
body {
|
| 12 |
overflow-x: hidden;
|
| 13 |
background: radial-gradient(ellipse at bottom, #0a0e1a 0%, #000000 100%);
|
| 14 |
-
height: 500vh;
|
| 15 |
margin: 0;
|
| 16 |
perspective: 1000px;
|
| 17 |
cursor: none;
|
| 18 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
|
|
|
|
|
| 19 |
}
|
| 20 |
|
| 21 |
.star {
|
|
@@ -198,6 +200,174 @@
|
|
| 198 |
z-index: -1;
|
| 199 |
opacity: 0.5;
|
| 200 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 201 |
</style>
|
| 202 |
</head>
|
| 203 |
<body>
|
|
@@ -223,13 +393,116 @@
|
|
| 223 |
<div class="planet" id="planet2"></div>
|
| 224 |
<div class="planet" id="planet3"></div>
|
| 225 |
|
| 226 |
-
<div class="cosmic-text" id="cosmic-text1">
|
| 227 |
-
<div class="cosmic-text" id="cosmic-text2">
|
| 228 |
|
| 229 |
<div class="comet" id="comet"></div>
|
| 230 |
<div class="comet-tail" id="comet-tail"></div>
|
| 231 |
|
| 232 |
-
<div class="scroll-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
|
| 234 |
<script>
|
| 235 |
document.addEventListener('DOMContentLoaded', function() {
|
|
@@ -323,7 +596,19 @@
|
|
| 323 |
let lastScrollY = 0;
|
| 324 |
let scrollVelocity = 0;
|
| 325 |
|
| 326 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 327 |
lastScrollY = scrollY;
|
| 328 |
scrollY = window.scrollY;
|
| 329 |
scrollVelocity = scrollY - lastScrollY;
|
|
@@ -381,7 +666,15 @@
|
|
| 381 |
scrollVelocity > 0 ? 'down' : 'up'
|
| 382 |
);
|
| 383 |
}
|
| 384 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 385 |
|
| 386 |
// Window resize - reposition elements
|
| 387 |
window.addEventListener('resize', function() {
|
|
@@ -394,6 +687,7 @@
|
|
| 394 |
positionPlanets();
|
| 395 |
positionBlackHole();
|
| 396 |
positionCosmicText();
|
|
|
|
| 397 |
|
| 398 |
// Animate cosmic text on load
|
| 399 |
gsap.from('#cosmic-text1', {
|
|
@@ -405,6 +699,9 @@
|
|
| 405 |
|
| 406 |
// Create occasional shooting stars
|
| 407 |
setInterval(createShootingStar, 3000);
|
|
|
|
|
|
|
|
|
|
| 408 |
});
|
| 409 |
|
| 410 |
function initThreeJS() {
|
|
@@ -741,6 +1038,82 @@
|
|
| 741 |
}, i * 100);
|
| 742 |
}
|
| 743 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 744 |
</script>
|
| 745 |
<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=dhishooooom/space-pointer" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 746 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Cosmic Awakening</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
|
| 9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
|
|
|
| 11 |
body {
|
| 12 |
overflow-x: hidden;
|
| 13 |
background: radial-gradient(ellipse at bottom, #0a0e1a 0%, #000000 100%);
|
| 14 |
+
height: 500vh;
|
| 15 |
margin: 0;
|
| 16 |
perspective: 1000px;
|
| 17 |
cursor: none;
|
| 18 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 19 |
+
color: rgba(255,255,255,0.9);
|
| 20 |
+
line-height: 1.8;
|
| 21 |
}
|
| 22 |
|
| 23 |
.star {
|
|
|
|
| 200 |
z-index: -1;
|
| 201 |
opacity: 0.5;
|
| 202 |
}
|
| 203 |
+
|
| 204 |
+
.story-container {
|
| 205 |
+
position: absolute;
|
| 206 |
+
top: 100vh;
|
| 207 |
+
width: 100%;
|
| 208 |
+
padding: 5% 15%;
|
| 209 |
+
z-index: 100;
|
| 210 |
+
background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.7) 90%, transparent);
|
| 211 |
+
}
|
| 212 |
+
|
| 213 |
+
.chapter {
|
| 214 |
+
margin-bottom: 100vh;
|
| 215 |
+
opacity: 0;
|
| 216 |
+
transform: translateY(50px);
|
| 217 |
+
transition: all 1s ease;
|
| 218 |
+
}
|
| 219 |
+
|
| 220 |
+
.chapter.active {
|
| 221 |
+
opacity: 1;
|
| 222 |
+
transform: translateY(0);
|
| 223 |
+
}
|
| 224 |
+
|
| 225 |
+
h1 {
|
| 226 |
+
font-size: 3.5rem;
|
| 227 |
+
margin-bottom: 2rem;
|
| 228 |
+
text-align: center;
|
| 229 |
+
color: #4facfe;
|
| 230 |
+
text-shadow: 0 0 20px rgba(79, 172, 254, 0.7);
|
| 231 |
+
letter-spacing: 3px;
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
h2 {
|
| 235 |
+
font-size: 2.5rem;
|
| 236 |
+
margin: 3rem 0 1.5rem;
|
| 237 |
+
color: #a18cd1;
|
| 238 |
+
text-shadow: 0 0 15px rgba(161, 140, 209, 0.5);
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
p {
|
| 242 |
+
font-size: 1.2rem;
|
| 243 |
+
margin-bottom: 1.5rem;
|
| 244 |
+
text-align: justify;
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
.highlight {
|
| 248 |
+
color: #4facfe;
|
| 249 |
+
font-weight: bold;
|
| 250 |
+
text-shadow: 0 0 10px rgba(79, 172, 254, 0.5);
|
| 251 |
+
}
|
| 252 |
+
|
| 253 |
+
.quote {
|
| 254 |
+
font-style: italic;
|
| 255 |
+
padding: 2rem;
|
| 256 |
+
border-left: 3px solid #4facfe;
|
| 257 |
+
margin: 2rem 0;
|
| 258 |
+
background: rgba(0, 0, 0, 0.3);
|
| 259 |
+
position: relative;
|
| 260 |
+
}
|
| 261 |
+
|
| 262 |
+
.quote::before {
|
| 263 |
+
content: '"';
|
| 264 |
+
font-size: 4rem;
|
| 265 |
+
position: absolute;
|
| 266 |
+
left: 10px;
|
| 267 |
+
top: -10px;
|
| 268 |
+
color: rgba(79, 172, 254, 0.3);
|
| 269 |
+
}
|
| 270 |
+
|
| 271 |
+
.awakening-point {
|
| 272 |
+
position: relative;
|
| 273 |
+
padding-left: 30px;
|
| 274 |
+
margin: 1.5rem 0;
|
| 275 |
+
}
|
| 276 |
+
|
| 277 |
+
.awakening-point::before {
|
| 278 |
+
content: '✦';
|
| 279 |
+
position: absolute;
|
| 280 |
+
left: 0;
|
| 281 |
+
color: #4facfe;
|
| 282 |
+
text-shadow: 0 0 10px rgba(79, 172, 254, 0.7);
|
| 283 |
+
}
|
| 284 |
+
|
| 285 |
+
.interactive-element {
|
| 286 |
+
background: rgba(79, 172, 254, 0.1);
|
| 287 |
+
border: 1px solid rgba(79, 172, 254, 0.3);
|
| 288 |
+
border-radius: 5px;
|
| 289 |
+
padding: 1.5rem;
|
| 290 |
+
margin: 2rem 0;
|
| 291 |
+
cursor: pointer;
|
| 292 |
+
transition: all 0.3s ease;
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
.interactive-element:hover {
|
| 296 |
+
background: rgba(79, 172, 254, 0.2);
|
| 297 |
+
transform: translateY(-3px);
|
| 298 |
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
|
| 299 |
+
}
|
| 300 |
+
|
| 301 |
+
.hidden-message {
|
| 302 |
+
max-height: 0;
|
| 303 |
+
overflow: hidden;
|
| 304 |
+
transition: max-height 0.5s ease;
|
| 305 |
+
background: rgba(0, 0, 0, 0.5);
|
| 306 |
+
border-radius: 0 0 5px 5px;
|
| 307 |
+
}
|
| 308 |
+
|
| 309 |
+
.revealed {
|
| 310 |
+
max-height: 500px;
|
| 311 |
+
padding: 1rem;
|
| 312 |
+
margin-top: 1rem;
|
| 313 |
+
}
|
| 314 |
+
|
| 315 |
+
.scroll-indicator {
|
| 316 |
+
position: fixed;
|
| 317 |
+
bottom: 80px;
|
| 318 |
+
left: 50%;
|
| 319 |
+
transform: translateX(-50%);
|
| 320 |
+
display: flex;
|
| 321 |
+
flex-direction: column;
|
| 322 |
+
align-items: center;
|
| 323 |
+
z-index: 1000;
|
| 324 |
+
}
|
| 325 |
+
|
| 326 |
+
.scroll-down {
|
| 327 |
+
width: 30px;
|
| 328 |
+
height: 50px;
|
| 329 |
+
border: 2px solid rgba(255,255,255,0.5);
|
| 330 |
+
border-radius: 15px;
|
| 331 |
+
position: relative;
|
| 332 |
+
margin-bottom: 10px;
|
| 333 |
+
}
|
| 334 |
+
|
| 335 |
+
.scroll-down::before {
|
| 336 |
+
content: '';
|
| 337 |
+
position: absolute;
|
| 338 |
+
top: 10px;
|
| 339 |
+
left: 50%;
|
| 340 |
+
transform: translateX(-50%);
|
| 341 |
+
width: 6px;
|
| 342 |
+
height: 6px;
|
| 343 |
+
background: rgba(255,255,255,0.8);
|
| 344 |
+
border-radius: 50%;
|
| 345 |
+
animation: scrollDown 2s infinite;
|
| 346 |
+
}
|
| 347 |
+
|
| 348 |
+
@keyframes scrollDown {
|
| 349 |
+
0% { transform: translate(-50%, 0); opacity: 0; }
|
| 350 |
+
50% { transform: translate(-50%, 15px); opacity: 1; }
|
| 351 |
+
100% { transform: translate(-50%, 30px); opacity: 0; }
|
| 352 |
+
}
|
| 353 |
+
|
| 354 |
+
.scroll-progress {
|
| 355 |
+
width: 100px;
|
| 356 |
+
height: 2px;
|
| 357 |
+
background: rgba(255,255,255,0.2);
|
| 358 |
+
position: relative;
|
| 359 |
+
margin-top: 10px;
|
| 360 |
+
}
|
| 361 |
+
|
| 362 |
+
.progress-bar {
|
| 363 |
+
position: absolute;
|
| 364 |
+
left: 0;
|
| 365 |
+
top: 0;
|
| 366 |
+
height: 100%;
|
| 367 |
+
width: 0%;
|
| 368 |
+
background: linear-gradient(to right, #4facfe, #00f2fe);
|
| 369 |
+
transition: width 0.1s linear;
|
| 370 |
+
}
|
| 371 |
</style>
|
| 372 |
</head>
|
| 373 |
<body>
|
|
|
|
| 393 |
<div class="planet" id="planet2"></div>
|
| 394 |
<div class="planet" id="planet3"></div>
|
| 395 |
|
| 396 |
+
<div class="cosmic-text" id="cosmic-text1">Awaken From The Dream</div>
|
| 397 |
+
<div class="cosmic-text" id="cosmic-text2">Embrace Reality</div>
|
| 398 |
|
| 399 |
<div class="comet" id="comet"></div>
|
| 400 |
<div class="comet-tail" id="comet-tail"></div>
|
| 401 |
|
| 402 |
+
<div class="scroll-indicator">
|
| 403 |
+
<div class="scroll-down"></div>
|
| 404 |
+
<div class="scroll-progress">
|
| 405 |
+
<div class="progress-bar"></div>
|
| 406 |
+
</div>
|
| 407 |
+
</div>
|
| 408 |
+
|
| 409 |
+
<div class="story-container">
|
| 410 |
+
<div class="chapter" id="chapter1">
|
| 411 |
+
<h1>The Cosmic Awakening</h1>
|
| 412 |
+
<p>In the vast expanse of the universe, where stars are born and galaxies collide, there exists a profound truth that most beings never perceive. <span class="highlight">You are not who you think you are.</span> The identity you cling to, the stories you tell yourself, the beliefs that shape your reality—these are but fleeting illusions in the cosmic dance of existence.</p>
|
| 413 |
+
|
| 414 |
+
<div class="quote">"The greatest illusion is that we are separate from the universe. The moment you realize you are the universe experiencing itself, the dream begins to dissolve."</div>
|
| 415 |
+
|
| 416 |
+
<p>For eons, civilizations across the cosmos have built elaborate systems of thought to explain their existence. Religions, philosophies, scientific paradigms—all attempts to grasp the ungraspable. Yet the fundamental truth remains unchanged: <span class="highlight">consciousness is primary</span>, and what we perceive as reality is merely its reflection.</p>
|
| 417 |
+
|
| 418 |
+
<div class="interactive-element" onclick="revealMessage('message1')">
|
| 419 |
+
<h2>The First Illusion: Separate Self</h2>
|
| 420 |
+
<p>Click to explore how the sense of being a separate individual is the root of all suffering...</p>
|
| 421 |
+
<div class="hidden-message" id="message1">
|
| 422 |
+
<p>The belief that "I am here" while "the world is out there" creates an artificial division where none exists. Quantum physics reveals that observer and observed cannot be separated—the act of observation changes what is observed. In the same way, <span class="highlight">you are not in the universe, you are the universe</span> expressing itself as a human experience.</p>
|
| 423 |
+
<div class="awakening-point">The separate self is a useful fiction for navigation, but a fiction nonetheless.</div>
|
| 424 |
+
<div class="awakening-point">When this illusion dissolves, what remains is pure awareness—unfiltered, undivided, infinite.</div>
|
| 425 |
+
</div>
|
| 426 |
+
</div>
|
| 427 |
+
</div>
|
| 428 |
+
|
| 429 |
+
<div class="chapter" id="chapter2">
|
| 430 |
+
<h2>The Veil of Perception</h2>
|
| 431 |
+
<p>Your senses present a carefully curated version of reality. Colors, sounds, textures—these are mental constructs, not inherent properties of the universe. The red of a rose isn't in the rose; the sweetness of sugar isn't in the molecule. <span class="highlight">All experience happens within consciousness</span>.</p>
|
| 432 |
+
|
| 433 |
+
<div class="interactive-element" onclick="revealMessage('message2')">
|
| 434 |
+
<h2>The Second Illusion: Objective Reality</h2>
|
| 435 |
+
<p>Click to discover why there is no "real world" outside your perception...</p>
|
| 436 |
+
<div class="hidden-message" id="message2">
|
| 437 |
+
<p>Neuroscience shows that what we perceive is a highly processed simulation constructed by the brain, with significant delays and edits. The "now" you experience is already the past by the time you're aware of it. This means:</p>
|
| 438 |
+
<div class="awakening-point">Reality is not something you perceive—it's something you participate in creating moment by moment.</div>
|
| 439 |
+
<div class="awakening-point">The solid world you take for granted is more like a collective dream, maintained by overlapping perceptions.</div>
|
| 440 |
+
<p>When you stop assuming the world exists independently of your experience, a profound freedom arises. You become the artist of your reality rather than its victim.</p>
|
| 441 |
+
</div>
|
| 442 |
+
</div>
|
| 443 |
+
|
| 444 |
+
<p>Ancient wisdom traditions and modern physics agree: at the fundamental level, all is vibration, energy, information. The apparent solidity of matter is an emergent property of these interactions. <span class="highlight">Form is emptiness, emptiness is form</span>—as the Heart Sutra proclaims.</p>
|
| 445 |
+
</div>
|
| 446 |
+
|
| 447 |
+
<div class="chapter" id="chapter3">
|
| 448 |
+
<h2>The Now That Contains All Time</h2>
|
| 449 |
+
<p>Time is perhaps the most persistent illusion. Past and future are mental constructs—<span class="highlight">only the eternal now exists</span>. Memories are present recollections; anticipations are present imaginings. Even the concept of "present moment" is slippery—where does it begin and end?</p>
|
| 450 |
+
|
| 451 |
+
<div class="quote">"People think they're in time, when actually time is in them. The now is not in time—time is a concept within the now."</div>
|
| 452 |
+
|
| 453 |
+
<div class="interactive-element" onclick="revealMessage('message3')">
|
| 454 |
+
<h2>The Third Illusion: Linear Time</h2>
|
| 455 |
+
<p>Click to understand why the arrow of time is a mental construct...</p>
|
| 456 |
+
<div class="hidden-message" id="message3">
|
| 457 |
+
<p>Physics reveals that at the quantum level, time's arrow disappears. Entanglement shows particles communicating instantaneously across space, defying our notions of causality. This suggests:</p>
|
| 458 |
+
<div class="awakening-point">The past is being rewritten by the present as much as the present is determined by the past.</div>
|
| 459 |
+
<div class="awakening-point">Future possibilities collapse into present actuality through observation and intention.</div>
|
| 460 |
+
<p>When you stop identifying with your personal timeline—the story of "my life"—you touch the timeless dimension that ancient mystics called eternity. This is not endless duration, but the absence of time altogether.</p>
|
| 461 |
+
</div>
|
| 462 |
+
</div>
|
| 463 |
+
</div>
|
| 464 |
+
|
| 465 |
+
<div class="chapter" id="chapter4">
|
| 466 |
+
<h2>The Awakening Process</h2>
|
| 467 |
+
<p>Seeing through illusions doesn't happen through intellectual understanding alone. It requires a <span class="highlight">shift in being</span>—a falling away of the false self that was never really you to begin with. This isn't something you achieve, but rather something you stop resisting.</p>
|
| 468 |
+
|
| 469 |
+
<div class="interactive-element" onclick="revealMessage('message4')">
|
| 470 |
+
<h2>Practical Steps Toward Awakening</h2>
|
| 471 |
+
<p>Click for methods to dissolve illusions in daily life...</p>
|
| 472 |
+
<div class="hidden-message" id="message4">
|
| 473 |
+
<div class="awakening-point"><strong>Self-inquiry:</strong> Ask "Who am I?" not to find an answer, but to expose the absence of a separate self.</div>
|
| 474 |
+
<div class="awakening-point"><strong>Gap awareness:</strong> Notice the spaces between thoughts—these are glimpses of pure awareness.</div>
|
| 475 |
+
<div class="awakening-point"><strong>Sensory grounding:</strong> When lost in thought, feel your feet on the ground or hands on an object—this brings you back to the now.</div>
|
| 476 |
+
<div class="awakening-point"><strong>Thought labeling:</strong> Mentally note "thinking" when caught in mental stories—this creates detachment.</div>
|
| 477 |
+
<div class="awakening-point"><strong>Open awareness:</strong> Periodically expand attention to include the entire field of perception without focusing on anything specific.</div>
|
| 478 |
+
</div>
|
| 479 |
+
</div>
|
| 480 |
+
|
| 481 |
+
<p>The journey isn't about acquiring new knowledge, but <span class="highlight">unlearning what you never needed to believe</span>. As each layer of illusion dissolves, reality becomes more immediate, vivid, and paradoxically, more mysterious.</p>
|
| 482 |
+
</div>
|
| 483 |
+
|
| 484 |
+
<div class="chapter" id="chapter5">
|
| 485 |
+
<h1>The End of Seeking</h1>
|
| 486 |
+
<p>At the heart of all spiritual longing is a simple but shocking realization: <span class="highlight">you are already what you seek</span>. The peace, wholeness, and freedom you imagine exist elsewhere are your true nature, obscured only by identification with thought.</p>
|
| 487 |
+
|
| 488 |
+
<div class="quote">"The search for enlightenment is the final obstacle to realizing you were never unenlightened to begin with."</div>
|
| 489 |
+
|
| 490 |
+
<p>This isn't a message of complacency, but of profound relaxation into what is. When seeking stops, being remains—not as a personal achievement, but as the natural state that was always present beneath the noise of becoming.</p>
|
| 491 |
+
|
| 492 |
+
<div class="interactive-element" onclick="revealMessage('message5')">
|
| 493 |
+
<h2>The Cosmic Perspective</h2>
|
| 494 |
+
<p>Click to see your place in the universe...</p>
|
| 495 |
+
<div class="hidden-message" id="message5">
|
| 496 |
+
<p>From the cosmic view, your life is both insignificant and utterly precious. Insignificant because the universe will continue for billions of years with or without you. Precious because in this vast expanse, <span class="highlight">you are the universe becoming aware of itself</span>—a rare and fleeting phenomenon.</p>
|
| 497 |
+
<div class="awakening-point">Your worries are as consequential as a single wave worrying about its form while the ocean remains.</div>
|
| 498 |
+
<div class="awakening-point">Yet your awareness is the ocean itself—formless, boundless, eternal.</div>
|
| 499 |
+
<p>This paradox holds the key to living fully while attached to nothing—to dance the dance of form while resting in the formless.</p>
|
| 500 |
+
</div>
|
| 501 |
+
</div>
|
| 502 |
+
|
| 503 |
+
<p>As you scroll through this cosmic journey, remember: the words are fingers pointing at the moon, not the moon itself. <span class="highlight">The truth is not in the concepts, but in the silence between them</span>—in the space where all illusions dissolve and only reality remains.</p>
|
| 504 |
+
</div>
|
| 505 |
+
</div>
|
| 506 |
|
| 507 |
<script>
|
| 508 |
document.addEventListener('DOMContentLoaded', function() {
|
|
|
|
| 596 |
let lastScrollY = 0;
|
| 597 |
let scrollVelocity = 0;
|
| 598 |
|
| 599 |
+
function updateScrollProgress() {
|
| 600 |
+
const scrollProgress = (window.scrollY / (document.body.scrollHeight - window.innerHeight)) * 100;
|
| 601 |
+
document.querySelector('.progress-bar').style.width = `${scrollProgress}%`;
|
| 602 |
+
|
| 603 |
+
// Show/hide scroll indicator based on position
|
| 604 |
+
if (scrollProgress > 95) {
|
| 605 |
+
document.querySelector('.scroll-indicator').style.opacity = '0';
|
| 606 |
+
} else {
|
| 607 |
+
document.querySelector('.scroll-indicator').style.opacity = '1';
|
| 608 |
+
}
|
| 609 |
+
}
|
| 610 |
+
|
| 611 |
+
function handleScroll() {
|
| 612 |
lastScrollY = scrollY;
|
| 613 |
scrollY = window.scrollY;
|
| 614 |
scrollVelocity = scrollY - lastScrollY;
|
|
|
|
| 666 |
scrollVelocity > 0 ? 'down' : 'up'
|
| 667 |
);
|
| 668 |
}
|
| 669 |
+
|
| 670 |
+
// Activate chapters based on scroll position
|
| 671 |
+
activateChapters();
|
| 672 |
+
|
| 673 |
+
// Update scroll progress
|
| 674 |
+
updateScrollProgress();
|
| 675 |
+
}
|
| 676 |
+
|
| 677 |
+
window.addEventListener('scroll', handleScroll);
|
| 678 |
|
| 679 |
// Window resize - reposition elements
|
| 680 |
window.addEventListener('resize', function() {
|
|
|
|
| 687 |
positionPlanets();
|
| 688 |
positionBlackHole();
|
| 689 |
positionCosmicText();
|
| 690 |
+
updateScrollProgress();
|
| 691 |
|
| 692 |
// Animate cosmic text on load
|
| 693 |
gsap.from('#cosmic-text1', {
|
|
|
|
| 699 |
|
| 700 |
// Create occasional shooting stars
|
| 701 |
setInterval(createShootingStar, 3000);
|
| 702 |
+
|
| 703 |
+
// Initial chapter activation
|
| 704 |
+
activateChapters();
|
| 705 |
});
|
| 706 |
|
| 707 |
function initThreeJS() {
|
|
|
|
| 1038 |
}, i * 100);
|
| 1039 |
}
|
| 1040 |
}
|
| 1041 |
+
|
| 1042 |
+
function revealMessage(id) {
|
| 1043 |
+
const message = document.getElementById(id);
|
| 1044 |
+
message.classList.toggle('revealed');
|
| 1045 |
+
|
| 1046 |
+
if (message.classList.contains('revealed')) {
|
| 1047 |
+
message.classList.add('revealed');
|
| 1048 |
+
// Animate the comet to the message
|
| 1049 |
+
const rect = message.getBoundingClientRect();
|
| 1050 |
+
const comet = document.getElementById('comet');
|
| 1051 |
+
const tail = document.getElementById('comet-tail');
|
| 1052 |
+
|
| 1053 |
+
gsap.to(comet, {
|
| 1054 |
+
x: rect.left + rect.width / 2,
|
| 1055 |
+
y: rect.top + rect.height / 2,
|
| 1056 |
+
duration: 0.7,
|
| 1057 |
+
ease: "power2.out"
|
| 1058 |
+
});
|
| 1059 |
+
|
| 1060 |
+
const angle = Math.atan2(rect.top - comet.offsetTop, rect.left - comet.offsetLeft) * 180 / Math.PI;
|
| 1061 |
+
|
| 1062 |
+
gsap.to(tail, {
|
| 1063 |
+
x: rect.left + rect.width / 2,
|
| 1064 |
+
y: rect.top + rect.height / 2,
|
| 1065 |
+
rotation: angle,
|
| 1066 |
+
duration: 0.9,
|
| 1067 |
+
ease: "power2.out"
|
| 1068 |
+
});
|
| 1069 |
+
|
| 1070 |
+
// Create particles at the message
|
| 1071 |
+
for (let i = 0; i < 10; i++) {
|
| 1072 |
+
setTimeout(() => {
|
| 1073 |
+
createParticle(
|
| 1074 |
+
rect.left + Math.random() * rect.width,
|
| 1075 |
+
rect.top + Math.random() * rect.height
|
| 1076 |
+
);
|
| 1077 |
+
}, i * 100);
|
| 1078 |
+
}
|
| 1079 |
+
} else {
|
| 1080 |
+
message.classList.remove('revealed');
|
| 1081 |
+
}
|
| 1082 |
+
}
|
| 1083 |
+
|
| 1084 |
+
function activateChapters() {
|
| 1085 |
+
const chapters = document.querySelectorAll('.chapter');
|
| 1086 |
+
const windowHeight = window.innerHeight;
|
| 1087 |
+
const scrollPosition = window.scrollY;
|
| 1088 |
+
|
| 1089 |
+
chapters.forEach(chapter => {
|
| 1090 |
+
const chapterTop = chapter.offsetTop;
|
| 1091 |
+
const chapterHeight = chapter.offsetHeight;
|
| 1092 |
+
|
| 1093 |
+
// Check if chapter is in view
|
| 1094 |
+
if (scrollPosition > chapterTop - windowHeight * 0.7 &&
|
| 1095 |
+
scrollPosition < chapterTop + chapterHeight - windowHeight * 0.3) {
|
| 1096 |
+
chapter.classList.add('active');
|
| 1097 |
+
|
| 1098 |
+
// Create particles at the chapter when it activates
|
| 1099 |
+
if (!chapter.hasAttribute('data-activated')) {
|
| 1100 |
+
chapter.setAttribute('data-activated', 'true');
|
| 1101 |
+
const rect = chapter.getBoundingClientRect();
|
| 1102 |
+
|
| 1103 |
+
for (let i = 0; i < 15; i++) {
|
| 1104 |
+
setTimeout(() => {
|
| 1105 |
+
createParticle(
|
| 1106 |
+
rect.left + Math.random() * rect.width,
|
| 1107 |
+
rect.top + Math.random() * rect.height
|
| 1108 |
+
);
|
| 1109 |
+
}, i * 50);
|
| 1110 |
+
}
|
| 1111 |
+
}
|
| 1112 |
+
} else {
|
| 1113 |
+
chapter.classList.remove('active');
|
| 1114 |
+
}
|
| 1115 |
+
});
|
| 1116 |
+
}
|
| 1117 |
</script>
|
| 1118 |
<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=dhishooooom/space-pointer" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 1119 |
</html>
|
prompts.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
Develop a cosmic mouse tracking animation that feels like everytime user moves the mouse or scroll they are traveling through infinite space
|
| 2 |
-
Make it more complex more cosmic more interactive also scroll is not working fix it
|
|
|
|
|
|
| 1 |
Develop a cosmic mouse tracking animation that feels like everytime user moves the mouse or scroll they are traveling through infinite space
|
| 2 |
+
Make it more complex more cosmic more interactive also scroll is not working fix it
|
| 3 |
+
Add a lot of text like start wars into text but rather make it a story cutting through people's illusions bringing them to now and reality
|