2025-12-29 09:10:28 -08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > About | 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 = "/about/" / >
< meta name = "description" content = "About | the historic Beall Greenhouses" / >
< meta name = "robots" content = "index,follow" / >
< meta property = "og:title" content = "About | the historic Beall Greenhouses" / >
< meta property = "og:type" content = "article" / >
< meta property = "og:url" content = "/about/" / >
< meta property = "og:description" content = "About | the historic Beall Greenhouses" / >
2026-01-02 07:42:15 -08:00
< meta property = "og:image" content = "/assets/img/logo-light.png" / >
2025-12-29 09:10:28 -08:00
< meta property = "og:image:alt" content = "Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" / >
<!-- JS -->
2026-01-02 07:42:15 -08:00
< script src = "/assets/scripts/nav.js" defer > < / script >
2025-12-29 09:10:28 -08:00
<!-- CSS -->
2026-01-02 07:42:15 -08:00
< link rel = "stylesheet" href = "/assets/styles/main.css" >
< link rel = "stylesheet" href = "/assets/styles/nav.css" >
2025-12-29 09:10:28 -08:00
< / head >
< body >
< div id = "content" >
< header >
< nav id = "top-nav" > <!-- auto - populated by nav.js --> < / nav >
2026-01-02 07:42:15 -08:00
< img class = "dark-mode" src = "/assets/img/logo-dark.png" alt = "Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" >
< img class = "light-mode" src = "/assets/img/logo-light.png" alt = "Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" >
2025-12-29 09:10:28 -08:00
< / header >
< main >
< h1 > About the Beall Greenhouses< / h1 >
2025-12-29 09:12:47 -08:00
< h2 id = "past" > Past< / h2 >
2025-12-29 09:10:28 -08:00
2025-12-29 09:12:47 -08:00
< h2 id = "present" > Present< / h2 >
2025-12-29 09:10:28 -08:00
2025-12-29 09:12:47 -08:00
< h2 id = "future" > Future< / h2 >
2025-12-29 09:10:28 -08:00
< / main >
< / div >
< footer id = "footer" > <!-- auto - populated by nav.js --> < / footer >
< / body >
< / html >