starting header layout
authorIan Weller <ian@gaslightmedia.com>
Mon, 8 May 2017 20:53:15 +0000 (16:53 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 8 May 2017 20:53:15 +0000 (16:53 -0400)
I am beginning the layout for the header.  At the moment, it's just an empty grid.  I haven't added any thing to it yet.

sections/header.php

index 38be909..d930f2c 100644 (file)
@@ -1,19 +1,13 @@
 <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 medium-uncollapse large-collapse">
+        <div id="logo-tag" class="small-12 medium-6 large-3 columns">
+            
+        </div>
+        <div class="small-12 medium-6 large-6 columns tree">
+            
+        </div>
+        <div id="end" class="large-3 columns show-for-large-up">
+            
         </div>
     </div>
 </header>
\ No newline at end of file