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