Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.5 KB

Frontend Mentor - Manage landing page solution

This is a solution to the Manage landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

Links

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • See all testimonials in a horizontal slider
  • Receive an error message when the newsletter sign up form is submitted if:
    • The input field is empty
    • The email address is not formatted correctly

My process

Built with

  • Semantic HTML5 markup
  • BEM
  • SASS
  • JavaScript
  • Swiper JS
  • Intersection Observer API

Highlights / Features

  • I used Swiper JS library to the slider. I added navigation and pagination to the slider.
  • I added some animations to the main page when site is loaded.
  • I used Intersection Observer API to the sticky nav.