2010-10-03 22:37:08 +00:00
|
|
|
{% extends "base_about.html" %}
|
2010-09-26 21:20:05 +00:00
|
|
|
{% block subtitle %}Contact - {% endblock %}
|
2010-10-03 22:37:08 +00:00
|
|
|
{% block submenuselection %}Contact{% endblock %}
|
2010-09-26 21:20:05 +00:00
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<h1>Contact the Conservancy</h1>
|
|
|
|
|
2010-10-03 23:07:48 +00:00
|
|
|
<p>The best way to contact the Conservancy is via email
|
|
|
|
to <a href='mailto:info@sfconservancy.org'><info@sfconservancy.org></a>.
|
|
|
|
We do our best to respond to all email within a reasonable time period.
|
|
|
|
If you don't hear from us within a week, please try again.</p>
|
2010-09-26 21:20:05 +00:00
|
|
|
|
|
|
|
<h2>Telephone</h2>
|
2010-10-04 03:04:23 +00:00
|
|
|
<p>+1-212-461-3245<br />
|
2010-10-03 23:07:48 +00:00
|
|
|
</p>
|
2010-09-26 21:20:05 +00:00
|
|
|
|
|
|
|
<h2>Postal Address</h2>
|
2010-10-03 23:07:48 +00:00
|
|
|
<p>Software Freedom Conservancy, Inc.<br />
|
|
|
|
137 MONTAGUE ST STE 380<br/>
|
|
|
|
Brooklyn, NY 11201-3548
|
2013-02-21 21:46:40 +00:00
|
|
|
</p>
|
2010-09-26 21:20:05 +00:00
|
|
|
|
|
|
|
<h2>Internet Relay Chat</h2>
|
|
|
|
|
2010-10-03 23:07:48 +00:00
|
|
|
<p>Our IRC channel is #conservancy on irc.freenode.net.</p>
|
2010-09-26 21:20:05 +00:00
|
|
|
|
|
|
|
{% endblock %}
|