Seperate donate page, add bridges card
This commit is contained in:
parent
3a13fd4f2f
commit
fd41cdc86b
2 changed files with 25 additions and 13 deletions
15
src/content/docs/donate.mdx
Normal file
15
src/content/docs/donate.mdx
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
template: splash
|
||||||
|
title: Donate
|
||||||
|
---
|
||||||
|
|
||||||
|
import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
|
|
||||||
|
Federated Nexus runs off of donations, so if you're enjoying our
|
||||||
|
services please consider donating. Ideally, we take Interac E-Transfer
|
||||||
|
to: henry@henryhiles.com. If Interac E-Transfer doesn't work in your
|
||||||
|
country, join the [Matrix
|
||||||
|
room](https://matrix.to/#/#community:federated.nexus) and we'll work
|
||||||
|
something out. A huge thank you to our current sponsors:
|
||||||
|
|
||||||
|
- @VeryLoud: CAD$100
|
|
@ -25,11 +25,17 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
Matrix is an open-source communications platform, allowing you to chat
|
Matrix is an open-source communications platform, allowing you to chat
|
||||||
to communities of your choice.
|
to communities of your choice.
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="End to End Encrypted Video Chats" icon="heart">
|
<Card title="All Your Chats in One App" icon="document">
|
||||||
|
Federated Nexus currently hosts multiple matrix bridges, including a
|
||||||
|
WhatsApp puppet and a Discord bridge in progress! We are open to hosting
|
||||||
|
more bridges / puppets, as long as they have an available nix package
|
||||||
|
(ideally a nix module too).
|
||||||
|
</Card>
|
||||||
|
<Card title="End to End Encrypted Video Chats" icon="seti:video">
|
||||||
We run an [Element Call](https://github.com/element-hq/element-call)
|
We run an [Element Call](https://github.com/element-hq/element-call)
|
||||||
server, where you can log in with your Federated Nexus Matrix account
|
server, where you can log in with your Federated Nexus account and video
|
||||||
and video chat with end to end encryption. You can chat with anybody
|
chat with end to end encryption. You can chat with anybody with a matrix
|
||||||
with a matrix account.
|
account.
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="A Fast and Free Home for Your Code" icon="seti:git">
|
<Card title="A Fast and Free Home for Your Code" icon="seti:git">
|
||||||
We host a free instance of [Forgejo](https://forgejo.org) at
|
We host a free instance of [Forgejo](https://forgejo.org) at
|
||||||
|
@ -42,15 +48,6 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
join us! But be aware, I'm not afraid to hoist the ban hammer against
|
join us! But be aware, I'm not afraid to hoist the ban hammer against
|
||||||
any bigoted, homophobic, or otherwise unfriendly people.
|
any bigoted, homophobic, or otherwise unfriendly people.
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Donate to Federated Nexus" icon="document">
|
|
||||||
Federated Nexus runs off of donations, so if you're enjoying our
|
|
||||||
services please consider donating. Ideally, we take Interac E-Transfer
|
|
||||||
to: henry@henryhiles.com. If Interac E-Transfer doesn't work in your
|
|
||||||
country, join the [Matrix
|
|
||||||
room](https://matrix.to/#/#community:federated.nexus) and we'll work
|
|
||||||
something out. A huge thank you to our current sponsors: - @VeryLoud:
|
|
||||||
CAD$100
|
|
||||||
</Card>
|
|
||||||
<Card title="More Coming Soon" icon="document">
|
<Card title="More Coming Soon" icon="document">
|
||||||
We still have a fair bit of room on the Federated Nexus servers, so
|
We still have a fair bit of room on the Federated Nexus servers, so
|
||||||
we're open to hosting any useful new software. Let us know in our
|
we're open to hosting any useful new software. Let us know in our
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue