Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sweet Crumbs Bakery — Sample 3-page website

Created for the purpose of Software Development Practices Assignment

This workspace contains a simple three-page bakery website built for demonstration.

Files added:

  • index.html — Home page with hero and featured items
  • menu.html — Menu listing bakery items
  • contact.html — Contact form (static demo)
  • css/style.css — Styles for layout and responsiveness
  • js/main.js — Small JS helpers (nav toggle, form handling)

How to view locally

  1. Open a terminal in this project folder (workspace root).
  2. Run a simple static server (Python is commonly available):
python -m http.server 8000 --directory "c:/Users/Alok/source/repos/SWDP_Assignment"
  1. 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!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages