Folder Structure
assets/
├── css/
| |-- icons.css
| |-- plugins.css
| |-- plugins.css.map
| |-- style.css
| |-- style.css.map
├── iconfonts/
├── images/
├── js/
├── plugins/
├── scss/
├── switcher/
`-- video/
-
Pinlist - Business Directory and html5 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 styles.
icons
: icons.css has all template icons link are importated.
plugins
: dashboard plugins css for the template.
style
: Main style sheet for template.
-
iconfonts/
: Template fonts.
-
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.
-
switcher/
: Folder contain all switcher files.
-
video/
: Template videos.
gulpfile.js
: Gulp tasks js file.
package.gulp.json
: Gulp package json file.