From d88470e202739ef702ead86945f8dc19f7e928fc Mon Sep 17 00:00:00 2001 From: martin habeeb <66225256+martin-habeeb@users.noreply.github.com> Date: Wed, 23 Nov 2022 03:31:59 +0200 Subject: [PATCH] Update README.md --- projects/landing-page/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.