<?php /** * The template for displaying the header * * Displays all of the head element and everything up until the "container" div. * * @package Biofriction * @since Biofriction 1.0.0 */ ?> <!doctype html> <html class="no-js" <?php language_attributes(); ?> > <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php get_template_part( 'template-parts/mobile-off-canvas' ); ?> <header class="site-header-container"> <content class="site-header-grid grid-x align-justify align-middle" role="banner"> <button aria-label="<?php _e( 'Main Menu', 'foundationpress' ); ?>" class="show-for-small-only menu-icon" type="button" data-toggle="<?php foundationpress_mobile_menu_id(); ?>"></button> <div class="site-custom-logo biofriction-logo-moving-transp cell small-12 medium-3 shrink"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php //the_custom_logo(); ?></a></div> <div class="site-name"><h1><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1></div> <div class="site-description"><h2><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'description' ); ?></a></h2></div> <nav class="site-top-widgets"><?php dynamic_sidebar( 'header-widgets' ); ?></nav> <nav class="site-top-nav menu"><?php foundationpress_top_bar_r(); ?></nav> </content> </header>