diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-06 04:10:38 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-06 04:10:38 +0500 |
| commit | 0a007696834656a48b6de0b14b576719f2e1a233 (patch) | |
| tree | c3a9bf0a40da66962275f72424ad6e0000ee149b | |
| parent | 65ef7bc6c9a18e7421468d0853d0c67369c01f97 (diff) | |
feat: assets
| -rw-r--r-- | lib/partials.php | 6 | ||||
| -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 |
8 files changed, 7 insertions, 7 deletions
diff --git a/lib/partials.php b/lib/partials.php index f957cb5..2e2df78 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -7,7 +7,7 @@ function html_navigation_bar() <header class="gap-32"> <section class="row"> <a href="/"> - <h1><img src="/static/img/brand/big.webp" alt="The Tinybot Project"></h1> + <h1><img src="/static/img/brand/project_icon.webp" alt="The Tinybot Project" width="64"></h1> </a> </section> <section class="row gap-16"> @@ -27,8 +27,8 @@ function html_big_footer() <footer class="big"> <div class="w-50 column gap-8"> <section class="row gap-8 align-center"> - <img src="/static/img/brand/icon.webp" alt=""> - <h1>The Tinybot Project</h1> + <img src="/static/img/brand/project_icon.webp" alt="" height="82"> + <h1>Project<br>Tinybot</h1> </section> <p>Maintained by someone</p> </div> 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 |
