Skip to content

timbellomo/training-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Training Site

This project is a single-page web application designed to serve as a training site featuring animated GIFs. The site includes a table of contents for easy navigation and provides descriptions for each GIF.

Project Structure

training-site
├── assets
│   ├── css
│   │   └── styles.css
│   ├── js
│   │   └── script.js
│   └── gifs
│       └── (place your GIF files here)
├── index.html
└── README.md

Getting Started

To set up and run the training site locally, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd training-site
    
  3. Open the index.html file in your web browser to view the training site.

Features

  • Animated GIFs: Each section contains an animated GIF with a title and description.
  • Table of Contents: A navigation menu that allows users to jump to different sections of the page smoothly.

Customization

  • Place your animated GIF files in the assets/gifs directory.
  • Modify the styles in assets/css/styles.css to change the appearance of the site.
  • Update the JavaScript in assets/js/script.js to enhance functionality or add new features.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published