Landing Page Project Table of Contents

Instructions
Details

Instructions

The starter project has some HTML and CSS styling to display a static version of the Landing Page project. You'll need to convert this project from a static project to an interactive one. This will require modifying the HTML and CSS files, but primarily the JavaScript file.

To get started, open js/landing-page.js and start building out the app's functionality

For specific, detailed instructions, look at the project instructions in the Udacity Classroom. Details

It is a landing page in which there are few sections and it has a navigation menu also.

When a particular section is in viewport, the section gets some active highlighting as well as that partiular section gets highlighted in the navigation menu as well.

If user clicks in a particular section in navigation bar the it takes the user to that particular section content.