Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Created April 29, 2020 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/4c6820ad91f8d88a417313fa533ea478 to your computer and use it in GitHub Desktop.
Save vfontjr/4c6820ad91f8d88a417313fa533ea478 to your computer and use it in GitHub Desktop.
<?php
<header class="site-header" itemscope="" itemtype="http://schema.org/WPHeader">
<div class="wrap">
<div class="title-area">
<h1 class="site-title" itemprop="headline"><a href="https://victorfont.com/">Victor Font Consulting Group, LLC</a></h1>
<p class="site-description" itemprop="description">IT Consulting | WordPress/Genesis/Formidable Pro | Publishing</p>
</div>
<div class="widget-area header-widget-area">
<h2 class="genesis-sidebar-title screen-reader-text">Header Right</h2>
<section id="nav_menu-2" class="widget widget_nav_menu">
<div class="widget-wrap">
<nav class="nav-header" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
<div class="responsive-menu-icon"></div>
</nav>
</div>
</section>
</div>
</div>
</header>
<?php
<header class="site-header" itemscope="" itemtype="http://schema.org/WPHeader">
<div class="wrap">
<div class="title-area">
<h1 class="site-title" itemprop="headline"><a href="https://victorfont.com/">Victor Font Consulting Group, LLC</a></h1>
<p class="site-description" itemprop="description">IT Consulting | WordPress/Genesis/Formidable Pro | Publishing</p>
</div>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment