From: Anthony Talarico Date: Mon, 23 Sep 2019 15:04:17 +0000 (-0400) Subject: updating brewery map with new and removing closed breweries X-Git-Tag: v1.0.35^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=94c2b1a6d32242df03358f95adfe8c6a892f631c;p=WP-Themes%2Fdiscoverkalamazoo2018.git updating brewery map with new and removing closed breweries --- diff --git a/assets/markers/saugatuck.png b/assets/markers/saugatuck.png new file mode 100644 index 0000000..fa6a50c Binary files /dev/null and b/assets/markers/saugatuck.png differ diff --git a/parts/header-meta.php b/parts/header-meta.php index 60644c1..7bc7e14 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -3,7 +3,7 @@ <?php wp_title(); ?> - + diff --git a/sections/brewery-map.php b/sections/brewery-map.php index 1c10fb1..96044ba 100644 --- a/sections/brewery-map.php +++ b/sections/brewery-map.php @@ -282,15 +282,7 @@ var brewers = [ - { - position: new google.maps.LatLng(42.295573, -85.571195), - brewery: 'Arcadia Brewing Co', - address: '701 E Michigan Ave, Kalamazoo, MI 49007', - contact: '(269) 276-0458', - website: "http://arcadiaales.com/", - icon: 'arcadia.png', - - }, { + { position: new google.maps.LatLng(42.2947, -85.5789), brewery: "Bell’s Eccentric Cafe", address: '355 E Kalamazoo Ave, Kalamazoo, MI 49007', @@ -299,11 +291,11 @@ icon: 'bells.png', }, { position: new google.maps.LatLng(42.291180, -85.589856), - brewery: 'Gonzo’s BiggDog Brewing', + brewery: 'Saugatuck Brewing Company', address: '140 S Westnedge Ave, Kalamazoo, MI 49007', contact: '(269) 382-2739', - website: 'http://gonzosbiggdoggbrewing.com/', - icon: 'gonzo.png' + website: 'https://saugatuckbrewing.com//', + icon: 'saugatuck.png' }, { position: new google.maps.LatLng(42.291812, -85.581529), brewery: 'Olde Peninsula Brewpub', @@ -312,13 +304,6 @@ website: 'http://oldepenkazoo.com/', icon: 'olde.png' }, { - position: new google.maps.LatLng(42.290428, -85.594139), - brewery: 'Rupert’s Brew House', - address: '773 W Michigan Ave, Kalamazoo, MI 49007', - contact: '(269) 337-9911', - website: 'http://www.rupertsbrewhouse.com/', - icon: 'rupert.png' - }, { position: new google.maps.LatLng(42.288456, -85.583898), brewery: 'Tibbs Brewing Co.', address: '402 S Burdick St, Kalamazoo, MI 49007', @@ -326,13 +311,6 @@ website: 'http://tibbsbrewing.com/', icon: 'tibbs.png' }, { - position: new google.maps.LatLng(42.302854, -85.577619), - brewery: 'Boatyard Brewing Co', - address: '432 E Paterson St, Kalamazoo, MI 49009', - contact: '(269) 226-0300', - website: 'https://boatyardbrewing.com/', - icon: 'boatyard.png' - }, { position: new google.maps.LatLng(42.281642, -85.582770), brewery: 'Brite Eyes Brewing', address: '1156 S Burdick St A, Kalamazoo, MI 49001', diff --git a/style.css b/style.css index 984c01e..cfb68b2 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Discover Kalamazoo 2018 Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Discover Kalamazoo -Version: 1.0.34 +Version: 1.0.35 */