Building a multi-section landing page, with a dynamically updating navigational menu based on the amount of content that is added to the page.
The project's structure:
JS-Landing-Page
├── README.md
├── index.html
├── css
│ └── styles.css
└── js
└── app.js
- The initial commit, the project was done
- Edited the navBar to be made responsive
- Made it a responsive navBar
- Added README.md file