mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-12-02 19:50:44 +05:30
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
|
---
|
||
|
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!
|
||
|
|
||
|
## Donation Links
|
||
|
|
||
|
<div class="monero">
|
||
|
Monero: <code style="margin-left: 4px;">47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA</code>
|
||
|
<img src="/Monero.png" alt="Monero Qr Code" />
|
||
|
</div>
|
||
|
|
||
|
<p class="reports-note">
|
||
|
You can find all of our financial reports on <a href="https://github.com/ProjectSegfault/transparency/">our transparency repository on GitHub</a>.
|
||
|
</p>
|
||
|
|
||
|
<style>
|
||
|
.monero {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
word-break: break-all;
|
||
|
}
|
||
|
|
||
|
.monero > img {
|
||
|
margin-left: 26px;
|
||
|
}
|
||
|
|
||
|
.reports-note {
|
||
|
margin-top: 32px;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 930px) {
|
||
|
.monero {
|
||
|
flex-direction: column;
|
||
|
align-items: flex-start;
|
||
|
}
|
||
|
|
||
|
.monero > img {
|
||
|
margin-left: 0;
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
}
|
||
|
</style>
|