removing the header tagline, adding a url to the pure michigan logo in the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Aug 2019 16:54:27 +0000 (12:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Aug 2019 16:54:27 +0000 (12:54 -0400)
adding url to footer logo

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

index f86ea08..7412861 100644 (file)
@@ -4,7 +4,7 @@
     <title><?php wp_title(); ?></title>
     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.44">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.45">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
index 9f423d1..92ddb3d 100644 (file)
@@ -13,7 +13,7 @@
     </div>
     <div id="foot-content" class="row show-for-medium">
         <div class="small-12 medium-4 columns text-center">
-            <a href="#"><img id="pure-mi" src="<?php bloginfo('template_url');?>/assets/pure-michigan-logo.png"></a>
+            <a href="https://www.michigan.org/"><img id="pure-mi" src="<?php bloginfo('template_url');?>/assets/pure-michigan-logo.png"></a>
         </div>
         <div id="footer_address" class="medium-8 large-4 columns show-for-medium text-center">
             <a class="foot-logo" href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url');?>/assets/harbor-coutry-footer-logo.png"></a>
index 559c7f0..a92d950 100644 (file)
@@ -17,7 +17,7 @@
                         <a href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url');?>/assets/harbor-coutry-logo.png"></a>
                     </div>
                     <div class="small-12 large-7 columns text-center large-text-left">
-                        <h6 id="pitch">Eight Great Towns, One Great Lake</h6>
+                       
                     </div>
                 </div>
             </div>
index 1eb8df7..c25ae06 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.44
+Version: 1.0.45
 */