swapping the order of the icons in the header
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 22 Mar 2018 12:33:18 +0000 (08:33 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 22 Mar 2018 12:33:18 +0000 (08:33 -0400)
matching the icons in the header to match the offcanvas

header.php
style.css

index b24ccb5..6c317c0 100644 (file)
@@ -4,7 +4,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.1.30">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.31">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
     <link href='https://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
                                 </div>
                             </div>
                             <div id="guest-reg" class="small-6 medium-12 right columns show-for-large-up">
-                                <a class="rent-guest-house rent-logo" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/headlands-guest-house' ) ) ); ?>">
-                                    <img src="<?php echo get_template_directory_uri(); ?>/assets/images/guest-house.png">
+                                <a target="_blank" class="right rent-cottage-anchor rent-logo" href="https://www.mcgulpinpoint.org/explore-mcgulpin/overnight-accommodations/">
+                                <img src="<?php echo get_template_directory_uri(); ?>/assets/cottage.png">
                                 </a>
+                                
                       
                                 <a class="right rent-waterfront-anchor rent-logo" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/waterfront-event-center' ) ) ); ?>">
                                 <img src="<?php echo get_template_directory_uri(); ?>/assets/waterfront-event-center-icon.png">
                                 </a>
-                            
-                                <a target="_blank" class="right rent-cottage-anchor rent-logo" href="https://www.mcgulpinpoint.org/explore-mcgulpin/overnight-accommodations/">
-                                <img src="<?php echo get_template_directory_uri(); ?>/assets/cottage.png">
+                                <a class="right rent-guest-house rent-logo" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/headlands-guest-house' ) ) ); ?>">
+                                    <img src="<?php echo get_template_directory_uri(); ?>/assets/images/guest-house.png">
                                 </a>
+                               
                             </div>
 
                         </div>
index 45b9ef5..e6fb742 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Headlands International Dark Sky Park
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for Emmet County's Dark Sky Park
-Version: 1.1.30
+Version: 1.1.31
 */