- gulp
- browser-sync
- gulp-autoprefixer
- gulp-clean-css
- gulp-concat
- gulp-imagemin
- gulp-notify
- gulp-rsync
- gulp-sass
- pug
- gulp-uglify
- vinyl-ftp
You can find it in
app/libs
- bootstrap-grid
- jQuery
- slick slider
You can find it in
app/sass/_vars.sass
There are already created variables for Color scheme and for Text.
You can find it in
app/sass/_media.sass
There are two patterns you can use:
- Desktop first
- Mobile first
There are classes in this template, you can change SASS variables as you need and use this classes:
- heading
- text
- button
You can find it in
app/fonts
- header (
app/pug/includes/header.pug
)- footer (
app/pug/includes/footer.pug
)- slider (
app/pug/index.pug
).In
app/js/common.js
you can find script for hamburger menu, script for slider and custom dots and arrows for it.