Archived
1
0

Added Paragraph to main page

This commit is contained in:
Conrad
2020-01-23 15:32:46 +01:00
parent 3fb27ba94a
commit b4e48975e5
2 changed files with 16 additions and 0 deletions

View File

@@ -20,6 +20,18 @@ export default () => (
<li>Steam Community Group</li>
</a>
</ul>
<MainEntry title="Contribute" />
<p>
As it was requested by some people over the last years, we finally
created a{" "}
<a href="https://paypal.me/pools/c/89fz0b2YFk" target="_blanc">
donation link (PayPal).
</a>{" "}
All the donated money will go 100% towards keeping up the servers and
running other community related projects in the future. However our
services will continue to be freely available for anyone. -{" "}
<b>Thank you to everyone who donated.</b>
</p>
<MainEntry title="Help" />
<p>
For help with any community related matters, please contact one of our

View File

@@ -24,3 +24,7 @@ a:hover {
margin-left: 10%;
margin-right: 10%;
}
ul {
list-style: none;
}