diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-04 19:01:08 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-04 19:01:08 +0500 |
| commit | f0d725c3983ef924dcf262992eddd06270432231 (patch) | |
| tree | 2cb87283dae03c103c6f937c83ace132e809861c /public/index.php | |
| parent | 3efe04aa1a50a9b3227eb3b060ce73e16ea3334b (diff) | |
feat: big promo section
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index b0fa818..1e3c04b 100644 --- a/public/index.php +++ b/public/index.php @@ -15,7 +15,23 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php'; <?php html_navigation_bar() ?> <content> - <h1>test</h1> + <!-- 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="" + style="border-top-left-radius:4px;border-bottom-left-radius:4px;"> + </div> + <div class="column justify-end gap-8 p-16"> + <h1 class="self-end text-right">Enhance your chat with the bot</h1> + <p class="self-end text-right"> + A multi-utility Twitch chat bot that brings<br> + a lot of functionality into your chat. + </p> + <a href="#" class="self-end"> + <button>Get the bot</button> + </a> + </div> + </section> </content> </main> |
