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