This Landing Page is a one-page responsive website template which has been created mobile-first design. BEM methodology has been used as a CSS naming method. The sections of the template are as follows:
Sections
- Hero
- Logos of brands with slider
- Features
- Testimonials
- Achievement counters
- Content areas,
- Call to action sections
css/main.css file is created from main.scss file which is inside the scss folder. main.scss file is used to import the other scss files. CSS codes of the index page are included in the scss/pages and scss/components folders.
LiquidJS is used as a template engine. Files of the template are in the views folder.
git clone https://github.com/hey-fk/landify-landing-page-template
cd landify-landing-page-template
npm install or yarn install
gulp
Now enter localhost:3000
in the address bar of your browser.
gulp dist
Production files will be prepared in /dist folder.
Build Command
gulp dist
Output Directory
dist
Did you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.
Design: Landify - Landing Page UI Kit by Aravind Little Jack
This template is released under the MIT License.