Show backers on donation page (#1152)

This commit is contained in:
Jonah Aragon 2022-05-01 19:52:46 -05:00 committed by Daniel Gray
parent cebf65a89b
commit 137a553ace
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3
6 changed files with 38 additions and 14 deletions

16
Pipfile.lock generated
View File

@ -327,7 +327,7 @@
},
"mkdocs-material": {
"path": "./mkdocs-material",
"version": "==8.2.11+insiders.4.13.1"
"version": "==8.2.12+insiders.4.13.2"
},
"mkdocs-material-extensions": {
"hashes": [
@ -405,19 +405,19 @@
},
"pygments": {
"hashes": [
"sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65",
"sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"
"sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb",
"sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"
],
"markers": "python_version >= '3.5'",
"version": "==2.11.2"
"markers": "python_version >= '3.6'",
"version": "==2.12.0"
},
"pymdown-extensions": {
"hashes": [
"sha256:a80553b243d3ed2d6c27723bcd64ca9887e560e6f4808baa96f36e93061eaf90",
"sha256:b37461a181c1c8103cfe1660081726a0361a8294cbfda88e5b02cefe976f0546"
"sha256:1baa22a60550f731630474cad28feb0405c8101f1a7ddc3ec0ed86ee510bcc43",
"sha256:5b7432456bf555ce2b0ab3c2439401084cda8110f24f6b3ecef952b8313dfa1b"
],
"markers": "python_version >= '3.7'",
"version": "==9.3"
"version": "==9.4"
},
"pyparsing": {
"hashes": [

View File

@ -1,9 +1,7 @@
---
title: Donation Methods
title: Supporting Us
---
<!-- markdownlint-disable MD036 -->
:heart: Thank you for supporting Privacy Guides.
It takes a lot of [people](https://github.com/privacyguides/privacyguides.org/graphs/contributors) and [work](https://github.com/privacyguides/privacyguides.org/pulse/monthly) to keep Privacy Guides up to date and spreading the word about privacy and mass surveillance. If you like what we do, the best way to help out is by getting involved by [editing the site](https://github.com/privacyguides/privacyguides.org) or [contributing translations](https://crowdin.com/project/privacyguides).
If you want to support us financially, the most convenient method for us is contributing via Open Collective, a website operated by our fiscal host. Open Collective accepts payments via credit/debit card, PayPal, and bank transfers.
@ -16,6 +14,16 @@ If you already make use of GitHub sponsorships, you can also sponsor our organiz
[Sponsor us on GitHub](https://github.com/sponsors/privacyguides){ .md-button }
## Backers
A special thanks to all those who support our mission! :heart:
*Please note: This section loads a widget directly from Open Collective. This section does not reflect donations made outside of Open Collective, and we have no control over the specific donors featured in this section.*
<script src="https://opencollective.com/privacyguides/banner.js"></script>
## How We Use Donations
Privacy Guides is a **non-profit** organization. We use donations for a variety of purposes, including:
**Domain Registrations**

View File

@ -48,5 +48,11 @@ It's important for a website like Privacy Guides to always stay up-to-date. We n
**Privacy Guides** is a non-profit, socially motivated website that provides information for protecting your data security and privacy.
We do not make money from recommending certain products, and we do not utilize affiliate links. [Learn more :material-arrow-right:](about.md)
We do not make money from recommending certain products, and we do not utilize affiliate links.
<div class="grid cards" style="margin:auto;max-width:800px;text-align:center;" markdown>
- [:material-information-outline: Learn More About Us](about/)
- [:material-hand-coin-outline: Donation Info & Project Backers](about/donate/)
</div>
</div>

@ -1 +1 @@
Subproject commit d04fd6282c4a73a6cd011495ac931a2bd90daa25
Subproject commit ee8e8e82970d7cf85ecdc87fa11a25d767be7a83

View File

@ -182,8 +182,8 @@ nav:
- 'video-streaming.md'
- 'About':
- 'about.md'
- 'Online Services': 'https://privacyguides.net'
- 'about/donate.md'
- 'Online Services': 'https://privacyguides.net'
- 'Website Statistics': 'https://stats.privacyguides.net/privacyguides.org'
- 'about/notices.md'
- 'about/privacy-policy.md'

View File

@ -23,4 +23,14 @@
</section>
{% endblock %}
{% block footer %}
<footer class="md-footer">
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
{% include "partials/copyright.html" %}
{% if config.extra.social %}
{% include "partials/social.html" %}
{% endif %}
</div>
</div>
</footer>
{% endblock %}