Files
beall-greenhouses/events/index.html

60 lines
2.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>Events directory | the historic 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-29 08:44:57 -08:00
<link rel="canonical" href="/events/" />
<meta name="description" content="Events directory | the historic Beall Greenhouses" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Events directory | the historic Beall Greenhouses" />
<meta property="og:type" content="article" />
2025-12-29 08:44:57 -08:00
<meta property="og:url" content="/events/" />
<meta property="og:description" content="Events directory | the historic Beall Greenhouses" />
2026-01-02 07:42:15 -08:00
<meta property="og:image" content="/assets/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 -->
2026-01-02 07:42:15 -08:00
<script src="/assets/scripts/nav.js" defer></script>
2025-12-28 12:41:27 -08:00
<!-- CSS -->
2026-01-02 07:42:15 -08:00
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="stylesheet" href="/assets/styles/nav.css">
<link rel="stylesheet" href="/assets/styles/directory.css">
2026-01-06 09:09:12 -08:00
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bellota:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<div id="content">
2026-01-06 15:15:23 -08:00
<header><!-- auto-populated by nav.js --></header>
2026-01-02 09:36:44 -08:00
<main id="main">
<h1>Events at the Beall Greenhouses</h1>
<ol id="directory">
<li>
2026-01-06 09:24:16 -08:00
<a href="/events/2026-imbolc">
<h2>Imbolc 2026</h2>
<img src="/assets/img/filler1.jpg" alt="a filler image. close up on small yellow flowers." />
2026-01-06 09:10:08 -08:00
</a>
</li>
<li>
2026-01-06 09:24:16 -08:00
<a href="/events/2025-solstice">
<h2>Solstice 2025</h2>
<img src="/assets/img/filler0.jpg" alt="a filler image. the side of a molded stone column." />
</a>
</li>
</ol>
2026-01-06 09:10:08 -08:00
</main>
</div>
2025-12-28 12:41:27 -08:00
<footer id="footer"><!-- auto-populated by nav.js --></footer>
</body>
</html>