Skip to content

Commit

Permalink
Merge pull request #20 from Riverfount/19-FooterBootstrap
Browse files Browse the repository at this point in the history
Created Footer into a Bootstrap Project
  • Loading branch information
Riverfount committed Mar 4, 2019
2 parents c76e06d + 4a269c2 commit da465d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Binary file added bootstrap4/img/120x40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions bootstrap4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,19 @@ <h3 class="h5"><a href="category.html">Category Heading</a></h3>
litora enim molestie posuere dis scelerisque, ridiculus nisl vitae rutrum natoque primis lobortis phasellus,
turpis dictumst ante faucibus blandit class.
</p>


</div>
<footer class="small bg-light">
<div class="container">
<img src="img/120x40.png" alt="Brand Logo">
<p><i class="far fa-copyright"></i> 2019 Brand Logo. All Rigths Reserved.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Brand Name</a></li>
<li class="list-inline-item"><a href="#">Tutorials</a></li>
<li class="list-inline-item"><a href="#">Blog</a></li>
<li class="list-inline-item"><a href="#">Contact</a></li>
</ul>
</div>
</footer>


<!-- Bootstrap 4.1 JS Dependencies -->
Expand Down

0 comments on commit da465d3

Please sign in to comment.