A modern, responsive gym website built with HTML, CSS, and JavaScript.
- Responsive Design - Works on all devices (desktop, tablet, mobile)
- Modern UI - Clean and professional design with smooth animations
- Interactive Elements - Mobile navigation, scroll effects, form validation
- Header - Fixed navigation with smooth scroll
- Hero - Eye-catching banner with stats
- About - Company introduction and features
- Services - 6 service cards showcasing gym offerings
- Trainers - Team member profiles
- Pricing - 3-tier membership plans
- Contact - Contact info and inquiry form
- Footer - Links, social media, newsletter signup
.dist/
├── index.html # Main HTML file
├── css/
│ └── style.css # Stylesheet
├── js/
│ └── main.js # JavaScript functionality
├── images/ # Image assets folder
└── README.md # Documentation
- HTML5
- CSS3 (Flexbox, Grid, CSS Variables)
- Vanilla JavaScript (ES6+)
- Font Awesome Icons
- Google Fonts (Poppins)
- Open
index.htmlin a web browser - Or use a local development server:
# Using Python python -m http.server 8000 # Using Node.js (npx) npx serve
- Colors can be modified in the CSS variables at the top of
style.css - Replace placeholder images in the
images/folder - Update content in
index.htmlas needed
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
© 2026 PowerFit Gym. All rights reserved.