Compare commits

...

3 Commits

Author SHA1 Message Date
9ee2981403 add rachael and steve 2026-01-14 17:34:45 -08:00
77bee36ec9 add christina nichols 2026-01-13 20:01:32 -08:00
34827d84a1 don't index alt for collages from 0 2026-01-13 20:01:15 -08:00
5 changed files with 84 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 KiB

View File

@ -10,7 +10,7 @@ const makeArtistImg = function(artistImg) {
else {
let fullAlt = `a ${artistImg.alt.length} image collage.`
for (let i = 0; i < artistImg.alt.length; i++)
fullAlt += ` ${i}: ${artistImg.alt[i]}`
fullAlt += ` ${i + 1}: ${artistImg.alt[i]}`
img.alt = fullAlt;
}

View File

@ -91,5 +91,88 @@
"title": "zenbelliescoffeeco on instagram"
}
]
},
{
"id": "christina",
"img": {
"src": "/assets/img/2026-imbolc/christina.jpg",
"alt": [
"“Paradise Dreams” Egret by the ocean under a tree. Collagraph",
"“Chachalaca Morning” Chachalaca bird sitting on a tree branch. Collagraph",
"“Winters Flock” Bare trees in a field with crows flying. Collagraph",
"“The Meeting” A crow and doves are having a meeting at an old oak tree. Etching",
"“Misty Mourning” Bare trees with morning sun and autumn leaves on the ground. Monotype"
]
},
"name": "Christina Nichols",
"bio": [
"I have been a professional artist for 40 years, living on Vashon Island in the Pacific Northwest.",
"My work is mostly inspired by nature. I also like to mix modern and ancient sources in an attempt to elicit images of the collective unconscious.",
"I currently like to use many hand-pulled printing processes, for example—etchings, collagraphs, monoprints and linoleum block prints. I have been a member of Quartermaster Press at Beall Greenhouses since 2011."
],
"contact": [
{
"href": "mailto:christinanicholsart@yahoo.com?subject=Beall%20Greenhouses%20Market%20Imbolc%202026",
"title": "email Christina"
},
{
"href": "https://www.facebook.com/christina.nichols.9849",
"title": "Christina Nichols on facebook"
},
{
"href": "https://www.instagram.com/christinanicholsart/",
"title": "@christinanicholsart on instagram"
}
]
},
{
"id": "rachael",
"img": {
"src": "/assets/img/2026-imbolc/rachael.jpg",
"alt": [
"Photogravure print of a sunflower with watercolor",
"Linocut print of coffee cups on a table, with the words \"good trouble\" shown on the wall above",
"Fused glass garden art, a light filtering rectangle composed of multicolored blue and yellow stripes",
"Red ornamented fused glass sushi plate with two matching condiment plates",
"Mint green fused glass shallow bowl with dotted ornament."
]
},
"name": "Rachael Osborn",
"bio": [
"Rachael will be selling hand-pulled prints and glasswork at the Quartermaster Press Studio at Beall Greenhouses."
],
"contact": [
{
"href": "mailto:rachaelosbornart@gmail.com?subject=Beall%20Greenhouses%20Market%20Imbolc%202026",
"title": "email Rachael"
}
]
},
{
"id": "steve",
"img": {
"src": "/assets/img/2026-imbolc/steve.jpg",
"alt": [
"A woman smiling in front of a backdrop while holding her red glasses",
"A man in a suit with microphone in front of a las vegas backdrop",
"A smiling woman in a blue business suit",
"A young woman in a hat sweater wearing pink pastel goth style",
"A young man holding a guitar in front of several road cases"
]
},
"name": "Steve Rocketkar",
"bio": [
"Steve Rocketkar is a journalist turned designer turned photographer living and working on Vashon Island. His photo and video practice, Rocketkar Studios, seeks to help each person be seen the way they want to be seen. This market he'll be offering headshot mini photo sessions for the new year, as well as in-person specials on Valentine's Day couples' sessions."
],
"contact": [
{
"href": "https://www.rocketkar.com",
"title": "rocketkar.com"
},
{
"href": "https://instagram.com/rocketkarstudios",
"title": "@rocketkarstudios on instagram"
}
]
}
]