diff --git a/README.md b/README.md index 4bf50fe..2e61138 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ with gender/age inputs. page 3 (reservations page): input name, contact info, date, time. ##Wire Frames ##User Stories + ##Project Management strategy and tools Waffle for issues Slack for Instant Messaging. diff --git a/food.css b/food.css index d12eccc..5934073 100644 --- a/food.css +++ b/food.css @@ -28,6 +28,10 @@ input { /*@keyframes rotate { 100% { transform:rotate(360deg); } }*/ +.address:hover { + cursor: pointer; +} + .button { border: 5px solid black; width: 150px; diff --git a/googleMap.js b/googleMap.js index a51a479..6c59135 100644 --- a/googleMap.js +++ b/googleMap.js @@ -6,7 +6,7 @@ function mapMarker(event) { var mapGeo = new google.maps.Geocoder(); for(var i = 0; i < allLocations.length; i++) { if(address === allLocations[i].address) { - mapGeo.geocode( { 'address': address}, function(results, status) { + mapGeo.geocode( { 'address': address + ', Seattle, WA'}, function(results, status) { if (status == 'OK') { // map.setCenter(results[0].geometry.location); new google.maps.Marker({ diff --git a/index.html b/index.html index a4f9b3f..1ea982c 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,6 @@
Find me some food!
-
-
-
+