Update header for reservation link
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 28 Jul 2017 18:52:57 +0000 (14:52 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 28 Jul 2017 18:52:57 +0000 (14:52 -0400)
Update a comment that was not correct also.

header.php
style.css

index 145be4d..41df8d9 100755 (executable)
@@ -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" />        
+        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
         <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.ico">
         <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
             <header id="page-header" class="row">
                 <div class="row">
                     <div id="header-logo" class="small-12 medium-offset-1 medium-6 columns">
-                        <a href="<?php bloginfo('url');?>">    
+                        <a href="<?php bloginfo('url');?>">
                             <img src="<?php echo get_template_directory_uri(); ?>/assets/logo.png">
                         </a>
                     </div>
                     <div id="header-info" class="small-12 medium-4 columns">
-                        <div id="header-info-reservation"><a class="glm-button button" href="<?php echo get_permalink(211); ?>">Book A Reservation</a></div>
+                        <div id="header-info-reservation"><a class="glm-button button" href="https://gc.synxis.com/rez.aspx?Hotel=78315&Chain=17448&template=RBE&shell=RBE">Book A Reservation</a></div>
                         <h2 id="header-info-phone">(906) 387-2493</h2>
                     </div>
                 </div>
@@ -39,7 +39,7 @@
                         </nav>
                     </div>
                 </div>
-                        <!Off-canvas-Menu!>
+                        <!-- Off-canvas-Menu --!>
             </header>
             <div class="row content">
                 <div class="small-12 columns">
@@ -48,4 +48,4 @@
                         <section class="left-small">
                             <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
                         </section>
-                    </nav>               
\ No newline at end of file
+                    </nav>
index 9a08ae3..e5a4ce5 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Pictured Rocks Inn
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Pictured Rocks Inn
-Version: 0.4.2
-*/
\ No newline at end of file
+Version: 1.1.0
+*/