/jquerry-exercise

Exercise with JS+Jquery on a simple tourist tour landing page

Primary LanguageHTML

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.