2026-03-31 16:51:15 -07:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > The Beall Greenhouses | 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 = "/" >
< meta name = "description" content = "the historic Beall Greenhouses" >
< meta name = "robots" content = "index,follow" >
< meta property = "og:title" content = "The Beall Greenhouses | the historic Beall Greenhouses" >
< meta property = "og:type" content = "article" >
< meta property = "og:url" content = "/" >
< meta property = "og:description" content = "the historic Beall Greenhouses" >
< 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.'" >
< meta name = "generator" content = "Eleventy v3.1.5" >
<!-- CSS -->
< style >. ml-embedded {
margin : 4 rem auto 2 rem ;
border-top : .25 rem solid var ( -- color - accent );
}
. ml-embedded p {
padding : 0 ;
}
. ml-form-embedWrapper {
border-top-left-radius : 0 !important ;
border-top-right-radius : 0 !important ;
}
. ml-form-embedContent h4 {
font-family : 'Bellota' , Arial , Helvetica , sans-serif !important ;
}
# mlb2-37153427 . ml-form-embedContainer . ml-form-embedWrapper . ml-form-embedBody . ml-form-fieldRow input : hover ,
# mlb2-37153313 . ml-form-embedContainer . ml-form-embedWrapper . ml-form-embedBody . ml-form-fieldRow input : hover {
border-color : var ( -- color - accent - flipped );
outline-offset : 0 ;
outline : .25 rem solid var ( -- color - accent );
}
# mlb2-37153427 . ml-form-embedContainer . ml-form-embedWrapper . ml-form-embedBody . ml-form-fieldRow input : focus-visible ,
# mlb2-37153313 . ml-form-embedContainer . ml-form-embedWrapper . ml-form-embedBody . ml-form-fieldRow input : focus-visible {
outline-offset : .25 rem ;
outline : solid .25 rem var ( -- color - accent );
}
# mlb2-37153427 . ml-form-embedContainer . ml-form-embedWrapper . ml-form-embedBody . ml-form-embedSubmit button : hover ,
# mlb2-37153313 . ml-form-embedContainer . ml-form-embedWrapper . ml-form-embedBody . ml-form-embedSubmit button : hover {
color : var ( -- color - text ) !important ;
}
# mlb2-37153427 . ml-form-embedContainer . ml-form-embedWrapper . ml-form-embedBody . ml-form-embedSubmit button : focus-visible ,
# mlb2-37153313 . ml-form-embedContainer . ml-form-embedWrapper . ml-form-embedBody . ml-form-embedSubmit button : focus-visible {
outline-offset : .25 rem ;
outline : solid .25 rem var ( -- color - accent );
}
: root {
color-scheme : light dark ;
--color-concrete : #e5e0c7 ;
--color-concrete-alt : #d1cbab ;
--color-green : #142b15 ;
--color-green-alt : #1a3b1b ;
--color-teal-light : #4ba19e ;
--color-teal-dark : #0c6a74 ;
--color-bg : light-dark ( var ( -- color - concrete ), var ( -- color - green ));
--color-text : light-dark ( var ( -- color - green ), var ( -- color - concrete ));
--color-bg-alt : light-dark ( var ( -- color - concrete - alt ), var ( -- color - green - alt ));
--color-text-alt : light-dark ( var ( -- color - green - alt ), var ( -- color - concrete - alt ));
--color-accent : light-dark ( var ( -- color - teal - dark ), var ( -- color - teal - light ));
--color-accent-flipped : light-dark ( var ( -- color - teal - light ), var ( -- color - teal - dark ));
}
* {
box-sizing : border-box ;
margin : 0 ;
padding : 0 ;
}
body {
background-color : var ( -- color - text );
color : var ( -- color - bg );
display : flex ;
flex-direction : column ;
font-family : Arial , Helvetica , sans-serif ;
min-height : 100 vh ;
}
# content {
background-color : var ( -- color - bg );
color : var ( -- color - text );
width : 100 % ;
flex-grow : 1 ;
border-radius : 0 0 2 rem 2 rem ;
padding : 1 rem 0 2 rem ;
}
@ media ( prefers-color-scheme : light ) {
. dark-mode {
display : none ;
}
}
@ media ( prefers-color-scheme : dark ) {
. light-mode {
display : none ;
}
}
header ,
main {
width : 65 % ;
margin : 0 auto 1 rem ;
}
@ media ( max-width : 750px ) {
header ,
main {
width : 92 % ;
}
}
@ media ( min-width : 2000px ) {
header ,
main {
width : 45 % ;
}
}
img {
display : block ;
max-width : 100 % ;
height : auto ;
}
h1 , h2 , h3 , h4 , h5 , h6 {
color : var ( -- color - text - alt );
}
h1 ,
h2 {
font-family : 'Bellota' , Arial , Helvetica , sans-serif ;
}
h1 {
text-align : center ;
margin : 2 rem 0 ;
font-size : 2.2 rem ;
}
h2 {
margin : 2 rem 0 0 ;
font-size : 1.65 rem ;
}
h2 ,
h3 {
border-bottom : .25 rem solid var ( -- color - accent );
}
a {
color : var ( -- color - text );
font-weight : bold ;
text-decoration : underline ;
text-decoration-style : solid ;
text-decoration-thickness : .25 rem ;
text-decoration-color : var ( -- color - accent );
transition : text - decoration-thickness .5 s ;
border-radius : .1 rem ;
outline-offset : .1 rem ;
}
a : hover ,
a : active {
text-decoration-thickness : .5 rem ;
}
a : focus-visible {
text-decoration : none ;
outline : solid .25 rem var ( -- color - accent );
}
main p ,
main ul {
padding : .8 rem ;
line-height : 1.5 rem ;
}
main li {
margin-left : 1 rem ;
}
main li : not ( : last-child ) {
padding : 0 0 .5 rem ;
}
/* styles for sets of <p>s under an h2/3/etc vs alone
this is done as a class rather than just h2 + p to accomodate
for multi-<p> segments which can then be wrapped in <div>s */
. under-header ,
. no-header {
background-color : var ( -- color - bg - alt );
}
. under-header {
border-radius : 0 0 1 rem 1 rem ;
margin-left : 2.5 rem ;
}
@ media ( max-width : 750px ) {
. under-header {
margin-left : 1.25 rem ;
}
}
. no-header {
border-radius : 1 rem ;
}
. two-col {
display : grid ;
grid-template-columns : repeat ( 2 , 1 fr );
gap : 1 rem ;
}
. two-col > * {
place-self : start center ;
}
@ media ( max-width : 950px ) {
. two-col {
grid-template-columns : 1 fr ;
}
}
/* top nav */
nav {
position : relative ;
margin : 0 auto 1.5 rem ;
display : grid ;
grid-template : "logo nav" ;
grid-template-rows : 7 rem ;
grid-template-columns : 7 rem auto ;
background-image : url ( "/greenhouse.jpg" );
background-size : cover ;
background-repeat : no-repeat ;
border-radius : 2 rem .25 rem .25 rem 2 rem ;
}
nav a {
margin : 0 ;
}
nav a : not ( : has ( img )) {
display : inline-block ;
text-decoration : none ;
font-size : 1.2 rem ;
padding : 0 .25 rem ;
border : solid .125 rem var ( -- color - accent );
border-radius : .25 rem ;
background-color : var ( -- color - bg );
}
@ media ( any-hover : hover ) {
nav a : not ( : has ( img )) : hover {
color : var ( -- color - bg );
background-color : var ( -- color - text - alt );
border-color : var ( -- color - accent - flipped );
outline : .125 rem solid var ( -- color - accent );
outline-offset : 0 ;
}
}
nav a : not ( : has ( img )) : focus-visible {
outline : solid .125 rem var ( -- color - accent );
outline-offset : .125 rem ;
}
# skip {
left : -999 px ;
position : absolute ;
top : auto ;
width : 1 px ;
height : 1 px ;
overflow : hidden ;
z-index : -99 ;
}
# skip : focus-visible {
left : -6 rem ;
width : auto ;
height : auto ;
overflow : auto ;
z-index : 999 ;
}
@ media ( max-width : 750px ) {
# skip : focus-visible {
left : 5 rem ;
}
}
nav img {
max-height : 100 % ;
margin : 0 ;
border-radius : 2 rem ;
border : .2 rem solid var ( -- color - accent );
}
@ media ( any-hover : hover ) {
nav img : hover {
border-color : var ( -- color - accent - flipped );
outline-offset : 0 ;
outline : .2 rem solid var ( -- color - accent );
}
}
nav a : has ( img ) {
grid-area : logo ;
justify-self : start ;
}
nav a : has ( img ) : focus-visible {
border-radius : 2 rem ;
outline-offset : .2 rem ;
outline : .2 rem solid var ( -- color - accent );
}
nav a : has ( img ) : focus-visible img {
outline : none ;
}
nav ul {
grid-area : nav ;
display : flex ;
justify-content : space-between ;
align-items : flex-end ;
flex-flow : column nowrap ;
}
nav li {
list-style : none ;
}
/* footer */
footer {
width : 95 % ;
margin : 0 auto ;
padding : 1 rem 0 ;
display : flex ;
justify-content : center ;
}
@ media ( max-width : 750px ) {
footer {
flex-flow : column ;
}
}
footer p {
background-color : var ( -- color - text );
color : var ( -- color - bg );
text-align : center ;
font-size : .9 rem ;
padding : .25 rem ;
}
@ media ( min-width : 751px ) {
footer p : nth-child ( 2 ) :: before {
content : "● " / "" ;
}
footer p : nth-child ( 2 ) :: after {
content : " ●" / "" ;
}
}
footer a {
color : var ( -- color - bg );
text-decoration-color : var ( -- color - accent - flipped );
}
footer a : focus-visible {
outline-color : var ( -- color - accent - flipped );
}</ style >
<!-- JS -->
< script type = "module" >( function ( w , d , e , u , f , l , n ) {
w [ f ] = w [ f ] || function () {
( w [ f ]. q = w [ f ]. q || [])
. push ( arguments );
}, l = d . createElement ( e ), l . async = 1 , l . src = u ,
n = d . getElementsByTagName ( e )[ 0 ], n . parentNode . insertBefore ( l , n );
})
( window , document , 'script' , 'https://assets.mailerlite.com/js/universal.js' , 'ml' );
ml ( 'account' , '2012178' );</ script >
<!-- 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 >
< nav title = "background image shows the peak of a dilapidated greenhouse in black and white" >
< a href = "#main" title = "skip to main content" aria-label = "skip to main content" id = "skip" >
skip ↷</ a >
< a href = "/" aria-label = "Beall Greenhouses home" title = "Beall Greenhouses home" aria-current = "page" >
< img src = "/img/pZQvBRGd3A-500.jpeg" alt = "block print in black and orange of a rufous hummingbird in flight with tail flared. the hummingbird holds a banner that reads 'become ungovernable.'" loading = "lazy" decoding = "async" width = "500" height = "500" >
</ a >
< ul >
< li >
< a href = "/about/" title = "About the Beall Greenhouses" >
ⓘ about
</ a >
</ li >
< li >
< a href = "/events/" title = "Events at the Beall Greenhouses" >
🗓 events
</ a >
</ li >
< li >
< a href = "/artists/" title = "Artists in residence at the Beall Greenhouses" >
🖌 artists
</ a >
</ li >
</ ul >
</ nav >
</ header >
< main id = "main" >
< h1 > The Beall Greenhouses</ h1 >
<!-- MailerLite Universal -->
<!-- End MailerLite Universal -->
2026-04-11 19:39:25 -07:00
< h2 > Blessed Beltane</ h2 >
< p class = "under-header" >
We are excited to present this < a href = "/events/2026-beltane/" > one day
special event to celebrate Beltane</ a > during the VIVA Studio tour. Come
celebrate spring with us!
</ p >
2026-03-31 16:51:15 -07:00
< h2 > Imbolc creates community</ h2 >
2026-04-11 19:39:25 -07:00
< p class = "under-header" > Our < a href = "/events/2026-imbolc/" > Imbolc
2026-03-31 16:51:15 -07:00
Celebration & Market</ a > was fantastic.
Visitors could learn to make a Brigid's Cross, and dog photographs meant
an abundance of furry friends.</ p >
< h2 > A successful Solstice</ h2 >
< p class = "under-header" > Our inaugural < a href = "/events/2025-solstice" > Solstice Market</ a > was a rousing
success.</ p >
< div class = "ml-embedded dark-mode" data-form = "GyBKPM" ></ div >
< div class = "ml-embedded light-mode" data-form = "R9yvin" ></ div >
</ main >
</ div >
< footer >
< p > questions?
< a href = "mailto:beall.greenhouses@gmail.com" > email us!</ a >
</ p >
< p > brought to you in 2026</ p >
< p >< a href = "/attribution/" > site attribution</ a ></ p >
</ footer >
2026-04-12 09:48:23 -07:00
<!-- This page `/` was built on 2026-04-12T16:48:00.484Z -->
2026-03-31 16:51:15 -07:00
</ body >
</ html >