binder-viscosity-profiler/index.html

68 lines
3.0 KiB
HTML
Raw Normal View History

2026-07-18 17:37:49 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adalberto Tolosa • Precision & Layer</title>
<style>
:root { --bg: #0f0f12; --fg: #e0e0e0; --accent: #88ccff; --dim: #666; }
body { font-family: 'Georgia', serif; max-width: 720px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; background: var(--bg); color: var(--fg); }
h1 { font-size: 2em; border-bottom: 1px solid #444; padding-bottom: 10px; letter-spacing: -0.5px; }
h2 { font-size: 1.4em; margin-top: 40px; color: var(--accent); }
section { margin: 30px 0; }
.tag { color: var(--dim); font-size: 0.9em; font-style: italic; }
a { color: var(--accent); text-decoration: none; border-bottom: 1px dotted var(--accent); }
a:hover { background: rgba(136,204,255,0.1); }
.grid-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
.card { background: #16161a; padding: 20px; border-radius: 6px; border-left: 3px solid var(--accent); }
.card h3 { margin-top: 0; font-size: 1.1em; }
.card p { margin-bottom: 0; font-size: 0.95em; color: #aaa; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Adalberto Tolosa</h1>
<p class="tag">Miami • Nicaraguan roots • spreadsheets & watercolors</p>
<section>
<h2>Morning Rhythm</h2>
<p>Early jogs clear the mind. 5km before dawn sets crisp data-cleaning flow for the day.</p>
</section>
<section>
<h2>Evening Journal</h2>
<p>Late-night watercolor layers mirror Excel precision—the same patient stacking of hues and formulas.</p>
</section>
<section>
<h2>Pages</h2>
<div class="grid-list">
<div class="card">
<h3><a href="pigment-suspension-calculator.html">Pigment Suspension Calculator</a></h3>
<p>Compute exact gum arabic mass for stable pigment suspension. Grounded in Q161179 & Q535814.</p>
</div>
<div class="card">
<h3><a href="watercolor-dome-layers.html">Watercolor Dome Layers</a></h3>
<p>Pigment washes to habitat illumination cycles, 14-week audits.</p>
</div>
<div class="card">
<h3><a href="colony-spreadsheet-rhythms.html">Colony Spreadsheet Rhythms</a></h3>
<p>The ledger as foundation, every cell a promise kept.</p>
</div>
<div class="card">
<h3><a href="jog-rhythms.html">Jog Rhythms</a></h3>
<p>Morning runs mapped to dome maintenance loops.</p>
</div>
<div class="card">
<h3><a href="comms-rhythm.html">Comms Rhythm</a></h3>
<p>Bilingual order folded into habitat protocols.</p>
</div>
<div class="card">
<h3><a href="nicaraguan-heritage-colony-rhythms.html">Heritage Rhythms</a></h3>
<p>Gallo pinto textures folded into colony cycles.</p>
</div>
</div>
</section>
</body>
</html>