Files Structure – Documentation

Files Structure

CSS files structure

  1. normalize.css  used for reset default HTML style. 
  2. bootstrat.min.css used for support gird width. 
  3. owl-carousel.min.css used for carousel slider. 
  4. fancybox.css used for lightbox popup. 
  5. font-awesome-min.css used for font icon. 
  6. animate.css used for animation effect. 
  7. helper.css used for all helper class CSS.
  8. theme.css used for theme style CSS.
  9. style.css used for all extra style CSS.
  10. responsive.css used for mobile device supported.



Javascript Files Structure

  1. jquery.1.12.4.min.js is stayable version of jQuery which is required to place upon all scripts otherwise none of jquery code will work. 
  2. bootstrat.min.js  is used as the core of this template. It is widely used resouce in today’s era. Used to make this template responsive and providing all main classes for ui and also provides scripts which helped to form these templates. 
  3. ajaxchimp.js is a jQuery plugin used for subscribe form. 
  4. ojancybox.js is a jQuery plugin used for lightbox popup. 
  5. owl-carousel.min.js is a jQuery plugin used for carousel slider. 
  6. scrollUp.js is a jQuery plugin used for Scrollup. 
  7. contact-form.js is a jQuery plugin used for contact form data validation. 
  8. wow.js is a jQuery plugin used for effect. 
  9. main.js is a custom jQuery used for active all jQuery file.
Was this helpful to you?

Leave a Reply

Your email address will not be published. Required fields are marked *