Compare commits
3 Commits
9ee2981403
...
a52b6f7ef4
| Author | SHA1 | Date | |
|---|---|---|---|
| a52b6f7ef4 | |||
| 5748937739 | |||
| 499873ff1e |
BIN
assets/img/2026-imbolc/katt.jpg
Executable file
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 |
@ -2,9 +2,10 @@
|
||||
nav {
|
||||
position: relative;
|
||||
margin: 0 auto 1.5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
display: grid;
|
||||
grid-template: "logo nav";
|
||||
grid-template-rows: 6.75rem;
|
||||
grid-template-columns: 6.75rem auto;
|
||||
background-image: url("/assets/img/greenhouse.jpg");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
@ -65,9 +66,8 @@ nav a:not(:has(img)):focus-visible {
|
||||
}
|
||||
|
||||
nav img {
|
||||
max-height: 6.75rem;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
max-height: 100%;
|
||||
margin: 0;
|
||||
border-radius: 2rem;
|
||||
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 {
|
||||
border-radius: 2rem;
|
||||
outline-offset: .2rem;
|
||||
@ -91,8 +96,9 @@ nav a:has(img):focus img {
|
||||
}
|
||||
|
||||
nav ul {
|
||||
grid-area: nav;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
justify-content: space-between;
|
||||
gap: .6rem;
|
||||
align-items: flex-end;
|
||||
flex-flow: column nowrap;
|
||||
|
||||
@ -174,5 +174,26 @@
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@ -41,9 +41,15 @@
|
||||
<div class="no-header">
|
||||
<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>
|
||||
<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>
|
||||
— as well as Quartermaster Press, located directly back from the same parking lot.
|
||||
</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>
|
||||
|
||||
<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.">
|
||||
|
||||
Reference in New Issue
Block a user