Modern, premium, animation-heavy multi-page static website for 2ndoffice (an outsourcing company providing solutions for online businesses).
index.html(Home)about.htmlservices.htmlblog.html(Listing)blog-detail.htmlreviews.htmlcontact.htmllocate-us.htmlcareers.html(long-scroll, content-rich, heavy animations)
- HTML5
- Tailwind CSS (CDN)
- JavaScript (ES modules)
- GSAP + ScrollTrigger (section reveals, stagger, parallax, zoom, intro)
- Swiper.js (carousels)
- Dark/Light mode toggle with
localStorage - Smooth anchor scrolling
- Reusable components via injected
components/navbar.html+components/footer.html
Because components load via fetch(), run a small local server (instead of opening file://).
python -m http.server 5500Then open http://localhost:5500/index.html.
- Install “Live Server”
- Right-click
index.html→ “Open with Live Server”
assets/
css/
styles.css
js/
components.js
main.js
components/
navbar.html
footer.html
*.html