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.
training-site
├── assets
│ ├── css
│ │ └── styles.css
│ ├── js
│ │ └── script.js
│ └── gifs
│ └── (place your GIF files here)
├── index.html
└── README.md
To set up and run the training site locally, follow these steps:
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd training-site
-
Open the
index.html
file in your web browser to view the training site.
- 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.
- 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.
This project is licensed under the MIT License. See the LICENSE file for more details.