diff options
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> |
