adding url to the shamrock logo in the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 8 Apr 2019 17:59:14 +0000 (13:59 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 8 Apr 2019 17:59:14 +0000 (13:59 -0400)
parts/header-meta.php
sections/footer.php
style.css

index a5f2026..0a0ddc4 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">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.2">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
index 887e1a4..a916aad 100644 (file)
@@ -61,7 +61,7 @@
                                                     <img class="show-for-small-down text-center" alt="shamrock" src="<?php echo get_template_directory_uri();?>/assets/shamrock.png">
                                                 </div>
                                                 <div class="medium-3 columns show-for-medium-up">
-                                                    <img alt="shamrock" src="<?php echo get_template_directory_uri();?>/assets/shamrock.png">
+                                                    <a style="background: transparent;padding: 0;margin: 0;width: 35px;text-align: left;" target="_blank" href="https://app.sagetracks.com/en/7562beav.login"><img alt="shamrock" src="<?php echo get_template_directory_uri();?>/assets/shamrock.png"></a>
                                                 </div>
                                                 <div class="small-12 text-center medium-text-left medium-offset-4 medium-8 large-offset-5 large-7 columns">
                                                     <a href="<?php echo get_permalink(501); ?>">Subscribe Now</a>
index 02b8f06..5a206c7 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: BeaverIslandBoatCompany
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BeaverIslandBoatCompany
-Version: 1.0.1
+Version: 1.0.2
 */