Paint : Folder Structure


Folder Structure

  • style.css – main style.css
  • responsive.css – makes the template as responsive
  • rtl.css – supports right to left alignment of some languages
  • The css folder – contains the css for all major browsers, prettyphoto & for the font awesome. – ( Please ensure that your new styles are applied, make sure that they carry enough “weight” and that there isn’t a style lower in the CSS file that is being applied after yours. )
  • The images folder – contains all the images that are used in the stylesheets for the layout purpose.
  • The framework / js folder – contains javascript files & plugins ( Which includes)
    1. Modernizr (modernizr.min.js)
    2. Cookie (jquery.cookie.min.js)
    3. Style picker (picker.js)
    4. Preloader, Retina, Easing, Smartresize, To Top, Smartresize, Box Slider, Fitvids, Isotope, PrettyPhoto, ScrollTo, Sticky, Nice Scroll all these js are combined in (jsplugins.js)
    5. And custom js like (custom.js)

Related Articles