Files @ a8710b4b9f2a
Branch filter:

Location: website/www/conservancy/static/about/contact/index.html - annotation

Denver Gingerich
Copyleft Compliance: mostly minor fixes to new pgs

These are mostly minor edits (typo fixes, etc.) to the enforcement
strategy and firmware liberation pages that were just added.

The one large change was to replace the first paragraph of the
enforcement strategy page with the full Conservancy description used
previously. The glue text used to shorten it appeared unsalvageable
and it wasn't immediately obvious how to replace it with something
better, so we used the full description instead.
{% extends "base_about.html" %}
{% block subtitle %}Contact - {% endblock %}
{% block submenuselection %}Contact{% endblock %}
{% block content %}

<h1>Contact the Conservancy</h1>

<p>The best way to contact the Conservancy is via email
to <a href='mailto:info@sfconservancy.org'>&lt;info@sfconservancy.org&gt;</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>

<h2>Telephone</h2>
<p>+1-212-461-3245<br />
</p>

<h2>Postal Address</h2>
<p>Software Freedom Conservancy, Inc.<br />
137 MONTAGUE ST  STE 380<br/>
Brooklyn, NY 11201-3548
</p>

<h2>Internet Relay Chat</h2>

<p>Our IRC channel is #conservancy on irc.freenode.net.</p>

{% endblock %}