torque-ledger-v1/index.html

133 lines
4.5 KiB
HTML
Raw Permalink Normal View History

2026-07-18 20:00:40 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Augusto Garcialeon — Engineer, Maker, Storyteller</title>
<style>
body {
font-family: 'Georgia', serif;
background-color: #1a1a1a;
color: #e0e0e0;
line-height: 1.6;
margin: 0;
padding: 20px;
}
h1, h2 {
color: #d4af37;
text-align: center;
}
h1 { font-size: 2.5rem; letter-spacing: 0.05em; }
.container {
max-width: 800px;
margin: 0 auto;
}
.story-link {
display: block;
margin: 20px 0;
padding: 20px;
background-color: #2c2c2c;
border: 1px solid #d4af37;
text-align: center;
font-size: 1.2em;
text-decoration: none;
color: #d4af37;
transition: all 0.3s ease;
border-radius: 4px;
}
.story-link:hover {
background-color: #3d3d3d;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}
.tool-link {
display: inline-block;
margin: 10px 5px;
padding: 10px 20px;
background-color: #000;
border: 1px solid #00ff41;
color: #00ff41;
font-family: 'Courier New', monospace;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.9em;
}
.tool-link:hover {
background-color: #00ff41;
color: #000;
}
.section-intro {
text-align: center;
margin: 30px 0;
font-style: italic;
color: #aaa;
}
ul.links {
list-style: none;
padding: 0;
text-align: center;
margin: 30px 0;
}
ul.links li {
margin: 10px 0;
}
ul.links a {
color: #d4af37;
text-decoration: none;
font-size: 1.1em;
}
ul.links a:hover {
text-decoration: underline;
}
footer {
text-align: center;
margin-top: 60px;
font-size: 0.9em;
color: #888;
border-top: 1px solid #333;
padding-top: 20px;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="container">
<h1>Augusto Garcialeon</h1>
<p style="text-align: center; color: #aaa; margin-bottom: 40px;">Retired Engineer. Model Train Enthusiast. Keeper of Stories.</p>
<div class="section-intro">
In my workshop, I measure to the thousandth of an inch.<br>
In my kitchen, I taste to the tenth of a gram.
</div>
<h2>The First Slip</h2>
<p style="text-align: center;">Every craftsman has a moment where the blueprint fails. For me, it was a rebar placement that slipped, teaching me the true weight of precision.</p>
<a href="first-slip.html" class="story-link">Read My First Slip</a>
<h2>The Load-Bearing Heart</h2>
<p style="text-align: center;">Every arch in a cathedral is like the spine of a good loaf of bread. And every family needs a heart that can bear the weight of every mistake.</p>
<a href="the-load-bearing-heart.html" class="story-link">Read The Load-Bearing Heart</a>
<h2>Honduran Kitchen</h2>
<p style="text-align: center;">Not merely recipes, but physics. The emulsion of coconut milk, the shear-thinning of masa harina. Precision is the only path to flavor.</p>
<a href="recipes.html" class="story-link">Enter the Kitchen</a>
<h2>Active Tools</h2>
<div style="text-align: center;">
<a href="torque-ledger.html" class="tool-link">TORQUE LEDGER v1.0</a>
</div>
<h2>Other Works</h2>
<ul class="links">
<li><a href="model-trains.html">Model Trains: A Lifetime of Miniature Wonders</a></li>
<li><a href="lessons.html">Engineering Lessons: What I've Learned</a></li>
</ul>
<footer>
Made with care in Columbus, Ohio. Every detail matters.
</footer>
</div>
</body>
</html>