2012-08-27 10:19:13 -04:00
|
|
|
{% extends "base_conservancy.html" %}
|
|
|
|
{% block subtitle %}Sponsors - {% endblock %}
|
|
|
|
{% block category %}sponsors{% endblock %}
|
2014-12-03 14:26:55 -05:00
|
|
|
{% block head %}
|
|
|
|
<meta charset="UTF-8"/>
|
2014-12-03 14:27:47 -05:00
|
|
|
{% endblock %}
|
2014-12-03 14:26:55 -05:00
|
|
|
|
2012-08-27 10:19:13 -04:00
|
|
|
{% block content %}
|
|
|
|
|
2014-12-03 10:57:10 -05:00
|
|
|
<h1>Conservancy's Sponsors & Supporters</h1>
|
2012-08-27 10:19:13 -04:00
|
|
|
|
|
|
|
<p>Conservancy relies on donations from the general public to support its
|
2012-11-30 10:25:46 -05:00
|
|
|
work, and asks everyone <a href="/donate">to donate generously</a>.
|
2014-12-03 10:57:10 -05:00
|
|
|
|
2014-12-03 12:51:21 -05:00
|
|
|
<h2>Sponsors</h2>
|
2014-12-03 10:57:10 -05:00
|
|
|
|
2014-12-03 12:36:53 -05:00
|
|
|
<p>The sponsors whose logos are listed below (in alphabetical order) have donated
|
2012-08-27 10:19:13 -04:00
|
|
|
substantially in the past twelve months to support the ongoing work of
|
|
|
|
Conservancy. These sponsors support our work through financial
|
2015-11-25 21:44:27 -08:00
|
|
|
contributions and have asked for public acknowledgment of their
|
2012-08-27 10:19:13 -04:00
|
|
|
contributions. Conservancy graciously thanks these sponsors for their
|
2014-12-03 10:57:10 -05:00
|
|
|
support, but doesn't necessarily endorse nor promote any specific activity of
|
|
|
|
any of its sponsors.</p>
|
2012-08-27 10:19:13 -04:00
|
|
|
|
2016-12-09 13:17:57 -08:00
|
|
|
<!-- logos should be 250x250 maximum. -->
|
2012-08-27 10:38:06 -04:00
|
|
|
<ul id="sponsor">
|
2020-12-01 17:12:42 -05:00
|
|
|
<li><a rel="nofollow" href="https://www.ampr.org"><img src="/img/sponsors/ardc.svg" width="250" alt="Amateur Radio Digital Communications" /></a></li>
|
2020-12-18 16:55:00 -05:00
|
|
|
<li><a rel="nofollow" href="https://www.codeweavers.com/"><img src="/img/sponsors/codeweavers.png" width="250" alt="CodeWeavers" /></a></li>
|
2018-12-06 09:54:14 -05:00
|
|
|
<li><a rel="nofollow" href="https://google.com"><img src="/img/sponsors/google.png" height="76" width="238" alt="Google" /></a></li>
|
2021-02-10 09:26:33 -05:00
|
|
|
<li><a rel="nofollow" href="https://indeed.com"><img src="/img/sponsors/indeed.png" height="69" width="250" alt="Indeed" /></a></li>
|
2020-12-01 11:12:09 -08:00
|
|
|
<li><a rel="nofollow" href="https://code.wildebeest.org/">Mark Wielaard</a></li>
|
2017-10-16 13:48:33 -04:00
|
|
|
<li><a rel="nofollow" href="https://www.mozilla.org/foundation/"><img src="/img/sponsors/mozilla.png" height="101" width="250" alt="Mozilla Foundation" /></a></li>
|
|
|
|
<li><a rel="nofollow" href="https://www.redhat.com/"><img src="/img/sponsors/redhat.png" height="80" width="250" alt="Red Hat" /></a></li>
|
2012-08-27 10:19:13 -04: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 13:11:34 -05:00
|
|
|
<br/>
|
2014-12-03 12:34:43 -05:00
|
|
|
<hr/>
|
2014-12-03 13:11:34 -05:00
|
|
|
<br/>
|
2014-12-03 12:51:21 -05:00
|
|
|
<h2>Supporters</h2>
|
2014-12-03 10:57:10 -05:00
|
|
|
|
2015-01-03 10:02:02 -05:00
|
|
|
<p>Conservancy currently has {{supporters_count|safe}} Supporters.
|
2015-01-03 10:03:47 -05:00
|
|
|
Conservancy Supporters are individuals (or small companies) 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
|
2020-12-29 06:21:27 -08:00
|
|
|
here in order by the date when they first joined the Supporter program:</p>
|
2014-12-03 10:57:10 -05:00
|
|
|
|
2014-12-03 12:28:14 -05:00
|
|
|
<ul id="supporters">
|
2015-01-03 09:53:44 -05:00
|
|
|
<li>Anonymous ({{anonymous_count|safe}} people)</li>
|
2015-01-03 09:36:22 -05:00
|
|
|
{% for ss in supporters %}
|
|
|
|
<li>{{ ss.display_name|safe }}</li>
|
|
|
|
{% endfor %}
|
2014-12-03 10:57:10 -05:00
|
|
|
</ul>
|
|
|
|
|
2012-08-27 10:21:09 -04:00
|
|
|
{% endblock %}
|