From e157ebe2519addb5695f7400aa45b9c48cba0724 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 18:12:13 +0500 Subject: feat: large banner --- static/img/bot_pfp.png | Bin 0 -> 101367 bytes static/style.css | 4 ++++ templates/index.html | 28 ++++++++++++++++++++++++++-- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 static/img/bot_pfp.png diff --git a/static/img/bot_pfp.png b/static/img/bot_pfp.png new file mode 100644 index 0000000..43bccc0 Binary files /dev/null and b/static/img/bot_pfp.png differ diff --git a/static/style.css b/static/style.css index 2b45e2d..ea6c52d 100644 --- a/static/style.css +++ b/static/style.css @@ -1 +1,5 @@ @import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css'); + +.text-shadow { + text-shadow: 1px 1px 3px rgb(0 0 0 / 40%); +} diff --git a/templates/index.html b/templates/index.html index 78683ef..ea96969 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,9 +5,33 @@
-
+
{{> header.html }} -

lol

+ + +
+ +
+
+

+ Enhance your chat with the bot +

+

+ A multi-utility Twitch chat bot that brings
+ a lot of functionality into your chat. +

+
+ + + +
+
+
-- cgit v1.2.3