diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.php | 8 | ||||
| -rw-r--r-- | public/static/favicon.ico | bin | 0 -> 1406 bytes | |||
| -rw-r--r-- | public/static/img/brand/bot_picture.webp | bin | 0 -> 23178 bytes | |||
| -rw-r--r-- | public/static/img/brand/project_icon.webp | bin | 0 -> 8040 bytes | |||
| -rw-r--r-- | public/static/img/features/emotes.webp | bin | 0 -> 501526 bytes | |||
| -rw-r--r-- | public/static/img/features/scripting.webp | bin | 0 -> 115408 bytes | |||
| -rw-r--r-- | public/static/img/features/stream.webp | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..359f689 --- /dev/null +++ b/public/static/favicon.ico diff --git a/public/static/img/brand/bot_picture.webp b/public/static/img/brand/bot_picture.webp Binary files differnew file mode 100644 index 0000000..845d4a3 --- /dev/null +++ b/public/static/img/brand/bot_picture.webp diff --git a/public/static/img/brand/project_icon.webp b/public/static/img/brand/project_icon.webp Binary files differnew file mode 100644 index 0000000..41669ea --- /dev/null +++ b/public/static/img/brand/project_icon.webp diff --git a/public/static/img/features/emotes.webp b/public/static/img/features/emotes.webp Binary files differnew file mode 100644 index 0000000..db72f01 --- /dev/null +++ b/public/static/img/features/emotes.webp diff --git a/public/static/img/features/scripting.webp b/public/static/img/features/scripting.webp Binary files differnew file mode 100644 index 0000000..2727abb --- /dev/null +++ b/public/static/img/features/scripting.webp diff --git a/public/static/img/features/stream.webp b/public/static/img/features/stream.webp Binary files differnew file mode 100644 index 0000000..5b8c7d6 --- /dev/null +++ b/public/static/img/features/stream.webp |
