Skip to content

Commit 2dd1bf0

Browse files
committed
Fix footer elements' order
should fix point codeschool-projects#12 --- Lionel Saliou, Ph.D
1 parent 30fceed commit 2dd1bf0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ <h2>RESTful API</h2>
103103
</div>
104104
</section>
105105

106-
<div class='container'>
107-
<footer class="container">
106+
<footer>
107+
<div class="container">
108108
<div class="row">
109109
<div class="col-md-4">
110110
<h3>Contact me:</h3>
@@ -122,8 +122,9 @@ <h3>Copyright blurb:</h3>
122122
<p>Some warning about copying this. Well it is not good enough ;-) </p>
123123
</div>
124124
</div>
125-
</footer>
126-
</div>
125+
</div>
126+
</footer>
127+
127128
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
128129
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
129130

0 commit comments

Comments
 (0)