diff options
Diffstat (limited to 'templates/main/info/index.html')
| -rw-r--r-- | templates/main/info/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/templates/main/info/index.html b/templates/main/info/index.html new file mode 100644 index 00000000..fe779a3b --- /dev/null +++ b/templates/main/info/index.html @@ -0,0 +1,41 @@ +{% extends "main/base.html" %} +{% block title %}Information{% 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"> + Information + + <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"> + What you need, when you need it + </p> + + <p> + <strong>Getting Help</strong> + <a href="/info/help"><i class="fas fa-link"></i></a> + <br /> + <span class="uk-text-meta">How to ask for help - and how to interpret the responses</span> + </p> + + <p> + <strong>Resources</strong> + <a href="/info/resources"><i class="fas fa-link"></i></a> + <br /> + <span class="uk-text-meta">A page full of useful resources for learning and working with Python</span> + </p> + + <p> + <strong>Server Rules</strong> + <a href="/info/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 %}
\ No newline at end of file |