This HTML file defines the structure for FitnessClub, a fitness-oriented website. Here’s a breakdown of its key components:
- Meta tags ensure proper rendering and compatibility (
charset
,viewport
). - Title specifies the webpage title displayed in the browser tab.
- Font Awesome: Icons library for aesthetic improvements.
- Bootstrap: CSS framework for responsive design.
- Custom CSS: Additional styles for specific page elements.
- Fixed-top navigation bar (
header
) with logo and navigation links (nav
). - Menu toggle (
#menu-btn
) for mobile responsiveness.
- Introduction (
home
) section with an image and call-to-action button.
- Details about FitnessClub (
about
) with an image and descriptive text. - List of featured articles (
ul
) with icons (far fa-check-square
).
- Statistical data (
counter
) using boxes (box
) for online courses, gym equipment, instructors, and clients.
- Display of various courses (
courses
) with images (image
), details (content
), and icons (icons
) for scheduling.
- Membership plans (
pricing
) categorized into Basic, Gold, and Platinum with details (list
) and pricing (price
).
- Promotion (
join
) section encouraging users to join with an offer, image (image
), and signup button (link-btn
).
- Workouts (
workout
) section featuring different exercises (box
) categorized by body part with images and external links.
- Nutrition (
diet
) section showcasing food and supplements (box
) with images, categories (content
), and informational links.
- Articles (
blogs
) section displaying blog posts (box
) with images, titles (link
), publication details (icons
), and author (fas fa-user
).