46 lines
2.0 KiB
HTML
46 lines
2.0 KiB
HTML
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>Project 4 — Miles Allen</title>
|
|
<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="index.html">Home</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="photo-page wrap reveal">
|
|
<h2 class="section-title">Project 4</h2>
|
|
<p class="hero-sub">Add photos for this project by inserting <img> tags into this page.</p>
|
|
|
|
<div class="photo-grid">
|
|
<div class="photo-spot reveal" tabindex="0"><img class="project-img" src="/photos/placeholder1.jpg" alt="Project 4 — photo 1" loading="lazy" decoding="async"></div>
|
|
<div class="photo-spot reveal" tabindex="0"><img class="project-img" src="/photos/placeholder1.jpg" alt="Project 4 — photo 2" loading="lazy" decoding="async"></div>
|
|
<div class="photo-spot reveal" tabindex="0"><img class="project-img" src="/photos/placeholder1.jpg" alt="Project 4 — photo 3" loading="lazy" decoding="async"></div>
|
|
<div class="photo-spot reveal" tabindex="0"><img class="project-img" src="/photos/placeholder1.jpg" alt="Project 4 — photo 4" loading="lazy" decoding="async"></div>
|
|
<div class="photo-spot reveal" tabindex="0"><img class="project-img" src="/photos/placeholder1.jpg" alt="Project 4 — photo 5" loading="lazy" decoding="async"></div>
|
|
<div class="photo-spot reveal" tabindex="0"><img class="project-img" src="/photos/placeholder1.jpg" alt="Project 4 — photo 6" loading="lazy" decoding="async"></div>
|
|
</div>
|
|
</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>
|
|
|