webcompile/src/routes/donate.md

44 lines
1.0 KiB
Markdown
Raw Normal View History

2022-02-28 23:42:33 +05:30
---
title: Donate to Project Segfault
description: Our donation methods
2022-02-28 23:42:33 +05:30
---
<script lang="ts">
2022-06-18 00:47:57 +05:30
import MoneroQR from "$lib/images/Monero.png";
</script>
2022-05-15 21:28:31 +05:30
2022-02-28 23:42:33 +05:30
# {title}
## {description}
2022-02-28 23:42:33 +05:30
# please do
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-02-28 23:42:33 +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>