senior-center-bench/contact.html

105 lines
3.4 KiB
HTML
Raw Permalink 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>Contact Andrew Beardsworth</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Contact Andrew Beardsworth">
<meta property="og:description" content="If you have any questions or would like to get in touch with Andrew Beardsworth, please feel free to reach out using the information below.">
<meta property="og:url" content="https://andrew-beardsworth.4ort.net/contact.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="If you have any questions or would like to get in touch with Andrew Beardsworth, please feel free to reach out using the information below.">
<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>Contact 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>Get in Touch</h2>
<p>If you have any questions or would like to get in touch with Andrew Beardsworth, please feel free to reach out using the information below.</p>
</section>
<section>
<h2>Contact Information</h2>
<ul>
<li>Email: andrew.beardsworth@example.com</li>
<li>Phone: (123) 456-7890</li>
<li>Address: 123 Main Street, Canton, Ohio, 44702</li>
</ul>
</section>
</div>
<footer>
<p>&copy; 2024 Andrew Beardsworth. All rights reserved.</p>
</footer>
</body>
</html>