Skip to content

JakeCRichards/love-running

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Love Running

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.

Table of Contents

Project Overview

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.

Pages

Home

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.

Gallery

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.

Sign Up

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).

Deployment

Deploying to GitHub Pages

To deploy the Love Running website to GitHub Pages, follow these steps:

  1. Create a GitHub Repository:

    • Go to GitHub and create a new repository.
    • Name the repository (e.g., love-running).
  2. Clone the Repository:

    • Clone the repository to your local machine using the following command:
      git clone https://github.com/your-username/love-running.git
  3. Add Your Project Files:

    • Copy all the project files into the cloned repository directory.
  4. 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
  5. 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."
  6. Access Your Deployed Site:

    • After a few minutes, your site will be available at https://your-username.github.io/love-running.

By following these steps, you will have successfully deployed the Love Running website to GitHub Pages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors