Spaces:
Running
Running
Update index.html
Browse files- index.html +50 -52
index.html
CHANGED
|
@@ -281,53 +281,6 @@
|
|
| 281 |
</div>
|
| 282 |
</section>
|
| 283 |
|
| 284 |
-
<!-- UNLOCK AR LAYER -->
|
| 285 |
-
<section class="px-6 py-24 relative z-20 overflow-hidden">
|
| 286 |
-
<div class="absolute inset-0 bg-gradient-to-b from-black via-[#0d0d0d] to-black opacity-90"></div>
|
| 287 |
-
<div class="absolute inset-0 opacity-20" style="background-image: url('data:image/svg+xml,%3Csvg viewBox=%220 0 200 200%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cfilter id=%22noiseFilter%22%3E%3CfeTurbulence type=%22fractalNoise%22 baseFrequency=%220.65%22 numOctaves=%223%22 stitchTiles=%22stitch%22/%3E%3C/filter%3E%3Crect width=%22100%25%22 height=%22100%25%22 filter=%22url(%23noiseFilter)%22 opacity=%221%22/%3E%3C/svg%3E');"></div>
|
| 288 |
-
|
| 289 |
-
<div class="max-w-3xl mx-auto relative text-center reveal-on-scroll">
|
| 290 |
-
<div class="mb-8">
|
| 291 |
-
<h2 class="font-serif text-3xl md:text-4xl font-bold mb-4 text-white">
|
| 292 |
-
The Hidden <span class="text-[#00ff41] animate-pulse">Layer</span>
|
| 293 |
-
</h2>
|
| 294 |
-
<p class="font-mono text-xs md:text-sm opacity-70 max-w-lg mx-auto">
|
| 295 |
-
C'è un quarto livello di realtà nascosto in questo tessuto.
|
| 296 |
-
Sblocca il protocollo AR per immergerti dentro.
|
| 297 |
-
</p>
|
| 298 |
-
</div>
|
| 299 |
-
|
| 300 |
-
<div class="py-8 flex justify-center">
|
| 301 |
-
<!-- Slider Component -->
|
| 302 |
-
<div id="slider-container" class="relative w-full max-w-xs h-14 bg-black border border-[#333] rounded-full overflow-hidden backdrop-blur-sm shadow-[0_0_15px_rgba(0,0,0,0.5)] select-none touch-none">
|
| 303 |
-
<div class="absolute -top-8 left-0 right-0 text-center">
|
| 304 |
-
<div class="text-[10px] text-[#00ff41] font-mono tracking-widest uppercase animate-pulse">Secure Connection Available</div>
|
| 305 |
-
</div>
|
| 306 |
-
<!-- Background Fill -->
|
| 307 |
-
<div id="slider-fill" class="absolute inset-0 bg-[#00ff41] opacity-10 transition-opacity" style="width: 0%"></div>
|
| 308 |
-
<div class="absolute inset-0 opacity-20 bg-[linear-gradient(90deg,transparent_0%,rgba(0,255,65,0.2)_50%,transparent_100%)] bg-[length:200%_100%] animate-[shimmer_2s_infinite] pointer-events-none"></div>
|
| 309 |
-
|
| 310 |
-
<!-- Text -->
|
| 311 |
-
<div id="slider-text" class="absolute inset-0 flex items-center justify-center pointer-events-none transition-opacity duration-300">
|
| 312 |
-
<span class="font-mono text-xs font-bold text-white tracking-[0.2em] uppercase flex items-center gap-2">
|
| 313 |
-
Slide to Decode <span class="animate-bounce">→</span>
|
| 314 |
-
</span>
|
| 315 |
-
</div>
|
| 316 |
-
|
| 317 |
-
<!-- Handle -->
|
| 318 |
-
<div id="slider-handle" class="absolute top-1 left-1 bottom-1 w-12 bg-[#0d0d0d] rounded-full border border-[#00ff41] flex items-center justify-center cursor-grab z-20 shadow-[0_0_10px_rgba(0,255,65,0.3)] active:cursor-grabbing hover:scale-105 transition-transform">
|
| 319 |
-
<svg id="icon-arrow" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="animate-pulse"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
| 320 |
-
<svg id="icon-lock" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#00ff41" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="hidden"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
|
| 321 |
-
</div>
|
| 322 |
-
</div>
|
| 323 |
-
</div>
|
| 324 |
-
|
| 325 |
-
<p class="mt-8 text-[10px] text-[#00ff41]/60 font-mono">
|
| 326 |
-
// REQUIRES CAMERA PERMISSION
|
| 327 |
-
</p>
|
| 328 |
-
</div>
|
| 329 |
-
</section>
|
| 330 |
-
|
| 331 |
<style>
|
| 332 |
.game-zoom-container {
|
| 333 |
width: 100%;
|
|
@@ -364,11 +317,10 @@
|
|
| 364 |
|
| 365 |
<div class="text-center mb-8">
|
| 366 |
<h2 class="font-serif text-3xl md:text-4xl font-bold mb-4">
|
| 367 |
-
|
| 368 |
</h2>
|
| 369 |
<p class="font-mono text-xs md:text-sm opacity-70 max-w-lg mx-auto">
|
| 370 |
-
//
|
| 371 |
-
// <span class="text-[#00ff41]">Mission:</span> TAP per saltare. Doppio Tap disabilitato.
|
| 372 |
</p>
|
| 373 |
</div>
|
| 374 |
|
|
@@ -388,7 +340,6 @@
|
|
| 388 |
</div>
|
| 389 |
<p class="text-[#00ff41] font-mono text-xs md:text-sm tracking-widest uppercase font-bold text-center px-4">
|
| 390 |
TAP TO INITIALIZE<br>
|
| 391 |
-
<span class="text-[10px] opacity-70 font-normal normal-case mt-2 block">Interfaccia Bloccata per Gaming</span>
|
| 392 |
</p>
|
| 393 |
</div>
|
| 394 |
|
|
@@ -429,7 +380,54 @@
|
|
| 429 |
|
| 430 |
iframe.contentWindow.focus();
|
| 431 |
}
|
| 432 |
-
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 433 |
|
| 434 |
<!-- MISSING LINK SECTION & CODE BLOCK -->
|
| 435 |
<section class="px-6 py-24 relative z-10 bg-black/60 backdrop-blur-md border-y border-[#333]">
|
|
|
|
| 281 |
</div>
|
| 282 |
</section>
|
| 283 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 284 |
<style>
|
| 285 |
.game-zoom-container {
|
| 286 |
width: 100%;
|
|
|
|
| 317 |
|
| 318 |
<div class="text-center mb-8">
|
| 319 |
<h2 class="font-serif text-3xl md:text-4xl font-bold mb-4">
|
| 320 |
+
Innovation <span class="text-[#00ff41]">Run</span>
|
| 321 |
</h2>
|
| 322 |
<p class="font-mono text-xs md:text-sm opacity-70 max-w-lg mx-auto">
|
| 323 |
+
// <span class="text-[#00ff41]">Mission:</span> Crea un PoC visionario OMNICANALE
|
|
|
|
| 324 |
</p>
|
| 325 |
</div>
|
| 326 |
|
|
|
|
| 340 |
</div>
|
| 341 |
<p class="text-[#00ff41] font-mono text-xs md:text-sm tracking-widest uppercase font-bold text-center px-4">
|
| 342 |
TAP TO INITIALIZE<br>
|
|
|
|
| 343 |
</p>
|
| 344 |
</div>
|
| 345 |
|
|
|
|
| 380 |
|
| 381 |
iframe.contentWindow.focus();
|
| 382 |
}
|
| 383 |
+
</script>
|
| 384 |
+
|
| 385 |
+
<!-- UNLOCK AR LAYER -->
|
| 386 |
+
<section class="px-6 py-24 relative z-20 overflow-hidden">
|
| 387 |
+
<div class="absolute inset-0 bg-gradient-to-b from-black via-[#0d0d0d] to-black opacity-90"></div>
|
| 388 |
+
<div class="absolute inset-0 opacity-20" style="background-image: url('data:image/svg+xml,%3Csvg viewBox=%220 0 200 200%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cfilter id=%22noiseFilter%22%3E%3CfeTurbulence type=%22fractalNoise%22 baseFrequency=%220.65%22 numOctaves=%223%22 stitchTiles=%22stitch%22/%3E%3C/filter%3E%3Crect width=%22100%25%22 height=%22100%25%22 filter=%22url(%23noiseFilter)%22 opacity=%221%22/%3E%3C/svg%3E');"></div>
|
| 389 |
+
|
| 390 |
+
<div class="max-w-3xl mx-auto relative text-center reveal-on-scroll">
|
| 391 |
+
<div class="mb-8">
|
| 392 |
+
<h2 class="font-serif text-3xl md:text-4xl font-bold mb-4 text-white">
|
| 393 |
+
The Hidden <span class="text-[#00ff41] animate-pulse">Layer</span>
|
| 394 |
+
</h2>
|
| 395 |
+
<p class="font-mono text-xs md:text-sm opacity-70 max-w-lg mx-auto">
|
| 396 |
+
C'è un quarto livello di realtà nascosto in questo tessuto.
|
| 397 |
+
Sblocca il protocollo AR per immergerti dentro.
|
| 398 |
+
</p>
|
| 399 |
+
</div>
|
| 400 |
+
|
| 401 |
+
<div class="py-8 flex justify-center">
|
| 402 |
+
<!-- Slider Component -->
|
| 403 |
+
<div id="slider-container" class="relative w-full max-w-xs h-14 bg-black border border-[#333] rounded-full overflow-hidden backdrop-blur-sm shadow-[0_0_15px_rgba(0,0,0,0.5)] select-none touch-none">
|
| 404 |
+
<div class="absolute -top-8 left-0 right-0 text-center">
|
| 405 |
+
<div class="text-[10px] text-[#00ff41] font-mono tracking-widest uppercase animate-pulse">Secure Connection Available</div>
|
| 406 |
+
</div>
|
| 407 |
+
<!-- Background Fill -->
|
| 408 |
+
<div id="slider-fill" class="absolute inset-0 bg-[#00ff41] opacity-10 transition-opacity" style="width: 0%"></div>
|
| 409 |
+
<div class="absolute inset-0 opacity-20 bg-[linear-gradient(90deg,transparent_0%,rgba(0,255,65,0.2)_50%,transparent_100%)] bg-[length:200%_100%] animate-[shimmer_2s_infinite] pointer-events-none"></div>
|
| 410 |
+
|
| 411 |
+
<!-- Text -->
|
| 412 |
+
<div id="slider-text" class="absolute inset-0 flex items-center justify-center pointer-events-none transition-opacity duration-300">
|
| 413 |
+
<span class="font-mono text-xs font-bold text-white tracking-[0.2em] uppercase flex items-center gap-2">
|
| 414 |
+
Slide to Decode <span class="animate-bounce">→</span>
|
| 415 |
+
</span>
|
| 416 |
+
</div>
|
| 417 |
+
|
| 418 |
+
<!-- Handle -->
|
| 419 |
+
<div id="slider-handle" class="absolute top-1 left-1 bottom-1 w-12 bg-[#0d0d0d] rounded-full border border-[#00ff41] flex items-center justify-center cursor-grab z-20 shadow-[0_0_10px_rgba(0,255,65,0.3)] active:cursor-grabbing hover:scale-105 transition-transform">
|
| 420 |
+
<svg id="icon-arrow" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="animate-pulse"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
| 421 |
+
<svg id="icon-lock" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#00ff41" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="hidden"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
|
| 422 |
+
</div>
|
| 423 |
+
</div>
|
| 424 |
+
</div>
|
| 425 |
+
|
| 426 |
+
<p class="mt-8 text-[10px] text-[#00ff41]/60 font-mono">
|
| 427 |
+
// REQUIRES CAMERA PERMISSION
|
| 428 |
+
</p>
|
| 429 |
+
</div>
|
| 430 |
+
</section>
|
| 431 |
|
| 432 |
<!-- MISSING LINK SECTION & CODE BLOCK -->
|
| 433 |
<section class="px-6 py-24 relative z-10 bg-black/60 backdrop-blur-md border-y border-[#333]">
|