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.min.css
        • bootstrap.rtl.min
        • carouselTicker
        • magnific-popup
        • odometer
        • swiper-bundle.min
      • main.css
    • fonts
      • bootstrap-icons
      • boxicons
      • fontawesome
      • remixicon
    • imgs
      • landing-page
      • pages
        • accounting-service
        • ai-solutions
        • application
        • business
        • charity
        • ...
      • template
    • js
      • vendors
        • aos.js
        • aat.min.js
        • bootstrap.bundle.min.js
        • bouncing-blob.js
        • color-modes.js
        • gsap.min.js
        • gsap-custom.js
        • headhesive.min.js
        • imagesloaded.pkgd.min.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
        • wow.min.js
      • gsap-custom.js
      • imageRevealHover.js
      • main.js
  • index.html
  • accounting-service-about.html
  • accounting-service-blog.html
  • accounting-service-blog-details.html
  • accounting-service-contact.html
  • accounting-service-details.html
  • accounting-service-home.html
  • .........

Development Source Code
    • src
      • assets
        • css
          • vendors
            • aos.css
            • bootstrap.min.css
            • bootstrap.rtl.min
            • carouselTicker
            • magnific-popup
            • odometer
            • swiper-bundle.min
          • main.css
        • fonts
          • bootstrap-icons
          • boxicons
          • fontawesome
          • remixicon
        • imgs
          • landing-page
          • pages
            • accounting-service
            • ai-solutions
            • application
            • business
            • charity
            • ...
          • template
        • js
          • vendors
            • aos.js
            • bootstrap.bundle.min.js
            • bouncing-blob.js
            • color-modes.js
            • gsap.min.js
            • gsap-custom.js
            • headhesive.min.js
            • imagesloaded.pkgd.min.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
            • wow.min.js
          • gsap-custom.js
          • imageRevealHover.js
          • main.js
      • View
        • pages
          • index.html
          • accounting-service-about.html
          • accounting-service-blog.html
          • accounting-service-blog-details.html
          • accounting-service-contact.html
          • accounting-service-details.html
          • accounting-service-home.html
          • .........
        • partials
          • btn-scroll-top.html
          • dark-light-switcher.html
          • footer-1.html
          • .........
        • sections
          • accounting-service
            • page-about
              • section-1.html
              • section-2.html
              • section-3.html
            • page-blog
            • page-blog-details
            • ....
          • .........