2025-12-27 21:58:10 -08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2025-12-29 08:57:46 -08:00
< title > 2025 Solstice Market | the historic Beall Greenhouses</ title >
2025-12-27 21:58:10 -08:00
< 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/2025-solstice/" />
2025-12-29 08:57:46 -08:00
< meta name = "description" content = "2025 Solstice Market | the historic Beall Greenhouses" />
2025-12-27 21:58:10 -08:00
< meta name = "robots" content = "index,follow" />
2025-12-29 08:57:46 -08:00
< meta property = "og:title" content = "2025 Solstice Market | the historic Beall Greenhouses" />
2025-12-27 21:58:10 -08:00
< meta property = "og:type" content = "article" />
2025-12-29 08:44:57 -08:00
< meta property = "og:url" content = "/events/2025-solstice/" />
2025-12-29 08:57:46 -08:00
< meta property = "og:description" content = "2025 Solstice Market | the historic Beall Greenhouses" />
2026-01-02 07:42:15 -08:00
< meta property = "og:image" content = "/assets/img/logo-light.png" />
2025-12-27 21:58:10 -08:00
< 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 >
< script src = "/assets/scripts/artists.js" data-artists = "/events/2025-solstice/artists.json" defer ></ script >
2025-12-28 12:41:27 -08:00
2025-12-27 21:58:10 -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/artist.css" >
2025-12-27 21:58:10 -08:00
</ head >
< body >
< div id = "content" >
< header >
2025-12-28 12:41:27 -08:00
< nav id = "top-nav" > <!-- auto-populated by nav.js --> </ nav >
2025-12-27 21:58:10 -08:00
2026-01-02 07:42:15 -08:00
< 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" >
2025-12-27 21:58:10 -08:00
</ header >
< 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: 18527 Beall Rd SW, Vashon, WA 98070</ p >
< h2 > What else?</ h2 >
< p > There will be hot cider, popcorn, and a warm fire.</ p >
< h2 > Who?</ h2 >
2025-12-28 13:36:31 -08:00
< div id = "artists" > <!-- auto-populated by artists.js --> </ div >
2025-12-27 21:58:10 -08:00
</ main >
</ div >
2025-12-28 12:41:27 -08:00
< footer id = "footer" > <!-- auto-populated by nav.js --> </ footer >
2025-12-27 21:58:10 -08:00
</ body >
</ html >