Introduction
This guide will help you get started with PROFI! All the important stuff – compiling the source, file structure, build tools, file includes – is documented here, but should you have any questions, always feel free to reach out to support@htmlhunters.com.
New and extended components
PROFI extends Bootstrap by not only building on top of its existing components, but also introducing entirely new components and plugins. The best way to get an overview of this is to run through our components.
Structure
Extract the zip file you received after purchase, and you would find the exact below files and folders:
├── graphics
│ ├── map-marker.png
│ ├── map-marker.sketch
│ └── md-pin.png
├── src
│ ├── assets
│ │ ├── images
│ │ ├── js
│ │ ├── scss
│ │ └── video
│ ├── booking.html
│ ├── booking_confirmation.html
│ ├── home_attorney.html
│ ├── home_beauty.html
│ ├── home_contractor.html
│ ├── home_restaurant.html
│ ├── home_therapist.html
│ └── order.html
├── readme.md
├── gulpfile.js
├── package-lock.json
└── package.json
Credits
Here is the list of plugin with the official documentation. This template won’t be easy to build without using them, and we are thankful to them.
Resource | URL |
---|---|
Font Awesome | https://fontawesome.com/ |
Flickity | https://flickity.metafizzy.co/ |
ImagesLoaded | https://imagesloaded.desandro.com/ |
Jarallax | https://github.com/nk-o/jarallax |
jQuery Match Height | https://github.com/liabru/jquery-match-height |
Popper.js | https://popper.js.org/ |
Shuffle.js | https://vestride.github.io/Shuffle/ |
Calendar | https://www.npmjs.com/package/calendar |
Resize Sensor | https://www.npmjs.com/package/resize-sensor |