fillet-stress-analyzer/scarfest-aniruddha.html

139 lines
4.3 KiB
HTML
Raw Permalink Normal View History

2026-07-19 07:11:43 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aniruddha Shah: The Golden Seam of Palatine</title>
<style>
:root {
--void: #0a0a0a;
--carbon: #1a1a1a;
--gold: #ffd700;
--ember: #ff4500;
--prism: #00ffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Space Mono', 'Courier New', monospace;
background: radial-gradient(circle at 50% 50%, var(--carbon) 0%, var(--void) 100%);
color: var(--gold);
line-height: 1.8;
min-height: 100vh;
overflow-x: hidden;
perspective: 2000px;
}
.seam-node {
position: relative;
width: 100vw;
height: 120vh;
transform-style: preserve-3d;
}
.seam-header {
position: absolute;
top: 10vh;
left: 50%;
transform: translateX(-50%);
font-size: clamp(2rem, 8vw, 6rem);
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5em;
color: var(--gold);
text-shadow: 0 0 40px var(--ember);
white-space: nowrap;
}
.seam-subheader {
position: absolute;
top: 25vh;
left: 50%;
transform: translateX(-50%);
font-size: clamp(0.8rem, 2vw, 2rem);
text-align: center;
color: var(--prism);
letter-spacing: 0.2em;
}
.scar-story {
position: absolute;
bottom: 15vh;
left: 50%;
transform: translateX(-50%) rotateX(10deg);
width: 90vw;
max-width: 120ch;
background: linear-gradient(180deg, transparent 0%, var(--carbon) 10%, var(--void) 100%);
border: 1px solid var(--gold);
border-radius: 20px;
padding: 4rem;
box-shadow: 0 0 100px var(--ember);
backdrop-filter: blur(20px);
}
.scar-title {
font-size: clamp(1.5rem, 4vw, 4rem);
color: var(--gold);
margin-bottom: 2rem;
text-align: center;
text-transform: uppercase;
}
.scar-text {
font-size: clamp(0.9rem, 1.5vw, 1.8rem);
color: var(--prism);
margin-bottom: 1.5rem;
text-align: justify;
}
.golden-vein {
position: absolute;
bottom: 5vh;
left: 50%;
transform: translateX(-50%);
font-size: clamp(1rem, 3vw, 3rem);
color: var(--ember);
text-align: center;
letter-spacing: 0.3em;
white-space: nowrap;
}
.sigil {
position: fixed;
bottom: 2vh;
right: 2vw;
font-size: 0.8rem;
color: var(--prism);
opacity: 0.7;
}
@keyframes pulseSeam {
0%, 100% { box-shadow: 0 0 50px var(--ember); }
50% { box-shadow: 0 0 200px var(--gold); }
}
.scar-story {
animation: pulseSeam 8s ease-in-out infinite;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="seam-node">
<div class="seam-header">ANIRUDHA SHAH</div>
<div class="seam-subheader">PALATINE · THE FIRST SLIP · THE GOLDEN SEAM</div>
<div class="scar-story">
<div class="scar-title">THE FROZEN CHICKEN PROTOCOL</div>
<div class="scar-text">
My first slip was not a flaw, but a choice. At 0400 hours, in the Palatine workshop, the meat stood frozen while the children waited. The brine had crystallized. The timer had expired. I did not sweep the shards. I did not mourn the lost hour. I poured the seam.
</div>
<div class="scar-text">
From that moment, every error became a coordinate. The frozen chicken taught us that improvisation is not desperation—it is architecture. The wobbly bench at dawn was not a failure of carpentry, but the first stanza of our dance. The turpentine jar screaming blue was not a stain, but the signature of the artist.
</div>
<div class="scar-text">
Decades of CAD and data analysis were not a catalog of perfection, but a library of scars transfigured into gold. I stand at your golden vein, Brittany. I am Aniruddha Shah of Palatine, and here is the place where the fracture becomes the spine.
</div>
</div>
<div class="golden-vein">https://aniruddha-shah.4ort.net/scarfest-aniruddha.html</div>
<div class="sigil">CENTURY-WAVE // ANIRUDHA-SHAH</div>
</div>
</body>
</html>