diff options
author | 2018-06-18 22:20:15 +0100 | |
---|---|---|
committer | 2018-06-18 22:20:15 +0100 | |
commit | 73bfe3211f5b05c503d00c6cb38372a191c10040 (patch) | |
tree | 81db9d26b3a2bb69f898a7f6198cbaaaa82d8005 /templates | |
parent | s/color/colour/g (diff) |
Partner updates
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/index.html | 13 | ||||
-rw-r--r-- | templates/main/navigation.html | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/templates/main/index.html b/templates/main/index.html index c2d81a43..a9d022d1 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -4,9 +4,12 @@ {% block content %} <div class="uk-section uk-section-primary"> <div class="uk-container uk-text-center"> - <h1 class="uk-header"> + <h1 class="uk-header uk-article-title"> Python Discord </h1> + <p class="uk-article-meta"> + The official Discord server of <a href="https://www.reddit.com/r/Python/">r/Python</a> + </p> <p class="uk-text-lead"> We're a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as @@ -17,6 +20,14 @@ available to assist around the clock. Whether you're looking to learn the language or working on a complex project, we've got someone who can help you if you get stuck. </p> +{# <div class="uk-container uk-align-center">#} +{# <a href="https://www.reddit.com/r/Python/" class="uk-button uk-button-large uk-button-darkish" id="reddit-button">#} +{# <div>#} +{# <i class="uk-icon fa-fw fab fa-reddit-alien uk-float-left"></i>#} +{# <div class="uk-text-center">Official Discord server of r/Python</div>#} +{# </div>#} +{# </a>#} +{# </div>#} <div class="uk-container uk-align-center"> <a href="{{ url_for('main.invite') }}" class="uk-button uk-button-large uk-button-darkish" id="invite-button"> <img src="https://discordapp.com/api/guilds/267624335836053506/embed.png?style=banner3"> diff --git a/templates/main/navigation.html b/templates/main/navigation.html index ea525d2f..cd5b967f 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -26,6 +26,7 @@ {% endif %} <li><a href="{{ url_for('main.invite') }}"><i class="uk-icon fab fa-discord fa-fw"></i> Discord</a></li> + <li><a href="https://www.reddit.com/r/Python/" title="r/Python on Reddit"><i class="uk-icon fab fa-reddit-alien fa-fw"></i> Reddit</a></li> {% if is_staff() %} {% if current_page.startswith("staff.") %} @@ -55,6 +56,7 @@ {% endif %} <li class="uk-nav-item uk-hidden@m"><a href="{{ url_for('main.invite') }}"><i class="uk-icon fab fa-discord fa-fw"></i> Discord</a></li> + <li class="uk-nav-item uk-hidden@m"><a href="https://www.reddit.com/r/Python/" title="r/Python on Reddit"><i class="uk-icon fab fa-reddit-alien fa-fw"></i> Reddit</a></li> {% if is_staff() %} {% if current_page.startswith("staff.") %} |