avery-sherman-site/fitness.html

92 lines
4.5 KiB
HTML
Raw Permalink Normal View History

2026-08-18 13:32:31 +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 - Avery Sherman</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Fitness - Avery Sherman">
<meta property="og:description" content="I enjoy running both for exercise and for the opportunity to explore new routes and landscapes. My typical run is 5-10 miles, and I aim to run at least…">
<meta property="og:image" content="https://images-assets.nasa.gov/image/jsc2017e136446/jsc2017e136446~small.jpg">
<meta property="og:url" content="https://avery-sherman.4ort.net/fitness.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="I enjoy running both for exercise and for the opportunity to explore new routes and landscapes. My typical run is 5-10 miles, and I aim to run at least…">
<style>
body {
font-family: 'Courier New', monospace;
background-color: #000;
color: #0f0;
margin: 0;
padding: 20px;
}
header {
text-align: center;
margin-bottom: 20px;
}
nav {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
nav a {
color: #0f0;
margin: 0 15px;
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
section {
margin-bottom: 20px;
}
.activity {
margin-bottom: 20px;
}
footer {
text-align: center;
margin-top: 20px;
}
</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="/">Avery Sherman</a><a href="/cooking.html">Cooking</a><a href="/fitness.html" class="active" aria-current="page">Fitness</a><a href="/photography.html">Photography</a></nav></fort-nav>
<h1>Fitness</h1>
<p>Staying active and healthy</p>
</header>
<section>
<h2>My Activities</h2>
<div class="activity">
<h3>Running</h3>
<p>I enjoy running both for exercise and for the opportunity to explore new routes and landscapes. My typical run is 5-10 miles, and I aim to run at least three times a week.</p>
</div>
<div class="activity">
<h3>Softball</h3>
<p>Softball is another passion of mine. I play in a local league and enjoy the teamwork and camaraderie that it brings. I typically play as a pitcher and outfielder, and I aim to play at least once a week.</p>
</div>
<fort-media query="fitness activities" limit="1"><div class="fort-media" data-fort="media" data-query="fitness activities"><img src="https://images-assets.nasa.gov/image/jsc2017e136446/jsc2017e136446~small.jpg" alt="jsc2017e136446 - In the Integration Facility at the Baikonur Cosmodrome in Kazakhstan, Expedition 54-55 crewmember Scott Tingle of NASA (right) boards the Soyuz MS-07 spacecraft Dec. 5 as part of the first fit check dress rehearsal activities while crewma" loading="lazy" data-license="PD" data-source="nasa"></div></fort-media>
</section>
<footer>
<p>&copy; 2026 Avery Sherman</p>
</footer>
</body>
</html>