This is a static website project created for academic purposes. It represents the popular supermarket chain D-Mart, featuring four HTML pages styled with CSS.
- G Shree Raksha
- Abhipsha Jena
- Lakshmi Nair
- Spoorti
This project was developed as part of our Source Code Management (SCM) assignment. We built a simple static website using HTML and CSS, and managed it using Git and GitHub with multiple branches and commits.
home.html– Home pageabout.html– About D-Martproduct.html– Product listing pagecontact.html– Contact form pagestyle.css– Styling for all pages
We followed a structured Git workflow:
- Created separate branches for each page (
about,product,contact) - Wrote code in both
*.htmland*1.htmlfiles in each branch - Merged all branches into the
masterbranch - Pushed the final version to GitHub
- HTML
- CSS
- Git & GitHub
- Git Bash (for version control commands)
This project demonstrates basic version control using Git and GitHub while building a static website using HTML and CSS.