diff --git a/www/docusaurus.config.ts b/www/docusaurus.config.ts index dab04d3..a806910 100644 --- a/www/docusaurus.config.ts +++ b/www/docusaurus.config.ts @@ -111,6 +111,14 @@ const config: Config = { label: 'Guardian Project', href: 'https://guardianproject.info', }, + { + label: 'SR2', + href: 'https://sr2.uk', + }, + { + label: 'Okthanks', + href: 'https://okthanks.com', + }, { label: 'F-Droid', href: 'https://f-droid.org', diff --git a/www/src/pages/contact.mdx b/www/src/pages/contact.mdx index b66a2a5..4fb9a6b 100644 --- a/www/src/pages/contact.mdx +++ b/www/src/pages/contact.mdx @@ -1,14 +1,11 @@ # Get In Touch -How you can reach out! +Our "Smooth Operators" team is a growing global community of ButterBox experts, evangelists, and developers. + +We provide support through our "Global Support Link" help desk available through email and most messaging apps. Email: [help@globalsupport.link](mailto:help@globalsupport.link) +Signal or WhatsApp: [+447886176827](https://wa.me/+447886176827) | Telegram: [@GlobalSupportLink_bot](https://t.me/GlobalSupportLink_bot) | Send SMS via: +12494682242 -Signal or WhatsApp: [+447886176827](https://wa.me/+447886176827) - -Telegram: [@GlobalSupportLink_bot](https://t.me/GlobalSupportLink_bot) - -Matrix: [@ButterFactory:matrix.org](https://matrix.to/#/#butterfactory:matrix.org) - -Send SMS via: +12494682242 +![Butter map](/img/buttermap.png) diff --git a/www/src/pages/index.tsx b/www/src/pages/index.tsx index db6411b..0cec9d4 100644 --- a/www/src/pages/index.tsx +++ b/www/src/pages/index.tsx @@ -101,7 +101,13 @@ export default function Home(): ReactNode { Source & Documentation +
+ ButterBox is built by the teams from Guardian Project, SR2, and Okthanks
+with the support of F-Droid, FFDW, and the Open Technology Fund
+ +
+ ); diff --git a/www/static/img/buttermap.png b/www/static/img/buttermap.png new file mode 100644 index 0000000..5c9be05 Binary files /dev/null and b/www/static/img/buttermap.png differ