Skip to content

Commit

Permalink
Modifying footer
Browse files Browse the repository at this point in the history
Should address point codeschool-projects#13

    --- Lionel Saliou, Ph.D
  • Loading branch information
Krz-Aramis committed Feb 18, 2018
1 parent d971880 commit 30fceed
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,19 @@ <h2>RESTful API</h2>
<footer class="container">
<div class="row">
<div class="col-md-4">
<h4>Contact me:</h4>
<ul class='list-unstyled'>
<li><i class='glyphicon glyphicon-globe'></i> Some Contry, Code</li>
<li><i class='glyphicon glyphicon-phone'></i> 1-234-krz-aramis</li>
<li><i class='glyphicon glyphocon-envelope'></i> <a href='mailto:#'>[email protected]</a></li>
</ul>
<h3>Contact me:</h3>
<p>
<ul class='list-unstyled'>
<li><i class='glyphicon glyphicon-globe'></i> Some Contry, Code</li>
<li><i class='glyphicon glyphicon-phone'></i> 1-234-krz-aramis</li>
<li><i class='glyphicon glyphocon-envelope'></i> <a href='mailto:#'>[email protected]</a></li>
</ul>
</p>
</div>
<div class="col-md-4"><!--empty --> </div>
<div class="col-md-4">
<h3>Copyright blurb:</h3>
<p>Some warning about copying this. Well it is not good enough ;-) </p>
</div>
</div>
</footer>
Expand Down

0 comments on commit 30fceed

Please sign in to comment.