diff --git a/index.html b/index.html index a1fd188..ab5d740 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ border: 0; padding: 0; box-sizing: inherit; - font: inherit; +/* font: inherit;*/ text-decoration: inherit; text-align: inherit; color: inherit; diff --git a/src/components/Home.js b/src/components/Home.js index 95ac7a4..810a004 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -1,5 +1,6 @@ import React from 'react'; import { Route, Link } from 'react-router-dom'; +import {Donate} from './Snippets'; export default function Home() { return ( @@ -7,15 +8,18 @@ export default function Home() {
- Welcome to the Chaotic Backup Project. -
- Built by fans for fans. +
Welcome to the Chaotic Backup Project. +
+ Built by fans for fans.

- Made with by +
Made with by
Danude Sandstorm
Chiodosin1 +
+
+
Do you like the site? You can donate to support it!
+
-
); } diff --git a/src/components/Snippets.js b/src/components/Snippets.js index 7da803d..ba26923 100644 --- a/src/components/Snippets.js +++ b/src/components/Snippets.js @@ -146,3 +146,14 @@ export function Splash(props) {
); } + +export function Donate(props) { + return ( +
+ + + + { /* */ } +
+ ); +} diff --git a/src/components/index.js b/src/components/index.js index 394b650..ff6c7da 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -5,7 +5,7 @@ import {observer, inject} from 'mobx-react'; import s from '../styles/app.style'; /* Components */ -import {PageNotFound, UnderConstruction} from './Snippets'; +import {PageNotFound, UnderConstruction, Donate} from './Snippets'; import EnterTheCode from './entercode/index'; import Collection from './collection/index'; import Portal from './portal/index'; @@ -125,7 +125,10 @@ function Base(props) {
-
+
+

+ +
©2008 Chaotic USA Entertainment Group, Inc. @@ -135,7 +138,7 @@ function Base(props) {
diff --git a/src/css/with_love.css b/src/css/with_love.css index c6aabf5..d029fdb 100644 --- a/src/css/with_love.css +++ b/src/css/with_love.css @@ -15,6 +15,16 @@ /*display: inline-block;*/ } +.with-love span, +.with-love div { + font-size: 14px !important; + line-height: 18px; +} + +.with-love div { + padding-bottom: 4px; +} + .with-love .heart { font-size: 1.4em; color: #ff79c6; diff --git a/src/img/btn_donate_SM.gif b/src/img/btn_donate_SM.gif new file mode 100644 index 0000000..3261631 Binary files /dev/null and b/src/img/btn_donate_SM.gif differ diff --git a/src/img/flag_usa_.gif b/src/img/flag_usa_.gif new file mode 100644 index 0000000..f1ba4f9 Binary files /dev/null and b/src/img/flag_usa_.gif differ