working on the header layout
authorIan Weller <ian@gaslightmedia.com>
Wed, 1 Mar 2017 21:51:43 +0000 (16:51 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 1 Mar 2017 21:51:43 +0000 (16:51 -0500)
I am slowly working on the layout of the header area.  I have the bas of
it in place.

sections/header.php

index a8fd6b1..af33d69 100644 (file)
@@ -1,22 +1,14 @@
 <header class="main">
-    <div class="row  medium-uncollapse large-collapse">
-        
-<!--
-        <div id="logo-tag" class="small-12 text-center medium-12 columns">
-            <?php //get_custom_logo($blog_id = 0 );?>
-            <?php //the_custom_logo($blog_id = 0 );?>
-            <?php
-            //if ( is_front_page() && is_home() ) : ?>
-                <h1 class="site-title"><a href="<?php //echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php //bloginfo( 'name' ); ?></a></h1>
-            <?php //else : ?>
-                <h1 class="site-title"><a href="<?php //echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php //bloginfo( 'name' ); ?></a></h1>
-            <?php //endif;
-            //$description = get_bloginfo( 'description', 'display' );
-            //if ( $description || is_customize_preview() ) : ?>
-                <h3 class="site-description"><?php //echo $description; ?></h3>
-            <?php //endif;
-            ?>
+    <div class="row large-collapse">
+        <div class="small-12 medium-6 columns">
+            <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img alt="Charlevoix Public Library  Where your imagination takes flight" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/charlevoix-public-library.jpg"></a>
+        </div>
+        <div class="medium-6 columns show-for-medium-up">
+            <ul class="sec-navigation right">
+                <li><a href="#">My Account</a></li>
+                <li><a href="#">Contact</a></li>
+                <li><a href="#">Hours</a></li>
+            </ul>
         </div>
--->
     </div>
 </header>
\ No newline at end of file