Skip to content

Instantly share code, notes, and snippets.

@jendiamond
Created February 11, 2014 20:32
Show Gist options
  • Save jendiamond/8943476 to your computer and use it in GitHub Desktop.
Save jendiamond/8943476 to your computer and use it in GitHub Desktop.
weBRAND footer
<footer id="details" class="col-md-offset-2">
<div class="row">
<section id="about" class="col-md-4">
<header>
<h3>About Us</h3>
</header>
<ul class="list-unstyled">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/how-it-works.html">How It Works</a>
</li>
<li>
<a href="http://news.webrand.com/" target="_blank">Blog</a>
</li>
<li>
<a href="/contact.html">Contact</a>
</li>
<li>
<a href="/faq.html">FAQ</a>
</li>
</ul>
</section>
<section id="follow" class="col-md-4">
<header>
<h3>Follow Us</h3>
</header>
<ul class="list-unstyled">
<li><a href="http://facebook.com/webrandsociety" target = "_blank"><i class="fa fa-facebook-square" /></i> Facebook</a></li>
<li><a href="http://twitter.com/webrandsociety" target = "_blank"><i class="fa fa-twitter-square" /></i> Twitter</a></li>
<li><a href="http://instagram.com/webrandsociety" target = "_blank"><i class="fa fa-instagram" /></i> Instagram</a></li>
<li><a href="http://pinterest.com/webrandsociety" target = "_blank"><i class="fa fa-pinterest-square" /></i> Pinterest</a></li>
<li><a href="https://github.com/webranddev" target = "_blank"><i class="fa fa-github-square" /></i> Github</a></li>
</ul>
</section>
<section id="legal" class="col-md-4">
<header>
<h3>Legal</h3>
</header>
<ul class="list-unstyled">
<li>
<a href="/policy.html">Privacy Policy</a>
</li>
<li>
<a href="/terms.html">Terms & Conditions</a>
</li>
</ul>
</div>
</section>
<div class="row">
<img class="center-block" src="/static/images/logo.png" style="width:75px">
<p class="center">
&copy; Techertainment, INC. 2014
</p>
</section>
</div>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment