An open API service indexing awesome lists of open source software.

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.

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