105 lines
3.8 KiB
HTML
105 lines
3.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>About Andrew Beardsworth</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="About Andrew Beardsworth">
|
||
|
|
<meta property="og:description" content="Andrew Beardsworth is a 93-year-old retired carpenter and senior-center coordinator from Canton, Ohio. He has spent his career in woodworking and…">
|
||
|
|
<meta property="og:url" content="https://andrew-beardsworth.4ort.net/about.html">
|
||
|
|
<meta name="twitter:card" content="summary">
|
||
|
|
<meta name="description" content="Andrew Beardsworth is a 93-year-old retired carpenter and senior-center coordinator from Canton, Ohio. He has spent his career in woodworking and…">
|
||
|
|
<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>About Andrew Beardsworth</h1>
|
||
|
|
</header>
|
||
|
|
<nav>
|
||
|
|
<a href="index.html">Home</a>
|
||
|
|
<a href="about.html">About</a>
|
||
|
|
<a href="contact.html">Contact</a>
|
||
|
|
<a href="negros-fruit-dove.html">Negros Fruit Dove Conservation</a>
|
||
|
|
</nav>
|
||
|
|
<div class="container">
|
||
|
|
<section>
|
||
|
|
<h2>Background</h2>
|
||
|
|
<p>Andrew Beardsworth is a 93-year-old retired carpenter and senior-center coordinator from Canton, Ohio. He has spent his career in woodworking and mechanical repair, bringing a lifetime of practical skill to his community.</p>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Community Involvement</h2>
|
||
|
|
<p>Andrew is deeply involved in his community, organizing bingo nights, mentoring young volunteers, and ensuring every budget line is balanced before his morning coffee. He values routine, service, and the quiet satisfaction of a job done right.</p>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Personal Interests</h2>
|
||
|
|
<p>In his free time, Andrew enjoys listening to big-band swing and tending to his garden. He is known for his steady hand and his dedication to keeping the local center running smoothly.</p>
|
||
|
|
</section>
|
||
|
|
</div>
|
||
|
|
<footer>
|
||
|
|
<p>© 2024 Andrew Beardsworth. All rights reserved.</p>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|