triple collumn layout for the footer
This commit is contained in:
parent
eee9ca98cb
commit
f6a857e645
3 changed files with 21 additions and 7 deletions
4
NEWS
4
NEWS
|
@ -10,6 +10,10 @@
|
|||
|
||||
- Switched bootstrap version to bootstrap4
|
||||
|
||||
- Components :
|
||||
|
||||
- Adopted a triple-collumn layout for the footer
|
||||
|
||||
## BlueSky 2.x
|
||||
|
||||
### BlueSky 2.1
|
||||
|
|
|
@ -60,11 +60,6 @@ footer {
|
|||
margin-top:40px;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
text-align:center;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
|
||||
/* ------------------ PANELS ------------------- */
|
||||
|
||||
|
|
19
index.html
19
index.html
|
@ -225,8 +225,23 @@ In id suscipit elit.</code></pre>
|
|||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p class="copyright">CC BY-SA Kazhnuz</p>
|
||||
<footer class="container">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<p>Ce theme est diffusé sous licence <strong>Creative Common Attribution - Partage à l'Identique 4.0</strong> - hors mention contraire.</p>
|
||||
<p>Cette licence vous autorise à partager et copier mes travaux, tant que vous me citiez en source, et que vous autorisez la même chose pour les travaux qui en seraient dérivés. N'hésitez pas à partager ! <i style="color:#FF0000" class="fa fa-heart"></i></p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<p>Theme réalisé avec le quadriciel <a href="https://getbootstrap.com/">Bootstrap4</a> et la banque d'icone <a href="https://forkawesome.github.io/Fork-Awesome/">Fork-Awesome</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<p>Lorem Ipsum.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
|
|
Reference in a new issue