docs: add progress tracking

This commit is contained in:
John Loper II
2026-05-01 10:51:09 -04:00
parent fe90bc521a
commit 26c4d99161
+24
View File
@@ -0,0 +1,24 @@
# Williams Pressure Washing Services — Progress
## Completed
- [x] Initial website build
- [x] Responsive multi-section design (hero, services, about, why-us, contact)
- [x] Professional blue/cyan gradient theme with water drop animations
- [x] Contact form with validation (PHP → SMTP relay)
- [x] Mobile nav toggle + floating CTA button
- [x] Phone number formatting + clickable tel: links
- [x] Git repo created and pushed to Gitea
## Pending
- [ ] Set up PHP on the hosting server (PHP 8.x with mail() or use PHPMailer)
- [ ] Configure PHP to relay SMTP through 10.10.9.31 (auth: none)
- [ ] Add tolerance-specific image or two (optional — can use stock photos)
- [ ] SEO meta tags, favicon, OG tags
- [ ] Google Analytics or other tracking
- [ ] Domain purchase/pointing: WilliamsPressureWashingServices.com
## Open Questions
- Does Walter have hosting already, or do we need to set it up?
- Need SMTP credentials if different from what's in TOOLS.md
- Any specific images/branding (logo, colors) from Walter?
- Should we add Google Maps embed for service area?