26 lines
915 B
HTML
26 lines
915 B
HTML
<%inherit file="marketing.html" />
|
|
|
|
<section class="tos">
|
|
<div>
|
|
<section class="help-email">
|
|
<h2>Help & Feedback</h2>
|
|
<p> If run into problems signing up for the web site which you
|
|
cannot resolve on your own, you can reach us at:</p>
|
|
<dl>
|
|
<dt>System-related questions</dt>
|
|
<dd><a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a></dd>
|
|
<dt>Content-related questions</dt>
|
|
<dd><a href="mailto:content@mitx.mit.edu">content@mitx.mit.edu</a></dd>
|
|
<dt>Bug reports</dt>
|
|
<dd><a href="mailto:bugs@mitx.mit.edu">bugs@mitx.mit.edu</a></dd>
|
|
<dt>Suggestions</dt>
|
|
<dd><a href="mailto:suggestions@mitx.mit.edu">suggestions@mitx.mit.edu</a></dd>
|
|
</dl>
|
|
|
|
<p> Please bear in mind that while we read them, we do not expect to
|
|
have time to respond to all e-mails.</p>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
|