aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/index.html')
-rw-r--r--templates/main/index.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/templates/main/index.html b/templates/main/index.html
deleted file mode 100644
index c73c2e4b..00000000
--- a/templates/main/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
-{% extends "main/base.html" %}
-{% block title %}Home{% endblock %}
-{% block og_title %}Home{% endblock %}
-{% block content %}
-<div class="uk-section uk-section-primary">
- <div class="uk-container uk-text-center">
- <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
- those looking to help others.
- </p>
- <p>
- We organise regular community events and have a dedicated staff of talented Python developers
- 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="{{ 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">
- </a>
- </div>
- <hr class="uk-divider-icon"/>
- <div class="uk-container uk-container-small uk-text-meta">
- <p>
- Please note: this site is under construction. What you see now may be vastly different
- from the final project state. Feel free to chat to us on Discord if you're curious!
- </p>
- </div>
-
- </div>
-</div>
-{% endblock %}