Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mian-ali authored May 11, 2023
1 parent a722a50 commit be58643
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,36 @@ This repository contains the source code for a gym website, implemented as a sin
* Unique and Dynamic Design.
* Contains HOME, ABOUT, SERVICES, CLASSES, SCHEDULE ,PRICE and many other sections.

### Installation
To run the gym website locally as a single page application, follow these steps:
- Clone this repository: git clone `https://github.com/mian-ali/GymWebsite.git`
- Navigate to the project directory: cd GymWebsite
- Open the index.html file in your web browser.

### Usage
Once the website is running, the sections will be prominently displayed at the top of the page. Users can engage with these section by:
- Reading the compelling headline and understanding the main message or value proposition of the gym.
- Watching an engaging video or viewing an attractive image that showcases the gym's atmosphere and facilities.
- Clicking on the call-to-action buttons to perform desired actions, such as exploring classes, signing up for a membership, or contacting the gym.
- Scrolling down to discover more content on the website.
The single page application design ensures a seamless and interactive user experience by dynamically loading content without page refreshes, enhancing navigation and responsiveness.

### Customization

You can customize the hero section to match your gym's branding and messaging. Here are some key files and components you might want to modify:

- `index.html`: Update the hero heading, video/image, and call-to-action buttons.
- `style.css`: Modify the styles for the hero section, such as background colors, typography, button styles, and scroll down indicator.
Feel free to customize the code and design to align with your gym's unique identity and goals.

### Contributing

If you find any issues with the website or have suggestions for improvement, please feel free to submit a pull request or open an issue in this repository. Your contributions are welcome!

### License

This gym website is available under the [MIT License](https://github.com/mian-ali/GymWebsite/blob/main/LICENCE.md).

### Project Live URI: [Live Demo](https://mian-ali.github.io/GymWebsite/)

## ScreenShoot
Expand Down

0 comments on commit be58643

Please sign in to comment.