Love Running is a website for a running club based in Dublin, Ireland. The website provides information about the club, including meet-up times, benefits of running, and a gallery of images. Users can also sign up to join the club through the website.
The Love Running website is built using HTML and CSS. It is designed to be responsive and accessible, providing a user-friendly experience on both desktop and mobile devices.
The Home page provides an overview of the Love Running club, including the benefits of running with the club and the meet-up times for different running events.
The Gallery page showcases images of club members participating in various running events. It provides a visual representation of the club's activities and community.
The Sign Up page allows users to register to join the Love Running club. The form collects the user's first name, last name, email address, and running preference (road, trail, or both).
To deploy the Love Running website to GitHub Pages, follow these steps:
-
Create a GitHub Repository:
- Go to GitHub and create a new repository.
- Name the repository (e.g.,
love-running).
-
Clone the Repository:
- Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/love-running.git
- Clone the repository to your local machine using the following command:
-
Add Your Project Files:
- Copy all the project files into the cloned repository directory.
-
Commit and Push:
- Navigate to the repository directory and run the following commands to commit and push your changes:
git add . git commit -m "Initial commit" git push origin main
- Navigate to the repository directory and run the following commands to commit and push your changes:
-
Enable GitHub Pages:
- Go to the repository settings on GitHub.
- Scroll down to the "GitHub Pages" section.
- Under "Source," select the branch you want to deploy (e.g.,
main). - Click "Save."
-
Access Your Deployed Site:
- After a few minutes, your site will be available at
https://your-username.github.io/love-running.
- After a few minutes, your site will be available at
By following these steps, you will have successfully deployed the Love Running website to GitHub Pages.