adding new fall brochure image to the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Sep 2017 15:06:12 +0000 (11:06 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Sep 2017 15:06:12 +0000 (11:06 -0400)
assets/Brochures-Fall-2017.png [new file with mode: 0644]
footer.php
header.php
style.css

diff --git a/assets/Brochures-Fall-2017.png b/assets/Brochures-Fall-2017.png
new file mode 100644 (file)
index 0000000..c222f17
Binary files /dev/null and b/assets/Brochures-Fall-2017.png differ
index f18fc54..bcf4030 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-2017.png">
+                                                <img alt="brochures" src="<?php echo get_template_directory_uri();?>/assets/Brochures-Fall-2017.png">
                                             </div>
                                             <div class="small-10 small-centered text-left medium-uncentered medium-6 columns">
                                                 <h1>Get FREE Travel Guides</h1>
index c7dc19c..d62c06a 100644 (file)
@@ -4,8 +4,8 @@
     <meta charset="utf-8" />
     <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/app.css?v=1.0.37">
-    <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">  
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.38">
+    <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
 <script>(function() {
index bd009a8..5dcedaa 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.37
+Version: 1.0.38
 */