feat(footer): licences logo
This commit is contained in:
parent
f9b5a131c4
commit
9b33a6ec80
2 changed files with 15 additions and 1 deletions
|
@ -56,6 +56,8 @@ footer {
|
|||
margin-bottom: 1em;
|
||||
text-align: center;
|
||||
color: white;
|
||||
display: grid;
|
||||
grid-template-columns: 0.5fr 0.5fr 2fr 1fr
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -24,7 +24,19 @@
|
|||
{% endblock content %}
|
||||
|
||||
<footer>
|
||||
Thème principal fait par Eban, j’ai aussi repris des éléments de medius.
|
||||
<div id="licence-code">
|
||||
<!--<a href="https://git.gnous.eu/Rick/nuir">Code source du site</a> sous <a href="https://www.gnu.org/licenses/gpl-3.0.html">licence GPL3</a>.-->
|
||||
<img alt="GPL3" src="https://www.gnu.org/graphics/gplv3-or-later-sm.png" />
|
||||
</div>
|
||||
<div id="logo-vim">
|
||||
<img alt="Use Vim" src="https://www.vim.org/images/vi_improved.gif" />
|
||||
</div>
|
||||
<div id="infos-footer">
|
||||
Thème principal fait par <a href="https://eban.bzh">Eban</a>, inspiré en partie par <a href="https://github.com/onur/medius">medius</a>. Utilise le moteur <a href="https://blog.getpelican.com/">Pelican</a>.
|
||||
</div>
|
||||
<div id="licence-art">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue