diff --git a/gatsby-config.js b/gatsby-config.js index 173a693..6ddcaf5 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,25 +3,25 @@ */ module.exports = { - siteMetadata: { - title: `Urban Brothers Website`, - siteURL: `https://www.urbanbrothers.de`, - description: `Homepage of the Urban Brothers`, - }, - // pathPrefix: ``, // URL prefix of the whole site - plugins: [ - { - resolve: `gatsby-plugin-manifest`, - options: { - name: `Urban Brothers Homepage`, - short_name: `Urban Website`, - start_url: `/`, - background_color: `#6b37bf`, - theme_color: `#6b37bf`, - // Enables "Add to Homescreen" prompt and disables browser UI (including back button) - display: `standalone`, - icon: `src/images/icon.png`, // This path is relative to the root of the site. - }, + siteMetadata: { + title: `Urban Brothers Website`, + siteURL: `https://www.urbanbrothers.de`, + description: `Homepage of the Urban Brothers`, }, - ], + // pathPrefix: ``, // URL prefix of the whole site + plugins: [ + { + resolve: `gatsby-plugin-manifest`, + options: { + name: `Urban Brothers Homepage`, + short_name: `Urban Website`, + start_url: `/`, + background_color: `#6b37bf`, + theme_color: `#6b37bf`, + // Enables "Add to Homescreen" prompt and disables browser UI (including back button) + display: `standalone`, + icon: `src/images/icon.png`, // This path is relative to the root of the site. + }, + }, + ], } diff --git a/src/components/footer.js b/src/components/footer.js index 1b6fc1d..1309a11 100644 --- a/src/components/footer.js +++ b/src/components/footer.js @@ -2,18 +2,18 @@ import React from "react" import { Link } from "gatsby" export default () => ( -
- - ts - - . - - discord - - . - - github - - .about -
+
+ + ts + + . + + discord + + . + + github + + .about +
) diff --git a/src/components/main_entry.js b/src/components/main_entry.js index 1d0880c..ae2705b 100644 --- a/src/components/main_entry.js +++ b/src/components/main_entry.js @@ -1,8 +1,8 @@ import React from "react" export default props => ( -
-

{props.title}

-

{props.text}

-
+
+

{props.title}

+

{props.text}

+
) diff --git a/src/pages/about.js b/src/pages/about.js index 563fed9..5b0f57d 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -3,33 +3,34 @@ import Header from "../components/header" import Footer from "../components/footer" export default () => ( -
-
-
-

- As this is a private website, so no legal notice is required. 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: +

-

Cookies

-

This site uses none.

+

Cookies

+

This site uses none.

-

GDPR

-

- As this site doesn't use any user data, it complies with GDPR - regulations. -

+

GDPR

+

+ As this site doesn't use any user data, it complies with GDPR + regulations. +

-

Legal

-

- If you have any questions or queries regarding this website, please - write an email. -

- - - +

Legal

+

+ If you have any questions or queries regarding this website, + please write{" "} + an email. +

+ + + -
+
+
-
) diff --git a/src/pages/index.js b/src/pages/index.js index 47860c4..d279a56 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -4,40 +4,44 @@ import MainEntry from "../components/main_entry" import Footer from "../components/footer" export default () => ( -
-
-

Welcome to the Urban Brothers Website

-
- - - -

- As it was requested by some people over the last years, we finally - created a{" "} - - donation link (PayPal). - {" "} - 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. -{" "} - Thank you to everyone who donated. -

- -

- For help with any community related matters, please contact one of our - moderators or admins on either TeamSpeak or Discord. -

+
+
+

Welcome to the Urban Brothers Website

+
+ + + +

+ As it was requested by some people over the last years, we + finally created a{" "} + + donation link (PayPal). + {" "} + 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. -{" "} + Thank you to everyone who donated. +

+ +

+ For help with any community related matters, please contact one + of our moderators or admins on either TeamSpeak or Discord. +

+
+
-
)