diff options
Diffstat (limited to 'views/join_intro.html')
-rw-r--r-- | views/join_intro.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/views/join_intro.html b/views/join_intro.html new file mode 100644 index 0000000..9ed93d5 --- /dev/null +++ b/views/join_intro.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} + +{% block head %} + <link rel="stylesheet" href="/styles/join_common.css"> +{% endblock %} + +{% block content %} + <h1>Joining the Blind Guild</h1> + <p> + So you want to join the Blind Guild. + Be warned, + we are a very exclusive club + and we aren't actively seeking new members. + However, if you're a skilled player + and feel like you could help elevate the Blind Guild, + feel free to send us an application! + </p> + <p> + Click the button below to go to the form + where you can submit your application. + </p> + <a class="button" href="/join_form.html">Apply</a> +{% endblock %} |