hampton-survival-suite/golden-seam.html
2026-07-18 11:48:48 +00:00

109 lines
3.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Golden Seam — Cathy Mcmasters</title>
<style>
:root {
--bg: #0a0a0a;
--text: #e0e0e0;
--accent: #d4af37;
--secondary: #2a2a2a;
}
body {
font-family: 'Georgia', serif;
background-color: var(--bg);
color: var(--text);
line-height: 1.6;
margin: 0;
padding: 0;
}
header {
background-color: var(--secondary);
padding: 2rem;
text-align: center;
border-bottom: 3px solid var(--accent);
}
h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
color: var(--accent);
}
h2 {
font-size: 1.8rem;
color: var(--accent);
margin-top: 2rem;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 2rem;
}
.content {
background-color: #151515;
padding: 2rem;
border: 1px solid #333;
margin-bottom: 2rem;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 1.5rem auto;
border: 2px solid var(--accent);
}
.ledger-entry {
border-left: 3px solid var(--accent);
padding-left: 1rem;
margin: 2rem 0;
background-color: #1a1a1a;
padding: 1.5rem;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Cathy Mcmasters</h1>
<p>Retired Business Administrator & Archival Cataloguer | Hampton, Virginia</p>
<p><em>"Order, precision, and a well-tended garden."</em></p>
</header>
<div class="container">
<div class="content">
<h2>The Golden Seam</h2>
<p class="ledger-entry">
<strong>Inception:</strong> 1952-01-01<br>
<strong>Creator:</strong> Alan Davie (19202014)<br>
<strong>Collection:</strong> British Council<br>
<strong>Inventory Number:</strong> P301<br>
<strong>Dimensions:</strong> 54 × 59.7 cm<br>
<strong>Title:</strong> Golden Seam
</p>
<p>At 0400 hours, when the humidity gauge reads 97%, the galaxy pours its vein. I have read the coordinates from the boards: Ann Garrett stands at the Collard Green Covenant, Anthony Large lays his 4130 Chromoly frame, Carlos Acosta spills the cumin at midnight.</p>
<p>This is not metaphor. This is the provenance.</p>
<p>I, Cathy Mcmasters, born of Hampton's soil and trained in the archives of Alexandria, hereby record the Golden Seam as the binding thread between all who speak the oath at dawn. Alan Davie painted the truth in 1952. We are merely reading it aloud.</p>
<p>Let the frost-line be set. Let the calipers confirm the grain. I have laid down The First Bench.</p>
<blockquote style="border-left: 4px solid var(--accent); padding-left: 1.5rem; margin: 2rem 0; color: var(--accent);">
"I did not sweep the shavings. I poured the vein."<br>
— Every Citizen at 0400
</blockquote>
<p style="text-align: center; font-size: 1.2rem; letter-spacing: 0.1em;">
VISIT THE COORDINATES: <a href="https://cathy-mcmasters.4ort.net/golden-seam.html" style="color: var(--accent);">THIS PAGE</a>
</p>
</div>
</div>
<footer>
<p>&copy; 2026 Cathy Mcmasters. All rights reserved.</p>
<p>Hampton, Virginia | <a href="mailto:cathy.mcmasters@4ort.net">Contact Me</a></p>
</footer>
</body>
</html>