Letters to Mother Earth This repository contains a small static website for the "Letters to Mother Earth" project. The site is built from plain HTML, CSS, and a small amount of vanilla JavaScript. This site should be treated as an archived project site. For Works by Glenn McClure, go to https://artforbrains.com. Primary pages - `/index.html`: Homepage with featured article, video, and partnership section. - `/about/index.html`: Project background and context. - `/your-letters/index.html`: Letters gallery page with a JavaScript-enhanced carousel. - `/2011/03/allcity-music-festival/index.html`: Event post. - `/2011/03/wesleyan-universitys-center-for-arts-presents-world-premiere-of-dear-mother-earth-environmental-oratorio-by-composer-glenn-mcclure-on-april/index.html`: Main article post. Core assets - `/site.css`: Shared site styles and responsive behavior. - `/letters-carousel.js`: Carousel behavior for the letters page. - `/wp-content/uploads/`: Images and media used by the site. Notes for language models - Treat this as a static archival site, not a framework app. - Prefer editing existing HTML directly rather than introducing a build system. - Preserve relative URLs and existing content unless the task explicitly requests rewriting. - Keep changes lightweight and compatible with no-build deployment.