update some frontend

This commit is contained in:
jude 2023-05-27 16:12:09 +01:00
parent aa931328b0
commit 115fbd44cb
3 changed files with 48 additions and 18 deletions

View File

@ -51,8 +51,8 @@
<a class="navbar-item" href="https://invite.reminder-bot.com"> <a class="navbar-item" href="https://invite.reminder-bot.com">
<i class="fas fa-plus"></i> <i class="fas fa-plus"></i>
</a> </a>
<a class="navbar-item" href="https://github.com/jellywx"> <a class="navbar-item" href="https://gitea.jellypro.xyz/jude">
<i class="fab fa-github"></i> <i class="fab fa-git-square"></i>
</a> </a>
<a class="navbar-item" href="https://discord.jellywx.com"> <a class="navbar-item" href="https://discord.jellywx.com">
<i class="fab fa-discord"></i> <i class="fab fa-discord"></i>
@ -155,7 +155,7 @@
<br> <br>
<a href="/cookies">Cookies</a> | <a href="/privacy">Privacy Policy</a> | <a href="/terms">Terms of Service</a> <a href="/cookies">Cookies</a> | <a href="/privacy">Privacy Policy</a> | <a href="/terms">Terms of Service</a>
<br> <br>
<a href="https://patreon.com/jellywx"><strong>Patreon</strong></a> | <a href="https://discord.jellywx.com"><strong>Discord</strong></a> | <a href="https://github.com/JellyWX"><strong>GitHub</strong></a> <a href="https://patreon.com/jellywx"><strong>Patreon</strong></a> | <a href="https://discord.jellywx.com"><strong>Discord</strong></a> | <a href="https://gitea.jellypro.xyz/jude"><strong>Gitea</strong></a>
<br> <br>
or, <a href="mailto:jude@jellywx.com">Email me</a> or, <a href="mailto:jude@jellywx.com">Email me</a>
</p> </p>

View File

@ -109,7 +109,7 @@
</div> </div>
<div class="tile is-parent is-vertical"> <div class="tile is-parent is-vertical">
<article class="tile is-child notification"> <article class="tile is-child notification">
<p class="title">Import/Export</p> <p class="title">Import/export</p>
<p class="subtitle">Learn how to import and export data from the dashboard</p> <p class="subtitle">Learn how to import and export data from the dashboard</p>
<div class="content has-text-centered"> <div class="content has-text-centered">
<a class="button is-size-4 is-rounded is-light" href="/help/iemanager"> <a class="button is-size-4 is-rounded is-light" href="/help/iemanager">
@ -148,7 +148,7 @@
<div class="hero-foot has-text-centered"> <div class="hero-foot has-text-centered">
<a class="button is-size-6 is-rounded is-primary" href="https://discord.jellywx.com"> <a class="button is-size-6 is-rounded is-primary" href="https://discord.jellywx.com">
<p class="is-size-6"> <p class="is-size-6">
Join Discord <span class="icon"><i class="fas fa-chevron-right"></i></span> <span>Join Discord</span> <span class="icon"><i class="fas fa-chevron-right"></i></span>
</p> </p>
</a> </a>
</div> </div>

View File

@ -44,22 +44,52 @@
</div> </div>
</div> </div>
<section class="hero is-small"> <section class="hero is-medium">
<div class="hero-body"> <div class="hero-body">
<div class="container has-text-centered"> <div class="columns">
<p class="title">Ready to go?</p> <div class="column">
<p class="content"> <div class="container has-text-centered">
Add the bot to get started! <p class="title">Technically-minded?</p>
</p> <p class="content">
Install the bot on your own server!
</p>
<a class="button is-size-6 is-rounded is-link" href="https://gitea.jellypro.xyz/jude/reminder-bot">
<p class="is-size-6">
<span>Install</span> <span class="icon"><i class="fas fa-chevron-right"></i></span>
</p>
</a>
</div>
</div>
<div class="column">
<div class="container has-text-centered">
<p class="title">Ready to go?</p>
<p class="content">
Add the bot to get started!
</p>
<a class="button is-size-6 is-rounded is-success" href="https://invite.reminder-bot.com">
<p class="is-size-6">
<span>Add Now</span> <span class="icon"><i class="fas fa-chevron-right"></i></span>
</p>
</a>
</div>
</div>
<div class="column">
<div class="container has-text-centered">
<p class="title">Need support?</p>
<p class="content">
Check out our guides, or join our Discord
</p>
<a class="button is-size-6 is-rounded is-primary" href="/help">
<p class="is-size-6">
<span>Guides</span> <span class="icon"><i class="fas fa-chevron-right"></i></span>
</p>
</a>
</div>
</div>
</div> </div>
</div> </div>
<div class="hero-foot has-text-centered">
<a class="button is-size-6 is-rounded is-success" href="https://invite.reminder-bot.com">
<p class="is-size-6">
Add Now <span class="icon"><i class="fas fa-chevron-right"></i></span>
</p>
</a>
</div>
</section> </section>
{% endblock %} {% endblock %}