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

81 lines
3.4 KiB
HTML
Raw Normal View History

2012-08-27 14:19:13 +00:00
{% extends "base_conservancy.html" %}
{% block subtitle %}Sponsors - {% endblock %}
{% block category %}sponsors{% endblock %}
2014-12-03 19:26:55 +00:00
{% block head %}
<meta charset="UTF-8"/>
2014-12-03 19:27:47 +00:00
{% endblock %}
2014-12-03 19:26:55 +00:00
2012-08-27 14:19:13 +00:00
{% block content %}
<h1>Conservancy's Sponsors &amp; Supporters</h1>
2012-08-27 14:19:13 +00:00
<p>Conservancy relies on donations from the general public to support its
2012-11-30 15:25:46 +00:00
work, and asks everyone <a href="/donate">to donate generously</a>.
2014-12-03 17:51:21 +00:00
<h2>Sponsors</h2>
2014-12-03 17:36:53 +00:00
<p>The sponsors whose logos are listed below (in alphabetical order) have donated
2012-08-27 14:19:13 +00:00
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>
2012-08-27 14:19:13 +00:00
<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>
2012-08-27 14:19:13 +00:00
</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> -->
2014-12-03 18:11:34 +00:00
<br/>
2014-12-03 17:34:43 +00:00
<hr/>
2014-12-03 18:11:34 +00:00
<br/>
2014-12-03 17:51:21 +00:00
<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">
2014-12-04 02:27:24 +00:00
<li>Aleph Objects, Inc.</li>
<li>Russ Allbery</li>
<li>Anonymous</li>
2014-12-04 02:27:24 +00:00
<li>Mark Cohen</li>
2014-12-03 20:54:03 +00:00
<li>Karl Fogel</li>
2014-12-03 18:14:48 +00:00
<li>Philippe Gauthier</li>
<li>Steven Hamilton</li>
<li>Ian Kelling</li>
2014-12-04 03:20:54 +00:00
<li>Pariksheet Nanda</li>
2014-12-03 20:31:31 +00:00
<li>Deborah A. Nicholson</li>
2014-12-04 02:27:24 +00:00
<li>Christopher Schafer</li>
<li>Richard Schmeidler</li>
2014-12-03 17:29:29 +00:00
<li>W. John Sullivan</li>
2014-12-03 19:19:01 +00:00
<li>Kat Walsh</li>
2014-12-03 17:29:29 +00:00
<li>Christopher Allan Webber</li>
2014-12-04 02:27:24 +00:00
<li>Mark Wielaard</li>
2014-12-03 19:26:55 +00:00
<li>立思科技藝術有限公司</li>
</ul>
2012-08-27 14:21:09 +00:00
{% endblock %}