Worked out the footer

This commit is contained in:
Asutosh Palai
2016-06-19 13:28:49 +05:30
parent b6434077c7
commit 05cee14167
4 changed files with 53 additions and 200 deletions

View File

@ -1,10 +1,16 @@
<footer class="pure-g">
<div class="pure-u-2-3">
<nav>
<a href="/team/">Team</a>
<a href="/about/">About Us</a>
<a href="http://fb.com/WatchOutNewsAgency">Facebook</a>
</nav>
<p>&copy; Copyright 2016 &#8212; Watch Out! News Agency</p>
<footer class="container-fluid">
<div class="center-both">
<div class="container">
<div class="row">
<p class="col-sm-4 pull-left">&copy; Copyright 2016 &#8212; Watch Out! News Agency</p>
<div class="col-sm-4 pull-right">
<div class="row">
<a class="col-sm-4" href="/team/">Team</a>
<a class="col-sm-4" href="/about/">About Us</a>
<a class="col-sm-4" href="http://fb.com/WatchOutNewsAgency">Facebook</a>
</div>
</div>
</div>
</div>
</div>
</footer>