source: asadb/template/about/index.html

space-accessstablestage
Last change on this file was 0a31846, checked in by Alex Dehnert <adehnert@…>, 13 years ago

Add page on database roles (ASA-#164)

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{% extends "base.html" %}
2
3{% block title %}Help &amp; About{% endblock %}
4{% block content %}
5
6<h1>Help &amp; About</h1>
7
8<p>The ASA Group Database is provided principally for the use of the ASA Executive Board, MIT student group officers, current and potential group members, and MIT offices supporting those groups.</p>
9
10<p>To contact the Association of Student Activities, please see <a href='http://web.mit.edu/asa/about/contact-info.html'>our contact information</a>. For issues directly about the ASA Group Database, please contact the database team at <a href='mailto:asa-db@mit.edu'>asa-db@mit.edu</a>. Make sure to <em>include your group's name</em>, and preferably a link to your group's database page. If you're following up on an email from us or the database, please make sure to <em>quote the original message</em>.</p>
11
12<p>See also the following pages:</p>
13
14<ul>
15    <li><a href='http://web.mit.edu/asa/database/faq.html'>Frequently Asked Questions</a> (on the ASA website)</li>
16    <li><a href='http://web.mit.edu/asa/database/account-numbers.html'>Information on visibility of account numbers</a> (on the ASA website)</li>
17    <li><a href='http://web.mit.edu/asa/database/use-of-data.html'>Use of Data</a> (on the ASA website)</li>
18    <li><a href='{% url about-roles %}'>Roles tracked by the ASA Database</a></li>
19</ul>
20
21<p>The database was originally developed by Alex Dehnert. Continuing maintenance has been by the ASA Executive Board, in particular Alex Dehnert, Geoffrey Thomas, and Rachel Meyer.</p>
22
23{% endblock %}
Note: See TracBrowser for help on using the repository browser.