mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
improvements to previous commit
This commit is contained in:
parent
74182001c1
commit
4ea811ade8
@ -22,5 +22,6 @@
|
||||
"DEVNOL_DISCORD_URL": "https://discordapp.com/users/429353559566319626/",
|
||||
"MONERO": "Monero",
|
||||
"MINECRAFT_JAVA_IP": "mc.projectsegfau.lt:25565",
|
||||
"MINECRAFT_BEDROCK_IP": "mc.projectsegfau.lt:19132"
|
||||
"MINECRAFT_BEDROCK_IP": "mc.projectsegfau.lt:19132",
|
||||
"TRANSPARENCY_REPO": "https://github.com/ProjectSegfault/transparency/"
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
||||
"DONATE_DESCRIPTION": "The ways you can donate to us and more",
|
||||
"DONATE_PLEASE_DO": "please do",
|
||||
"DONATE_EXPLANATION": "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. Thanks!",
|
||||
"DONATE_TRANSPARENCY_1": "You can find all of our financial reports categorized by year and month at ",
|
||||
"DONATE_TRANSPARENCY_1": "You can find all of our financial reports on",
|
||||
"DONATE_TRANSPARENCY_2": "our transparency repository on GitHub",
|
||||
"DONATE_OK_SURE": "sure I'll donate. Links?",
|
||||
"CONTACT_TITLE": "Contact Us",
|
||||
|
@ -29,10 +29,10 @@
|
||||
<img src={MoneroQR} alt="Monero Qr Code" />
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<p class="reports-note">
|
||||
<i>
|
||||
{$t("common.DONATE_TRANSPARENCY_1")}
|
||||
<a href="https://github.com/ProjectSegfault/transparency/"
|
||||
<a href={global.TRANSPARENCY_REPO}
|
||||
>{$t("common.DONATE_TRANSPARENCY_2")}</a
|
||||
>
|
||||
.
|
||||
@ -46,7 +46,11 @@
|
||||
}
|
||||
|
||||
.monero > img {
|
||||
margin-left: 8px;
|
||||
margin-left: 26px;
|
||||
}
|
||||
|
||||
.reports-note {
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 930px) {
|
||||
|
Loading…
Reference in New Issue
Block a user