Folder Structure
Learn about the folder structure of the template and its contents.
Files and Folders
📦
├── 📂 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.jsLast updated