Skip to content

update partners page for 2024 & 2025, add Proton & PUP #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 71 additions & 1 deletion pages/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,57 @@ <h2>Funding by year</h2>

<p><i>Please note that Partners are listed alphabetically within each tier.</i></p>

<h3>2025</h3>
<ul class="list-unstyled">
<li><strong>$250,000+</strong>
<ul>
<li><a href="#mullvad">Mullvad</a></li>
<li><a href="#pup">Power Up Privacy</a></li>
</ul>
</li>
<li><strong>$100,000&mdash;$249,999</strong>
<ul>
<li><a href="#invisible-things-lab">Invisible Things Lab</a></li>
</ul>
</li>
<li><strong>$50,000&mdash;$99,999</strong>
<ul>
<li><a href="#freedom-of-the-press-foundation">Freedom of the Press Foundation</a></li>
</ul>
</li>
<li><strong>$10,000&mdash;$49,999</strong>
<ul>
<li>[No Partners in this tier]</li>
</ul>
</li>
</ul>

<h3>2024</h3>
<ul class="list-unstyled">
<li><strong>$250,000+</strong>
<ul>
<li><a href="#mullvad">Mullvad</a></li>
</ul>
</li>
<li><strong>$100,000&mdash;$249,999</strong>
<ul>
<li><a href="#freedom-of-the-press-foundation">Freedom of the Press Foundation</a></li>
<li><a href="#invisible-things-lab">Invisible Things Lab</a></li>
</ul>
</li>
<li><strong>$50,000&mdash;$99,999</strong>
<ul>
<li>[No Partners in this tier]</li>
</ul>
</li>
<li><strong>$10,000&mdash;$49,999</strong>
<ul>
<li><a href="#equinix">Equinix</a></li>
<li><a href="#pup">Power Up Privacy</a></li>
</ul>
</li>
</ul>

<h3>2023</h3>
<ul class="list-unstyled">
<li><strong>$250,000+</strong>
Expand All @@ -31,7 +82,8 @@ <h3>2023</h3>
<li><strong>$50,000&mdash;$99,999</strong>
<ul>
<li><a href="#bitfinex">Bitfinex</a></li>
<li><a href="#tether">Tether</a></li>
<li><a href="#proton">Proton</a></li>
<li><a href="#tether">Tether</a></li>
</ul>
</li>
<li><strong>$10,000&mdash;$49,999</strong>
Expand Down Expand Up @@ -424,6 +476,24 @@ <h3 data-anchor-id="piston">Piston</h3>
<p><b>Piston</b> is a Qubes OS user who is passionate about freedom, anonymity, and working toward a world free from oppression. Piston is a strong supporter of free and open-source software, and Qubes OS in particular, as one of the best means for users to keep their personal data private and secure.</p>
</td>
</tr>
<tr id="pup">
<td><h2 class="outer-heading">Power Up Privacy</h2></td>
<td>
<h3 data-anchor-id="piston">Power Up Privacy</h3>
<p><a href="https://powerupprivacy.com/">Power Up Privacy</a> is a privacy advocacy group that funds privacy-related research and development.</p>
</td>
</tr>
<tr id="proton">
<td>
<a href="https://proton.me/foundation">
<img src="/attachment/site/proton-foundation-purple.svg">
</a>
</td>
<td>
<h3 data-anchor-id="proton">Proton Foundation</h3>
<p><a href="https://proton.me/foundation">Proton Foundation</a> is a Swiss non-profit foundation which owns the Proton company, which believes "a better world starts with privacy and digital freedom."</p>
</td>
</tr>
<tr id="tether">
<td>
<a href="https://tether.to/">
Expand Down