Folder Structure
Autolist
|-- assets/
| |-- css
| | |-- icons.css
| | |-- plugins.css
| | |-- plugins.css.map
| | |-- style.css
| | |-- style.css.map
| |-- fonts/
| |-- iconfonts/
| |-- images/
| |-- js/
| |-- plugins/
| |-- scss/
| |-- video/
| |-- webslidemenu/
|-- HTML/
-
Autolist - Classifieds, Directory, Multipurpose Listing HTML 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 sample scss, css, js files.
plugins
: plugins style sheets for template.
icons
: icons.css link has imported in all HTML Pgaes.
style
: Main style sheet for template.
-
fonts/
: font awesome & feather icons lists.
-
iconfonts/
: 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.
-
video/
: Template Videos.
-
webslidemenu/
: Folder contains colors of Template.
gulpfile.js
: Gulp tasks js file.
package.gulp.json
: Gulp package json file.