A fully responsive, modern web template based on the Panto Figma design. This project delivers a sleek, accessible, and animated user experience using semantic HTML, custom CSS, and JavaScript with GSAP for smooth, scroll-based animations.
- Pixel-perfect conversion from Figma
- Mobile-first, fully responsive layout
- Smooth GSAP-powered animations (including footer)
- Accessible navigation with ARIA roles and labels
- Modular, reusable HTML structure
- Swiper.js for interactive carousels
├── index.html
├── assets/
│ ├── css/
│ │ └── style.css
│ ├── js/
│ │ └── script.js
│ └── images/
│ └── (all images used in the template)
└── README.md
-
Clone the repo:
git clone https://github.com/aajafry/panto.git
-
Open
index.htmlin your browser. -
Customize styles in
assets/css/style.cssand animations inassets/js/script.jsas needed.