Reformat footer

This commit is contained in:
Sebastien 2020-04-12 20:53:44 +02:00
parent e1c010e2d2
commit bfde9bfa1e
3 changed files with 9 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -9,12 +9,16 @@
<link href="../static/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<div class="footer-copyright brown darken-4" th:fragment="footer">
<div class="container">
2020 - SebClem
<a class="grey-text text-lighten-4 right" href="https://github.com/Sebclem/ClaptrapBot" target="_blank">GitHub</a>
<div class="container center-align">
<a href="https://github.com/Sebclem/ClaptrapBot" style="margin-right: 10px; height: 41px" class="" target="_blank">
<img th:src="@{/img/GitHub.png}" height="41px" alt="Github"/>
<img th:src="@{/img/GitHub_Logo.png}" height="41px" style="margin-left: -3px" alt="Github"/>
</a>
<a href="https://www.buymeacoffee.com/seb6596" target="_blank">
<img alt="Buy Me A Coffee" src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"/>
</a>
</div>
</div>
</body>