added the right logo to all the areas where the logo appears
authorIan Weller <ian@gaslightmedia.com>
Mon, 7 Mar 2016 20:33:09 +0000 (15:33 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 7 Mar 2016 20:33:09 +0000 (15:33 -0500)
assets/SaultSteMarieLogo_White letteringTransparent.png [deleted file]
assets/sault-saint-marie-logo-2.png [new file with mode: 0644]
footer.php
header.php

diff --git a/assets/SaultSteMarieLogo_White letteringTransparent.png b/assets/SaultSteMarieLogo_White letteringTransparent.png
deleted file mode 100644 (file)
index 9b3389f..0000000
Binary files a/assets/SaultSteMarieLogo_White letteringTransparent.png and /dev/null differ
diff --git a/assets/sault-saint-marie-logo-2.png b/assets/sault-saint-marie-logo-2.png
new file mode 100644 (file)
index 0000000..11fec45
Binary files /dev/null and b/assets/sault-saint-marie-logo-2.png differ
index a1cea16..deac307 100644 (file)
@@ -20,7 +20,7 @@
                             <?php endif;?>
                             <div class="row">
                                 <div class="logo small-11 small-centered small-text-center medium-uncentered medium-6 large-5 columns">
-                                    <a href="<?php bloginfo('url'); ?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/SaultSteMarieLogo_White letteringTransparent.png"></a>
+                                    <a href="<?php bloginfo('url'); ?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/sault-saint-marie-logo-2.png"></a>
                                 </div>
                                 <div class="small-12 medium-6 large-3 columns">
                                     <?php get_template_part('parts/client-info-footer');?>
index 9ad7fcd..30ac07e 100644 (file)
@@ -22,7 +22,7 @@
                         <div class="top-bottom">
                             <div class="row">
                                 <div class="small-11 small-centered text-center show-for-medium-down">
-                                    <a href="<?php bloginfo('url'); ?>"><img class="head-logo" src="<?php echo get_template_directory_uri(); ?>/assets/sault-saint-marie-logo.png"></a>
+                                    <a href="<?php bloginfo('url'); ?>"><img class="head-logo" src="<?php echo get_template_directory_uri(); ?>/assets/sault-saint-marie-logo-2.png"></a>
                                 </div>
 
                                 <div class="socialHeader right show-for-large-up large-12 columns">
@@ -47,7 +47,7 @@
                         <div class="long-bar">
                             <div class="row collapse show-for-large-up">
                                 <div class="large-2 columns text-center">
-                                    <a href="<?php bloginfo('url'); ?>"><img class="head-logo" src="<?php echo get_template_directory_uri(); ?>/assets/sault-saint-marie-logo.png"></a>
+                                    <a href="<?php bloginfo('url'); ?>"><img class="head-logo" src="<?php echo get_template_directory_uri(); ?>/assets/sault-saint-marie-logo-2.png"></a>
                                 </div>
                                 <div class="large-8 columns">
                                     <?php get_template_part('parts/top-bar');?>