/dist/
– main template folder with all files to getting started:/*.html
– all html files;/php/
– php files for Instagram, Twitter and AJAX Contact Form;/assets/css/
– main template css files;/assets/js/
– main template js files;/assets/vendor/
– all used 3rd-party plugins;/assets/images/
– all images used in template (note, in downloadable archive this is placeholder images);/assets/mp3/
– audio files for player;
/src/
– source files for developers:/css/*.scss
– SCSS source files;/js/*.js
– JS source files (ES6);/html/*.html
– HTML source files (Nunjucks);/static/
– static files;
/documentation/
– documentation HTML files;/gulpfile.babel.js
– gulp task for developers;/package.json
– npm packages for developers;/README.html
– contains some useful links for getting started;