Files @ f1575ece1a6b
Branch filter:

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

bkuhn
Merge in various HTML fixes from Martin Michlmayr <tbm@cyrius.com> on 2013-02-21.

This did not fast-forward merge because I'd made changes to those files since
Martin submitted his merge request. This merge brings in the changes
contributed in the following two commits from Martin:

commit 8b54927bb51833156a75354090c6ff7dd8794bc8
Author: Martin Michlmayr <tbm@cyrius.com>
Date: 2013-02-21 21:47:15 +0000

Remove stray character

commit 660c48a528baf4e09bb7cc3ccd30afd7bf46072d
Author: Martin Michlmayr <tbm@cyrius.com>
Date: 2013-02-21 21:46:40 +0000

Fix various HTML syntax errors
{% 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 %}