Shifto - Bootstrap HTML Rent Template

Folder Structure

Shifto
	|-- assets
	|   |-- css
	|   | |-- icons.css
	|   | |-- plugin.css
	|   | |-- plugin.css.map
	|   | |-- style.css
	|   | |-- style.css.map
	|   |-- fonts/
	|   |-- iconfonts/
	|   |-- images/
	|   |--  js/
	|   |--  plugins/
	|   |--  scss/
	|   |--  switcher/
	|   |--  video/
	|-- html/
						
  • Shifto - Bootstrap HTML Rent Template / : Root template folder contain all html, js, css, scss, images and other files.
  • assets/ : Folder contain all the listing Template assets which has css, js, scss, and images.
    • css/: Folder contain assets which has complete files.
      • icons : icons.css has all template icons link are importated.
      • plugins : Main style sheet for plugins.
      • style : Main style sheet for template.
    • fonts/ : font awesome & feather icons lists..
    • iconfonts/ : Template icons lists.
    • images/ : Template images.
    • js/ : Folder contain all the template pages js files.
    • plugins/ : Folder contain all template plugins.
    • scss/ : Folder contain all pages scss files.
    • swicher/ : Folder contain switcher assets.
    • video/ : Template Videos.
  • gulpfile.js : Gulp tasks js file.
  • package.gulp.json : Gulp package json file.