2022-02-28 23:42:33 +05:30
---
2022-04-10 01:08:17 +05:30
title: Donate to Project Segfault
2022-05-19 21:11:34 +05:30
description: Our donation methods
2022-02-28 23:42:33 +05:30
---
2022-05-27 23:14:03 +05:30
< script lang = "ts" >
2022-06-18 00:47:57 +05:30
import MoneroQR from "$lib/images/Monero.png";
2022-05-27 23:14:03 +05:30
< / script >
2022-05-15 21:28:31 +05:30
2022-02-28 23:42:33 +05:30
# {title}
2022-05-15 23:55:02 +05:30
## {description}
2022-02-28 23:42:33 +05:30
# please do
2022-05-14 19:15:38 +05:30
If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis.
2022-02-28 23:42:33 +05:30
# yeah sure I'll donate. links?
2022-05-23 05:23:20 +05:30
2022-02-28 23:42:33 +05:30
2022-06-18 20:00:18 +05:30
< div class = "monero" >
< span > Monero: < code > 47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA< / code > < / span >
< img src = {MoneroQR} alt = "Monero Qr Code" >
< / div >
< style >
.monero {
display: flex;
align-items: center;
}
.monero > img {
margin-left: 8px;
}
@media only screen and (max-width: 930px) {
.monero {
flex-direction: column;
align-items: flex-start;
}
.monero > img {
margin-left: 0;
margin-top: 8px;
}
}
< / style >