1
.github/workflows/cc.yml
vendored
1
.github/workflows/cc.yml
vendored
@@ -15,5 +15,6 @@ jobs:
|
||||
uses: creyD/prettier_action@master
|
||||
with:
|
||||
branch: ${{ github.head_ref }}
|
||||
prettier_options: '--write **/*.js'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"endOfLine": "lf",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Urban Brothers Website
|
||||
|
||||
This is the source code of the [Urban Brothers website](urbanbrothers.de).
|
||||
This is the source code of the [Urban Brothers website](https://www.urbanbrothers.de).
|
||||
|
||||
@@ -7,7 +7,7 @@ export default () => (
|
||||
ts
|
||||
</a>
|
||||
.
|
||||
<a target="_blanc" href="https://discord.gg/k6TnPq">
|
||||
<a target="_blanc" href="https://discord.gg/aYcvtWE">
|
||||
discord
|
||||
</a>
|
||||
.
|
||||
|
||||
@@ -7,8 +7,8 @@ export default () => (
|
||||
<Header headline="About" />
|
||||
<div class="container">
|
||||
<p>
|
||||
As this is a private website, it doesn't need an imprint. However let's
|
||||
clarify a few things:
|
||||
As this is a private website, so no legal notice is required.
|
||||
However let's clarify a few things:
|
||||
</p>
|
||||
|
||||
<h2>Cookies</h2>
|
||||
@@ -20,6 +20,12 @@ export default () => (
|
||||
regulations.
|
||||
</p>
|
||||
|
||||
<h2>Legal</h2>
|
||||
<p>
|
||||
If you have any questions or queries regarding this website,
|
||||
please write{" "}
|
||||
<a herf="mailto://webmaster@urbanbrothers.de">an email.</a>
|
||||
</p>
|
||||
<a href="/">
|
||||
<button>Back to homepage</button>
|
||||
</a>
|
||||
|
||||
@@ -16,26 +16,30 @@ export default () => (
|
||||
<a href="https://discord.gg/k6TnPq">
|
||||
<li>Discord Server</li>
|
||||
</a>
|
||||
<a href="https://steamcommunity.com/groups/urban_group" target="_blanc">
|
||||
<a
|
||||
href="https://steamcommunity.com/groups/urban_group"
|
||||
target="_blanc"
|
||||
>
|
||||
<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{" "}
|
||||
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. -{" "}
|
||||
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
|
||||
moderators or admins on either TeamSpeak or Discord.
|
||||
For help with any community related matters, please contact one
|
||||
of our moderators or admins on either TeamSpeak or Discord.
|
||||
</p>
|
||||
</div>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user