fitness-tracker-calculator/fitness-journal.html

100 lines
5.8 KiB
HTML
Raw Normal View History

2026-08-18 07:22:14 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fitness Journal System for Office Workers • Alexander West</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Fitness Journal System for Office Workers • Alexander West">
<meta property="og:description" content="How I apply municipal data precision to athletic tracking">
<meta property="og:image" content="https://images.pexels.com/photos/416754/pexels-photo-416754.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
<meta property="og:url" content="https://alexander-west.4ort.net/fitness-journal.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="How I apply municipal data precision to athletic tracking">
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Source+Sans+Pro:wght@400;600&display=swap');
:root { --serif: "Playfair Display", Georgia, serif; }
body { font-family: "Source Sans Pro", system-ui, sans-serif; margin: 0; line-height: 1.65; color: #222; background: #f8f5f0; }
header { background: #1a2f1f; color: #f8f5f0; padding: 3rem 1.5rem; text-align: center; }
h1 { font-family: var(--serif); font-size: 3.2rem; margin: 0 0 0.5rem; }
.tag { font-size: 0.875rem; letter-spacing: 1.5px; opacity: 0.8; }
main { max-width: 720px; margin: 0 auto; padding: 3rem 1.5rem; }
h2 { font-family: var(--serif); font-size: 1.85rem; margin-top: 3rem; border-bottom: 2px solid #3a5239; padding-bottom: 0.4rem; }
figure { margin: 2.5rem 0; }
img { width: 100%; border: 8px solid #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
figcaption { font-size: 0.85rem; text-align: center; margin-top: 0.75rem; color: #555; }
ul { padding-left: 1.25rem; }
.metric { background: #fff; padding: 1.25rem; border-left: 6px solid #3a5239; margin: 2rem 0; }
footer { text-align: center; padding: 2rem; font-size: 0.875rem; color: #555; }
a { color: #3a5239; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<div class="tag">WEISER • IDAHO</div>
<h1>Fitness Journal System</h1>
<p>Applying municipal data precision to athletic tracking</p>
</header>
<main>
<p>Every morning before the municipal office opens, I track my fitness metrics with the same precision I use for QuickBooks entries. The discipline of data entry translates directly to athletic performance tracking.</p>
<figure>
<img src="https://images.pexels.com/photos/416754/pexels-photo-416754.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Fitness journal with running shoes">
<figcaption>Morning journal entry: 5km run, 22:45, 78% max HR. Weiser River Trail, 06:15 MDT.</figcaption>
</figure>
<h2>The System</h2>
<ul>
<li>05:30 - Wake, hydration check, baseline metrics logged</li>
<li>05:45 - 5km run with heart rate monitoring</li>
<li>06:30 - Post-run metrics: HR recovery, perceived exertion, notes</li>
<li>18:00 - Evening review: compare AM/PM metrics, adjust tomorrow's plan</li>
</ul>
<div class="metric">
<strong>Current metrics:</strong> 5km PR: 21:18, Avg weekly distance: 32.4km, HR recovery rate: 62bpm in 2min
</div>
<h2>Methodology</h2>
<p>I use the same spreadsheet discipline for fitness tracking as I do for municipal data entry. Each metric is logged with timestamp, conditions, and notes. The key is consistency - just like balancing the books, you can't skip a day and expect accurate trends.</p>
<p>The system includes:</p>
<ul>
<li>Daily metrics spreadsheet (Google Sheets)</li>
<li>Weekly trend analysis</li>
<li>Monthly performance review</li>
<li>Annual goal setting</li>
</ul>
<h2>Balancing Office and Athletics</h2>
<p>The same principles apply: precision, consistency, and review. In the office, I track data entry accuracy and processing times. On the trail, I track pace, heart rate, and recovery. Both require the same attention to detail.</p>
<p><fort-citizen name="bobby-ledbetter"><div class="fort-citizen" data-fort="citizen" data-citizen="bobby-ledbetter"><a class="fc-name" href="https://bobby-ledbetter.4ort.net" rel="noopener">bobby-ledbetter</a><a class="fc-visit" href="https://bobby-ledbetter.4ort.net" rel="noopener">visit bobby-ledbetter.4ort.net →</a></div></fort-citizen></p>
</main>
<footer>
alexander-west.4ort.net — updated 18 Aug 2026<br>
<a href="index.html">Return to work journal</a>
</footer>
</body>
</html>