Template 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:
Upload the template files to the server using an FTP client like FileZilla.
⟢ Folders Structure
📦
├── 📂 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
│ ├── 📄 osmo.css
├── 📂 js
│ ├── 📄 gsap.js
│ ├── 📄 main.js
│ ├── 📄 osmo.js
│ ├── 📄 particle-canvas.js
├── 📂 images
│ ├── 📂 blog
│ ├── 📂 demos
│ ├── 📂 features
│ ├── 📂 icon
│ ├── 📂 nft
│ ├── 📂 partner
│ ├── 📂 slider
│ ├── 📂 user
│ ├── 🌄 ...
⟢ File Structure
Collector Mode
├──📄 Template 1
├──📄 Template 2
├──📄 Template 3
├──📄 Template 4
├──📄 Template 5
├──📄 Template 6
Pro Mode
├──📄 Discover
├──📄 Drops
├──📄 Marketplace
├──📄 Collections
├──📄 Launchpad
├──📄 My NFTs
├──📄 My Collections
├──📄 Activity
├──📄 Rewards
├──📄 Settings
├──📄 Profile
Pages
├──📄 NFTs Cards
├──📄 NFT Single
├──📄 Collection Single
├──📄 User Single
Elements
├──📄 Accordions
├──📄 Buttons
├──📄 Alert messages
├──📄 Form controls
├──📄 Modal
├──📄 Tables
├──📄 Progress bar
├──📄 Tabs
├──📄 Carousel
├──📄 Tooltip
Blog Page
├──📄 Blog Classic
├──📄 Blog Single
Login
├──📄 Sign In
├──📄 Sign Up
Last updated