2012-08-27 14:19:13 +00:00
{% extends "base_conservancy.html" %}
2024-02-26 23:19:38 +00:00
{% load static %}
2012-08-27 14:19:13 +00:00
{% 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 %}
2021-10-18 13:50:30 +00:00
< div class = "breadcrumbs" >
2021-10-19 19:18:35 +00:00
< p > < a href = "/" > Home< / a > / < a href = "/about" > Who We Are< / a > < / p >
2021-10-18 13:50:30 +00:00
< / div >
2012-08-27 14:19:13 +00:00
2021-10-15 00:23:42 +00:00
< h1 > Conservancy's Sponsors & Sustainers< / 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 15:57:10 +00:00
2014-12-03 17:51:21 +00:00
< h2 > Sponsors< / h2 >
2014-12-03 15:57:10 +00:00
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
2015-11-26 05:44:27 +00:00
contributions and have asked for public acknowledgment of their
2012-08-27 14:19:13 +00:00
contributions. Conservancy graciously thanks these sponsors for their
2014-12-03 15:57:10 +00:00
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
2016-12-09 21:17:57 +00:00
<!-- logos should be 250x250 maximum. -->
2012-08-27 14:38:06 +00:00
< ul id = "sponsor" >
2023-01-11 16:21:05 +00:00
< li > < / li >
2024-02-26 23:19:38 +00:00
< li > < a rel = "nofollow" href = "https://www.ampr.org" > < img src = "{% static 'img/sponsors/ardc.svg' %}" width = "250" alt = "Amateur Radio Digital Communications" / > < / a > < / li >
< li > < a rel = "nofollow" href = "https://www.codeweavers.com/" > < img src = "{% static 'img/sponsors/codeweavers.png' %}" width = "250" alt = "CodeWeavers" / > < / a > < / li >
< li > < a rel = "nofollow" href = "https://google.com" > < img src = "{% static 'img/sponsors/google.png' %}" height = "76" width = "238" alt = "Google" / > < / a > < / li >
2024-01-16 21:11:31 +00:00
< li > < b > Christoph Hellwig< / b > < / li >
2024-02-26 23:19:38 +00:00
< li > < a rel = "nofollow" href = "https://ifixit.com" > < img src = "{% static 'img/sponsors/ifixit.png' %}" width = "250" alt = "iFixit" / > < / a > < / li >
2023-12-14 21:55:24 +00:00
< li > < b > hmk< / b > < / li >
2024-02-26 23:19:38 +00:00
< li > < a rel = "nofollow" href = "https://indeed.com" > < img src = "{% static 'img/sponsors/indeed.png' %}" height = "69" width = "250" alt = "Indeed" / > < / a > < / li >
< li > < a rel = "nofollow" href = "https://jmp.chat" > < img src = "{% static 'img/sponsors/jmp.svg' %}" height = "244" width = "250" alt = "jmp.chat" / > < / a > < / li >
2023-12-14 21:55:24 +00:00
< li > < b > Marcus Ryu< / b > < / li >
2020-12-01 19:12:09 +00:00
< li > < a rel = "nofollow" href = "https://code.wildebeest.org/" > Mark Wielaard< / a > < / li >
2024-02-26 23:19:38 +00:00
< li > < a rel = "nofollow" href = "https://www.mozilla.org/foundation/" > < img src = "{% static 'img/sponsors/mozilla.png' %}" height = "101" width = "250" alt = "Mozilla Foundation" / > < / a > < / li >
2022-12-20 21:34:12 +00:00
< li > < b > David Turner and Danielle Sucher< / b > < / 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 / >
2024-01-17 19:17:16 +00:00
< h2 id = "sustainers" > Sustainers< / h2 >
2014-12-03 15:57:10 +00:00
2021-12-17 17:43:02 +00:00
< p > Conservancy Sustainers are individuals (or small companies) who give $120
2021-10-15 00:23:42 +00:00
or more annually as part of < a href = "/sustainer/" > the Official Conservancy
Sustainer program< / a > . Those who request public acknowledgment are listed
here in order by the date when they first joined the Sustainer program:< / p >
2014-12-03 15:57:10 +00:00
2022-01-02 04:18:37 +00:00
< a id = "supporters" > < / a >
2021-10-15 00:23:42 +00:00
< ul id = "sustainers" >
2021-12-17 10:55:47 +00:00
< li > Anonymous ({{ anonymous_count }} people)< / li >
2015-01-03 14:36:22 +00:00
{% for ss in supporters %}
2021-12-17 10:55:47 +00:00
< li > {{ ss.display_name }}< / li >
2015-01-03 14:36:22 +00:00
{% endfor %}
2014-12-03 15:57:10 +00:00
< / ul >
2012-08-27 14:21:09 +00:00
{% endblock %}