updating brewery map with new and removing closed breweries
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Sep 2019 15:04:17 +0000 (11:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Sep 2019 15:04:17 +0000 (11:04 -0400)
assets/markers/saugatuck.png [new file with mode: 0644]
parts/header-meta.php
sections/brewery-map.php
style.css

diff --git a/assets/markers/saugatuck.png b/assets/markers/saugatuck.png
new file mode 100644 (file)
index 0000000..fa6a50c
Binary files /dev/null and b/assets/markers/saugatuck.png differ
index 60644c1..7bc7e14 100644 (file)
@@ -3,7 +3,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/animate.min.css">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.34">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.35">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Montserrat:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" href="https://use.typekit.net/vqf0bqy.css">
index 1c10fb1..96044ba 100644 (file)
         
 
         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',
             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',
             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',
             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',
index 984c01e..cfb68b2 100644 (file)
--- 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
 */