Skip to content

Commit

Permalink
Fix footer elements' order
Browse files Browse the repository at this point in the history
should fix point codeschool-projects#12

   --- Lionel Saliou, Ph.D
  • Loading branch information
Krz-Aramis committed Feb 18, 2018
1 parent 30fceed commit 2dd1bf0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h2>RESTful API</h2>
</div>
</section>

<div class='container'>
<footer class="container">
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Contact me:</h3>
Expand All @@ -122,8 +122,9 @@ <h3>Copyright blurb:</h3>
<p>Some warning about copying this. Well it is not good enough ;-) </p>
</div>
</div>
</footer>
</div>
</div>
</footer>

<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

Expand Down

0 comments on commit 2dd1bf0

Please sign in to comment.