start to structure out imbolc page

This commit is contained in:
2026-01-06 09:10:08 -08:00
parent ad38c9ba26
commit 74921dda67
5 changed files with 74 additions and 3 deletions

BIN
assets/img/filler1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 KiB

View File

@ -18,6 +18,7 @@
border-radius: .75rem; border-radius: .75rem;
outline-offset: .25rem; outline-offset: .25rem;
margin: 0; margin: 0;
padding: 0;
} }
@media (any-hover: hover) { @media (any-hover: hover) {

View File

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>2026 Imbolc Market and Workshops | events at 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">
<link rel="canonical" href="/events/2025-solstice/" />
<meta name="description" content="2026 Imbolc Market and Workshops | events at the historic Beall Greenhouses" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="2026 Imbolc Market and Workshops | events at the historic Beall Greenhouses" />
<meta property="og:type" content="article" />
<meta property="og:url" content="/events/2025-solstice/" />
<meta property="og:description" content="2026 Imbolc Market and Workshops | events at the historic Beall Greenhouses" />
<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" />
<!-- JS -->
<script src="/assets/scripts/nav.js" defer></script>
<script src="/assets/scripts/market.js" data-artists="/events/2025-solstice/artists.json" defer></script>
<!-- CSS -->
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="stylesheet" href="/assets/styles/nav.css">
<link rel="stylesheet" href="/assets/styles/artist-market.css">
<!-- 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">
<header>
<nav id="top-nav"><!-- auto-populated by nav.js --></nav>
<img class="dark-mode" src="/assets/img/logo-dark.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
<img class="light-mode" src="/assets/img/logo-light.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
</header>
<main id="main">
<h1>Solstice 2025 Market at the Beall Greenhouses</h1>
<h2>When?</h2>
<p><time datetime="2025-12-21 10:00">Sunday, December 21st, 2025, 10am - 5pm</time>.</p>
<h2>Where?</h2>
<p>Studios in the former cold storage facility at the old Beall Greenhouses:
<a href="https://maps.app.goo.gl/5p1NAArdjX4vaEgw9" target="_blank">18527 Beall Rd SW, Vashon, WA 98070</a>
</p>
<h2>What else?</h2>
<p>There will be popcorn, cookies, fresh hot coffee from
<a href="www.zenbelliescoffeeco.com" target="_blank">Zenbellies Coffee Co.</a>,
and a warm fire.</p>
<h2>Who?</h2>
<div id="artists"><!-- auto-populated by artists.js --></div>
</main>
</div>
<footer id="footer"><!-- auto-populated by nav.js --></footer>
</body>
</html>

View File

@ -44,7 +44,14 @@
<li> <li>
<a href="/events/2025-solstice"> <a href="/events/2025-solstice">
<h2>Solstice 2025</h2> <h2>Solstice 2025</h2>
<img src="/assets/img/filler0.jpg" alt="a filler image for testing" /> <img src="/assets/img/filler0.jpg" alt="a filler image. the side of a molded stone column." />
</a>
</li>
<li>
<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." />
</a> </a>
</li> </li>
</ol> </ol>