This workspace contains a simple three-page bakery website built for demonstration.
Files added:
index.html— Home page with hero and featured itemsmenu.html— Menu listing bakery itemscontact.html— Contact form (static demo)css/style.css— Styles for layout and responsivenessjs/main.js— Small JS helpers (nav toggle, form handling)
How to view locally
- Open a terminal in this project folder (workspace root).
- Run a simple static server (Python is commonly available):
python -m http.server 8000 --directory "c:/Users/Alok/source/repos/SWDP_Assignment"- Open your browser at: http://localhost:8000
Notes
- Images are loaded from Unsplash (external URLs) for the demo.
- The contact form is a static demo — it shows a confirmation message but does not send mail.
Enjoy exploring the bakery site!