adding new brochure image to the travel guide in the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Feb 2019 16:53:38 +0000 (11:53 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Feb 2019 16:53:38 +0000 (11:53 -0500)
assets/brochures-2018.png [new file with mode: 0644]
assets/brochures.png
footer.php
header.php
style.css

diff --git a/assets/brochures-2018.png b/assets/brochures-2018.png
new file mode 100644 (file)
index 0000000..8d5db1a
Binary files /dev/null and b/assets/brochures-2018.png differ
index 8d5db1a..fdbd263 100644 (file)
Binary files a/assets/brochures.png and b/assets/brochures.png differ
index 03bbb17..06f871b 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-Winter-2018.png">
+                                                <img alt="brochures" src="<?php echo get_template_directory_uri();?>/assets/brochures.png">
                                             </div>
                                             <div class="small-10 small-centered text-left medium-uncentered medium-6 columns">
                                                 <h1>Get FREE Travel Guides</h1>
index ee3c8f5..a904ddf 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.72">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.73">
     <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(); ?>
index 5829cd1..690ec0e 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.72
+Version: 1.0.73
 */