added new logo to header and footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Aug 2017 19:58:12 +0000 (15:58 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Aug 2017 19:58:12 +0000 (15:58 -0400)
bumped stylesheet version, added new logo to the header and footer

assets/petoskey-logo.png [new file with mode: 0644]
footer.php
header.php
style.css

diff --git a/assets/petoskey-logo.png b/assets/petoskey-logo.png
new file mode 100644 (file)
index 0000000..8057697
Binary files /dev/null and b/assets/petoskey-logo.png differ
index 8812632..f18fc54 100644 (file)
@@ -45,7 +45,7 @@
                             <div id="foot-bottom">
                                 <div class="row large-collapse">
                                     <div class="small-12 text-center medium-text-left medium-6 large-3 columns">
-                                        <a href="<?php bloginfo(url); ?>"><img alt="Petoskey Area Logo" src="<?php echo get_template_directory_uri();?>/assets/petoskey-area-cvb-logo-footer.png"></a>
+                                        <a href="<?php bloginfo(url); ?>"><img alt="Petoskey Area Logo" src="<?php echo get_template_directory_uri();?>/assets/petoskey-logo.png"></a>
                                     </div>
                                     <div class="small-12 medium-6 show-for-medium-up large-3 columns">
                                         <?php get_template_part('parts/client-info-footer');?>
index fa542b2..c7dc19c 100644 (file)
@@ -4,7 +4,7 @@
     <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.36">
+    <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 href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
@@ -52,7 +52,7 @@ window._fbq.push(['track', 'PixelInitialized', {}]);
                         </div>
                         <div class="row">
                             <div class="small-12 medium-6 small-centered text-center columns">
-                                <a href="<?php bloginfo(url); ?>"><img alt="Petoskey Area Logo" src="<?php echo get_template_directory_uri();?>/assets/petoskey-area-cvb-logo.png"></a>
+                                <a href="<?php bloginfo(url); ?>"><img alt="Petoskey Area Logo" src="<?php echo get_template_directory_uri();?>/assets/petoskey-logo.png"></a>
                             </div>
                         </div>
                         <div class="row large-collapse">
index 0f0e943..bd009a8 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.36
+Version: 1.0.37
 */