A modern, responsive static website for Erhart's Catering, converted from legacy ASP.NET WebForms to static HTML/CSS/JavaScript.
- 📱 Mobile-First Responsive Design - Works perfectly on all devices
- 🎨 Modern UI - Clean, professional design preserving brand identity
- ⚡ Fast Loading - Static HTML with optimized assets
- 🖼️ Interactive Slideshows - Touch-enabled image galleries
- 📋 Contact Form - Modern contact form design
- 🔍 SEO Optimized - Semantic HTML5 markup
Visit the live site at: https://[your-username].github.io/erharts-catering-static/
- HTML5
- CSS3 (Mobile-first responsive design)
- JavaScript (Vanilla JS with jQuery for compatibility)
- GitHub Pages hosting
├── index.html # Homepage
├── company/
│ ├── about-erharts.html # About page
│ └── contact-us.html # Contact page
├── venues/ # Venue information
├── menus/ # Menu options
├── services/ # Service offerings
├── css/
│ ├── styles.css # Main styles
│ └── interior-styles.css # Interior page styles
├── js/
│ └── slideshow.js # Slideshow functionality
└── assets/
└── images/ # All image assets
-
Clone the repository:
git clone https://github.com/[your-username]/erharts-catering-static.git cd erharts-catering-static -
Open
index.htmlin your browser or use a local server:python -m http.server 8000 # or npx serve
This site is configured for GitHub Pages deployment:
- Push changes to the
mainbranch - Go to Settings → Pages in your GitHub repository
- Select "Deploy from a branch" and choose
mainbranch - Your site will be available at
https://[your-username].github.io/erharts-catering-static/
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
- Original ASP.NET site from 2010
- Modernized with responsive design in 2025
- Built with Claude Code assistance
© 2025 Erhart's Catering. All rights reserved.