Update the brochure on home page.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 2 Nov 2017 12:09:26 +0000 (08:09 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 2 Nov 2017 12:09:26 +0000 (08:09 -0400)
New winter brochure.

assets/Brochures-Winter-2017.png [new file with mode: 0644]
footer.php
style.css

diff --git a/assets/Brochures-Winter-2017.png b/assets/Brochures-Winter-2017.png
new file mode 100644 (file)
index 0000000..7df5821
Binary files /dev/null and b/assets/Brochures-Winter-2017.png differ
index 9b0dec4..c653f1f 100644 (file)
@@ -8,7 +8,7 @@
                                     <div class="small-12 large-6 columns">
                                         <div class="row">
                                             <div id="broc" class="small-12 medium-6 columns">
-                                                <img alt="brochures" src="<?php echo get_template_directory_uri();?>/assets/Brochures-Fall-2017.png">
+                                                <img alt="brochures" src="<?php echo get_template_directory_uri();?>/assets/Brochures-Winter-i2017.png">
                                             </div>
                                             <div class="small-10 small-centered text-left medium-uncentered medium-6 columns">
                                                 <h1>Get FREE Travel Guides</h1>
@@ -145,14 +145,14 @@ __lc.license = 5885401;
 })();
 </script>
 <script>
-    $(document).ready(function () { 
+    $(document).ready(function () {
         $(".glm-member-list-image").each(function() {
             if( $(this).height() > 175){
                 var height_difference = 175 - $(this).height();
                 height_difference = height_difference / 2;
                 //height_difference = Math.abs(height_difference) * -1;
                 $(this).css("margin-top",  height_difference);
-            }    
+            }
         });
     });
 </script>
index 2835e2b..7a19c99 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PetoskeyArea
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PetoskeyArea
-Version: 1.0.44
+Version: 1.0.45
 */