Skip to content

EgoRomanoff/growbe_landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



html SASS (SCSS) javascript

Content

  1. Demo
  2. Features
  3. Realizing
  4. Difficulties

Demo

growbe

GrowBe - simple adaptive landing page.

Features

This is a simple landing page with basic functions. It consists of standard landing page sections:

  • header and footer
  • main screen;
  • partners section;
  • different info screens, lists, cards;
  • common statistics;
  • a simple form for quick communication with customers;
  • pricing information;
  • team presentation;
  • different sliders (blog articles, customers' feedback, etc.).

Realizing

This landing was made according to the Figma-layout.

While working on the project, I have mastered:

Difficulties

During the development , the main difficulties were:

  1. configuration and styling of sliders;
  2. creating an adaptive layout.

The problem of configuration and styling of sliders was to analyze the structure of the elements Swiper.js . Solution - detailed reading of the documentation 😃

When I working on this project, I encountered with creating an adaptive layout for the first time. So it became a problem for me. Thanks to this, I got acquainted with CSS media queries.