A static multiโpage website for a fictional architecture firm. Built during my early frontโend learning phase to practice responsive design, layout structuring, and deployment on GitHub Pages.
๐ Live Demo: https://jahnaviisingh.github.io/ArchWebpage/
This project is a concept website for an architectural design agency. It showcases:
- Responsive layout that adapts to different screen sizes
- Service sections, gallery, testimonials, and contact form
- Clean, modern UI with a professional feel
It was created as a handsโon exercise to strengthen HTML/CSS fundamentals and understand how to structure a multiโsection business website.
- HTML5 โ semantic structure
- CSS3 โ custom styling, flexbox, grid
- GitHub Pages โ hosting
No frameworks or libraries were used โ pure HTML/CSS.
ArchWebpage/ โโโ index.html # main landing page โโโ style.css # all custom styles โโโ assets/ # images, icons, etc. โโโ README.md # this file
-
Clone the repository: git clone https://github.com/jahnaviisingh/ArchWebpage.git
-
Open index.html in any browser.
No build step or dependencies required.
- Structuring a multiโsection website
- Building responsive layouts without frameworks
- Organizing CSS for maintainability
- Deploying static sites on GitHub Pages