<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