diff --git a/projects/landing-page/README.md b/projects/landing-page/README.md index 3282de7b9..2e1f00874 100755 --- a/projects/landing-page/README.md +++ b/projects/landing-page/README.md @@ -6,8 +6,23 @@ ## 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/app.js` and start building out the app's functionality For specific, detailed instructions, look at the project instructions in the Udacity Classroom. + + +##Added requirments in HTML + +linking app.js script to index.html. +Adding one more section in index.html. + +##Added requirments in JS + +Building the navigation menu +Adding function of viewing active section +Add the functionality to scroll to sections + +##Test the performance.