Added a patreon banner link to the index and dashboard

This commit is contained in:
Jeremy Zhang 2017-08-13 11:19:43 +00:00
parent c832e69483
commit d363b66799
3 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View 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>