Created
July 29, 2015 08:05
-
-
Save 1stevengrant/cb92fd84c2d814bfc83d to your computer and use it in GitHub Desktop.
header for TGC
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
<header class="header"> | |
<div class="container relative"> | |
<a href="/" class="header__logo svg-logo svg-logo-dims"></a> | |
<h1 class="header__sitename svg-sitename svg-sitename-dims"></h1> | |
<ul class="lang-switch inline-list"> | |
<li class="lang-switch__item"><a href="/" class="lang-switch__link eng">English</a></li> | |
<li class="lang-switch__item"><a href="/evangile21" class="lang-switch__link fra">Francais</a></li> | |
<li class="lang-switch__item"><a href="/coalicion" class="lang-switch__link esp">Español</a></li> | |
<li class="lang-switch__item"><a href="//australia.thegospelcoalition.org" class="lang-switch__link aus">Australian</a></li> | |
<li class="lang-switch__item"><a href="/about/donate" class="lang-switch__link">Donate</a></li> | |
</ul> | |
<div class="site-search"> | |
Search | |
</div> | |
<a class="cd-search-trigger" href="#cd-search">Search<span></span></a> | |
</div> | |
</header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment