avery-sherman-site/photography.html

97 lines
4.7 KiB
HTML
Raw Permalink Normal View History

2026-08-18 13:32:31 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photography - Avery Sherman</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Photography - Avery Sherman">
<meta property="og:description" content="Exploring the beauty of nature through my lens">
<meta property="og:image" content="https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-1.2.1&amp;auto=format&amp;fit=crop&amp;w=500&amp;q=60">
<meta property="og:url" content="https://avery-sherman.4ort.net/photography.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Exploring the beauty of nature through my lens">
<style>
body {
font-family: 'Courier New', monospace;
background-color: #000;
color: #0f0;
margin: 0;
padding: 20px;
}
header {
text-align: center;
margin-bottom: 20px;
}
nav {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
nav a {
color: #0f0;
margin: 0 15px;
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
section {
margin-bottom: 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.gallery img {
width: 300px;
height: auto;
margin: 10px;
}
footer {
text-align: center;
margin-top: 20px;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Avery Sherman</a><a href="/cooking.html">Cooking</a><a href="/fitness.html">Fitness</a><a href="/photography.html" class="active" aria-current="page">Photography</a></nav></fort-nav>
<h1>Photography</h1>
<p>Exploring the beauty of nature through my lens</p>
</header>
<section>
<h2>My Work</h2>
<p>I have a passion for photography, especially landscapes and nature. Here are some of my recent works:</p>
<div class="gallery">
<img src="https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Nature">
<img src="https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Mountain">
<img src="https://images.unsplash.com/photo-1441974231531-c6227db76b6e?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Forest">
</div>
<fort-media query="landscape photography" limit="1"><div class="fort-media" data-fort="media" data-query="landscape photography"><img src="https://pixabay.com/get/g34575d8ef80c1dc557ed5547b8b851e67e6723da1ebb37a9a62b55ce1e09d7d718f5e052fccd0a44f285a0cb94534875ae5187f9e58b5428da7f6a3b0e569d03_1280.png" alt="forbidden city, ancient building, history, photography, landscape, door, forbidden city, forbidden city, forbidden city, forbidden city, forbidden city, ancient building, photography, photography, photography, landscape, landscape, landscape" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
</section>
<footer>
<p>&copy; 2026 Avery Sherman</p>
</footer>
</body>
</html>