Reformat footer
This commit is contained in:
parent
e1c010e2d2
commit
bfde9bfa1e
BIN
src/main/resources/static/img/GitHub.png
Normal file
BIN
src/main/resources/static/img/GitHub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
src/main/resources/static/img/GitHub_Logo.png
Normal file
BIN
src/main/resources/static/img/GitHub_Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user