Skip to content

aaronmsoto/erharts-catering-static

Repository files navigation

Erhart's Catering - Static Website

A modern, responsive static website for Erhart's Catering, converted from legacy ASP.NET WebForms to static HTML/CSS/JavaScript.

Features

  • 📱 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

Live Demo

Visit the live site at: https://[your-username].github.io/erharts-catering-static/

Technology Stack

  • HTML5
  • CSS3 (Mobile-first responsive design)
  • JavaScript (Vanilla JS with jQuery for compatibility)
  • GitHub Pages hosting

Project Structure

├── 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

Local Development

  1. Clone the repository:

    git clone https://github.com/[your-username]/erharts-catering-static.git
    cd erharts-catering-static
  2. Open index.html in your browser or use a local server:

    python -m http.server 8000
    # or
    npx serve

Deployment

This site is configured for GitHub Pages deployment:

  1. Push changes to the main branch
  2. Go to Settings → Pages in your GitHub repository
  3. Select "Deploy from a branch" and choose main branch
  4. Your site will be available at https://[your-username].github.io/erharts-catering-static/

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)
  • Mobile browsers (iOS Safari, Chrome Mobile)

Credits

  • Original ASP.NET site from 2010
  • Modernized with responsive design in 2025
  • Built with Claude Code assistance

License

© 2025 Erhart's Catering. All rights reserved.

About

Erhart's Catering - Responsive Static Website (Modernized from ASP.NET)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors