Files

53 lines
2.1 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>Directory | Markets at the Beall Greenhouses</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<!-- Meta -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
2025-12-28 12:41:43 -08:00
<link rel="canonical" href="/directory/" />
<meta name="description" content="Directory | Markets at the Beall Greenhouses" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Directory | Markets at the Beall Greenhouses" />
<meta property="og:type" content="article" />
2025-12-28 12:41:43 -08:00
<meta property="og:url" content="/directory/" />
<meta property="og:description" content="Directory | Markets at the Beall Greenhouses" />
<meta property="og:image" content="/img/logo-light.png" />
<meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" />
2025-12-28 12:41:27 -08:00
<!-- JS -->
<script src="/scripts/nav.js" defer></script>
<!-- CSS -->
2025-12-28 12:40:51 -08:00
<link rel="stylesheet" href="/styles/main.css">
<link rel="stylesheet" href="/styles/nav.css">
<link rel="stylesheet" href="/styles/directory.css">
<link rel="stylesheet" href="/styles/artist.css">
</head>
<body>
<div id="content">
<header>
2025-12-28 12:41:27 -08:00
<nav id="top-nav"><!-- auto-populated by nav.js --></nav>
<img id="logo-dark" src="/img/logo-dark.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
<img id="logo-light" src="/img/logo-light.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
</header>
<main>
<h1>Markets at the Beall Greenhouses</h1>
<ol id="directory">
<li>
<a href="/2025/solstice">
<h2>Solstice 2025</h2>
<img src="/img/filler0.jpg" alt="a filler image for testing" />
</a>
</li>
</ol>
</main>
</div>
2025-12-28 12:41:27 -08:00
<footer id="footer"><!-- auto-populated by nav.js --></footer>
</body>
</html>