mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Added a patreon banner link to the index and dashboard
This commit is contained in:
parent
c832e69483
commit
d363b66799
@ -2,6 +2,7 @@
|
||||
{% set title="Dashboard" %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'patreon_banner.html.j2' %}
|
||||
<h1>User Dashboard</h1>
|
||||
<p class="flow-text">Select a server to configure Titan Embeds.</p>
|
||||
<p>*List missing some servers? It's because you must have either <strong>Manage Server</strong>, <strong>Kick Members</strong>, or <strong>Ban Members</strong> permissions to modify embed settings.</p>
|
||||
|
@ -2,6 +2,7 @@
|
||||
{% set title="Index" %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'patreon_banner.html.j2' %}
|
||||
<h1 class="center-align">Embed Discord like a<br><strong>true Titan</strong></h1>
|
||||
<p class="flow-text center-align">Add <strong>Titan</strong> to your discord server to create your own personalized chat embed!</p>
|
||||
<a class="waves-effect waves-light btn btn-large center_content" href="{{ url_for('user.dashboard') }}">Start here!</a>
|
||||
|
3
webapp/titanembeds/templates/patreon_banner.html.j2
Normal file
3
webapp/titanembeds/templates/patreon_banner.html.j2
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="collection">
|
||||
<a href="https://www.patreon.com/TitanEmbeds" class="collection-item"><i class="material-icons">monetization_on</i> We have decided to open a Patreon page to help fund the Titan. If you are interested and would like to help, please check it out!</a>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user