2024-01-04 19:41:33 +01:00
|
|
|
<div th:fragment="footer">
|
2023-12-31 00:12:06 +01:00
|
|
|
<footer id="footer" class="text-center py-3">
|
2024-01-04 19:41:33 +01:00
|
|
|
<div class="footer-center">
|
|
|
|
|
|
|
|
<a href="https://github.com/Stirling-Tools/Stirling-PDF"
|
|
|
|
target="_blank" class="mx-1" title="Visit Github Repository"><img
|
|
|
|
src="images/github.svg"></img></a> <a
|
|
|
|
href="https://hub.docker.com/r/frooodle/s-pdf" target="_blank"
|
|
|
|
class="mx-1" title="See Docker Hub"><img src="images/docker.svg"></img></a>
|
|
|
|
<a href="https://discord.gg/Cn8pWhQRxZ" target="_blank" class="mx-1"
|
|
|
|
title="Join Discord Channel"><img src="images/discord.svg"></img></a>
|
|
|
|
<a href="https://github.com/sponsors/Frooodle" target="_blank"
|
|
|
|
class="mx-1" title="Donate"><img
|
|
|
|
src="images/suit-heart-fill.svg"></img></a>
|
|
|
|
</div>
|
|
|
|
<div class="right-link-container">
|
|
|
|
|
2024-01-04 20:01:37 +01:00
|
|
|
<!--<a href="licenses" id="licenses" target="_blank" class="mx-1"
|
|
|
|
title=""> About </a> -->
|
|
|
|
|
|
|
|
<a href="licenses" id="licenses" target="_blank" class="mx-1" title=""> Licenses </a>
|
2024-01-04 00:01:33 +01:00
|
|
|
</div>
|
2024-01-04 19:41:33 +01:00
|
|
|
|
|
|
|
<div th:if="${@appName} != 'Stirling PDF'" class="mt-2 footer-center"
|
|
|
|
style="color: grey;">Powered by Stirling PDF</div>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
#licenses {
|
|
|
|
text-decoration: none;
|
2024-01-04 00:01:33 +01:00
|
|
|
}
|
2024-01-04 19:41:33 +01:00
|
|
|
|
|
|
|
#licenses:hover, #licenses:focus {
|
|
|
|
text-decoration: underline;
|
|
|
|
/* Adds underline on hover/focus for clarity */
|
2024-01-04 00:01:33 +01:00
|
|
|
}
|
|
|
|
|
2024-01-04 19:41:33 +01:00
|
|
|
#footer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2024-01-04 00:01:33 +01:00
|
|
|
|
2024-01-04 19:41:33 +01:00
|
|
|
.footer-center {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-grow: 1;
|
2024-01-04 00:01:33 +01:00
|
|
|
}
|
|
|
|
|
2024-01-04 19:41:33 +01:00
|
|
|
.right-link-container {
|
|
|
|
margin-left: auto; /* Push the link to the far right */
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
2024-01-04 00:01:33 +01:00
|
|
|
</style>
|
2024-01-04 19:41:33 +01:00
|
|
|
</footer>
|
2024-01-04 00:01:33 +01:00
|
|
|
|
2023-12-31 00:12:06 +01:00
|
|
|
</div>
|