adding new brewery to the brewer map template
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 19 Oct 2018 18:50:29 +0000 (14:50 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 19 Oct 2018 18:50:29 +0000 (14:50 -0400)
adding wax wings brewery to the brewery map template

assets/markers/waxwings.png [new file with mode: 0644]
functions.php
parts/header-meta.php
sections/brewery-map.php
style.css

diff --git a/assets/markers/waxwings.png b/assets/markers/waxwings.png
new file mode 100644 (file)
index 0000000..b5846b3
Binary files /dev/null and b/assets/markers/waxwings.png differ
index 577eb21..bfa0381 100644 (file)
@@ -305,5 +305,4 @@ function has_children() {
     else:
       return false;
     endif;
-}
-
+}
\ No newline at end of file
index 9b179ea..5830284 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.24">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.26">
     <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 21a0811..93e6d60 100644 (file)
                 contact: '(269) 350-5136',
                 website: 'https://www.finalgravitybrew.com/',
                 icon: 'final.png'
+            },{
+                position: [42.314597, -85.538995],
+                brewery: 'Wax Wings Brewing Co',
+                address: '3480 Gull Rd, Kalamazoo, MI 49048',
+                contact: '(269) 459-9494',
+                website: 'https://waxwingsbrewing.com/',
+                icon: 'waxwings.png'
             },
         ];
         var previous, distance, path, compare = [];
index 6689782..80d9dfc 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.25
+Version: 1.0.26
 */