Landing page is the conversion of a static page to a page that allows some sort of interaction.
The dynamicity is achieved through javascript.
Starter code taken from udacity repository.
This project has the scope of converting a static web page in a single interactive page.
-
used javascript to dynamically create navbar links based on the content.
-
Scroll to Anchor When clicking an item from the navigation menu.
-
Active state to your navigation items when a section is in the viewport.
-
Section Active State while scrolling through the page.
-
addition arrow to top when client click;
-
Hide Navbar when client not scrolling after 4second.