Instantly share code, notes, and snippets.
Created
May 17, 2016 09:47
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
<div class="uk-grid" style="margin-top: 60px;"> | |
<div class="uk-width-medium-2-10 uk-width-small-1-2" style="margin-bottom: 20px;"> | |
<h3 class="tt-header-menu">Categories</h3> | |
[widget id="nav_menu-8"] | |
</div> | |
<div class="uk-width-medium-2-10 uk-width-small-1-2" style="margin-bottom: 20px;"> | |
<h3 class="tt-header-menu">About us</h3> | |
[widget id="nav_menu-9"] | |
</div> | |
<div class="uk-width-medium-3-10 uk-hidden-small" style="margin-bottom: 20px;"> | |
<div class="uk-grid"> | |
<div class="uk-width-medium-1-1"> | |
<h3 class="tt-header-menu">Profile</h3> | |
[widget id="nav_menu-10"] | |
</div> | |
<div class="uk-width-medium-1-1"> | |
<h3 class="tt-header-menu" style="margin-top: 35px;">Follow us</h3> | |
<i class="uk-icon-facebook uk-icon-small uk-icon-button tt-icon-color-facebook" style="margin-bottom: 20px;"></i> | |
<i class="uk-icon-twitter uk-icon-small uk-icon-button tt-icon-color-twitter" style="margin-bottom: 20px;"></i> | |
<i class="uk-icon-google uk-icon-small uk-icon-button tt-icon-color-google" style="margin-bottom: 20px;"></i> | |
<i class="uk-icon-instagram uk-icon-small uk-icon-button tt-icon-color-instagram" style="margin-bottom: 20px;"></i> | |
</div> | |
</div> | |
</div> | |
<div class="uk-width-medium-3-10"> | |
<div class="uk-grid"> | |
<div class="uk-width-medium-1-1"> | |
<h3 class="tt-header-menu">Get in Touch</h3> | |
<p class="tt-phone-number">+61 3 8376 6284</p> | |
<p style="margin-top: 5px; margin-bottom: 0px;"> | |
<img src="/wp-content/themes/mall/images/svg/pin.svg" style="width: 12px; fill: #999999; float: left; margin-top: 8px; margin-right: 5px;" data-uk-svg alt=""> | |
<span style="font-family: 'Maven Pro'; text-transform: uppercase; color: #999999; font-size: 14px; font-weight: 500; line-height: 2;">King Street, Melbourne Victoria 3000 Australia</span> | |
</p> | |
<p style="margin-top: 5px; margin-bottom: 0px;"> | |
<img src="/wp-content/themes/mall/images/svg/mail2.svg" style="width: 12px; fill: #999999; float: left; margin-top: 4px; margin-right: 5px;" data-uk-svg alt=""> | |
<span style="font-family: 'Maven Pro'; text-transform: uppercase; color: #999999; font-size: 14px; font-weight: 500; float: left; margin-right: 40px;"> email@email.com</span> | |
</p> | |
</div> | |
<div class="uk-width-medium-1-1"> | |
<h3 class="tt-header-menu" style="margin-top: 40px;">Subscribe</h3> | |
<div class="uk-position-relative"> | |
[email-subscribers namefield="NO" desc="" group="Public"] | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<hr class="uk-article-divider"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment