Created
April 29, 2020 16:19
-
-
Save vfontjr/4c6820ad91f8d88a417313fa533ea478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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