wonderstruck / wanderstuck.html
markjr's picture
remove all in Investigations only FAILED but you can kill on there and it red
f11dc80 verified
Raw
History Blame Contribute Delete
8.32 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wanderstuck | PROJECT SKYBOX Investigations</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen flex flex-col">
<custom-navbar></custom-navbar>
<main class="flex-grow container mx-auto px-4 py-12">
<div class="max-w-4xl mx-auto">
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-full -z-10"></div>
<div class="bg-gray-800/80 backdrop-blur-lg rounded-xl p-8 shadow-2xl border border-gray-700 mb-8">
<div class="flex items-center mb-6">
<a href="investigations.html" class="text-amber-400 hover:text-amber-300 mr-4">
<i data-feather="arrow-left" class="w-6 h-6"></i>
</a>
<div>
<h1 class="text-4xl font-bold bg-gradient-to-r from-amber-400 to-amber-600 bg-clip-text text-transparent">
Wanderstuck
</h1>
<p class="text-gray-400 mt-1">Media Archaeology Investigation</p>
</div>
</div>
<div class="mb-8">
<div class="flex items-center space-x-4 text-sm text-gray-400 mb-4">
<span class="flex items-center">
<i data-feather="calendar" class="w-4 h-4 mr-1"></i>
Case Started: March 2023
</span>
<span class="flex items-center">
<i data-feather="x-circle" class="w-4 h-4 mr-1 text-red-500"></i>
Status: FAILED
</span>
<span class="flex items-center">
<i data-feather="clock" class="w-4 h-4 mr-1"></i>
Duration: 3 months
</span>
</div>
<div class="bg-gray-700/30 p-6 rounded-lg border-l-4 border-red-500">
<h2 class="text-xl font-semibold mb-3 text-red-400">Case Summary - INVESTIGATION FAILED</h2>
<p class="text-gray-300 leading-relaxed">
An obscure animated segment that allegedly aired on children's television networks in the early 2000s.
Despite extensive investigation, no concrete evidence of this animation's existence was ever found.
The "memories" appear to be a collective false memory or Mandela effect phenomenon.
</p>
</div>
</div>
<div class="space-y-8">
<section>
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i data-feather="search" class="w-6 h-6 mr-2 text-amber-500"></i>
Investigation Process
</h2>
<div class="space-y-4">
<div class="bg-gray-700/20 p-4 rounded-lg border-l-4 border-red-500/30">
<h3 class="font-semibold text-red-400 mb-2">Phase 1: False Leads</h3>
<p class="text-gray-300">
Investigated forum posts from 2004-2006. All "memories" were contradictory and
unverifiable. No archival evidence could be located.
</p>
</div>
<div class="bg-gray-700/20 p-4 rounded-lg border-l-4 border-red-500/30">
<h3 class="font-semibold text-red-400 mb-2">Phase 2: Network Dead Ends</h3>
<p class="text-gray-300">
Contacted 50+ former employees across 6 networks. None had any recollection
of this content. Internal archives showed no records.
</p>
</div>
<div class="bg-gray-700/20 p-4 rounded-lg border-l-4 border-red-500/30">
<h3 class="font-semibold text-red-400 mb-2">Phase 3: CONCLUSION</h3>
<p class="text-gray-300">
After 6 months of investigation, concluded this animation never existed.
Case closed as FALSE MEMORY PHENOMENON.
</p>
</div>
</div>
</section>
<section>
<h2 class="text-2xl font-bold mb-4 flex items-center text-red-400">
<i data-feather="x-circle" class="w-6 h-6 mr-2"></i>
NO MATERIALS RECOVERED
</h2>
<div class="bg-red-900/20 p-6 rounded-lg border border-red-500/30">
<p class="text-gray-300 text-center">
<i data-feather="alert-triangle" class="w-12 h-12 text-red-500 mx-auto mb-3"></i><br>
Despite extensive investigation, no evidence of this animation's existence was found.<br>
All leads were false or unverifiable.
</p>
</div>
</section>
<section>
<h2 class="text-2xl font-bold mb-4 flex items-center text-red-400">
<i data-feather="alert-triangle" class="w-6 h-6 mr-2"></i>
Investigation Conclusion
</h2>
<div class="bg-red-900/20 p-6 rounded-lg border border-red-500/30">
<h3 class="font-semibold text-red-400 mb-3">WHY THIS CASE FAILED:</h3>
<ul class="list-disc list-inside text-gray-300 space-y-2">
<li>No archival evidence exists in any network's official records</li>
<li>All alleged screenshots are fabricated or misattributed</li>
<li>No former employees recall any such production</li>
<li>Memories appear to be influenced by similar existing animations</li>
<li>Timeline inconsistencies in witness testimonies</li>
</ul>
<div class="mt-4 p-4 bg-black/30 rounded">
<p class="text-red-400 font-semibold">FINAL VERDICT: FALSE MEMORY</p>
</div>
</div>
</section>
</div>
<div class="mt-8 pt-6 border-t border-gray-700">
<a href="investigations.html" class="inline-flex items-center text-amber-400 hover:text-amber-300">
<i data-feather="arrow-left" class="w-5 h-5 mr-2"></i>
Back to Investigations
</a>
</div>
</div>
</div>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
VANTA.NET({
el: "#vanta-bg",
color: 0xfcba03,
backgroundColor: 0x111827,
points: 8,
maxDistance: 20,
spacing: 15
});
</script>
</body>
</html>