Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 730 Bytes

Landing Section Project

Project Description

Landing section project has a sticky navbar where we can smoothly jump from section to section. The navbar menu created with using JavaScript.

Usage Interactions

  1. Clone the repository to your local machine.
  2. Open the 'index.html' file in the web browser.
  3. Click on the navigation links to smoothly scroll to the corresponding sections.

Dependencies

  • No external dependencies are required for this project. The project uses plain HTML, CSS and Javacript.

Project Structure

  • 'index.html': The main HTML file.
  • 'css/style.css': The stylesheet for the project.
  • 'js/app.js': The JavaScript file containing the logic for dynamic navigation and smooth scrolling.