Products Structure

This section will provide a detailed guide on how to maintain an organized file system within your project. Keeping your files structured is crucial for efficient workflow and easy navigation. Our theme adheres to a specific file organization, which is designed to help you manage your project effectively. The file structure of our theme is organized as follows:


HTML Template
  • assets
    • css
      • vendors
        • aos.css
        • bootstrap-grid.min.css
        • bootstrap-grid.rtl.min.css
        • carouselTicker.css
        • magnific-popup.css
        • odometer.css
        • swiper-bundle.min.css
      • main.css
    • imgs
      • pages
      • template
      • other
    • js
      • vendors
        • aos.js
        • color-modes.js
        • gsap.min.js
        • headhesive.min.js
        • image-hover-effects.js
        • jquery.appear.js
        • jquery.carouselTicker.min.js
        • jquery.magnific-popup.min.js
        • jquery.odometer.min.js
        • jquery-3.7.1.min.js
        • ScrollToPlugin.min.js
        • ScrollTrigger.min.js
        • smart-stick-nav.js
        • swiper-bundle.min.js
        • Splitetext.js
        • wow.min.js
      • gsap-custom.js
      • main.js
  • index.html
  • index-2.html
  • index-3.html
  • index-4.html
  • archive-1.html
  • .........

Development Source Code
    • src
      • assets
        • css
          • vendors
            • aos.css
            • bootstrap-grid.min.css
            • bootstrap-grid.rtl.min.css
            • carouselTicker.css
            • magnific-popup.css
            • odometer.css
            • swiper-bundle.min.css
          • main.css
        • imgs
          • pages
          • template
          • Other
        • js
          • vendors
            • aos.js
            • color-modes.js
            • gsap.min.js
            • headhesive.min.js
            • image-hover-effects.js
            • jquery.appear.js
            • jquery.carouselTicker.min.js
            • jquery.magnific-popup.min.js
            • jquery.odometer.min.js
            • jquery-3.7.1.min.js
            • ScrollToPlugin.min.js
            • ScrollTrigger.min.js
            • smart-stick-nav.js
            • swiper-bundle.min.js
            • Splitetext.js
            • wow.min.js
          • gsap-custom.js
          • main.js
      • View
        • pages
          • index.html
          • index-2.html
          • index-3.html
          • index-4.html
          • archive-1.html
          • .........
        • partials
          • btn-scroll-top.html
          • dark-light-switcher.html
          • footer-1.html
          • .........
        • sections
          • about
            • sec-1.html
            • sec-2.html
            • sec-3.html
          • archive-1
          • archive-2
          • ....