Files
2026-03-09 20:15:15 +04:00

144 lines
5.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Photo Portfolio — Miles Allen</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="unnamed (1).png">
</head>
<body>
<header class="site-header">
<div class="wrap">
<h1 class="logo">Miles Allen</h1>
<nav class="nav">
<a href="#gallery">Portfolio</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="hero reveal">
<div class="wrap hero-inner">
<h2 class="hero-title">Visual stories in light & shadow</h2>
<p class="hero-sub">A small selection of photo projects that i did </p>
</div>
</section>
<section id="gallery" class="gallery wrap">
<h3 class="section-title reveal">Gallery</h3>
<p class="hero-sub reveal">Click a card to open a project page.</p>
<div class="grid">
<!-- Placeholder photo cards; replace background or add <img> when ready -->
<figure class="photo-card reveal" tabindex="0">
<div class="photo-placeholder">
<!-- replace src with your thumbnail path -->
<a class="card-link" href="photos1.html" aria-label="Open Project 1">
<img class="project-img" src="photos/DSC_0007.JPG" alt="Project 1" loading="lazy" decoding="async">
</a>
</div>
<figcaption>Project 1 <a class="project-btn" href="photos1.html">Open</a></figcaption>
</figure>
<figure class="photo-card reveal" tabindex="0">
<div class="photo-placeholder">
<a class="card-link" href="photos2.html" aria-label="Open Project 2">
<img class="project-img" src="/photos/placeholder1.jpg" alt="Project 2" loading="lazy" decoding="async">
</a>
</div>
<figcaption>Project 2 <a class="project-btn" href="photos2.html">Open</a></figcaption>
</figure>
<figure class="photo-card reveal" tabindex="0">
<div class="photo-placeholder">
<a class="card-link" href="photos3.html" aria-label="Open Project 3">
<img class="project-img" src="/photos/placeholder1.jpg" alt="Project 3" loading="lazy" decoding="async">
</a>
</div>
<figcaption>Project 3 <a class="project-btn" href="photos3.html">Open</a></figcaption>
</figure>
<figure class="photo-card reveal" tabindex="0">
<div class="photo-placeholder">
<a class="card-link" href="photos4.html" aria-label="Open Project 4">
<img class="project-img" src="/photos/placeholder1.jpg" alt="Project 4" loading="lazy" decoding="async">
</a>
</div>
<figcaption>Project 4 <a class="project-btn" href="photos4.html">Open</a></figcaption>
</figure>
<figure class="photo-card reveal" tabindex="0">
<div class="photo-placeholder">
<a class="card-link" href="photos1.html" aria-label="Open Project 5">
<img class="project-img" src="/photos/placeholder1.jpg" alt="Project 5" loading="lazy" decoding="async">
</a>
</div>
<figcaption>Project 5 <a class="project-btn" href="photos1.html">Open</a></figcaption>
</figure>
<figure class="photo-card reveal" tabindex="0">
<div class="photo-placeholder">
<a class="card-link" href="photos2.html" aria-label="Open Project 6">
<img class="project-img" src="/photos/placeholder1.jpg" alt="Project 6" loading="lazy" decoding="async">
</a>
</div>
<figcaption>Project 6 <a class="project-btn" href="photos2.html">Open</a></figcaption>
</figure>
<figure class="photo-card reveal" tabindex="0">
<div class="photo-placeholder">
<a class="card-link" href="photos3.html" aria-label="Open Project 7">
<img class="project-img" src="/photos/placeholder1.jpg" alt="Project 7" loading="lazy" decoding="async">
</a>
</div>
<figcaption>Project 7 <a class="project-btn" href="photos3.html">Open</a></figcaption>
</figure>
<figure class="photo-card reveal" tabindex="0">
<div class="photo-placeholder">
<a class="card-link" href="photos4.html" aria-label="Open Project 8">
<img class="project-img" src="/photos/placeholder1.jpg" alt="Project 8" loading="lazy" decoding="async">
</a>
</div>
<figcaption>Project 8 <a class="project-btn" href="photos4.html">Open</a></figcaption>
</figure>
</div>
</section>
<section id="about" class="about wrap reveal">
<h3 class="section-title">About</h3>
<p>I photograph for school projects and personal endeavors. this website showcases my work.</p>
</section>
<section id="contact" class="contact wrap reveal">
<h3 class="section-title">Contact</h3>
<p>Get in touch: <a href="mailto:[email protected]">[email protected]<!DOCTYPE html>
<html>
<head>
<style>
h2 {
position: absolute;
left: 100px;
top: 150px;
}
</style>
</head>
<body>
</body>
</html></a></p>
</section>
</main>
<footer class="site-footer">
<div class="wrap">© Miles Wolf Allen — Built with a little JS magic and sweet CSS</div>
</footer>
<script src="scripts.js" defer></script>
</body>
</html>