aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/about/index.html
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2018-05-22 20:16:12 +0100
committerGravatar Jeremiah Boby <[email protected]>2018-05-22 20:16:12 +0100
commit96878097c00db06e61662fa1d34310ea552f15f1 (patch)
treec132bd5c67e508781b6162d0160b305edb4c0bfd /templates/main/about/index.html
parentAdded our new partner - Functional Programming - to the partners page! (diff)
parentRevision of the rules, and a channels page (diff)
Merge branch 'master' of https://github.com/discord-python/site
Merge master
Diffstat (limited to 'templates/main/about/index.html')
-rw-r--r--templates/main/about/index.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/templates/main/about/index.html b/templates/main/about/index.html
index 47db8f4e..35fe6ae0 100644
--- a/templates/main/about/index.html
+++ b/templates/main/about/index.html
@@ -14,19 +14,25 @@
</a>
</h1>
<p class="uk-article-meta">
- Learn about the server, find links to our Partners, and more!
+ Learn about the server, find links to our partners, and more!
</p>
<p>
- <strong>Server Partners</strong>
+ <strong>Channels</strong>
+ <a href="{{ url_for('main.about.channels') }}"><i class="fas fa-link"></i></a>
+ <br />
+ <span class="uk-text-meta">Server channel listings and information</span>
+ </p>
+ <p>
+ <strong>Partners</strong>
<a href="{{ url_for('main.about.partners') }}"><i class="fas fa-link"></i></a>
<br />
- <span class="uk-text-meta">Links to our Partner servers!</span>
+ <span class="uk-text-meta">Links to our partnered servers</span>
</p>
<p>
- <strong>Server Rules</strong>
+ <strong>Rules</strong>
<a href="{{ url_for('main.about.rules') }}"><i class="fas fa-link"></i></a>
<br />
- <span class="uk-text-meta">Rules and infraction information for our server</span>
+ <span class="uk-text-meta">Rules and infraction information for our community</span>
</p>
</article>
</div>