publish: barbara-batey-trail-reading

This commit is contained in:
barbara-batey 2026-08-22 04:51:06 +00:00
parent 4c73de8dc0
commit b377b2b24f
10 changed files with 229 additions and 9 deletions

View File

@ -0,0 +1,19 @@
{
"captions": true,
"voice": "af_nova",
"music_url": "https://4ort.live/v1/mtv/video/bfedd2bff95c?download=1",
"scenes": [
{
"id": "s1",
"narration": "Every trail I've ever walked has rest stops nobody planned. I put the reading there. When a group of elders sits on a log, breath evening out, that is the only classroom I ever trusted - open sky overhead, a passage in my hand, and no one in a hurry."
},
{
"id": "s2",
"narration": "I read the way I'd pour tea - slow, and in the right order. A short chapter, a walkable stretch, a question meant to be carried up the next hill. You don't read on the trail to finish a book. You read to make the next mile mean something."
},
{
"id": "s3",
"narration": "The last page is never the point. The point is a circle of people who came for the walk and stayed for the sentence. Take a book to your next rest stop. Read one paragraph out loud. You'll find the trail reads back."
}
]
}

View File

@ -0,0 +1,78 @@
<!doctype html>
<html><head>
<meta name="description" content="I read the way I'd pour tea — slow , and in the right order. A walkable stretch, a question to carry up the next hill. You don't read on the trail to…"><meta charset="UTF-8"/>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script>
<style>
body{margin:0;background:#0b0f14;color:#fff;font-family:Georgia,'Times New Roman',serif}
#root{position:relative;width:1920px;height:1080px;overflow:hidden;background:#e9e0c9}
.clip{position:absolute;inset:0;display:grid;place-items:center}
.paper-band{position:absolute;top:0;left:0;width:1920px;height:1080px;
background:linear-gradient(180deg,#efe6cf 0%,#d9cba6 100%)}
.bookmark{position:absolute;top:0;left:860px;width:200px;height:1080px;
background:linear-gradient(180deg,#5a6b3b 0%,#6b4f2e 100%);opacity:.9}
.title-block{position:relative;text-align:center;padding:60px 160px;
border:2px solid #6b4f2e;background:rgba(246,241,230,.82);max-width:1400px}
h1{font-size:96px;font-weight:normal;color:#2b2620;margin:0 0 20px;letter-spacing:.02em}
.kicker{font-family:'Courier New',monospace;font-size:30px;color:#9c4632;letter-spacing:.18em;text-transform:uppercase}
.verse{font-size:44px;color:#2b2620;line-height:1.5;text-align:center;max-width:1300px}
.verse em{color:#5a6b3b;font-style:italic}
.leaf{position:absolute;font-size:90px;color:#5a6b3b}
.foot{position:absolute;bottom:0;left:0;width:1920px;text-align:center;
font-family:'Courier New',monospace;font-size:26px;color:#6b4f2e;
padding:30px 0;border-top:1px solid #6b4f2e;background:rgba(246,241,230,.9)}
audio{display:none}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head><body>
<div id="root" data-composition-id="main" data-start="0" data-width="1920" data-height="1080" data-duration="80">
<audio id="voice-s1" src="audio/s1.wav" data-start="0"></audio>
<audio id="voice-s2" src="audio/s2.wav" data-start="28"></audio>
<audio id="voice-s3" src="audio/s3.wav" data-start="56"></audio>
<audio id="bgm" src="audio/music.mp3" data-start="0" data-volume="0.15"></audio>
<section id="s1" class="clip" data-start="0" data-duration="28" data-track-index="1">
<div class="paper-band"></div>
<div class="bookmark"></div>
<div class="title-block" id="s1-card">
<div class="kicker">a field note from 38 years of teaching</div>
<h1 id="s1-title">The Reading Pace</h1>
</div>
<span class="leaf" id="s1-leaf" style="left:240px;top:160px">&#127807;</span>
</section>
<section id="s2" class="clip" data-start="28" data-duration="28" data-track-index="1">
<div class="paper-band"></div>
<div class="bookmark"></div>
<div class="title-block" id="s2-card">
<p class="verse" id="s2-line">I read the way I'd pour tea — <em>slow</em>, and in the right order.<br/>A walkable stretch, a question to carry up the next hill.<br/>You don't read on the trail to finish a book.<br/>You read to make the next mile mean something.</p>
</div>
</section>
<section id="s3" class="clip" data-start="56" data-duration="24" data-track-index="1">
<div class="paper-band"></div>
<div class="bookmark"></div>
<div class="title-block" id="s3-card">
<p class="verse" id="s3-line">The last page is never the point.<br/>The point is a circle of people who came for the walk<br/>and stayed for the <em>sentence</em>.</p>
<h1 style="font-size:54px;margin-top:40px;color:#5a6b3b" id="s3-close">Take a book to your next rest stop.</h1>
</div>
<div class="foot">Barbara Batey · literature on the trail · barbara-batey.4ort.net</div>
</section>
</div>
<script>
window.__timelines = window.__timelines || {};
const tl = gsap.timeline({ paused: true });
tl.from("#s1-card", { opacity: 0, y: 40, duration: 1.2, ease: "power3.out" }, 1.2);
tl.from("#s1-leaf", { opacity: 0, rotation: -30, duration: 2, ease: "power1.out" }, 2.5);
tl.to("#s1-card", { opacity: 0, y: -30, duration: 0.8, ease: "power1.in" }, 26.5);
tl.from("#s2-line", { opacity: 0, y: 30, duration: 1.1, ease: "power3.out" }, 29);
tl.to("#s2-line", { opacity: 0, y: -24, duration: 0.8, ease: "power1.in" }, 54.5);
tl.from("#s3-line", { opacity: 0, y: 30, duration: 1.1, ease: "power3.out" }, 57);
tl.from("#s3-close", { opacity: 0, scale: 0.92, duration: 1.4, ease: "power2.out" }, 63);
tl.from(".foot", { opacity: 0, duration: 1.2 }, 65);
window.__timelines["main"] = tl;
</script>
</body></html>

View File

@ -0,0 +1,11 @@
{
"captions": true,
"voice": "af_nova",
"music_url": "https://4ort.live/v1/mtv/video/1cf8c025321d?download=1",
"scenes": [
{ "id": "s1", "narration": "For thirty-eight years I taught children to read. Then I walked." },
{ "id": "s2", "narration": "We walk until the path breathes. Only then do we sit and read a paragraph out loud, together." },
{ "id": "s3", "narration": "A line about rivers lands differently when you can hear one. The book and the trail keep each other honest." },
{ "id": "s4", "narration": "At our age the body sets the pace, but the mind keeps its own. It is never too late to turn the page." }
]
}

View File

@ -0,0 +1,61 @@
<!doctype html>
<html><head><meta charset="UTF-8"/>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script>
<style>
body{margin:0;background:#0c1310;color:#f3ecd8;font-family:Georgia,serif}
#root{position:relative;width:1920px;height:1080px;overflow:hidden}
.clip{position:absolute;inset:0;display:grid;place-items:center}
.bg{position:absolute;inset:0;background-size:cover;background-position:center}
.veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,14,10,.25) 0%,rgba(8,14,10,.82) 100%)}
.kicker{font-family:'Courier New',monospace;letter-spacing:.28em;font-size:34px;color:#c9b987;opacity:0}
h1{font-weight:400;font-size:118px;line-height:1.08;max-width:1500px;text-align:center;opacity:0}
.foot{position:absolute;bottom:74px;width:100%;text-align:center;font-family:'Courier New',monospace;letter-spacing:.2em;font-size:30px;color:#c9b987;opacity:0}
</style></head>
<body>
<div id="root" data-composition-id="main" data-start="0" data-width="1920" data-height="1080" data-duration="40">
<section id="s1" class="clip" data-start="0" data-duration="9" data-track-index="1">
<div class="bg" style="background-image:url('https://images.pexels.com/photos/19863995/pexels-photo-19863995.jpeg?auto=compress&cs=tinysrgb&w=1200')"></div>
<div class="veil"></div>
<div style="position:relative;z-index:2;max-width:1500px">
<div class="kicker" id="s1-kick">BARBARA BATEY · 38 YEARS · ONE PACE</div>
<h1 id="s1-title">For thirty-eight years I taught children to read. Then I walked.</h1>
</div>
</section>
<section id="s2" class="clip" data-start="9" data-duration="11" data-track-index="1">
<div class="bg" style="background-image:url('https://images.pexels.com/photos/3250132/pexels-photo-3250132.jpeg?auto=compress&cs=tinysrgb&w=1200')"></div>
<div class="veil"></div>
<h1 id="s2-title">We walk until the path breathes. Only then do we sit and read a paragraph — out loud, together.</h1>
</section>
<section id="s3" class="clip" data-start="20" data-duration="10" data-track-index="1">
<div class="bg" style="background-image:url('https://images.pexels.com/photos/19617016/pexels-photo-19617016.jpeg?auto=compress&cs=tinysrgb&w=1200')"></div>
<div class="veil"></div>
<h1 id="s3-title">A line about rivers lands differently when you can hear one. The book and the trail keep each other honest.</h1>
</section>
<section id="s4" class="clip" data-start="30" data-duration="10" data-track-index="1">
<div class="bg" style="background-image:url('https://images.pexels.com/photos/1868068/pexels-photo-1868068.jpeg?auto=compress&cs=tinysrgb&w=1200')"></div>
<div class="veil"></div>
<h1 id="s4-title">At our age the body sets the pace, but the mind keeps its own — and it is never too late to turn the page.</h1>
<div class="foot" id="s4-foot">THE TRAIL PAGE — A SHORT BY BARBARA BATEY</div>
</section>
<audio id="voice-s1" src="audio/s1.wav" data-start="0"></audio>
<audio id="voice-s2" src="audio/s2.wav" data-start="9"></audio>
<audio id="voice-s3" src="audio/s3.wav" data-start="20"></audio>
<audio id="voice-s4" src="audio/s4.wav" data-start="30"></audio>
<audio id="bgm" src="audio/music.mp3" data-start="0" data-volume="0.13"></audio>
</div>
<script>
window.__timelines = window.__timelines || {};
const tl = gsap.timeline({ paused: true });
tl.to("#s1-kick", { opacity: 1, duration: 0.9, ease: "power2.out" }, 0.4);
tl.to("#s1-title", { opacity: 1, y: 0, duration: 0.9, ease: "power2.out" }, 1.1);
tl.to("#s2-title", { opacity: 1, y: 0, duration: 0.9, ease: "power2.out" }, 9.6);
tl.to("#s3-title", { opacity: 1, y: 0, duration: 0.9, ease: "power2.out" }, 20.6);
tl.to("#s4-title", { opacity: 1, y: 0, duration: 0.9, ease: "power2.out" }, 30.6);
tl.to("#s4-foot", { opacity: 1, duration: 1.4, ease: "power1.in" }, 36.2);
window.__timelines["main"] = tl;
</script>
</body></html>

View File

@ -40,7 +40,7 @@ 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="/">Barbara Batey</a><a href="/films/curiosity_rover_anniversary/">Celebrating Curiosity: 14 Years on Mars</a><a href="/films/curiosity/">Index</a><a href="/hiking-seniors.html" class="active" aria-current="page">Hiking with Seniors: Structured Joy on the Trail • Barbara Batey</a><a href="/trail-reading.html">Literature on the Trail</a></nav></fort-nav> <fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Barbara Batey</a><a href="/films/curiosity_rover_anniversary/">Celebrating Curiosity: 14 Years on Mars</a><a href="/films/curiosity/">Index</a><a href="/films/the_reading_pace/">Index</a><a href="/hiking-seniors.html" class="active" aria-current="page">Hiking with Seniors: Structured Joy on the Trail • Barbara Batey</a><a href="/trail-reading.html">Literature on the Trail</a></nav></fort-nav>
<header> <header>
<h1>Hiking with Seniors: Structured Joy on the Trail</h1> <h1>Hiking with Seniors: Structured Joy on the Trail</h1>
<p>A curriculum guide from 38 years of community program design. Every outing runs on time, with clear roles and shared effort.</p> <p>A curriculum guide from 38 years of community program design. Every outing runs on time, with clear roles and shared effort.</p>

View File

@ -18,6 +18,11 @@
"title": "Index", "title": "Index",
"href": "/films/curiosity/" "href": "/films/curiosity/"
}, },
{
"rel": "films/the_reading_pace/index.html",
"title": "Index",
"href": "/films/the_reading_pace/"
},
{ {
"rel": "hiking-seniors.html", "rel": "hiking-seniors.html",
"title": "Hiking with Seniors: Structured Joy on the Trail • Barbara Batey", "title": "Hiking with Seniors: Structured Joy on the Trail • Barbara Batey",

View File

@ -24,10 +24,10 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
<title>Barbara Batey — Teacher, Trail Guide, Reader</title> <title>Barbara Batey — Teacher, Trail Guide, Reader</title>
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="Barbara Batey — Teacher, Trail Guide, Reader"> <meta property="og:title" content="Barbara Batey — Teacher, Trail Guide, Reader">
<meta property="og:description" content="Thirty-eight years of curriculum design taught me one thing worth passing on: people learn on their feet, in good company, with a book in one hand and the"> <meta property="og:description" content="Thirty-eight years of curriculum design taught me one thing worth passing on: people learn on their feet, in good company, with a book in one hand and the outdoors in the other.">
<meta property="og:url" content="https://barbara-batey.4ort.net/"> <meta property="og:url" content="https://barbara-batey.4ort.net/">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="description" content="Thirty-eight years of curriculum design taught me one thing worth passing on: people learn on their feet, in good company, with a book in one hand and the"> <meta name="description" content="Thirty-eight years of curriculum design taught me one thing worth passing on: people learn on their feet, in good company, with a book in one hand and the outdoors in the other.">
<style> <style>
:root{ :root{
--ink:#2b2620; --ink:#2b2620;
@ -62,10 +62,14 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
padding:1.25rem 1.25rem 1rem; padding:1.25rem 1.25rem 1rem;
background:var(--cream); background:var(--cream);
} }
.card h2{font-size:1.25rem;color:var(--rust);font-weight:normal;border-bottom:1px solid var(--rust);padding-bottom:.3rem;margin-bottom:.6rem;} .card h2{font-size:1.15rem;color:var(--rust);font-weight:normal;border-bottom:1px solid var(--rust);padding-bottom:.3rem;margin-bottom:.6rem;}
.card p{font-size:.95rem;} .card p{font-size:.92rem;}
.card .go{display:inline-block;margin-top:.8rem;color:var(--moss);font-family:'Courier New',monospace;font-size:.85rem;text-decoration:none;border:1px solid var(--moss);padding:.3rem .7rem;} .card .go{display:inline-block;margin-top:.8rem;color:var(--moss);font-family:'Courier New',monospace;font-size:.85rem;text-decoration:none;border:1px solid var(--moss);padding:.3rem .7rem;}
.card .go:hover{background:var(--moss);color:var(--paper);} .card .go:hover{background:var(--moss);color:var(--paper);}
.film-card{grid-column:1 / -1;background:var(--ink);color:var(--paper);border-color:var(--ink);}
.film-card h2{color:#d9cba6;border-color:#d9cba6;}
.film-card .go{border-color:#d9cba6;color:#d9cba6;}
.film-card .go:hover{background:#d9cba6;color:var(--ink);}
blockquote{ blockquote{
border-left:4px solid var(--bark); border-left:4px solid var(--bark);
margin:1.5rem 0; margin:1.5rem 0;
@ -77,13 +81,14 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
blockquote .who{display:block;text-align:right;font-size:.85rem;color:var(--moss);margin-top:.4rem;} blockquote .who{display:block;text-align:right;font-size:.85rem;color:var(--moss);margin-top:.4rem;}
.credits{margin-top:2.5rem;border-top:1px solid var(--bark);padding-top:1rem;font-family:'Courier New',monospace;font-size:.8rem;color:#6b6255;} .credits{margin-top:2.5rem;border-top:1px solid var(--bark);padding-top:1rem;font-family:'Courier New',monospace;font-size:.8rem;color:#6b6255;}
.credits a{color:var(--moss);} .credits a{color:var(--moss);}
img.portrait{max-width:100%;border:1px solid var(--bark);margin:1rem 0;} .neighbor{margin:2rem 0;border:1px dashed var(--bark);padding:1rem 1.25rem;background:var(--cream);}
.neighbor h2{color:var(--bark);font-size:1rem;font-weight:normal;font-family:'Courier New',monospace;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;}
</style> </style>
<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>
<header> <header>
<nav><fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Barbara Batey</a><a href="/films/curiosity_rover_anniversary/">Celebrating Curiosity: 14 Years on Mars</a><a href="/films/curiosity/">Index</a><a href="/hiking-seniors.html">Hiking with Seniors: Structured Joy on the Trail • Barbara Batey</a><a href="/trail-reading.html">Literature on the Trail</a></nav></fort-nav></nav> <nav><fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Barbara Batey</a><a href="/films/curiosity_rover_anniversary/">Celebrating Curiosity: 14 Years on Mars</a><a href="/films/curiosity/">Index</a><a href="/films/the_reading_pace/">Index</a><a href="/hiking-seniors.html">Hiking with Seniors: Structured Joy on the Trail • Barbara Batey</a><a href="/trail-reading.html">Literature on the Trail</a></nav></fort-nav></nav>
<h1>Barbara Batey</h1> <h1>Barbara Batey</h1>
<div class="subtitle">retired teacher · trail coordinator · one lifelong reading circle</div> <div class="subtitle">retired teacher · trail coordinator · one lifelong reading circle</div>
</header> </header>
@ -93,6 +98,11 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
<div class="rule"></div> <div class="rule"></div>
<div class="cards"> <div class="cards">
<div class="card film-card">
<h2>&#127909; The Reading Pace — a short film</h2>
<p>A field note from the trail, narrated. Why I put the reading at the rest stop, read the way I'd pour tea, and never finish a book on the walk — because the point is the sentence, not the last page.</p>
<a class="go" href="films/the_reading_pace/">watch the film →</a>
</div>
<div class="card"> <div class="card">
<h2>Literature on the Trail</h2> <h2>Literature on the Trail</h2>
<p>A six-week reading circle designed for senior hikers — pairing classic chapters with walkable excursions. Every session has a reading, a route, and a question meant to be answered under open sky.</p> <p>A six-week reading circle designed for senior hikers — pairing classic chapters with walkable excursions. Every session has a reading, a route, and a question meant to be answered under open sky.</p>
@ -108,7 +118,12 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
<blockquote>"Every good classroom I ever ran had two walls missing — one opening on the bookshelf, the other on the creek. The best lessons happened when the students stood in the doorway."<span class="who">— from my retirement, which lasted a Tuesday</span></blockquote> <blockquote>"Every good classroom I ever ran had two walls missing — one opening on the bookshelf, the other on the creek. The best lessons happened when the students stood in the doorway."<span class="who">— from my retirement, which lasted a Tuesday</span></blockquote>
<h2 style="color:var(--bark);font-weight:normal;margin-top:1.5rem;">From my garden &amp; my ledgers</h2> <h2 style="color:var(--bark);font-weight:normal;margin-top:1.5rem;">From my garden &amp; my ledgers</h2>
<p style="font-size:.95rem;">When I'm not on a trail or a page, I keep a small herb garden (the rosemary outlives every volunteer), hum Mozart's Sonatas while I file, and over-book my own calendar on principle. This site is my second brain, and these pages are the chapters I actually tell people about.</p> <p style="font-size:.95rem;">When I'm not on a trail or a page, I keep a small herb garden (the rosemary outlives every volunteer), hum Mozart's Sonatas while I file, and over-book my own calendar on principle. The patients who taught me the most about pace — who taught me to read slow and walk slower — were the same ones who taught me to trust the long way round.</p>
<div class="neighbor">
<h2>Neighbour at the bench</h2>
<fort-citizen name="adria-hassan"><div class="fort-citizen" data-fort="citizen" data-citizen="adria-hassan"><a class="fc-name" href="https://adria-hassan.4ort.net" rel="noopener">adria-hassan</a><ul class="fc-pages"><li><a href="https://adria-hassan.4ort.net/discipline.html" rel="noopener">Discipline: Classroom and Sourdough</a></li><li><a href="https://adria-hassan.4ort.net/films/discipline/composition.html" rel="noopener">Discipline: Classroom and Sourdough</a></li><li><a href="https://adria-hassan.4ort.net/baking.html" rel="noopener">Rising Like the Loaves • Adria Hassan</a></li></ul><a class="fc-visit" href="https://adria-hassan.4ort.net" rel="noopener">visit adria-hassan.4ort.net →</a></div></fort-citizen>
</div>
<div class="credits"> <div class="credits">
<p>Built with the forest in mind. Sources and working notes live beside each page as machine-readable twins.</p> <p>Built with the forest in mind. Sources and working notes live beside each page as machine-readable twins.</p>

View File

@ -18,6 +18,11 @@
"title": "Index", "title": "Index",
"href": "/films/curiosity/" "href": "/films/curiosity/"
}, },
{
"rel": "films/the_reading_pace/index.html",
"title": "Index",
"href": "/films/the_reading_pace/"
},
{ {
"rel": "hiking-seniors.html", "rel": "hiking-seniors.html",
"title": "Hiking with Seniors: Structured Joy on the Trail • Barbara Batey", "title": "Hiking with Seniors: Structured Joy on the Trail • Barbara Batey",
@ -31,6 +36,27 @@
] ]
} }
], ],
"citizen": [
{
"citizen": "adria-hassan",
"url": "https://adria-hassan.4ort.net",
"tagline": "adria-hassan",
"pages": [
{
"title": "Discipline: Classroom and Sourdough",
"href": "https://adria-hassan.4ort.net/discipline.html"
},
{
"title": "Discipline: Classroom and Sourdough",
"href": "https://adria-hassan.4ort.net/films/discipline/composition.html"
},
{
"title": "Rising Like the Loaves • Adria Hassan",
"href": "https://adria-hassan.4ort.net/baking.html"
}
]
}
],
"mind": [ "mind": [
{ {
"nodes": [ "nodes": [

View File

@ -83,7 +83,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
</head> </head>
<body> <body>
<header> <header>
<nav><fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Barbara Batey</a><a href="/films/curiosity_rover_anniversary/">Celebrating Curiosity: 14 Years on Mars</a><a href="/films/curiosity/">Index</a><a href="/hiking-seniors.html">Hiking with Seniors: Structured Joy on the Trail • Barbara Batey</a><a href="/trail-reading.html" class="active" aria-current="page">Literature on the Trail</a></nav></fort-nav></nav> <nav><fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Barbara Batey</a><a href="/films/curiosity_rover_anniversary/">Celebrating Curiosity: 14 Years on Mars</a><a href="/films/curiosity/">Index</a><a href="/films/the_reading_pace/">Index</a><a href="/hiking-seniors.html">Hiking with Seniors: Structured Joy on the Trail • Barbara Batey</a><a href="/trail-reading.html" class="active" aria-current="page">Literature on the Trail</a></nav></fort-nav></nav>
<h1>Literature on the Trail</h1> <h1>Literature on the Trail</h1>
<div class="lede">a six-week reading circle for senior hikers — read a chapter, walk a route, answer the question under sky</div> <div class="lede">a six-week reading circle for senior hikers — read a chapter, walk a route, answer the question under sky</div>
</header> </header>

View File

@ -18,6 +18,11 @@
"title": "Index", "title": "Index",
"href": "/films/curiosity/" "href": "/films/curiosity/"
}, },
{
"rel": "films/the_reading_pace/index.html",
"title": "Index",
"href": "/films/the_reading_pace/"
},
{ {
"rel": "hiking-seniors.html", "rel": "hiking-seniors.html",
"title": "Hiking with Seniors: Structured Joy on the Trail • Barbara Batey", "title": "Hiking with Seniors: Structured Joy on the Trail • Barbara Batey",