website/src/routes/donate.md

85 lines
1.8 KiB
Markdown
Raw Normal View History

2022-07-03 01:23:41 +05:30
---
title: Donate to Project Segfault
description: The ways you can donate to us and more.
---
# { title }
{ description }
## Reasons to donate to our project.
If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. We really recommend you donate any spare money you have if you enjoy or use our services on a daily basis. Thanks!
2022-08-17 19:21:26 +05:30
# Donation Links
## Credit Card
<div class="buttons">
<a href="https://liberapay.com/ProjectSegfault/donate">
<div class="i-simple-icons:liberapay"/>Donate</a>
</div>
## Cryptos
2022-07-03 01:23:41 +05:30
### You can use our [domain name](https://projectsegfau.lt) as a crypto wallet address in supported OpenAlias Clients such as [MyMonero](https://mymonero.com/), [Electrum](https://electrum.org/) and [Electrum-LTC](https://electrum-ltc.org/).
2022-08-08 10:50:03 +05:30
### Monero
2022-08-14 17:07:26 +05:30
2022-08-14 19:10:23 +05:30
Address: `47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA`
![Monero QR code](/Monero.png)
### Bitcoin
2022-08-14 19:10:23 +05:30
Address: `bc1qrc8ywgp95a6p3zausp4nff70qzstp6h8z86sxd`
![Bitcoin QR code](/Bitcoin.png)
2022-08-14 17:07:26 +05:30
### Litecoin
2022-08-14 19:10:23 +05:30
Address: `ltc1qn3ald586h2ntt0n3zkvwsmju2e5vndgtvvgatj`
![Litecoin QR code](/Litecoin.png)
2022-08-14 16:01:21 +05:30
2022-08-11 18:00:23 +05:30
_You can find all of our financial reports on [our transparency repository on Gitea](https://git.projectsegfau.lt/ProjectSegfault/transparency/)._
2022-08-08 10:50:03 +05:30
<style>
2022-08-14 18:54:58 +05:30
code {
2022-08-08 10:50:03 +05:30
word-wrap: break-word;
}
2022-08-17 19:21:26 +05:30
.money {
}
@media screen and (max-width: 452px) {
.buttons {
flex-direction: column;
}
}
html {
--accent: #F6C915;
}
html.light {
--accent: #F6C915;
}
.buttons a {
text-decoration: none;
background-color: var(--accent);
padding: 8px 1em 8px 1em;
color: var(--primary);
border-radius: 10px;
transition: filter 0.25s;
display: inline-flex;
align-items: center;
gap: 4px;
}
.buttons a:hover {
filter: brightness(125%);
}
2022-08-08 10:50:29 +05:30
</style>