Overhauled front page and added subsections

This commit is contained in:
Ethan N. Paul
2017-08-29 23:58:03 -04:00
parent 62a7c6609e
commit ded32ad78e
8 changed files with 87 additions and 1766 deletions

View File

@@ -19,7 +19,7 @@ $(function() {
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 1500, 'easeInOutExpo');
}, 1500);
event.preventDefault();
});
});
@@ -48,7 +48,7 @@ function init() {
scrollwheel: false,
draggable: false,
// How you would like to style the map.
// How you would like to style the map.
// This is where you would paste any style found on Snazzy Maps.
styles: [{
"featureType": "water",
@@ -160,7 +160,7 @@ function init() {
}]
};
// Get the HTML DOM element that will contain your map
// Get the HTML DOM element that will contain your map
// We are using a div with id="map" seen below in the <body>
var mapElement = document.getElementById('map');