Statics Repository

A collection of static resources for web development projects.

Included Resources

Directory Structure

statics/
├── bootstrap-5.3.3-dist/
│   ├── css/
│   └── js/
├── bootstrap-icons-1.11.3/
│   ├── fonts/
│   └── icons/
└── jquery-3.7.1/
    └── jquery.min.js
        

Usage

Include these resources in your web projects by linking to the appropriate files in your HTML documents. For example:

Ensure that the paths to the CSS and JS files correspond to the directory structure in your project.

License

Each included resource is subject to its own license. Please refer to the respective documentation for more information.