Files @ 674261e0f0c2
Branch filter:

Location: website/www/conservancy/static/sponsors/index.html

bkuhn
Start errors in shown state for non-Javascript.

Since the error messages have important information, and since the
Javascript code is the only "enforcer" of the minimum donation, the
errors really should be displayed by default if the browser is not
Javascript-capable. This change does that, but also toggles the state
back so that errors are not shown until needed in Javascript-capable
browsers.

I believe this still fits graceful degradation, since browsers without
Javascript and CSS were already showing the errors anyway, so now the
only real change is that everyone sees the errors by default.

It *might* make sense to not show the errors in red in non-Javascript
browsers (i.e., make the default CSS color black for the form-error-show
class, and then change it to red in the Javascript). I didn't make that
so, because it's not clear to me that's right, and we *do* want to draw
attention to the errors lest people become a supporter below the
minimum (which has happened once already -- that precipitated this
change).

I'm still annoyed that PayPal doesn't provide a "minimum but no maximum"
variable donation box of its own, which would solve this problem
outright.
{% extends "base_conservancy.html" %}
{% block subtitle %}Sponsors - {% endblock %}
{% block category %}sponsors{% endblock %}
{% block head %}
<meta charset="UTF-8"/>
{% endblock %}

{% block content %}

<h1>Conservancy's Sponsors &amp; Supporters</h1>

<p>Conservancy relies on donations from the general public to support its
work, and asks everyone <a href="/donate">to donate generously</a>.

<h2>Sponsors</h2>

<p>The sponsors whose logos are listed below (in alphabetical order) have donated
substantially in the past twelve months to support the ongoing work of
Conservancy.  These sponsors support our work through financial
contributions.  Conservancy graciously thanks these sponsors for their
support, but doesn't necessarily endorse nor promote any specific activity of
any of its sponsors.</p>

<ul id="sponsor">
<li><a href="http://appendto.com/"><img src="/img/sponsors/appendTo.png" height="75" width="200" alt="appendTo" /></a></li>
<li><a href="http://www.blackducksoftware.com/"><img src="/img/sponsors/black-duck.jpg" height="51" width="230" alt="Black Duck" /></a></li>
<li><a href="http://www.citrix.com/"><img src="/img/sponsors/citrix.png" height="79" width="250" alt="Citrix" /></a></li>
<li><a href="http://gandi.net"><img src="/img/sponsors/gandi.png" height="65" width="171" alt="Gandi.Net" /></a></li>
<li><a href="http://google.com"><img src="/img/sponsors/google.png" height="76" width="238" alt="Google" /></a></li>
<li><a href="http://www.hp.com/"><img src="/img/sponsors/hp.png" height="75" width="75" alt="HP" /></a></li>
<li><a href="http://linuxfoundation.org"><img src="/img/sponsors/linuxfoundation.png" height="76" width="250" alt="Linux Foundation" /></a></li>
<li><a href="https://github.com/davidmarin"><img src="/img/sponsors/marin-halpin.png" height="80" width="250" alt="David Marin and Amanda Halpin" /></a></li>
<li><a href="https://www.mozilla.org/foundation/"><img src="/img/sponsors/mozilla.png" height="101" width="250" alt="Mozilla Foundation" /></a></li>
<li><a href="https://www.redhat.com/"><img src="/img/sponsors/redhat.png" height="80" width="250" alt="Red Hat" /></a></li>
<li><a href="https://www.samsung.com/"><img src="/img/sponsors/samsung.jpg" height="83" width="250" alt="Samsung" /></a></li>
</ul>

<!-- This section will be added when we have in-kind contributions -->

<!-- <h3>In-Kind Donation of Services</h3> -->

<!-- <p>Conservancy would also like to thank the following companies who have -->
<!--   donated services and/or resources in-kind to support Conservancy's -->
<!--   work.</p> -->

<!-- <ul> -->
<!-- </ul> -->
<br/>
<hr/>
<br/>
<h2>Supporters</h2>

<p>Conservancy Supporters are individuals who give $120 or more annually as
  part of <a href="/supporter/">the Official Conservancy Supporter
  program</a>.  Those who request public acknowledgment are listed here in
  alphabetical order by surname:</p>

<a id="supporters"></a>
   
<ul id="supporters">
  <li>Aleph Objects, Inc.</li>
  <li>Russ Allbery</li>
  <li>Anonymous</li>
  <li>Alison Chaiken</li>
  <li>Mark Cohen</li>
  <li>Karl Fogel</li>
  <li>Philippe Gauthier</li>
  <li>Scott González</li>
  <li>Steven Hamilton</li>
  <li>Ian Kelling</li>
  <li>Tom Kent</li>
  <li>Michael Miller</li>
  <li>Pariksheet Nanda</li>
  <li>Deborah A. Nicholson</li>
  <li>Christopher Schafer</li>
  <li>Richard Schmeidler</li>
  <li>Mats Sjöberg</li>
  <li>W. John Sullivan</li>
  <li>Kat Walsh</li>
  <li>Christopher Allan Webber</li>
  <li>Mark Wielaard</li>
  <li>Richard Wheeler</li>
  <li>Seymour Zucker</li>
  <li>立思科技藝術有限公司</li>
</ul>

{% endblock %}