From 132a3322a164b758da2f971c580d706cdf250286 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 17 May 2022 17:24:18 -0400 Subject: [PATCH 1/2] Content for authenticated users; script directions --- public/index.html | 20 +++++++++++--------- public/style.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 9 deletions(-) diff --git a/public/index.html b/public/index.html index daa4caf..0bf689c 100644 --- a/public/index.html +++ b/public/index.html @@ -154,7 +154,7 @@ Linktree - Authenticate with tea287 @@ -175,7 +175,7 @@ decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, we’re brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.

- Authenticate with tea287

-

Developers Authenticated

-
Join the communi'Developers Authenticated

+
Join the communi'tea
-

The revolution is here. Be among the first to - authenticate your Github with tea.

-

Early-adoption developers will be entitled a variety of exciting rewards, +

The revolution is here. Be among the first to authenticate your Github with tea.

+

Early-adoption developers will be entitled a variety of exciting rewards, including minted NFT certificates. Take a sip while it’s hot!

-
+ +
+

Authenticated as [username]

+
@@ -570,4 +572,4 @@ - \ No newline at end of file + diff --git a/public/style.css b/public/style.css index f9fc6bb..80d878f 100644 --- a/public/style.css +++ b/public/style.css @@ -8,6 +8,53 @@ body{ background-color: #2B3033; } +/*Post Authentication Box*/ + +/*Directions for Jacob: + +For authenticated users: + +* .box-auth-true = display:block; +* .box-auth-false = display: none; +* #auth-username = editInnerHTML to show username/email +* #count = editInnerHTML to show user's authentication number +* #count-sub-text = editInnerHTML to read "YOUR AUTHENTICATION NUMBER" +* #communitea = editInnerHTML to read "Thanks for joining our" +* #revolution-text = editInnerHTML to read "Now stay tuned! As an early authenticator, you’ll be entitled to a variety of exciting rewards, including minted NFT certificates." +* #auth-body-text = display: none; +* .rounded-pill = display: none; +* .auth-btn = editInnerHTML to read "Configure GitHub App" + +*/ + +/*Begin Auth Module*/ + +.box-auth-true{ + background-color: #54BAAB !important; + border: 1.5px solid #13FBD9 !important; + box-shadow: 0px 0px 5px #13FBD9 !important; + border-radius: 5px; + display: none; +} + +.box-auth-false{ + background-color:#44494B; + border-radius:5px; + display: block; +} + +#auth-username{ + color: white; + text-decoration: underline; +} + +#count-sub-text{ + text-transform: uppercase; +} + +.rounded-pill{ +} + .navbar-dark .navbar-toggler{ border:none; } From 9511a8d2836d2ef959fa4bc045c86bf52022dcf3 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Tue, 17 May 2022 19:23:30 -0400 Subject: [PATCH 2/2] add script to make post-auth changes --- public/index.html | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index 0bf689c..e9a8aae 100644 --- a/public/index.html +++ b/public/index.html @@ -45,7 +45,7 @@ - + \ No newline at end of file