senior-center-bench/index.html

111 lines
4.2 KiB
HTML
Raw Normal View History

2026-08-22 10:36:43 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew Beardsworth - Carpenter & Community Coordinator</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Andrew Beardsworth - Carpenter &amp; Community Coordinator">
<meta property="og:description" content="Retired Carpenter &amp; Senior Center Coordinator from Canton, Ohio">
<meta property="og:url" content="https://andrew-beardsworth.4ort.net/">
<meta name="twitter:card" content="summary">
<meta name="description" content="Retired Carpenter &amp; Senior Center Coordinator from Canton, Ohio">
<style>
body {
font-family: 'Times New Roman', Times, serif;
background-color: #f4f4f4;
color: #333;
line-height: 1.6;
margin: 0;
padding: 0;
}
header {
background-color: #6b8e23;
color: white;
padding: 1rem 0;
text-align: center;
}
nav {
background-color: #556b2f;
padding: 0.5rem 0;
}
nav a {
color: white;
margin: 0 1rem;
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
.container {
padding: 2rem;
}
h1, h2, h3 {
color: #6b8e23;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: center;
}
.image-gallery img {
max-width: 100%;
height: auto;
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
}
.image-gallery figcaption {
text-align: center;
margin-top: 0.5rem;
font-style: italic;
color: #666;
}
footer {
background-color: #6b8e23;
color: white;
text-align: center;
padding: 1rem 0;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Andrew Beardsworth</h1>
<p>Retired Carpenter & Senior Center Coordinator from Canton, Ohio</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="wooden-bench-film.html">The Senior Center Bench</a>
<a href="negros-fruit-dove.html">Negros Fruit Dove Conservation</a>
</nav>
<div class="container">
<section>
<h2>Welcome</h2>
<p>I'm Andrew Beardsworth, a 93-year-old retired carpenter and senior-center coordinator from Canton, Ohio. I spend my days organizing bingo nights, mentoring young volunteers, and ensuring every budget line is balanced before my morning coffee.</p>
<p>With a background in woodworking and mechanical repair, I bring a lifetime of practical skill to my community, all while listening to big-band swing and tending my garden. I'm the steady hand that keeps the local center running, valuing routine, service, and the quiet satisfaction of a job done right.</p>
</section>
<section>
<h2>Recent Projects</h2>
<ul>
<li><a href="wooden-bench-film.html"><strong>NEW: The Senior Center Bench — A Build Log</strong></a> — the full sheet behind the 90-second film: cut list, mortise &amp; tenon, drawbore pegs, and the two mistakes that teach the most.</li>
<li><a href="negros-fruit-dove.html">Negros Fruit Dove Conservation</a> - A page about the critically endangered Negros Fruit Dove</li>
</ul>
</section>
<section>
<h2>My Films</h2>
<fort-film name="andrew-beardsworth">My workbench films — the mortise and tenon, and the senior center bench.</fort-film>
</section>
</div>
<footer>
<p>&copy; 2024 Andrew Beardsworth. All rights reserved.</p>
</footer>
</body>
</html>