Skip to content

Al-Salama/cd0428-landing-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing Page Project

Welcome to the Landing Page Project! This is a simple web project created using HTML, CSS, and JavaScript that features a multi-section landing page with a dynamically updating navigation menu. The navigation menu contains buttons that allow users to navigate to specific sections of the page, and both the navigation buttons and the sections are highlighted as the user scrolls through the content.

Project Description

This project is designed to showcase a responsive and interactive landing page with the following features:

  • Dynamic Navigation Menu: The navigation menu is dynamically generated based on the sections in the HTML. It automatically updates to include buttons for each section, making it easy for users to jump to their desired content.

  • Section Highlighting: As the user scrolls down the page, the current section being viewed is highlighted in both the navigation menu and the page content. This provides a visual indicator of the user's current location on the page.

  • Ease of Use: The project is easy to set up and use, making it a great starting point for creating similar landing pages or interactive websites.

Usage

Follow these simple instructions to download and run the project:

Downloading the Project

  1. Open your terminal or command prompt.
  2. Navigate to the directory where you want to clone the project using the cd command:
     cd /path/to/your/desired/directory
  3. Clone the project repository using the following Git command:
     git clone https://github.com/your-username/multi-section-landing-page.git
  4. Once the cloning process is complete, navigate to the project directory:
     cd multi-section-landing-page

Running the Project

  1. After downloading the project, simply open the index.html file in your web browser. You can do this by double-clicking the file or right-clicking and selecting "Open with" your preferred browser.
  2. The landing page should now be displayed in your web browser, and you can start exploring its features. Scroll down to see the dynamic navigation menu and section highlighting in action.

About

cd0428 Javascript & the DOM project repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.3%
  • HTML 32.4%
  • CSS 29.3%