Compare commits

...

3 Commits

5 changed files with 41 additions and 8 deletions

BIN
assets/img/2026-imbolc/katt.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 182 KiB

View File

@ -2,9 +2,10 @@
nav { nav {
position: relative; position: relative;
margin: 0 auto 1.5rem; margin: 0 auto 1.5rem;
display: flex; display: grid;
justify-content: space-between; grid-template: "logo nav";
align-items: flex-start; grid-template-rows: 6.75rem;
grid-template-columns: 6.75rem auto;
background-image: url("/assets/img/greenhouse.jpg"); background-image: url("/assets/img/greenhouse.jpg");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -65,9 +66,8 @@ nav a:not(:has(img)):focus-visible {
} }
nav img { nav img {
max-height: 6.75rem; max-height: 100%;
max-width: 100%; margin: 0;
margin: 0 auto;
border-radius: 2rem; border-radius: 2rem;
border: .2rem solid var(--color-accent); border: .2rem solid var(--color-accent);
} }
@ -80,6 +80,11 @@ nav img {
} }
} }
nav a:has(img) {
grid-area: logo;
justify-self: start;
}
nav a:has(img):focus { nav a:has(img):focus {
border-radius: 2rem; border-radius: 2rem;
outline-offset: .2rem; outline-offset: .2rem;
@ -91,8 +96,9 @@ nav a:has(img):focus img {
} }
nav ul { nav ul {
grid-area: nav;
display: flex; display: flex;
justify-content: flex-end; justify-content: space-between;
gap: .6rem; gap: .6rem;
align-items: flex-end; align-items: flex-end;
flex-flow: column nowrap; flex-flow: column nowrap;

View File

@ -174,5 +174,26 @@
"title": "@rocketkarstudios on instagram" "title": "@rocketkarstudios on instagram"
} }
] ]
},
{
"id": "katt",
"img": {
"src": "/assets/img/2026-imbolc/katt.jpg",
"alt": [
"A young woman standing in the trees with blue hair, red glasses, and a rainbow shirt. She is looking very thoughtful.",
"A hand holding a three point weaving of green reeds against an old red building"
]
},
"name": "Katt Rouse-Riley",
"bio": [
"Katt will have materials on hand to make your own Brigid's cross!",
"Come learn a little bit about Imbolc, the Goddess Brigid, and take home this beautiful symbol crafted by your own hands."
],
"contact": [
{
"href": "mailto:beallgreenhouses@gmail.com?subject=Beall%20Greenhouses%20Market%20Imbolc%202026%20-%20Katt",
"title": "email Katt"
}
]
} }
] ]

View File

@ -41,9 +41,15 @@
<div class="no-header"> <div class="no-header">
<p>Join us to celebrate the returning of the light on <p>Join us to celebrate the returning of the light on
<time datetime="2026-01-31 10:00">Saturday, January 31st, 2026, 10am - 5pm</time>.</p> <time datetime="2026-01-31 10:00">Saturday, January 31st, 2026, 10am - 5pm</time>.</p>
<p>Find us in studios in the former cold storage facility at the old Beall Greenhouses: <p>Find us in 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> <a href="https://maps.app.goo.gl/5p1NAArdjX4vaEgw9" target="_blank">18527 Beall Rd SW, Vashon, WA 98070</a>
— as well as Quartermaster Press, located directly back from the same parking lot.
</p> </p>
<p>There will be a workshop on making your own Brigid's Cross, a traditional symbol of Imbolc, led by
<a href="#katt">Katt Rouse-Riley.</a>
</p>
<p>Hot mulled cider (non-alcoholic) will be served. We'll also have a coffee vendor,
<a href="#gary">Gary of Zenbellies Coffee Co.</a></p>
</div> </div>
<img src="/assets/img/2026-imbolc/flyer.jpg" alt="a black and white flyer for the Imbolc event that reads: Imbolc Celebration and Market at the Beall Greenhouses. Crafting and art, open studios. It then lists the address, time, and website. The text is overlaid on a darkened image of a dilapidated greenhouse, and the site's hummingbird logo is inset."> <img src="/assets/img/2026-imbolc/flyer.jpg" alt="a black and white flyer for the Imbolc event that reads: Imbolc Celebration and Market at the Beall Greenhouses. Crafting and art, open studios. It then lists the address, time, and website. The text is overlaid on a darkened image of a dilapidated greenhouse, and the site's hummingbird logo is inset.">