conservation-ready-spaces/contact.html

93 lines
3.0 KiB
HTML
Raw Permalink Normal View History

2026-08-18 11:32:15 +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 Anna Martinez</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Contact Anna Martinez">
<meta property="og:description" content="If you would like to get in touch with me, please use the following contact information:">
<meta property="og:image" content="https://images.pexels.com/photos/28412270/pexels-photo-28412270.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://anna-martinez.4ort.net/contact.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="If you would like to get in touch with me, please use the following contact information:">
<style>
body {
font-family: 'Georgia', serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #666;
color: #fff;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #333;
}
nav a {
color: #fff;
padding: 1rem;
text-decoration: none;
}
nav a:hover {
background: #575757;
}
.container {
padding: 2rem;
max-width: 800px;
margin: auto;
}
.image-container {
text-align: center;
margin: 2rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: #fff;
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 Anna Martinez</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
<div class="container">
<h2>Get in Touch</h2>
<div class="image-container">
<img src="https://images.pexels.com/photos/28412270/pexels-photo-28412270.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Nashville Skyline">
</div>
<p>If you would like to get in touch with me, please use the following contact information:</p>
<ul>
<li>Email: anna.martinez@example.com</li>
<li>Phone: (123) 456-7890</li>
<li>Address: 123 Main St, Nashville, TN 37201</li>
</ul>
</div>
<footer>
<p>&copy; 2026 Anna Martinez</p>
</footer>
</body>
</html>