swapping the logos for a higher res image
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Dec 2017 16:52:10 +0000 (11:52 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Dec 2017 16:52:10 +0000 (11:52 -0500)
changing the header logo to use a better resolution graphic

assets/keweenaw-logo-2.png [new file with mode: 0755]
parts/header-meta.php
sections/top-bar.php
style.css

diff --git a/assets/keweenaw-logo-2.png b/assets/keweenaw-logo-2.png
new file mode 100755 (executable)
index 0000000..002d1ca
Binary files /dev/null and b/assets/keweenaw-logo-2.png differ
index 5077dad..b355092 100644 (file)
@@ -2,7 +2,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.5">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url')?>/favicon.ico">
     <?php wp_head(); ?>
index c862e94..168e506 100644 (file)
@@ -1,6 +1,6 @@
                     <div id="top-bar-wrapper">
                         <nav class="top-bar text-center show-for-large-up opensearchserver.ignore" data-topbar role="navigation">
-                            <a href="<?php bloginfo('url')?>"><img id="top-bar-logo" src="<?php echo get_template_directory_uri();?>/assets/keweenaw-logo.png" class="left"></a>
+                            <a href="<?php bloginfo('url')?>"><img id="top-bar-logo" src="<?php echo get_template_directory_uri();?>/assets/keweenaw-logo-2.png" class="left"></a>
                             <section class="top-bar-section right">
                                 <?php glm_theme_top_bar(); ?>
                             </section>
index 0032974..f192f73 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: keweenaw2017
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for keweenaw
-Version: 1.0.8
+Version: 1.0.9
 */