Overhauled front page and added subsections
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user