Fix various HTML syntax errors
This commit is contained in:
parent
a18e221dc6
commit
660c48a528
6 changed files with 10 additions and 11 deletions
|
@ -18,6 +18,7 @@ If you don't hear from us within a week, please try again.</p>
|
|||
<p>Software Freedom Conservancy, Inc.<br />
|
||||
137 MONTAGUE ST STE 380<br/>
|
||||
Brooklyn, NY 11201-3548
|
||||
</p>
|
||||
|
||||
<h2>Internet Relay Chat</h2>
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ as a non-profit in the State of New York, files an annual CHAR-500 with
|
|||
New York State. Below, Conservancy makes available these filings for
|
||||
public inspection, in reverse chronological order:</p>
|
||||
|
||||
<p>
|
||||
<ul>
|
||||
<li>Fiscal Year 2011
|
||||
<p>Conservancy's FY 2011 ended on 2012-02-29. Conservancy's current filing
|
||||
|
@ -61,5 +60,5 @@ public inspection, in reverse chronological order:</p>
|
|||
incorporation documents, and as approved by New York on 7 April 2006.</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul></p>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
|
|
@ -27,7 +27,7 @@ is also a masters instructor at the University of Paris I La Sorbonne and a
|
|||
|
||||
<h2>Daniel B. Ravicher - Litigation Counsel</h2>
|
||||
|
||||
Daniel B. Ravicher is a Lecturer in Law at Benjamin N. Cardozo School of
|
||||
<p>Daniel B. Ravicher is a Lecturer in Law at Benjamin N. Cardozo School of
|
||||
Law. He has published numerous legal articles and given dozens of
|
||||
presentations regarding Free and Open Source Software legal issues and
|
||||
served as lead counsel for free and open source software developers in the
|
||||
|
@ -60,7 +60,7 @@ of <a href="http://pubpat.org">the Public Patent Foundation</a>.
|
|||
legal work with Conservancy, SFLC, and Question Copyright and serves
|
||||
as <a href="/about/officers#karen">an officer of both the Conservancy</a>
|
||||
and SFLC. Before joining SFLC, Karen worked as an associate in the
|
||||
corporate departments of Gibson, Dunn & Crutcher LLP in New York and
|
||||
corporate departments of Gibson, Dunn & Crutcher LLP in New York and
|
||||
Clifford Chance in New York and London. Karen received her law degree
|
||||
from Columbia Law School in 2000, where she was a James Kent Scholar and
|
||||
co-founder of the Columbia Science and Technology Law Review. Karen
|
||||
|
@ -89,7 +89,7 @@ for the GNU project.</p>
|
|||
<p><em>Directors Emeritus of the Software Freedom Conservancy are former
|
||||
members of Conservancy's <a href="/about/board/">Board of
|
||||
Directors</a> who continue to support Conservancy's mission and
|
||||
occasionally advise Conservancy.</em</p>
|
||||
occasionally advise Conservancy.</em></p>
|
||||
|
||||
|
||||
<h2>Ian Lance Taylor - Director Emeritus</h2>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<p class="date">{{ object.pub_date|date:"F j, Y" }} by {{ object.author.formal_name }}</p>
|
||||
<h2>{{ object.headline|safe }}</h2>
|
||||
{{ object.body|safe }}
|
||||
<p><i>Posted by <strong>{{ object.author.formal_name }}</strong> on {{ object.pub_date|date:"F j, Y" }}. Please email any comments on this entry to info@sfconservancy.org</a>.</i></p>
|
||||
<p><i>Posted by <strong>{{ object.author.formal_name }}</strong> on {{ object.pub_date|date:"F j, Y" }}. Please email any comments on this entry to <a href="mailto:info@sfconservancy.org">info@sfconservancy.org</a>.</i></p>
|
||||
|
||||
{% if object.tags.all %}<p class="blog-tags">Tags: {% for tag in object.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %}
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
<div class="columns">
|
||||
|
||||
<div class="column column-small column-left">
|
||||
<p>
|
||||
<h2>Learn More about Conservancy</h2>
|
||||
<p>
|
||||
<span class="continued"><a href="/overview/">An Overview of Conservancy…</a></span>
|
||||
<span class="continued"><a href="/members/current/">Conservancy's current member projects…</a></span>
|
||||
<span class="continued"><a href="/members/services/">Services that Conservancy provides to its member projects…</a></span>
|
||||
|
@ -85,8 +85,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<p><span class="continued"><a href="/news/">Conservancy News
|
||||
Archive…</a></p>
|
||||
<p><span class="continued"><a href="/news/">Conservancy News Archive…</a></span></p>
|
||||
{% if blog.0.is_recent %}
|
||||
<h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2>
|
||||
<div class="shaded">
|
||||
|
@ -107,7 +106,7 @@
|
|||
<p><a href="/blog/">Conservancy Blog Archive...</a></p>
|
||||
</div>
|
||||
{% else %}
|
||||
<p><span class="continued"><a href="/blog/">Conservancy Blog Archive…</a></p>
|
||||
<p><span class="continued"><a href="/blog/">Conservancy Blog Archive…</a></span></p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% block outercontent %}
|
||||
<div id="container">
|
||||
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
||||
<h2>News Index by Year</h3>
|
||||
<h2>News Index by Year</h2>
|
||||
<ul>
|
||||
{% for year in date_list reversed %}<li class="{{ year|date:"Y" }}"><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue