A simple static website for a fictional café. Built with HTML, CSS, and JavaScript, and hosted on AWS Amplify.
cafe-website/
│── index.html # Homepage
│── about.html # About page
│── menu.html # Menu page
│── contact.html # Contact page
│── css/
│ └── style.css # Styles
│── js/
│ └── script.js # Simple form handling
│── images/ # images- Responsive static website
- Multi-page navigation (Home, Menu, About, Contact)
- Contact form with JavaScript validation
- Clean modern café-themed UI
- Initialize a Git repo and push code.
- Example:
git init
git add .
git commit -m "Initial commit - Café Bliss static website"
git push -u origin main- Log in to AWS Amplify Console.
- Click New App → Host Web App.
- Select GitHub as repo provider.
- Choose your repo & branch (
main).
-
Amplify auto-detects static sites.
-
Accept default settings (no build needed).
- Review your app settings
- Click Save & Deploy.
- Amplify provisions hosting and builds automatically.
- Amplify gives you a live URL:
Here is minehttps://main.d22782xas97vha.amplifyapp.com/
Homepage
Menu Page
About Us Page
Contact Us Page
- HTML
- CSS
- JavaScript
- AWS Amplify (Hosting)
Belinda Ntinyari – Medium | LinkedIn
This project is licensed under the MIT License.










