Folder Structure

Download template structure HERE



     index.html
     files
       js
         settings-home.js
         settings-inner.js
         settings-shared.js
         vendor
           modernizr 
           plugins.js//All Plugins JS goes her. MINIFY JS FIRST
       css
         styles.css
       images
       fonts
       scss
         styles.scss
         base
          _reset.scss
          _typography.scss
         components//All components in here
          _carousel.scss
          _map.scss
         theme//Theme code in here
          _variables.scss
          _mixins.scss
         layouts//Layout/pages
          _main.scss
          _forms.scss
          _weddings.scss//Wedding Styles
          _dining.scss//Layout/pages
          plugins//Layout/pages
          _owl-carousel.scss
          _wow.scss

            

Folder Structure for CMS integration.



     template-header
     template-footer
     template-content
     subcomp
     includes//This folder contains all includes e.g. map areas, headers.
       settings-home.js
     files
       js
         settings-home.js
         settings-inner.js
         settings-shared.js
         vendor
           jquery //Unless using CDN
           modernizr 
           plugins.js//All Plugins JS goes her. MINIFY JS FIRST
       css
         styles.css
         vendor
           bootstrap.js //Unless using CDN
           fontawesome.css //Unless using CDN
           plugins.css//All Plugins CSS goes her. MINIFY CSS FIRST
       images
       fonts
       scss
         styles.scss
         base
           reset.scss
         modules//All modules in here
           module.scss