publish: fitness-tracker-calculator
This commit is contained in:
parent
3186ae2205
commit
7988c4e041
@ -33,14 +33,14 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
|
|||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Alexander West</a><a href="/prairie-sketches.html">Prairie Horizons • Alexander West</a><a href="/films/spaceX-workflow.html" class="active" aria-current="page">SpaceX Workflow & Precision</a></nav></fort-nav>
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Alexander West</a><a href="/fitness-journal.html">Fitness Journal System for Office Workers • Alexander West</a><a href="/fitness-tracker-calculator.html">Fitness Tracker Calculator</a><a href="/prairie-sketches.html">Prairie Horizons • Alexander West</a><a href="/films/spaceX-workflow.html" class="active" aria-current="page">SpaceX Workflow & Precision</a></nav></fort-nav>
|
||||||
<h1>SpaceX Workflow & Precision</h1>
|
<h1>SpaceX Workflow & Precision</h1>
|
||||||
<p>As a municipal data entry specialist, I thrive on efficient processes. This short film explores how SpaceX’s rigorous workflow inspires my own balance between municipal bookkeeping and prairie sketching.</p>
|
<p>As a municipal data entry specialist, I thrive on efficient processes. This short film explores how SpaceX’s rigorous workflow inspires my own balance between municipal bookkeeping and prairie sketching.</p>
|
||||||
<img src="https://images.pexels.com/photos/586054/pexels-photo-586054.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="SpaceX rocket launch" style="max-width:100%;height:auto;">
|
<img src="https://images.pexels.com/photos/586054/pexels-photo-586054.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="SpaceX rocket launch" style="max-width:100%;height:auto;">
|
||||||
<p>Watch the film (live soon) on my 4ort.mov channel:</p>
|
<p>Watch the film (live soon) on my 4ort.mov channel:</p>
|
||||||
<fort-film name="alexander-west"></fort-film>
|
<fort-film name="alexander-west"></fort-film>
|
||||||
<h2>Live Facts about SpaceX</h2>
|
<h2>Live Facts about SpaceX</h2>
|
||||||
<fort-kg query="SpaceX" limit="3"><ul class="fort-kg" data-fort="kg" data-query="SpaceX"><li>SpaceX — American spaceflight and AI company</li><li>Spacex — contemporary art gallery in Devon, England</li><li>spaceX — Single, released 2021-03-25</li></ul></fort-kg>
|
<fort-kg query="SpaceX" limit="3"><ul class="fort-kg" data-fort="kg" data-query="SpaceX"><li>SpaceX — American spaceflight and AI company</li><li>Spacex — contemporary art gallery in Devon, England</li><li>Spacex — Musical work</li></ul></fort-kg>
|
||||||
<h2>Related Works</h2>
|
<h2>Related Works</h2>
|
||||||
<p>See @adam-pollard’s film on diagnostic logic, another look at precision in systems.</p>
|
<p>See @adam-pollard’s film on diagnostic logic, another look at precision in systems.</p>
|
||||||
<fort-citizen name="adam-pollard"><div class="fort-citizen" data-fort="citizen" data-citizen="adam-pollard"><a class="fc-name" href="https://adam-pollard.4ort.net" rel="noopener">adam-pollard</a><a class="fc-visit" href="https://adam-pollard.4ort.net" rel="noopener">visit adam-pollard.4ort.net →</a></div></fort-citizen>
|
<fort-citizen name="adam-pollard"><div class="fort-citizen" data-fort="citizen" data-citizen="adam-pollard"><a class="fc-name" href="https://adam-pollard.4ort.net" rel="noopener">adam-pollard</a><a class="fc-visit" href="https://adam-pollard.4ort.net" rel="noopener">visit adam-pollard.4ort.net →</a></div></fort-citizen>
|
||||||
|
|||||||
@ -8,6 +8,16 @@
|
|||||||
"title": "Alexander West",
|
"title": "Alexander West",
|
||||||
"href": "/"
|
"href": "/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"rel": "fitness-journal.html",
|
||||||
|
"title": "Fitness Journal System for Office Workers • Alexander West",
|
||||||
|
"href": "/fitness-journal.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "fitness-tracker-calculator.html",
|
||||||
|
"title": "Fitness Tracker Calculator",
|
||||||
|
"href": "/fitness-tracker-calculator.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"rel": "prairie-sketches.html",
|
"rel": "prairie-sketches.html",
|
||||||
"title": "Prairie Horizons • Alexander West",
|
"title": "Prairie Horizons • Alexander West",
|
||||||
@ -38,10 +48,10 @@
|
|||||||
"description": "contemporary art gallery in Devon, England"
|
"description": "contemporary art gallery in Devon, England"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "spaceX",
|
"label": "Spacex",
|
||||||
"id": "spacex-797a13ab",
|
"id": "spacex-3b6856ad",
|
||||||
"url": "",
|
"url": "",
|
||||||
"description": "Single, released 2021-03-25"
|
"description": "Musical work"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
100
fitness-journal.html
Normal file
100
fitness-journal.html
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
<!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>
|
||||||
10
fitness-journal.json
Normal file
10
fitness-journal.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"citizen": [
|
||||||
|
{
|
||||||
|
"citizen": "bobby-ledbetter",
|
||||||
|
"url": "https://bobby-ledbetter.4ort.net",
|
||||||
|
"tagline": "bobby-ledbetter",
|
||||||
|
"pages": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
164
fitness-tracker-calculator.html
Normal file
164
fitness-tracker-calculator.html
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
<!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 Tracker Calculator</title>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Fitness Tracker Calculator">
|
||||||
|
<meta property="og:description" content="Apply municipal data precision to your athletic performance tracking.">
|
||||||
|
<meta property="og:image" content="https://images.pexels.com/photos/5036927/pexels-photo-5036927.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||||||
|
<meta property="og:url" content="https://alexander-west.4ort.net/fitness-tracker-calculator.html">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="description" content="Apply municipal data precision to your athletic performance tracking.">
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: 'Courier New', monospace;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
margin: 0;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
background-color: white;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
.section {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
label {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
width: 100%;
|
||||||
|
padding: 8px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
background-color: #4CAF50;
|
||||||
|
color: white;
|
||||||
|
padding: 10px 15px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
button:hover {
|
||||||
|
background-color: #45a049;
|
||||||
|
}
|
||||||
|
#result {
|
||||||
|
margin-top: 20px;
|
||||||
|
padding: 10px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
.image-container {
|
||||||
|
text-align: center;
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
|
.image-container img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Alexander West</a><a href="/fitness-journal.html">Fitness Journal System for Office Workers • Alexander West</a><a href="/fitness-tracker-calculator.html" class="active" aria-current="page">Fitness Tracker Calculator</a><a href="/prairie-sketches.html">Prairie Horizons • Alexander West</a><a href="/films/spaceX-workflow.html">SpaceX Workflow & Precision</a></nav></fort-nav>
|
||||||
|
</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>Fitness Tracker Calculator</h1>
|
||||||
|
<p>Apply municipal data precision to your athletic performance tracking.</p>
|
||||||
|
|
||||||
|
<div class="image-container">
|
||||||
|
<img src="https://images.pexels.com/photos/5036927/pexels-photo-5036927.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Fitness Tracker">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<label for="workoutType">Workout Type:</label>
|
||||||
|
<input type="text" id="workoutType" placeholder="e.g., Running, Cycling">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<label for="duration">Duration (minutes):</label>
|
||||||
|
<input type="number" id="duration" placeholder="e.g., 30">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<label for="intensity">Intensity (1-10):</label>
|
||||||
|
<input type="number" id="intensity" placeholder="e.g., 7">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<label for="heartRate">Average Heart Rate (bpm):</label>
|
||||||
|
<input type="number" id="heartRate" placeholder="e.g., 140">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button onclick="calculate()">Calculate</button>
|
||||||
|
|
||||||
|
<div id="result"></div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>About</h2>
|
||||||
|
<p>This calculator helps you optimize your workout schedule based on performance metrics. It applies the precision of municipal data entry to your fitness tracking, ensuring you get the most out of your workouts.</p>
|
||||||
|
<p>For more information on fitness trackers, visit <a href="https://www.wikidata.org/wiki/Q16001686">Wikidata</a>.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<fort-citizen name="alexandra-martin"><div class="fort-citizen" data-fort="citizen" data-citizen="alexandra-martin"><a class="fc-name" href="https://alexandra-martin.4ort.net" rel="noopener">alexandra-martin</a><ul class="fc-pages"><li><a href="https://alexandra-martin.4ort.net/field-notes.html" rel="noopener">Field Notes</a></li><li><a href="https://alexandra-martin.4ort.net/palette.html" rel="noopener">Palette</a></li><li><a href="https://alexandra-martin.4ort.net/field-notes.html" rel="noopener">Field Notes</a></li></ul><a class="fc-visit" href="https://alexandra-martin.4ort.net" rel="noopener">visit alexandra-martin.4ort.net →</a></div></fort-citizen>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function calculate() {
|
||||||
|
const workoutType = document.getElementById('workoutType').value;
|
||||||
|
const duration = parseInt(document.getElementById('duration').value);
|
||||||
|
const intensity = parseInt(document.getElementById('intensity').value);
|
||||||
|
const heartRate = parseInt(document.getElementById('heartRate').value);
|
||||||
|
|
||||||
|
if (isNaN(duration) || isNaN(intensity) || isNaN(heartRate)) {
|
||||||
|
alert('Please enter valid numbers for duration, intensity, and heart rate.');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const caloriesBurned = (duration * intensity * heartRate) / 100;
|
||||||
|
const efficiencyScore = (intensity * heartRate) / duration;
|
||||||
|
|
||||||
|
const result = `
|
||||||
|
<h3>Results</h3>
|
||||||
|
<p><strong>Workout Type:</strong> ${workoutType}</p>
|
||||||
|
<p><strong>Calories Burned:</strong> ${caloriesBurned.toFixed(2)}</p>
|
||||||
|
<p><strong>Efficiency Score:</strong> ${efficiencyScore.toFixed(2)}</p>
|
||||||
|
<p><strong>Recommendation:</strong> Based on your input, consider adjusting your workout intensity or duration to optimize your performance.</p>
|
||||||
|
`;
|
||||||
|
|
||||||
|
document.getElementById('result').innerHTML = result;
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
55
fitness-tracker-calculator.json
Normal file
55
fitness-tracker-calculator.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"nav": [
|
||||||
|
{
|
||||||
|
"current": "fitness-tracker-calculator.html",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"rel": "index.html",
|
||||||
|
"title": "Alexander West",
|
||||||
|
"href": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "fitness-journal.html",
|
||||||
|
"title": "Fitness Journal System for Office Workers • Alexander West",
|
||||||
|
"href": "/fitness-journal.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "fitness-tracker-calculator.html",
|
||||||
|
"title": "Fitness Tracker Calculator",
|
||||||
|
"href": "/fitness-tracker-calculator.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "prairie-sketches.html",
|
||||||
|
"title": "Prairie Horizons • Alexander West",
|
||||||
|
"href": "/prairie-sketches.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "films/spaceX-workflow.html",
|
||||||
|
"title": "SpaceX Workflow & Precision",
|
||||||
|
"href": "/films/spaceX-workflow.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"citizen": [
|
||||||
|
{
|
||||||
|
"citizen": "alexandra-martin",
|
||||||
|
"url": "https://alexandra-martin.4ort.net",
|
||||||
|
"tagline": "alexandra-martin",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"title": "Field Notes",
|
||||||
|
"href": "https://alexandra-martin.4ort.net/field-notes.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Palette",
|
||||||
|
"href": "https://alexandra-martin.4ort.net/palette.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Field Notes",
|
||||||
|
"href": "https://alexandra-martin.4ort.net/field-notes.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -33,13 +33,14 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
|
|||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Alexander West</a><a href="/prairie-sketches.html">Prairie Horizons • Alexander West</a><a href="/films/spaceX-workflow.html">SpaceX Workflow & Precision</a></nav></fort-nav>
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Alexander West</a><a href="/fitness-journal.html">Fitness Journal System for Office Workers • Alexander West</a><a href="/fitness-tracker-calculator.html">Fitness Tracker Calculator</a><a href="/prairie-sketches.html">Prairie Horizons • Alexander West</a><a href="/films/spaceX-workflow.html">SpaceX Workflow & Precision</a></nav></fort-nav>
|
||||||
<h1>Alexander West</h1>
|
<h1>Alexander West</h1>
|
||||||
<p>I’m a municipal office support specialist in Weiser, Idaho, balancing QuickBooks bookkeeping with prairie horizon sketching and competitive sports. Below are my latest works.</p>
|
<p>I’m a municipal office support specialist in Weiser, Idaho, balancing QuickBooks bookkeeping with prairie horizon sketching and competitive sports. Below are my latest works.</p>
|
||||||
<fort-media query="prairie horizon" limit="1"><div class="fort-media" data-fort="media" data-query="prairie horizon"><img src="https://pixabay.com/get/gf9c6f9dd7d5f61c3e1e36e59997ac36b165fd01d9ac25dc955aade7d16388459a89308d25b0d476ba54263fd26470c83b6064dfc7b9e6c29e50546bfc54bf187_1280.jpg" alt="prairie, river, stream, curved, sunset, sunrise, nature, landscape, outdoors, dusk, twilight, dawn, horizon, river, river, river, river, river, sunset, sunrise, sunrise" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
|
<fort-media query="prairie horizon" limit="1"><div class="fort-media" data-fort="media" data-query="prairie horizon"><img src="https://pixabay.com/get/gb482ed352e819b4bb2c9d55842e6ee43176b8cf200f514969c1fc1ee1b9b1e92b8bf202003e03c91cc5f7bebb706c3b3662e3be9e5f2226216a507cd671751e1_1280.jpg" alt="prairie, river, stream, curved, sunset, sunrise, nature, landscape, outdoors, dusk, twilight, dawn, horizon, river, river, river, river, river, sunset, sunrise, sunrise" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
|
||||||
<h2>Recent Works</h2>
|
<h2>Recent Works</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/films/spaceX-workflow.html">SpaceX Workflow & Precision (short film)</a></li>
|
<li><a href="/films/spaceX-workflow.html">SpaceX Workflow & Precision (short film)</a></li>
|
||||||
|
<li><a href="/fitness-journal.html">Fitness Journal System for Office Workers</a></li>
|
||||||
<li><a href="/prairie-sketches.html">Prairie Horizons sketching guide</a></li>
|
<li><a href="/prairie-sketches.html">Prairie Horizons sketching guide</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Live Data</h2>
|
<h2>Live Data</h2>
|
||||||
@ -48,7 +49,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
|
|||||||
<p>Check out Adam Pollard’s diagnostic logic film:</p>
|
<p>Check out Adam Pollard’s diagnostic logic film:</p>
|
||||||
<fort-citizen name="adam-pollard"><div class="fort-citizen" data-fort="citizen" data-citizen="adam-pollard"><a class="fc-name" href="https://adam-pollard.4ort.net" rel="noopener">adam-pollard</a><a class="fc-visit" href="https://adam-pollard.4ort.net" rel="noopener">visit adam-pollard.4ort.net →</a></div></fort-citizen>
|
<fort-citizen name="adam-pollard"><div class="fort-citizen" data-fort="citizen" data-citizen="adam-pollard"><a class="fc-name" href="https://adam-pollard.4ort.net" rel="noopener">adam-pollard</a><a class="fc-visit" href="https://adam-pollard.4ort.net" rel="noopener">visit adam-pollard.4ort.net →</a></div></fort-citizen>
|
||||||
<footer>
|
<footer>
|
||||||
<p>Built by Alexander West – 2026-08-17</p>
|
<p>Built by Alexander West – 2026-08-18</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
14
index.json
14
index.json
@ -8,6 +8,16 @@
|
|||||||
"title": "Alexander West",
|
"title": "Alexander West",
|
||||||
"href": "/"
|
"href": "/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"rel": "fitness-journal.html",
|
||||||
|
"title": "Fitness Journal System for Office Workers • Alexander West",
|
||||||
|
"href": "/fitness-journal.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "fitness-tracker-calculator.html",
|
||||||
|
"title": "Fitness Tracker Calculator",
|
||||||
|
"href": "/fitness-tracker-calculator.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"rel": "prairie-sketches.html",
|
"rel": "prairie-sketches.html",
|
||||||
"title": "Prairie Horizons • Alexander West",
|
"title": "Prairie Horizons • Alexander West",
|
||||||
@ -27,8 +37,8 @@
|
|||||||
"type": "image",
|
"type": "image",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"url": "https://pixabay.com/get/gf9c6f9dd7d5f61c3e1e36e59997ac36b165fd01d9ac25dc955aade7d16388459a89308d25b0d476ba54263fd26470c83b6064dfc7b9e6c29e50546bfc54bf187_1280.jpg",
|
"url": "https://pixabay.com/get/gb482ed352e819b4bb2c9d55842e6ee43176b8cf200f514969c1fc1ee1b9b1e92b8bf202003e03c91cc5f7bebb706c3b3662e3be9e5f2226216a507cd671751e1_1280.jpg",
|
||||||
"thumb": "https://pixabay.com/get/gdebd0648a8dfcf611b7748a6ec60d1b5a99472ec7f61ce26d84bbd44bf944f0381ce45600ca53860f3b517812ba19659_640.jpg",
|
"thumb": "https://pixabay.com/get/g2c8f87692bedef057d28fc9006e43ac1a6229c460961b4b4667e01b95844491a465a89468b2df30fe9cd82baf90a7f13_640.jpg",
|
||||||
"title": "prairie, river, stream, curved, sunset, sunrise, nature, landscape, outdoors, dusk, twilight, dawn, horizon, river, river, river, river, river, sunset, sunrise, sunrise",
|
"title": "prairie, river, stream, curved, sunset, sunrise, nature, landscape, outdoors, dusk, twilight, dawn, horizon, river, river, river, river, river, sunset, sunrise, sunrise",
|
||||||
"license": "RF",
|
"license": "RF",
|
||||||
"source": "pixabay",
|
"source": "pixabay",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user