This folder now ships a multi-page static site ready to deploy as-is. Pages use shared header/footer partials, a central design token sheet, and lightweight JavaScript for the mobile menu.
index.html— homepage with hero, collection highlights, makers, and journal teasers.products/— shop index plus product detail pages with structured data snippets.journal/— article hub and three feature stories with Leaflet maps.artisans/, utility pages (about.html,gifts.html,shipping.html, etc.), and basic legal pages underlegal/.assets/css/styles.css— design system tokens and layout primitives.assets/js/site.js— mobile navigation toggle (no frameworks).assets/js/product.js— placeholder for future cart logic.assets/img/— empty placeholder assets; replace with production imagery.robots.txtandsitemap.xml— basic SEO scaffolding.
- Replace placeholder JPGs/SVG under
assets/img/with your own imagery. - Update copy on the informational pages and legal stubs.
- Wire cart / CMS integrations by extending
assets/js/product.jsor porting into your framework of choice. - Deploy the folder to your static host (Netlify, Vercel, Cloudflare Pages, S3 + CloudFront, etc.).
- The HTML uses absolute paths (
/assets/...) so it assumes deployment at the domain root. Adjust paths if you serve from a subdirectory. - Journal pages load Leaflet from a CDN. Self-host if your platform blocks external scripts.
shop.html,style.css, andscript.jsfrom the previous bundle are retained only for reference; the new layout lives underassets/+ the multipage structure above.