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

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 |
🔗 Links
- Website: elsanjose.com
- Facebook: El San Jose Mexican Restaurant
- Order Online: Uber Eats
🚀 Deployment
This website is hosted on GitHub Pages and automatically deploys when changes are pushed to the main branch.
Manual Deployment
- Push changes to the
mainbranch - GitHub Actions will automatically build and deploy the site
- 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