2026-01-02 09:37:47 -08:00
<!DOCTYPE html>
< html lang = "en" >
2026-01-07 14:42:15 -08:00
< head >
2026-02-15 13:38:28 -08:00
< meta http-equiv = "refresh" content = "0; url=beall-greenhouses.com/artists" >
2026-01-07 14:42:15 -08:00
< title > Artists directory | 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 = "/artists/" />
< meta name = "description" content = "Artists directory | the historic Beall Greenhouses" />
< meta name = "robots" content = "index,follow" />
< meta property = "og:title" content = "Artists directory | the historic Beall Greenhouses" />
< meta property = "og:type" content = "article" />
< meta property = "og:url" content = "/artists/" />
< meta property = "og:description" content = "Artists directory | the historic Beall Greenhouses" />
2026-01-08 10:08:14 -08:00
< meta property = "og:image" content = "/assets/img/logo.jpg" />
< meta property = "og:image:alt" content = "block print in black and orange of a rufous hummingbird in flight with tail flared. the hummingbird holds a banner that reads 'become ungovernable.'" />
2026-01-02 09:37:47 -08:00
2026-01-07 14:42:15 -08:00
<!-- JS -->
< script src = "/assets/scripts/nav.js" defer ></ script >
2026-01-02 09:37:47 -08:00
2026-01-07 14:42:15 -08:00
<!-- CSS -->
< link rel = "stylesheet" href = "/assets/styles/main.css" >
< link rel = "stylesheet" href = "/assets/styles/nav.css" >
< link rel = "stylesheet" href = "/assets/styles/directory.css" >
2026-01-06 09:09:12 -08:00
2026-01-07 14:42:15 -08:00
<!-- 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 > <!-- auto-populated by nav.js --> </ header >
< main id = "main" >
< h1 > Artists in residence at the Beall Greenhouses</ h1 >
2026-01-02 09:37:47 -08:00
2026-01-07 14:42:15 -08:00
< ul id = "directory" >
< li >
< a href = "/artists/hawke" >
< h2 > Jennifer Hawke</ h2 >
< img src = "/assets/img/artists/hawke.jpg" alt = "jennifer hawke, the artist, a white person with a beard and knowing eyes. the top half of their face is painted blue with a white heart, and they are wearing a huge elaborate flower crown, a red shawl, and several chunky pendants." />
</ a >
</ li >
</ ul >
2026-01-06 09:10:08 -08:00
2026-01-07 14:42:15 -08:00
</ main >
</ div >
< footer id = "footer" > <!-- auto-populated by nav.js --> </ footer >
</ body >
2026-01-02 09:37:47 -08:00
</ html >