2012-08-27 14:19:13 +00:00
|
|
|
{% extends "base_conservancy.html" %}
|
|
|
|
{% block subtitle %}Sponsors - {% endblock %}
|
|
|
|
{% block category %}sponsors{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
|
2012-11-30 15:25:46 +00:00
|
|
|
<h1>Conservancy's Sponsors</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>.
|
2012-08-27 14:19:13 +00:00
|
|
|
The sponsors 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>
|
|
|
|
|
2012-08-27 14:38:06 +00:00
|
|
|
<ul id="sponsor">
|
2013-05-17 20:10:21 +00:00
|
|
|
<li id="sponsor"><a href="http://appendto.com/"><img src="/img/sponsors/appendTo.png" height="75" width="200" alt="appendTo" /></a></li>
|
2012-10-25 14:03:56 +00:00
|
|
|
<li id="sponsor"><a href="http://www.blackducksoftware.com/"><img src="/img/sponsors/black-duck.jpg" height="51" width="230" alt="Black Duck" /></a></li>
|
2012-08-27 14:49:23 +00:00
|
|
|
<li id="sponsor"><a href="http://gandi.net"><img src="/img/sponsors/gandi.png" height="65" width="171" alt="Gandi.Net" /></a></li>
|
2012-10-24 17:54:04 +00:00
|
|
|
<li id="sponsor"><a href="http://google.com"><img src="/img/sponsors/google.png" height="76" width="238" alt="Google" /></a></li>
|
2013-06-04 17:06:55 +00:00
|
|
|
<li id="sponsor"><a href="http://www.hp.com/"><img src="/img/sponsors/hp.png" height="75" width="75" alt="HP" /></a></li>
|
2012-08-27 14:49:23 +00:00
|
|
|
<li id="sponsor"><a href="http://linuxfoundation.org"><img src="/img/sponsors/linuxfoundation.png" height="76" width="250" alt="Linux Foundation" /></a></li>
|
2013-04-26 21:38:22 +00:00
|
|
|
<li id="sponsor"><a href="https://www.mozilla.org/foundation/"><img src="/img/sponsors/mozilla.png" height="101" width="250" alt="Mozilla Foundation" /></a></li>
|
2013-05-20 14:16:48 +00:00
|
|
|
<li id="sponsor"><a href="https://www.redhat.com/"><img src="/img/sponsors/redhat.png" height="80" width="250" alt="Red Hat" /></a></li>
|
2013-06-18 16:55:42 +00:00
|
|
|
<li id="sponsor"><a href="https://www.samsung.com/"><img src="/img/sponsors/samsung.jpg" height="83" width="250" alt="Samsung" /></a></li>
|
2013-05-20 14:03:07 +00:00
|
|
|
<li id="sponsor"></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> -->
|
2012-08-27 14:21:09 +00:00
|
|
|
{% endblock %}
|