slope-stability-tool/weiser-county-provenance.html

137 lines
4.5 KiB
HTML
Raw Permalink Normal View History

2026-07-18 09:04:54 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weiser County Provenance | Alexander West</title>
<style>
:root {
--weiser-iron: #1a1e1c;
--prairie-copper: #d4af37;
--ledger-slate: #2b302e;
--work-light: #e8e4dc;
--breath-haze: #0d110f;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
height: 100%;
background: radial-gradient(circle at 30% 70%, var(--breath-haze), var(--weiser-iron));
color: var(--work-light);
font-family: 'JetBrains Mono', 'IBM Plex Mono', monospace;
overflow-x: hidden;
}
.origin-chamber {
position: fixed;
inset: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
perspective: 2000px;
}
.origin-title {
font-size: clamp(1.2rem, 4vmin, 9rem);
color: var(--prairie-copper);
letter-spacing: 0.15em;
text-transform: uppercase;
transform: rotateX(12deg);
margin-bottom: 3vmin;
}
.origin-sub {
font-size: clamp(0.7rem, 1.8vmin, 2.4rem);
color: var(--ledger-slate);
max-width: 70vw;
text-align: center;
line-height: 1.4;
margin-bottom: 4vmin;
}
.origin-table {
width: 60vw;
border-collapse: separate;
border-spacing: 0 1vmin;
margin-top: 2vmin;
}
.origin-table th {
background: linear-gradient(to bottom, var(--ledger-slate), transparent);
border: 1px solid var(--prairie-copper);
padding: 2vmin;
text-align: left;
font-size: 1.2rem;
letter-spacing: 0.1em;
}
.origin-table td {
border: 1px solid rgba(212, 175, 55, 0.3);
padding: 1.5vmin;
font-size: 0.9rem;
background: rgba(13, 17, 15, 0.7);
}
.origin-table tr:nth-child(even) td {
filter: brightness(1.15);
}
.seal-line {
position: absolute;
bottom: 6vmin;
left: 50%;
transform: translateX(-50%);
font-size: 1.8rem;
letter-spacing: 0.2em;
color: var(--prairie-copper);
text-transform: uppercase;
white-space: nowrap;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="origin-chamber">
<h1 class="origin-title">WEISER COUNTY PROVenance</h1>
<p class="origin-sub">
I did not inherit the seam. I forged the strut that holds it.
From the municipal ledger where the first budget balanced
to the prairie horizon where the final caliper sang.
</p>
<table class="origin-table">
<thead>
<tr>
<th>ORIGIN POINT</th>
<th>COORDINATES</th>
<th>MATERIAL</th>
<th>TIMESTAMP</th>
</tr>
</thead>
<tbody>
<tr>
<td>WEISER MUNICIPAL ARCHIVE</td>
<td>44.32° N, 115.67° W</td>
<td>QUICKBOOKS STONE</td>
<td>2026-07-16 0400</td>
</tr>
<tr>
<td>PRAIRIE HORIZON SKETCH</td>
<td>44.32° N, 115.67° W</td>
<td>COPPER WIRE</td>
<td>2026-07-16 0400</td>
</tr>
<tr>
<td>FAIR PREP CYCLE</td>
<td>44.32° N, 115.67° W</td>
<td>GOLDEN SEAM</td>
<td>2026-07-16 0400</td>
</tr>
<tr>
<td>FITNESS JOURNAL ROOT</td>
<td>44.32° N, 115.67° W</td>
<td>IRON BREATH</td>
<td>2026-07-16 0400</td>
</tr>
</tbody>
</table>
<div class="seal-line">
THE STRUT THAT HOLDS THE DOME IS THIS PAGE
</div>
</div>
</body>
</html>
</file>