A fully responsive multi-page website template built with vanilla HTML, CSS, and JavaScript. This project replicates a modern digital agency landing page
- β Responsive layout β Works on mobile, tablet, and desktop
- β Gradient navigation & hero sections β Modern blended color scheme
- β Smooth testimonial carousel β Auto-sliding client feedback
- β Pure Vanilla Stack β No frameworks, no dependencies
/project
βββ index.html # Landing page
βββ css/
β βββ style.css # Main stylesheet
βββ js/
β βββ main.js # Carousel & lightbox logic
βββ images/ # Placeholder images
git clone https://github.com/your-username/modern-agency-landing.git
cd modern-agency-landing
Simply open index.html
in your browser to preview the site.
(No build tools required β itβs pure HTML/CSS/JS.)
- Update colors in
css/style.css
(look for--primary
and--secondary
variables). - Replace images in
/images/
with your own. - Edit text content directly inside the
.html
files.
(You can add a GitHub Pages link here once deployed.)
This project is licensed under the MIT License β feel free to use, modify, and share.