summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormoderndevslulw <moderndevslulw@alright.party>2025-07-06 04:10:38 +0500
committermoderndevslulw <moderndevslulw@alright.party>2025-07-06 04:10:38 +0500
commit0a007696834656a48b6de0b14b576719f2e1a233 (patch)
treec3a9bf0a40da66962275f72424ad6e0000ee149b /public
parent65ef7bc6c9a18e7421468d0853d0c67369c01f97 (diff)
feat: assets
Diffstat (limited to 'public')
-rw-r--r--public/index.php8
-rw-r--r--public/static/favicon.icobin0 -> 1406 bytes
-rw-r--r--public/static/img/brand/bot_picture.webpbin0 -> 23178 bytes
-rw-r--r--public/static/img/brand/project_icon.webpbin0 -> 8040 bytes
-rw-r--r--public/static/img/features/emotes.webpbin0 -> 501526 bytes
-rw-r--r--public/static/img/features/scripting.webpbin0 -> 115408 bytes
-rw-r--r--public/static/img/features/stream.webpbin0 -> 49606 bytes
7 files changed, 4 insertions, 4 deletions
diff --git a/public/index.php b/public/index.php
index e3afcf7..a826d90 100644
--- a/public/index.php
+++ b/public/index.php
@@ -27,7 +27,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {
<!-- PROMO -->
<section class="row justify-between align-center background-colorful border" style="border-radius:4px">
<div class="row justify-center align-center img-gradient">
- <img src="/static/img/brand/profile_picture.png" alt=""
+ <img src="/static/img/brand/bot_picture.webp" alt=""
style="border-top-left-radius:4px;border-bottom-left-radius:4px;">
</div>
<div class="column justify-end gap-8 p-16">
@@ -58,7 +58,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {
streams on time! </p>
</div>
<div class="icon">
- <img src="/static/img/features/live.gif" alt="">
+ <img src="/static/img/features/stream.webp" alt="">
</div>
</section>
<!-- EMOTE UPDATES -->
@@ -72,7 +72,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {
</p>
</div>
<div class="icon">
- <img src="/static/img/features/7tv.gif" alt="">
+ <img src="/static/img/features/emotes.webp" alt="">
</div>
</section>
<!-- LUA CODING -->
@@ -86,7 +86,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {
</p>
</div>
<div class="icon">
- <img src="/static/img/features/lua.gif" alt="">
+ <img src="/static/img/features/scripting.webp" alt="">
</div>
</section>
</div>
diff --git a/public/static/favicon.ico b/public/static/favicon.ico
new file mode 100644
index 0000000..359f689
--- /dev/null
+++ b/public/static/favicon.ico
Binary files differ
diff --git a/public/static/img/brand/bot_picture.webp b/public/static/img/brand/bot_picture.webp
new file mode 100644
index 0000000..845d4a3
--- /dev/null
+++ b/public/static/img/brand/bot_picture.webp
Binary files differ
diff --git a/public/static/img/brand/project_icon.webp b/public/static/img/brand/project_icon.webp
new file mode 100644
index 0000000..41669ea
--- /dev/null
+++ b/public/static/img/brand/project_icon.webp
Binary files differ
diff --git a/public/static/img/features/emotes.webp b/public/static/img/features/emotes.webp
new file mode 100644
index 0000000..db72f01
--- /dev/null
+++ b/public/static/img/features/emotes.webp
Binary files differ
diff --git a/public/static/img/features/scripting.webp b/public/static/img/features/scripting.webp
new file mode 100644
index 0000000..2727abb
--- /dev/null
+++ b/public/static/img/features/scripting.webp
Binary files differ
diff --git a/public/static/img/features/stream.webp b/public/static/img/features/stream.webp
new file mode 100644
index 0000000..5b8c7d6
--- /dev/null
+++ b/public/static/img/features/stream.webp
Binary files differ