From 87c42dd5322e9189273f6598ed84c2568eb9ae95 Mon Sep 17 00:00:00 2001 From: Ty Date: Sat, 8 Aug 2026 23:31:59 +0000 Subject: [PATCH] Update README with project details and next steps for photos --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3bdced..1c0c47c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,32 @@ -# thornhill-construction +# Thornhill Construction Website -Website for Thornhill Construction - Deck Builders in Placerville, CA. Family-owned since 1977. \ No newline at end of file +Family-owned deck builders in Placerville, CA โ€” since 1977. + +**Live site source:** single-page HTML app with client-side routing (Home / Our Decks / About & Contact). + +## Repo +- **URL:** https://gitea.vps1.afterthedemo.com/Tony_tech/thornhill-construction +- **Owner:** Tony_tech + +## Current status +- Full site structure, branding, NAP, trust signals, and copy are in place. +- Contact form is front-end only (demo submission). +- **Images are still Unsplash placeholders** โ€” marked with `` comments. + +## Next steps for photos +1. Gather real project photos (before/after decks, stairs, ramps, completed installs). +2. Optimize them (WebP or compressed JPG, ~1200โ€“1600px wide). +3. Place in an `images/` folder in this repo: + - `images/new-deck-install.jpg` + - `images/deck-repair.jpg` + - `images/before-1.jpg` / `after-1.jpg` + - `images/before-2.jpg` / `after-2.jpg` + - `images/before-3.jpg` / `after-3.jpg` + - (optional hero background) +4. Update the `src` attributes in `index.html` and remove the placeholder comments. + +## Local preview +Open `index.html` in a browser or serve with any static file server. + +## License / Notes +CSLB #336956 ยท Serving El Dorado County & surrounding foothills. \ No newline at end of file