A multi-page animated static restaurant website for Imperial.
index.html— Homemenu.html— Menu with filtersabout.html— Restaurant storygallery.html— Image gallery with lightboxenquiry.html— Netlify enquiry formthank-you.html— Form success page
Use these settings:
- Build command: leave empty
- Publish directory:
. - Branch:
main
git init
git branch -M main
git add .
git commit -m "Imperial restaurant website"
git remote add origin https://github.com/DeepakMudili/portfolio.git
git push -u origin main