El San Jose Mexican Restaurant

Marketing site for a family-owned Mexican restaurant in Lake City, SC.

Static HTML/CSS/JS site for El San Jose Mexican Restaurant. Hosted on GitHub Pages, auto-deployed from main. Includes a photo gallery, menu slideshow, and full web-standards compliance (robots.txt, sitemap, humans.txt, security.txt, 404 page, OpenGraph).

Details below are pulled directly from the repository on every build.

El San Jose Mexican Restaurant

El San Jose Mexican Restaurant

Official website for El San Jose Mexican Restaurant, serving authentic Mexican cuisine in Lake City, South Carolina.

🌮 About

El San Jose Mexican Restaurant is a family-owned establishment offering delicious Mexican food to the Lake City community.

Address: 275 W Main St, Lake City, SC 29560
Phone: (843) 394-5522

Hours of Operation

DayHours
Monday11:00 AM - 10:00 PM
Tuesday11:00 AM - 10:00 PM
Wednesday11:00 AM - 10:00 PM
Thursday11:00 AM - 10:00 PM
Friday11:00 AM - 10:30 PM
Saturday11:30 AM - 10:00 PM
Sunday11:30 AM - 9:30 PM

🚀 Deployment

This website is hosted on GitHub Pages and automatically deploys when changes are pushed to the main branch.

Manual Deployment

  1. Push changes to the main branch
  2. GitHub Actions will automatically build and deploy the site
  3. Visit elsanjose.com to see the live site

📁 Project Structure

elsanjose.com/
├── index.html              # Main website page
├── 404.html                # Custom 404 error page
├── CNAME                   # Custom domain configuration
├── robots.txt              # Search engine crawling rules
├── sitemap.xml             # XML sitemap for SEO
├── humans.txt              # Credits and acknowledgments
├── ads.txt                 # Authorized digital sellers
├── LICENSE                 # MIT License
├── README.md               # This file
├── .well-known/
│   └── security.txt        # Security policy
├── .github/
│   └── workflows/
│       └── deploy.yml      # GitHub Pages deployment workflow
└── assets/
    ├── main.min.css        # Optimized stylesheet (36KB)
    ├── main.min.js         # Optimized JavaScript (31KB)
    ├── main.css            # Original stylesheet (backup)
    ├── main.js             # Original JavaScript (backup)
    ├── noscript.css        # Styles for no-JS browsers
    └── images/             # Image assets
        ├── gallery01/      # Menu images
        └── gallery02/      # Restaurant photos

🛠️ Technical Details

Performance Optimizations

AssetOriginalOptimizedReduction
CSS88KB (3,466 lines)36KB (392 lines)59% smaller
JS95KB (4,244 lines)31KB (822 lines)67% smaller

📋 Web Standards Compliance

This website includes:

📝 License

Created by Michal Ferber, aka TechGuyWithABeard