Responsive landing page project
In this project i am going to testing create real-world sites using my new skills that i have lerned till now from udacity courses in order to sharpen my skills and become familliar with the new tecnology.
- Build Navigation Menu dynamically with javascript
- When click on a link the page scrolls smoothly to the clicked section (smooth scroll)
- When scroll the page the viewed section should be highlighted and the selected menu link as well
- Changing navigation menu display way when using mobile devices to fit small screen (Responsive Nav Menu)
- Write readme file
- Element.scrollIntoView().
- Toggling CSS classes via
Element.classList.Add('class-name'), and Element.classList.Remove('class-name')
To get started, open index.html
in your browser and then try to hover Menu items and click them to swabe you to the selected section
For specific, detailed instructions, look at the project instructions in the Udacity Classroom.