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 () => ( -
+ ) 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.text}
-{props.text}
+- 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: +
-This site uses none.
+This site uses none.
-- As this site doesn't use any user data, it complies with GDPR - regulations. -
++ As this site doesn't use any user data, it complies with GDPR + regulations. +
-- If you have any questions or queries regarding this website, please - write an email. -
- - - ++ If you have any questions or queries regarding this website, + please write{" "} + an email. +
+ + + - + +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. +
+