aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/about/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/about/index.html')
-rw-r--r--templates/main/about/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/templates/main/about/index.html b/templates/main/about/index.html
new file mode 100644
index 00000000..47db8f4e
--- /dev/null
+++ b/templates/main/about/index.html
@@ -0,0 +1,34 @@
+{% extends "main/base.html" %}
+{% block title %}About{% endblock %}
+{% block og_title %}About{% endblock %}
+{% block og_description %}Partners links, and information about the server{% endblock %}
+{% block content %}
+ <div class="uk-section">
+ <div class="uk-container uk-container-small">
+ <article class="uk-article">
+ <h1 class="uk-article-title hover-title" id="top">
+ About
+
+ <a href="#top" class="uk-text-primary" title="Permanent link to this header">
+ <i class="fas fa-paragraph" data-fa-transform="shrink-8"></i>
+ </a>
+ </h1>
+ <p class="uk-article-meta">
+ Learn about the server, find links to our Partners, and more!
+ </p>
+ <p>
+ <strong>Server 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>
+ </p>
+ <p>
+ <strong>Server 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>
+ </p>
+ </article>
+ </div>
+ </div>
+{% endblock %}