removing some brewers fromt the brewery map
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 3 May 2018 17:30:33 +0000 (13:30 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 3 May 2018 17:30:33 +0000 (13:30 -0400)
parts/header-meta.php
sections/brewery-map.php
style.css

index 7213080..fb3728b 100644 (file)
@@ -4,7 +4,7 @@
     <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">
-    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1.0.1">
+    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1.0.2">
     <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">
     <?php wp_head(); ?>
index b6e94de..b729abe 100644 (file)
             website: 'https://bravokalamazoo.com/',
             icon: 'bravo.png'
             }, {
-            position: new google.maps.LatLng(42.269256, -84.963973),
-            brewery: 'Dark Horse Brewing Co',
-            address: '511 S Kalamazoo Ave, Marshall, MI 49068',
-            contact: '(269) 781-9940',
-            website: 'http://www.darkhorsebrewery.com/',
-            icon: 'blank.png'
-            }, {
             position: new google.maps.LatLng(42.296176,  -85.582958),
             brewery: 'Final Gravity Brewing Co',
             address: '246 N Burdick St, Kalamazoo, MI 49007',
             contact: '(269) 350-5136',
             website: 'https://www.finalgravitybrew.com/',
             icon: 'final.png'
-            }, {
-            position: new google.maps.LatLng(42.221379, -85.876759),
-            brewery: 'Paw Paw Brewing Co.',
-            address: '929 E Michigan Ave, Paw Paw, MI 49079',
-            contact: '(269) 415-0145',
-            website: 'http://www.pawpawbrewing.com/',
-            icon: 'blank.png'
-            }, 
+            },
         ];
         
         // Create markers.
index 3c33724..99cbae8 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.1
+Version: 1.0.2
 */