A modern, responsive architecture landing page built with HTML, CSS, and lightweight JavaScript interactions.
This project is a single-page website for an architecture brand, featuring:
- Professional hero section and sticky navigation
- Team and features sections
- Facts and sponsors showcase
- Polished footer with contact details
- Scroll reveal animations and smooth section navigation
- HTML5
- CSS3
- Vanilla JavaScript
.
├── index.html
├── style.css
├── README.md
└── images/
├── banner.png
├── architect.png
├── team1.png
├── team2.png
├── team3.png
├── team4.png
├── icons/
└── sponsors/
- Open the project folder in VS Code.
- Open
index.htmlin your browser. - Optional: use the VS Code Live Server extension for automatic reload.
- Sticky navbar with scroll-state styling
- Active nav-link highlighting while scrolling
- Mobile menu toggle for small screens
- IntersectionObserver-based reveal animations
- Update colors and spacing in
style.cssvariables under:root. - Replace text content in
index.html. - Swap images in the
images/directory while keeping filenames, or update paths inindex.html.
This project is for educational and showcase purposes.