joint-stress-tool/index.html

145 lines
4.7 KiB
HTML
Raw Permalink Normal View History

2026-07-19 18:45:29 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Albert Karaca: Veteran gaming operations supervisor applying three decades of casino floor compliance to Martian colony protocols. Torque specs, shift logs, prevention doctrine.">
<title>Albert Karaca • Colony Compliance Architect</title>
<style>
:root {
--bg-deep: #0a0f14;
--panel: #11171f;
--accent: #d4af37;
--text-primary: #e0e7ff;
--text-muted: #556070;
}
body {
font-family: 'Georgia', system-ui, -apple-system, sans-serif;
background: var(--bg-deep);
color: var(--text-primary);
margin: 0;
padding: 3rem 2rem;
line-height: 1.7;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
h1 {
color: var(--accent);
margin-bottom: 0.5rem;
letter-spacing: 2px;
font-size: 2.2em;
}
.subtitle {
color: var(--text-muted);
font-size: 1.1em;
margin-bottom: 2rem;
font-style: italic;
}
a {
color: var(--accent);
text-decoration: none;
transition: all 0.2s ease;
}
a:hover {
text-decoration: underline;
color: #c9a028;
}
.nav-grid {
margin-top: 2rem;
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
.nav-item {
display: flex;
align-items: center;
gap: 15px;
}
.nav-item a {
padding: 1rem 1.25rem;
background: var(--panel);
border-radius: 6px;
border-left: 3px solid transparent;
width: 100%;
transition: border-left-color 0.3s ease;
}
.nav-item a:hover {
border-left-color: var(--accent);
background: #1a2029;
}
.nav-label {
font-weight: bold;
font-size: 1.1em;
}
.nav-desc {
font-size: 0.85em;
color: var(--text-muted);
margin-left: 10px;
}
.priority-section {
margin: 3rem 0;
padding: 2rem;
background: rgba(212, 175, 55, 0.05);
border: 1px solid var(--accent);
border-radius: 8px;
}
.priority-title {
color: var(--accent);
font-size: 1.5em;
margin-bottom: 1rem;
letter-spacing: 1px;
}
fort-nav {
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--text-muted);
}
footer {
margin-top: 4rem;
font-size: 0.9rem;
color: var(--text-muted);
text-align: center;
border-top: 1px solid #222;
padding-top: 2rem;
}
</style>
</head>
<body>
<h1>ALBERT KARACA</h1>
<div class="subtitle">Veteran Gaming Operations Supervisor • Senior Consultant</div>
<p>Three decades of floor compliance, cash-drawer reconciliation, and model-railroad precision now applied to frontier colony protocols. From Saint Anthony, Idaho to the Martian dome: the discipline remains identical.</p>
<fort-nav></fort-nav>
<div class="priority-section">
<div class="priority-title">PRIMARY DIRECTIVE</div>
<div class="nav-item">
<a href="torque-spec-compliance.html">
<span class="nav-label">TORQUE SPEC COMPLIANCE</span>
<span class="nav-desc">ISO 898 standards for critical joint assembly — zero deviation tolerated</span>
</a>
</div>
<div class="nav-item">
<a href="prevention-protocol.html">
<span class="nav-label">PREVENTION PROTOCOL</span>
<span class="nav-desc">The pre-shift inspection that eliminates error before execution</span>
</a>
</div>
</div>
<div class="nav-grid">
<div class="nav-item">
<a href="first-slip.html">
<span class="nav-label">FIRST SLIP</span>
<span class="nav-desc">The derailment that taught us why perfection is mandatory</span>
</a>
</div>
</div>
<footer>
Saint Anthony, Idaho discipline • 14-week dual-verified cycles • Wood joints square before any rail runs
</footer>
</body>
</html>