add donation blurb

This commit is contained in:
Sarah Jamie Lewis 2023-01-03 10:11:26 -08:00
parent 41d13b7586
commit 8acdd4a636
4 changed files with 36 additions and 9 deletions

View File

@ -70,3 +70,16 @@ Outside of the problems that have standalone solutions (e.g. find a new code sig
6. By **31st March 2023** the Cwtch team will have integrated automated UI tests into the build pipeline for the cwtch-ui repository
7. By **31st March 2023** the Cwtch team will have integrated automated fuzzing into the build pipeline for all cwtch dependencies maintained by the Cwtch team.
8. By **31st March 2023** the Cwtch team will have committed to a date, timeline, and roadmap for launching Cwtch Stable.
### Help us get there!
We couldn't do what we do without all the wonderful community support we get; from [one-off donations]git s(https://openprivacy.ca/donate) to [recurring support via Patreon](https://www.patreon.com/openprivacy).
If you want to see us move faster on some of these goals and are in a position, please [donate](https://openprivacy.ca/donate). If you happen to be at a company that wants to do more for the community and this aligns, please consider donating or sponsoring a developer.
Donations of **$5 or more** can opt to receive stickers as a thank-you gift!
![A Photo of Cwtch Stickers](/img/stickers-new.jpg)
For more information about donating to Open Privacy and claiming a thank you gift [please visit the Open Privacy Donate page](https://openprivacy.ca/donate/).

View File

@ -79,9 +79,19 @@ const config = {
position: 'left',
label: 'Development Log',
},
{
href: 'https://openprivacy.ca/donate',
label: 'Donate',
position: 'right',
},
{
href: 'https://patreon.com/openprivacy',
label: 'Patreon',
position: 'right',
},
{
href: 'https://git.openprivacy.ca/cwtch.im',
label: 'Git',
label: 'Source Code',
position: 'right',
},
{
@ -96,7 +106,7 @@ const config = {
title: 'Docs',
items: [
{
label: 'Tutorial',
label: 'Introduction',
to: '/docs/intro',
},
],
@ -115,14 +125,18 @@ const config = {
],
},
{
title: 'More',
title: 'Contribute',
items: [
{
label: 'Home',
href: 'https://cwtch.im',
label: 'Donate',
href: 'https://openprivacy.ca/donate',
},
{
label: 'Git',
label: 'Patreon',
href: 'https://patreon.com/openprivacy',
},
{
label: 'Source Code',
href: 'https://git.openprivacy.ca/cwtch.im',
},
],

View File

@ -1,14 +1,14 @@
{
"title": {
"message": "Blog",
"message": "Development Log",
"description": "The title for the blog used in SEO"
},
"description": {
"message": "Blog",
"message": "The latest updated on Cwtch development.",
"description": "The description for the blog used in SEO"
},
"sidebar.title": {
"message": "Recent posts",
"message": "Recent Logs",
"description": "The label for the left sidebar"
}
}

BIN
static/img/stickers-new.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB