forked from codeschool-projects/BootstrapPortfolioProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Should address point codeschool-projects#13 --- Lionel Saliou, Ph.D
- Loading branch information
1 parent
77bb1a6
commit d076971
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|