diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 057d6fc..182421d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -55,7 +55,7 @@ jobs: --cache-control max-age=600 \ --exclude '.git/*' --exclude '.github/*' \ --exclude 'pour.sh' \ - --exclude 'tea.white-paper.pdf*' \ + --exclude 'tea.white-paper*.pdf' \ --exclude '*.md' \ --delete diff --git a/lychee.toml b/lychee.toml index 9bdfa23..b1df893 100644 --- a/lychee.toml +++ b/lychee.toml @@ -14,5 +14,8 @@ exclude = [ "https://tea.xyz/tea.products", "https://tea.xyz/tea.nebraska-man", "https://tea.xyz/tea.cli", - "https://github.com/teaxyz/pantry" + "https://github.com/teaxyz/pantry", + "https://tea.xyz/tea.authentication-success", + "https://tea.xyz/tea.email-subscribe", + "https://www.google.com/thank-you" ] diff --git a/src/content/authentication-success.md b/src/content/authentication-success.md new file mode 100644 index 0000000..f497c9b --- /dev/null +++ b/src/content/authentication-success.md @@ -0,0 +1,5 @@ +--- +title: "Authentication Success" +Description: "tea.authentication-success" +layout: "authentication-success" +--- diff --git a/src/content/email-subscribe.md b/src/content/email-subscribe.md new file mode 100644 index 0000000..2a7d1c2 --- /dev/null +++ b/src/content/email-subscribe.md @@ -0,0 +1,5 @@ +--- +title: "Email Subscribe" +Description: "tea.email subscribe" +layout: "email-subscribe" +--- diff --git a/src/layouts/page/authentication-success.html b/src/layouts/page/authentication-success.html new file mode 100644 index 0000000..95bd279 --- /dev/null +++ b/src/layouts/page/authentication-success.html @@ -0,0 +1,67 @@ +{{ define "main" }} + +
You've just become an integral part in the future of the internet, AND you'll be entitled to a variety of exciting rewards such as minted NFT badges to honor your work thus far.
+ Return to Home +Wait... Before you authenticate
+Don't worry, we won't blow up your inbox. We just want to keep you posted on the future of the internet–you know... small things like that.
+ {{- partial "klaviyo-form.html" . -}} +We will never share or sell your personal information. You can read more about our privacy standards here.
+Equitable Open-Source for web3
tea is putting an end to Big Tech making trillions off the generosity
of the visionary developers and web pioneers who built the internet.
You can be a part of this revolution.
Authenticate now to gain early access to the tea beta.
Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So don’t delay, get it while it’s hot.
diff --git a/src/layouts/page/white-paper.html b/src/layouts/page/white-paper.html index 0d17e87..e4e2703 100644 --- a/src/layouts/page/white-paper.html +++ b/src/layouts/page/white-paper.html @@ -90,6 +90,8 @@ ['English', ''], ['Bahasa Indonesia', '_id'], ['беларускі', '_be'], + ['Deutsch', '_de'], + ['官话', '_zh'] ]; document.addEventListener('DOMContentLoaded', function () { diff --git a/src/layouts/partials/head.html b/src/layouts/partials/head.html index fb5211e..d0ea2c1 100644 --- a/src/layouts/partials/head.html +++ b/src/layouts/partials/head.html @@ -86,6 +86,7 @@ + diff --git a/src/layouts/partials/klaviyo-form.html b/src/layouts/partials/klaviyo-form.html index f58e934..04f4d75 100644 --- a/src/layouts/partials/klaviyo-form.html +++ b/src/layouts/partials/klaviyo-form.html @@ -5,7 +5,8 @@ .kl-private-reset-css-Xuajs1{ display: block !important; padding: 0px !important; - margin: 0px !important; + margin-top: auto !important; + margin-bottom: auto !important; } .go3894874857{ @@ -28,7 +29,7 @@ font-size: 16px !important; } - #email_48240757{ + #email_48240998{ width: 100%; height: 45px !important; font-size: 16px !important; @@ -41,7 +42,7 @@ transition: 0.1s ease-in-out !important; } - #email_48240757:focus{ + #email_48240998:focus{ border: 1px solid #54BAAB !important; box-shadow: 0px 0px 4px rgba(84, 186, 171, 0.5) !important; } diff --git a/src/static/Images/auth-success.gif b/src/static/Images/auth-success.gif new file mode 100644 index 0000000..5359c9d Binary files /dev/null and b/src/static/Images/auth-success.gif differ diff --git a/src/static/Images/tea-steam-dark.svg b/src/static/Images/tea-steam-dark.svg new file mode 100644 index 0000000..5d05406 --- /dev/null +++ b/src/static/Images/tea-steam-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/banner.png b/src/static/banner.png index 4f68aca..26717f1 100644 Binary files a/src/static/banner.png and b/src/static/banner.png differ