Skip to content
This repository was archived by the owner on Jan 17, 2020. It is now read-only.

Commit 493359b

Browse files
committed
Update views
- Added discord trademark and discord invite to footer - Added summary for PyBot and discord widget to index - Added Beta badge to nav
1 parent e64c2c6 commit 493359b

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

templates/base.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@
3535
{% include "nav.html" %}
3636
{% block content %}{% endblock %}
3737

38-
<footer class="center">Copyright © 2019 Puyodead1 & Puyodead1 Development</footer>
38+
<footer class="center">
39+
<div class="container">
40+
<p>Copyright © 2019 Puyodead1 & Puyodead1 Development</p>
41+
<p><small>For Issues / Support, Join our <a href="https://discord.gg/8Kzmz6u">Discord Server</a></small></p>
42+
<p><small>The Discord logo is the intellectual property of <a href="https://discordapp.com/">Discord Inc.</a> | Icons provided by <a href="https://fontawesome.com">FontAwesome</a></small></p>
43+
</div>
44+
</footer>
3945
<script src="{{ url_for("static", filename="JS/jquery-3.4.1.min.js") }}"></script>
4046
<script src="{{ url_for("static", filename="JS/jquery-ui.min.js") }}"></script>
4147
<script src="{{ url_for("static", filename="JS/bootstrap.min.js") }}"></script>

templates/index.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@
88
<h1 class="display-3">PyBot</h1>
99
<p class="lead">Python Discord Bot</p>
1010
<hr class="my-4">
11-
{# <div class="container" style="padding-top: 12px">#}
12-
{# <div class="row">#}
13-
{# <div class="col-sm">#}
14-
{# <p>Serving <span class="span-server-info" id="user-count"></span> Users</p>#}
15-
{# </div>#}
16-
{# </div>#}
17-
{# </div>#}
11+
<p>PyBot is a multi-purpose Discord bot written in Python, it uses Discord.py as a wrapper for the discord API and provides a wide range of commands ranging from Moderation to Music and Games.</p>
1812
<p class="lead">
1913
<a class="btn btn-primary btn-lg" href="https://discordapp.com/api/oauth2/authorize?client_id=644927241855303691&permissions=8&scope=bot" role="button" target="_blank">Invite PyBot</a>
2014
</p>
15+
<iframe src="https://canary.discordapp.com/widget?id=644927766197698590&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
2116
</div>
2217
{% endblock %}

templates/nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
2-
<a class="navbar-brand" href="/">PyBot</a>
2+
<a class="navbar-brand" href="/">PyBot <sup class="badge" style="background-color: #777"><small>Beta</small></sup></a>
33
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01"
44
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
55
<span class="navbar-toggler-icon"></span>

0 commit comments

Comments
 (0)