Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.24 KB

A simple landing page using Jquery

A small landing page exercises in jquery syntax.

Experience 🎓

In this project i practiced Jquery syntax:

  • Connecting Jquery lib to a project;
  • Using Jquery event listeners;
  • Jquery selectors;
  • Jquery animations.

Tasks 📋

  1. Connect Jquery to the project.
  2. Create a js file and connect it to the page.
  3. Write an event handler that does not allow scripts to be executed before the page loads.
  4. Write a function that, when you click on "Choose a tour”," Get advice” or "Tour Schedule" (all 3 elements), activated the slow appearance on the page (through transparency) overlay, and the modal window (modal class) smoothly moved out from above.
  5. Write a function for reverse changes when clicking on the cross: overlay disappears, the modal window goes up.
  6. Check that everything works and there are no errors in the console.

Demo 🎥

The completed project can be viewed here

How to Use 🔧

Running a project locally

If you wish to run project locally as is, then all that's required is the css, fonts, icons, img and js folders and the index.html file from this repository. Then just need to open index.html.