2024-02-16 22:49:06 +01:00
|
|
|
<footer th:fragment="footer" id="footer" class="text-center py-3">
|
2024-02-11 17:47:00 +01:00
|
|
|
<div class="footer-center">
|
2024-04-01 12:04:56 +02:00
|
|
|
<a href="https://github.com/Stirling-Tools/Stirling-PDF" target="_blank" class="mx-1" th:title="#{visitGithub}">
|
2024-03-21 21:58:01 +01:00
|
|
|
<img src="images/github.svg" alt="github">
|
|
|
|
</a>
|
2024-04-01 12:04:56 +02:00
|
|
|
<a href="https://hub.docker.com/r/frooodle/s-pdf" target="_blank" class="mx-1" th:title="#{seeDockerHub}">
|
2024-03-21 21:58:01 +01:00
|
|
|
<img src="images/docker.svg" alt="docker">
|
|
|
|
</a>
|
2024-04-01 12:04:56 +02:00
|
|
|
<a href="https://discord.gg/Cn8pWhQRxZ" target="_blank" class="mx-1" th:title="#{joinDiscord}">
|
2024-03-21 21:58:01 +01:00
|
|
|
<img src="images/discord.svg" alt="discord">
|
|
|
|
</a>
|
2024-04-01 12:04:56 +02:00
|
|
|
<a href="https://github.com/sponsors/Frooodle" target="_blank" class="mx-1" th:title="#{donate}">
|
2024-03-21 21:58:01 +01:00
|
|
|
<img src="images/suit-heart-fill.svg" alt="suit-heart-fill">
|
|
|
|
</a>
|
2024-02-11 17:47:00 +01:00
|
|
|
</div>
|
2024-03-21 21:58:01 +01:00
|
|
|
<div style="color: grey;" th:if="${@appName} != 'Stirling PDF'" class="footer-powered-by" th:text="#{poweredBy} + ' Stirling PDF'"></div>
|
2024-02-16 22:49:06 +01:00
|
|
|
<a href="licenses" id="licenses" target="_blank" class="mx-1" title="" th:text="#{licenses.nav}">Licenses</a>
|
|
|
|
</footer>
|
2024-02-11 17:47:00 +01:00
|
|
|
|