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

Day Hours
Monday 11:00 AM - 10:00 PM
Tuesday 11:00 AM - 10:00 PM
Wednesday 11:00 AM - 10:00 PM
Thursday 11:00 AM - 10:00 PM
Friday 11:00 AM - 10:30 PM
Saturday 11:30 AM - 10:00 PM
Sunday 11: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

  • Type: Static HTML website
  • CSS: Optimized CSS with CSS variables and responsive design
  • JavaScript: Vanilla JS with gallery lightbox, scroll animations, and slideshow
  • Fonts: Inter (Google Fonts)
  • Hosting: GitHub Pages
  • SSL: Enabled via GitHub Pages

Performance Optimizations

Asset Original Optimized Reduction
CSS 88KB (3,466 lines) 36KB (392 lines) 59% smaller
JS 95KB (4,244 lines) 31KB (822 lines) 67% smaller

๐Ÿ“‹ Web Standards Compliance

This website includes:

  • โœ… robots.txt - Search engine directives
  • โœ… sitemap.xml - XML sitemap for SEO
  • โœ… humans.txt - Team credits
  • โœ… ads.txt - Authorized ad sellers
  • โœ… security.txt - Security contact info
  • โœ… 404.html - Custom error page
  • โœ… Open Graph meta tags
  • โœ… Responsive viewport meta tag
  • โœ… Semantic HTML5

๐Ÿ“ License

Created by Michal Ferber, aka TechGuyWithABeard