https://github.com/alexandrabaturina/landing-page
Multi-section landing page with a dynamically updating navigational menu based on the amount of content that is added to the page.
https://github.com/alexandrabaturina/landing-page
event-listeners landing-page viewport
Last synced: 2 months ago
JSON representation
Multi-section landing page with a dynamically updating navigational menu based on the amount of content that is added to the page.
- Host: GitHub
- URL: https://github.com/alexandrabaturina/landing-page
- Owner: alexandrabaturina
- Created: 2020-05-07T21:10:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T20:06:14.000Z (over 4 years ago)
- Last Synced: 2025-02-14T20:39:56.498Z (4 months ago)
- Topics: event-listeners, landing-page, viewport
- Language: HTML
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FEND Project #2: Landing Page
## Overview
**Landing Page** is the second project of Udacity [Front End Web Developer](https://www.udacity.com/course/front-end-web-developer-nanodegree--nd0011) nanodegree program. It requires to build a multi-section landing page with dynamically updating navigational menu based on the sections added to the page.The following files are present:
```sh
css/
styles.css
index.html
js/
app.js
README.md
```
## Features
**Landing Page** meets the following requirements:
* Navigation bar is build dynamically as an unordered list.
* Links to the sections of the page have smooth scrolling effect.
* The section in the viewport is visually distinguished from the other sections.
* All features are usable across modern desktop, tablet, and phone browsers.## Getting Started
To run **Landing Page** locally,
1. Clone this repo.
2. ```cd``` into project directory.
3. Open ```index.html``` in your browser.## Authors
Alexandra Baturina