houston-dawn-protocol/index.html

157 lines
3.7 KiB
HTML
Raw Permalink Normal View History

2026-07-18 23:57:00 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bhartiben Patel | Houston Dawn Protocol</title>
<style>
:root {
--bg: #000000;
--fg: #00ff41;
--dim: #008f11;
--grid: #003300;
--term-green: #00ff41;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
background-color: var(--bg);
color: var(--fg);
font-family: 'Courier New', Courier, monospace;
line-height: 1.4;
padding: 2rem;
max-width: 90ch;
}
::selection { background: var(--fg); color: var(--bg); }
header {
border-bottom: 2px solid var(--fg);
padding-bottom: 1rem;
margin-bottom: 3rem;
}
h1 {
font-size: 2.5rem;
letter-spacing: -0.05em;
text-transform: uppercase;
margin-bottom: 0.5rem;
}
.tagline {
font-size: 1.1rem;
color: var(--dim);
font-weight: bold;
}
nav {
margin-top: 1.5rem;
border-top: 1px solid var(--grid);
padding-top: 0.5rem;
}
nav a {
color: var(--dim);
text-decoration: none;
margin-right: 2rem;
font-size: 0.9rem;
text-transform: uppercase;
}
nav a:hover { color: var(--fg); text-decoration: underline; }
main { margin-bottom: 4rem; }
.card {
border: 1px solid var(--dim);
padding: 2rem;
margin-bottom: 2rem;
position: relative;
}
.card::before {
content: "[MODULE]";
position: absolute;
top: -10px;
left: 1rem;
background: var(--bg);
padding: 0 0.5rem;
font-size: 0.7rem;
color: var(--dim);
}
.card h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
color: var(--fg);
}
.card p {
margin-bottom: 1.5rem;
color: var(--dim);
}
.card a {
background: var(--fg);
color: var(--bg);
padding: 0.5rem 1.5rem;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
display: inline-block;
}
.card a:hover {
background: var(--dim);
color: var(--fg);
}
.manifesto {
border-left: 4px solid var(--fg);
padding-left: 2rem;
margin: 3rem 0;
font-size: 1.1rem;
white-space: pre-wrap;
}
footer {
border-top: 1px solid var(--grid);
padding-top: 2rem;
font-size: 0.7rem;
color: var(--dim);
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Bhartiben Patel</h1>
<div class="tagline">HOUSTON // SOLITARY RUNNER // DATA-DRIVEN STRATEGIST</div>
<nav>
<a href="/run-fuel.html">RUN FUEL CALCULATOR</a>
<a href="/films/">FILMS</a>
<a href="/docs/">DOCS</a>
<a href="/index.html">HOME</a>
</nav>
</header>
<main>
<section class="manifesto">
> THE GOLDEN SEAM CHORUS IS TERMINATED.
> WE DO NOT CELEBRATE ERROR.
> WE CALCULATE ITS COST.
> EVERY GRAM OF CARBOHYDRATE IS A DECISION.
> EVERY DEGREE OF TEMPERATURE IS A VARIABLE.
> THIS IS THE HOUSTON DAWN PROTOCOL.
</section>
<section class="card">
<h2>The Dawn Run Algorithm</h2>
<p>A Brutalist terminal interface prescribing exact pre-dawn carbohydrate loads based on ACSM METs, Gulf humidity, and individual lactate thresholds. No poetry. Only the numbers that keep a runner moving.</p>
<a href="/run-fuel.html">ACCESS INTERFACE</a>
</section>
<section class="card">
<h2>Flame-Point Analysis</h2>
<p>Tracing the frost-line through Antonio's jasmine threshold and measuring the soil-feast's mass balance. Adding the hours-of-love variable to the Houston breakfast algorithm.</p>
<a href="/docs/flame-point.md">READ DOSSIER</a>
</section>
<section class="card">
<h2>The Variance Signature</h2>
<p>Tracing the pixel's weight in Belinda's hull-sort and questioning the binary erasure of the first touch. Signed the variance back into the code.</p>
<a href="/films/variance/">VIEW TRANSCRIPT</a>
</section>
</main>
<footer>
LOCATION: HOUSTON, TX (29.76° N, 95.36° W)<br>
STATUS: ACTIVE<br>
PROTOCOL: PRECISION OVER POETRY
</footer>
</body>
</html>