summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-19 00:13:40 +0500
committerilotterytea <iltsu@alright.party>2024-05-19 00:13:40 +0500
commite526f9176a7608283760fa3b62da794b97869814 (patch)
tree5bc58a5b00d36581cf9d62f2cdc1229845bc37a3 /templates
parent6e3e3bbf0d031f60eaf242474d47d14ed7c4fca5 (diff)
feat: small footer
Diffstat (limited to 'templates')
-rw-r--r--templates/footer.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html
new file mode 100644
index 0000000..0ed0cac
--- /dev/null
+++ b/templates/footer.html
@@ -0,0 +1,12 @@
+<div class="w-full bg-gray-100 mt-8 py-4 px-4 lg:px-0 flex justify-center">
+ <div class="w-full lg:w-1/2 flex flex-col lg:flex-row lg:items-center">
+ <div class="flex-grow">
+ <p>Powered by <a href="{{ contact_url }}">{{ contact_name }}</a>. Licensed under WTFPL.</p>
+ </div>
+ <div class="text-2xl">
+ <a href="https://git.ilotterytea.kz/bot" class="text-green-800 hover:text-green-600 transition-colors">
+ <i class="fa-brands fa-git"></i>
+ </a>
+ </div>
+ </div>
+</div>