tax-shelter-website
stale noneThe Tax Shelter - Professional Tax & Accounting Services
README
# The Tax Shelter Website
Professional tax and accounting services website for The Tax Shelter in Athens, GA.
## Overview
A clean, modern, single-page website built with:
- **HTML5** — Simple, maintainable structure
- **Tailwind CSS** (via CDN) — Modern styling without build tools
- **Vanilla JavaScript** — Mobile menu toggle only
## Sections
1. **Hero** — Main intro and CTAs
2. **Services** — Income tax, accounting, business formation, farm tax, ITIN, AI consulting
3. **Team** — Professional bios with specialties and Calendly links (placeholder)
4. **AI Consulting** — New service offering
5. **Resources** — IRS, Georgia, and client resource links
6. **News/Social** — Placeholder for future social media feed integration
7. **Contact** — Address, phone, hours, map
## To-Do
- [ ] Add actual Calendly links for each team member
- [ ] Update TaxDome portal link with correct URL
- [ ] Add team member photos (replace initials)
- [ ] Integrate social media feed when ready
- [ ] Add Google Analytics
- [ ] Set up custom domain
- [ ] Add favicon/logo
## How to Edit
Just edit `index.html` directly. No build process needed.
### To update team info:
Search for the team member's name and edit their section.
### To add new resources:
Find the Resources section and add new `<li>` items.
### To change colors:
Edit the `tailwind.config` in the `<head>` section:
```javascript
tailwind.config = {
theme: {
extend: {
colors: {
'shelter-blue': '#1e3a5f',
'shelter-gold': '#c9a227',
}
}
}
}
```
## Deployment
### GitHub Pages
1. Go to repo Settings → Pages
2. Set source to "main" branch
3. Site will be at `https://klill6506.github.io/tax-shelter-website/`
### Custom Domain
1. Add CNAME file with `www.thetaxshelter.com`
2. Update DNS to point to GitHub Pages
## License
Private - The Tax Shelter
STATUS
No STATUS.
DECISIONS
No DECISIONS.
MEMORY
No MEMORY.
CLAUDE.md
No CLAUDE.md.
Diary mentions
No recent diary mentions for this app.