This project is a flat static website setup. You can copy all files directly into your GitHub repository root and deploy.
- Main page:
index.html - Demo pages are root files:
sttrop-index.htmlhotel-index.htmlrestaurant-demo-index.htmlcafeteria-index.htmlrentcar-index.html
No subfolders are required for routing.
- Create a GitHub repository named exactly
anesm-dev.github.io. - Copy all files from this folder into the repository root.
- Commit and push to the
mainbranch. - Go to GitHub
Settings -> Pages. - Set source to
Deploy from a branch, then choosemainand/ (root).
Live URL:
https://anesm-dev.github.io/
- Home loads at
https://anesm-dev.github.io/ - Project cards open expected links and demos
404.htmlredirects to homerobots.txtis accessiblesitemap.xmlincludes all published pages- Contact form submits via Formspree
.nojekyllis included to keep GitHub Pages static processing simple..gitignoreexcludes editor and local artifact files (.idea,.vscode,.sixth, logs, etc.).