Archived
1
0

Merge pull request #7 from creyD/dev

Fixed Discord and README Link
This commit is contained in:
2020-01-24 20:03:41 +01:00
committed by GitHub
8 changed files with 105 additions and 94 deletions

View File

@@ -15,5 +15,6 @@ jobs:
uses: creyD/prettier_action@master uses: creyD/prettier_action@master
with: with:
branch: ${{ github.head_ref }} branch: ${{ github.head_ref }}
prettier_options: '--write **/*.js'
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -2,6 +2,6 @@
"endOfLine": "lf", "endOfLine": "lf",
"semi": false, "semi": false,
"singleQuote": false, "singleQuote": false,
"tabWidth": 2, "tabWidth": 4,
"trailingComma": "es5" "trailingComma": "es5"
} }

View File

@@ -1,3 +1,3 @@
# Urban Brothers Website # 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).

View File

@@ -7,7 +7,7 @@ export default () => (
ts ts
</a> </a>
. .
<a target="_blanc" href="https://discord.gg/k6TnPq"> <a target="_blanc" href="https://discord.gg/aYcvtWE">
discord discord
</a> </a>
. .

View File

@@ -7,8 +7,8 @@ export default () => (
<Header headline="About" /> <Header headline="About" />
<div class="container"> <div class="container">
<p> <p>
As this is a private website, it doesn't need an imprint. However let's As this is a private website, so no legal notice is required.
clarify a few things: However let's clarify a few things:
</p> </p>
<h2>Cookies</h2> <h2>Cookies</h2>
@@ -20,6 +20,12 @@ export default () => (
regulations. regulations.
</p> </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="/"> <a href="/">
<button>Back to homepage</button> <button>Back to homepage</button>
</a> </a>

View File

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