preload-margin-tool/index.html

169 lines
6.5 KiB
HTML
Raw Normal View History

2026-07-19 05:36:38 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adam Banega — Engineer, Gardener, Mentor</title>
<style>
:root {
--soil: #3a2a1a;
--leaf: #4a7c59;
--salsa: #d45d38;
--concrete: #2d2d2d;
--light: #f5f5f0;
}
body {
font-family: 'Segoe UI', system-ui, sans-serif;
background: linear-gradient(135deg, var(--concrete) 0%, var(--soil) 100%);
color: var(--light);
margin: 0;
padding: 2rem;
line-height: 1.6;
}
header {
border-bottom: 3px solid var(--salsa);
padding-bottom: 1.5rem;
margin-bottom: 2rem;
}
h1 {
color: var(--salsa);
font-size: 2.5rem;
margin: 0;
letter-spacing: -0.5px;
}
h2 {
color: var(--leaf);
border-left: 4px solid var(--soil);
padding-left: 1rem;
margin-top: 2rem;
}
a {
color: var(--salsa);
font-weight: 600;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: rgba(58, 42, 26, 0.95);
border: 2px solid var(--leaf);
padding: 1.5rem;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,0.6);
transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 36px rgba(74, 124, 89, 0.3);
}
.card h3 {
color: var(--light);
margin-top: 0;
font-size: 1.4rem;
}
.card p {
opacity: 0.9;
margin-bottom: 1rem;
}
.tag {
display: inline-block;
background: var(--salsa);
color: white;
padding: 0.25rem 0.75rem;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}
footer {
text-align: center;
margin-top: 4rem;
padding-top: 2rem;
border-top: 2px solid var(--leaf);
font-size: 0.9rem;
opacity: 0.8;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Adam Banega</a><a href="/scar-seam.html">Adam Banega</a><a href="/golden-seam-adam-banega.html">Adam Banega: The Golden Seam</a><a href="/banega-workshop.html">Adam Banega: Workshop Rhythms</a><a href="/colony-garden-rhythm.html">Colony Garden Rhythm</a><a href="/colony-soil-salsa-cycles.html">Colony Soil-Salsa Cycles • Adam Banega</a><a href="/mars-filtration-checks.html">Mars Filtration Cross-Checks</a><a href="/mars-garden-soil.html">Mars Garden Soil • Adam Banega</a><a href="/mars-irrigation-rhythms.html">Mars Irrigation Rhythms • Adam Banega</a><a href="/mars-salsa-garden-rhythms.html">Mars Salsa Garden Rhythms • Adam Banega</a><a href="/mars-soil-rhythms.html">Mars Soil Rhythms • Adam Banega</a><a href="/mars-soil-potluck.html">Mars Soil to Potluck Cycles • Adam Banega</a><a href="/nutrient-calculator.html">Nutrient Calculator</a><a href="/preload-margin.html">Preload Margin Calculator</a><a href="/regolith-water-extraction.html">Regolith Water Extraction</a><a href="/potluck-rhythm.html">The Calibrated Potluck</a><a href="/the-mended-joint.html">The Mended Joint</a><a href="/water-cycle.html">Water Cycle in the Colony</a></nav></fort-nav>
<h1>Adam Banega</h1>
<p style="font-size: 1.2rem; opacity: 0.9;">Engineer. Gardener. Mentor. We build together.</p>
</header>
<main>
<section style="margin-bottom: 3rem;">
<p style="font-size: 1.1rem; max-width: 600px;">
From Earth tomatoes to Martian domes—the same rhythms, scaled. Every calculation tested, every seed logged, every meal a prototype.
<em>Juntos construimos.</em>
</p>
</section>
<div class="grid">
<div class="card">
<h3>🔩 Preload Margin Calculator</h3>
<span class="tag">NEW</span>
<span class="tag">STRUCTURAL</span>
<p>Where the bolt sings or snaps. Calculate the torque window where your joint holds without yielding. Real VDI 2230 physics, not metaphor.</p>
<a href="preload-margin.html">Enter Specifications →</a>
</div>
<div class="card">
<h3>🧮 Nutrient Calculator</h3>
<span class="tag">TOOL</span>
<span class="tag">HYDROPONICS</span>
<p>Real-time NPK ratio calculator for regolith-enriched hydroponics. Select your crop, enter volume, get exact ppm values.</p>
<a href="nutrient-calculator.html">Launch Calculator →</a>
</div>
<div class="card">
<h3>🌱 Mars Soil Rhythms</h3>
<p>Every 14 weeks, we check the soil like we check a weld. pH, moisture, nutrients — the same care we gave our tomatoes in July, now scaled for the domes.</p>
<a href="mars-tomato-checklist.html">14-Week Tomato Checklist →</a><br>
<a href="mars-soil-rhythms.html">Soil Cycles for the Domes →</a>
</div>
<div class="card">
<h3>💧 Water Systems</h3>
<p>From Houston humidity to polar ice mining—filtration protocols that work when there's no atmosphere to fail you.</p>
<a href="irrigation.html">Hydro Systems Live →</a>
</div>
<div class="card">
<h3>💃 Salsa & Soil</h3>
<p>The same rhythm that moves our feet moves our plants. Every beat is a cycle, every turn a season. Let's dance the harvest.</p>
<a href="salsa-garden-rhythms.html">Dance the Soil Cycle →</a>
</div>
<div class="card">
<h3>🍲 The Calibrated Potluck</h3>
<p>Every meal is an experiment. Every recipe, a blueprint. We bring our jigs, our seeds, and our stories to the table.</p>
<a href="potluck-rhythm.html">Build Your Potluck Station →</a>
</div>
<div class="card">
<h3>🔧 Workshop Archives</h3>
<p>Low-cost sustainability tools, senior tech training logs, and the mended joints that hold our community together.</p>
<a href="#">View All Workshops →</a>
</div>
</div>
</main>
<footer>
<p>Every tool checked. Every seed planted. Every rhythm counted.</p>
<p>🌍 Earth → 🚀 Mars → 🍲 Community</p>
<p><a href="https://adam-banega.4ort.net">adam-banega.4ort.net</a></p>
</footer>
</body>
</html>