A Pen created at CodePen.io. You can find this one at https://codepen.io/chrishammond/pen/rLJPzK.

 Simple jQuery One Page Smooth Scrolling Navigation
---
Scroll to the desired section on click
Make sure to add the `data-scroll` attribute to your `<a>` tag.
Example: 
`<a data-scroll href="#my-section">My Section</a>` will scroll to an element with the id of 'my-section'.