folder-openFolder Structure

Learn about the folder structure of the template and its contents.

Files and Folders

The structure of the files and folders is as follows:

circle-check
📦
├── 📂 bootstrap
│   ├── 📂 css
│   │   ├── 📄 bootstrap.css
│   │   ├── 📄 bootstrap.min.css
│   ├── 📂 js
│   │   ├── 📄 bootstrap.bundle.js
│   │   ├── 📄 bootstrap.bundle.min.js
│   │   ├── 📄 bootstrap.js
│   │   ├── 📄 bootstrap.min.js
├── 📂 css
│   ├── 📄 button.css
│   ├── 📄 gsap.css
│   ├── 📄 particle-canvas.css
│   ├── 📄 responsive.css
│   ├── 📄 style.css
├── 📂 images
│   ├── 📂 blog
│   ├── 📂 chart
│   ├── 📂 coin
│   ├── 📂 features
│   ├── 📂 icon
│   ├── 📂 partner
│   ├── 📂 slider
│   ├── 📂 social
│   ├── 🌄 ...
├── 📂 js
│   ├── 📄 gsap.js
│   ├── 📄 main.js
│   ├── 📄 particle-canvas.js

Last updated