From c85409adb92413b498045168f6e450b8ca3b0fe3 Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Wed, 17 Feb 2021 20:29:59 +0100 Subject: [PATCH] Hall of Fame donations --- build/index.html | 12 ++++++++++-- build/main.css | 8 ++++++++ src/css/style.css | 8 ++++++++ src/index.html | 12 ++++++++++-- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/build/index.html b/build/index.html index c8c233a..94d4b8f 100644 --- a/build/index.html +++ b/build/index.html @@ -235,9 +235,17 @@
+
+ Tool supporters Hall of Fame +
+

- Valuable Tool supporters: Klaudia (Lvl 18), Rohit (Lvl 7), Dominic (Lvl 6), David (Lvl 5).
- You too can get immortalized here. Donate any amount for the Tool! Lvl indicates your amount of support. + Klaudia (Lvl 18) - Rohit (Lvl 7) - Dominic (Lvl 6) - David (Lvl 5) +

+ +

+ You too can get immortalized here. Donate at least $1 for the Tool!
+ Lvl indicates your amount of support.

diff --git a/build/main.css b/build/main.css index 88474e3..4ac316b 100644 --- a/build/main.css +++ b/build/main.css @@ -219,6 +219,14 @@ h2 { color: rgba(231, 251, 255, 0.6); } +h6 { + text-align: center; + font-size: 1.2rem; + font-weight: 500; + margin: 0.6rem 0; + color: rgba(231, 251, 255, 0.6); +} + #save-location-input { display: block; font-family: 'Consolas', monospace; diff --git a/src/css/style.css b/src/css/style.css index bc029b8..562c2c9 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -112,6 +112,14 @@ h2 { color: rgba(231, 251, 255, 0.6); } +h6 { + text-align: center; + font-size: 1.2rem; + font-weight: 500; + margin: 0.6rem 0; + color: rgba(231, 251, 255, 0.6); +} + #save-location-input { display: block; font-family: 'Consolas', monospace; diff --git a/src/index.html b/src/index.html index 4722ed1..f1f1d96 100644 --- a/src/index.html +++ b/src/index.html @@ -120,9 +120,17 @@
+
+ Tool supporters Hall of Fame +
+

- Valuable Tool supporters: Klaudia (Lvl 18), Rohit (Lvl 7), Dominic (Lvl 6), David (Lvl 5).
- You too can get immortalized here. Donate at least $1 for the Tool! Lvl indicates your amount of support. + Klaudia (Lvl 18) - Rohit (Lvl 7) - Dominic (Lvl 6) - David (Lvl 5) +

+ +

+ You too can get immortalized here. Donate at least $1 for the Tool!
+ Lvl indicates your amount of support.