changing the header web cam image logo
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 30 Nov 2017 14:33:12 +0000 (09:33 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 30 Nov 2017 14:33:12 +0000 (09:33 -0500)
swapping the logo used for the header webcam logo

parts/header-meta.php
sections/header.php
style.css

index 0f603fb..8c44fcc 100644 (file)
@@ -2,6 +2,6 @@
     <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.8">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
     <?php wp_head(); ?>
   </head>
\ No newline at end of file
index 87c439c..9346f4f 100644 (file)
@@ -18,7 +18,7 @@
                                 <span><a href="<?php echo get_permalink(5244); ?>">Contact Us</a>800-748-0245</span>
                             </div>
                             <div id="sloganLarge"> Up North made easy.</div>
-                            <div id="webcamIcon"><a href="https://www.nubsnob.com/livecam/" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/webcam-icon-sun.jpg"></a></div>
+                            <div id="webcamIcon"><a href="https://www.nubsnob.com/livecam/" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/webcam-icon-snow.jpg"></a></div>
                         </div>
                         <div class="large-12 columns show-for-large-up">
                             <?php include "top-bar.php";?>
index 2a933ed..a507664 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: TroutCreek
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for TroutCreek
-Version: 1.0.8
+Version: 1.0.9
 */