Last active
June 19, 2020 14:57
-
-
Save danfisher85/4ff961d9cebcb75737071c235df955d1 to your computer and use it in GitHub Desktop.
necro:logo-txt
This file contains 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
<!-- Logo - Text Based --> | |
<div class="header-logo header-logo--txt"> | |
<a href="index.html" class="header-logo__inner"> | |
<h1 class="header-logo__heading">{{{global.logo-txt}}}</h1> | |
<span class="header-logo__tagline">{{global.tagline}}</span> | |
</a> | |
</div> | |
<!-- Logo - Text Based / End --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment