shakecities/sites/parts/footer.html
Nathan Woodburn 5964ae5a23
All checks were successful
Build Docker / Build SLDs Image (push) Successful in 19s
Build Docker / Build Main Image (push) Successful in 21s
fix: Add spacing for footer and set donate footer to not be absolute
2023-11-20 12:11:54 +11:00

7 lines
431 B
HTML

<div style="height: 100px;"></div>
<div style="position: fixed;bottom: 10px;width: 100%;left:25px;">
<div style="display: inline-block; background: {{fg_colour}};border-radius: 50%;padding: 10px;">
<img src="{{hns_icon}}" width="50px" height="50px">
</div>
<p style="margin-left: 25px; display:inline; color:{{fg_colour}};">Powered by <a href="https://{{main_domain}}" target="_blank">ShakeCities</a></p>
</div>