diff --git a/src/layouts/page/landing-page-1.html b/src/layouts/page/landing-page-1.html index 3ca35bf..0b20cfa 100644 --- a/src/layouts/page/landing-page-1.html +++ b/src/layouts/page/landing-page-1.html @@ -1,25 +1,62 @@ {{ define "main" }} - - -
+ + + + + + +
-
+

KEEP
WHAT IS
YOURS.

- Authenticate with tea287 + Authenticate with tea +

Equitable Open-Source for web3

-
+

Thousands of developers have authenticated their Github with tea. This is your chance to be an early member of our Communitea.

+ Authenticate with tea
- - + +
@@ -46,22 +83,22 @@ foundation for all the innovations that followed. The maintainers of these new bricks became thanklessly unpaid volunteers.


-

no compensation icon No Compensation +

no compensation icon No Compensation

Developers contribute innovations (bricks) to the tower of infrastructure that serves as a feeding ground for big tech. Their efforts are capitalized on, yet they see none of that profit.


-

centralized icon Centralized

+

centralized icon Centralized

Entire stacks are left at the mercy of single, proprietary vendors who control their composition and deployment. This turns the “tower of bricks” into a game of Jenga.


-

obligation icon Obligation to +

obligation icon Obligation to Maintain

Open‐source authors are pressured by their peers and the community at large to continuously maintain and update their contributions... again, without pay or gratitude.

-
@@ -83,15 +120,15 @@ We’re not changing how open source works—it’s still free. web3 has introduced powerful new paradigms that allow value to be compensated without direct payment. Creator economy, meet open source.


-

token rewards icon Token Rewards

+

token rewards icon Token Rewards

Through tea, open‐source contributors are rewarded with our flagship token relative to aggregate usage and sweat equity. Now, devs are able to monetize their generosity.


-

tea.xyz is decentralized De-Centralized

+

tea.xyz is decentralized De-Centralized

web3 turns the “Jenga” game back into a tower of stable bricks. By putting everything on-chain, we’re ensuring that entire stacks will no longer sit at the mercy of sole developers.


-

tea.xyz is transferrable Transferrable

+

tea.xyz is transferrable Transferrable

Devs are not obligated to dedicate years to maintaining a single project. Instead, they can transfer ownership to another interested party and move on to creating something else.

@@ -110,7 +147,7 @@
- +

Cross Platform Compatible

Wherever you develop, wherever your CI/CD runs, however you deploy your app, tea is there. We abstract this detail away so you can get on with the work that matters to you.

@@ -129,7 +166,7 @@

- +

Delightful DevExperience

tea is built with a “it just works” philosophy. It’s our job to set you up for success and then get out of your way so you can work as effectively as possible. Development is hard enough without the toolset @@ -146,7 +183,7 @@

- +

Designed for tea’ms

Good developers create. Great developers collaborate.

@@ -160,7 +197,7 @@
- +

Decentralized & Secure

tea’s decentralization offers tangible benefits to ecosystem security. Every layer of your apps and dapps is signed and verified on‐chain. Users can rest assured that the software they are using is what all its @@ -182,7 +219,7 @@

- +

Open Governance

We believe the open source community needs to direct and control the ecosystem we will help launch. The DAO will be an open, transparent and evolving governance structure where the depth of your contributions @@ -192,7 +229,7 @@

- +

Want to Help Us Build It?

Join the team that is both fixing how open source is funded and creating the tools that will accelerate its creation for the benefit of all humanity.

@@ -223,7 +260,7 @@
Proud of Binance
@@ -244,7 +281,7 @@ @@ -252,7 +289,7 @@ @@ -260,7 +297,7 @@ @@ -268,7 +305,7 @@ @@ -276,7 +313,7 @@ @@ -284,11 +321,10 @@ -
diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index a4f3a27..c161f2a 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -125,6 +125,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+ $('#count2').html(res.signups) $('#count3').html(res.signups) $('#count4').html(res.signups) + $('#count5').html(res.signups) }) } catch (e) { console.error(e) diff --git a/src/static/css/style.css b/src/static/css/style.css index c46c001..f8debed 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -317,12 +317,6 @@ For authenticated users: color: #54BAAB; } - .prompt{ - font-family: 'Prompt', sans-serif !important; - font-size: 200px; - line-height: 184px; - } - .btn-primary{ background-color: #54BAAB; border: none;