Files @ f1575ece1a6b
Branch filter:

Location: website/www/conservancy/static/members/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_members.html" %}
{% block subtitle %}Project Membership in {% endblock %}
{% block content %}

<h1>Conservancy Project Membership</h1>

<p>A major component of Conservancy's work to advance software freedom is
  through its work to provide
  non-profit <a href="/members/services/">infrastructure and services</a>
  to
  <a href="/members/current/">its member projects</a>.  Conservancy's goal
  is to handle all the parts of advocacy, leadership, organization and
  coordination other than actual development of the software and
  documentation.  By handling all these details, Conservancy allows its
  member project developers to focus on what they do best: writing,
  improving and documenting FLOSS.</p>

<p>Project leaders who believe that their project might benefit from
  Conservancy's <a href="/members/services/">member project services</a>
  are encouraged to <a href="/members/apply/">apply for
  membership</a>.</p>
{% endblock %}