mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Worked out the footer
This commit is contained in:
@ -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>© Copyright 2016 — 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">© Copyright 2016 — 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>
|
||||
|
||||
Reference in New Issue
Block a user