BodyCraft Gym is a modern, responsive fitness website built using HTML and CSS. It showcases gym programs, pricing plans, class offerings, testimonials, and more in a clean, engaging layout. This project is part of open-source practice and frontend development learning.
Category | Feature | Status |
---|---|---|
Landing Page | Hero section with CTA | β Done |
Programs | Strength, Fat Loss, Weight Gain, etc. | β Done |
Class Section | Trainer-led session showcase | β Done |
Join Section | Cards explaining why to choose BodyCraft | β Done |
Pricing | Basic, Monthly, and Yearly plans | β Done |
Testimonial | Member review with rating | β Done |
Responsive UI | Mobile-friendly layout (CSS based) | π οΈ Planned |
Section | Screenshot |
---|---|
π Landing Page | ![]() |
π§Ύ Programs Offered | ![]() |
π§βπ« Class Showcase | ![]() |
π₯ Why Join Us | ![]() |
π° Pricing Plans | ![]() |
π Review & Footer | ![]() |
## π Folder Structure
BodyCraft-Gym/
βββ assets/ #Images used in site
βββ styles.css # Styling for the full website
βββ index.html # Main HTML file
βββ README.md # Project overview
βββ CODE_OF_CONDUCT.md # Contributor behavior guide
git clone https://github.com/your-username/BodyCraft-Gym.git
cd BodyCraft-Gym
Any static server works. With VS Code:
Install the Live Server extension
Right-click index.html β Open with Live Server
Pick an issue labelled Level 1, Level 2, or Level 3
Create a feature branch:
git checkout -b feat/your-feature-name
Step | Description |
---|---|
1οΈβ£ | Fork the repository |
2οΈβ£ | Create a new branch:git checkout -b your-feature-name |
3οΈβ£ | Make your changes |
4οΈβ£ | Commit your changes:git commit -m "Add: feature description" |
5οΈβ£ | Push to GitHub:git push origin your-feature-name |
6οΈβ£ | Open a Pull Request on GitHub |
Feature/Task |
---|
Make fully responsive for all devices |
Deploy via GitHub Pages |
Add more sections (BMI calculator, Blog, Gallery) |
Channel | Purpose |
---|---|
GitHub Issues | Bug reports, feature requests |
GitHub Discussions | Q&A, ideas, polls |
Discord | Real-time chat, pair programming |
GSSoC Mentors | Onboarding & code reviews |
This project is a part of GirlScript Summer of Code (GSSoC). Weβre glad to support first-time contributors and open-source learners!
π License This project is open source and available under the MIT License.
β If you like this project, donβt forget to star the repo and contribute!