mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:35:16 +03:00
Spellcheck
This commit is contained in:
parent
12840bdf10
commit
f6cc5c7a10
|
@ -64,7 +64,7 @@
|
||||||
<div class="row hero mb-5 mt-5">
|
<div class="row hero mb-5 mt-5">
|
||||||
<div style="z-index:100;" class="col-lg-6 col-sm-12 order-lg-1 order-sm-2 order-2">
|
<div style="z-index:100;" class="col-lg-6 col-sm-12 order-lg-1 order-sm-2 order-2">
|
||||||
<h1 class="mb-5"><span class="yellow">Equitable</span> Open-Source for Web3</h1>
|
<h1 class="mb-5"><span class="yellow">Equitable</span> Open-Source for Web3</h1>
|
||||||
<p style="font-size:18px;" class="mb-5">The tools that build the internet have steeped too long. For the past two 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 somthing to change that by enabling developers (you) to continue doing what you love, while earning what you derserve.<br><span class="yellow"><strong>Download our Github app to get authenticated and join the tea revolution.</strong></span></p>
|
<p style="font-size:18px;" class="mb-5">The tools that build the internet have steeped too long. For the past two 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.<br><span class="yellow"><strong>Download our Github app to get authenticated and join the tea revolution.</strong></span></p>
|
||||||
<a class="btn btn-primary mb-3" href="https://github.com/apps/tea-xyz" role="button">Install our Github App</a><br>
|
<a class="btn btn-primary mb-3" href="https://github.com/apps/tea-xyz" role="button">Install our Github App</a><br>
|
||||||
<a class="btn btn-primary mb-5 disabled" id="whitepaper-btn" href="Media/tea.white-paper (v0.9, koinos).pdf" role="button">Whitepaper Coming Soon</a>
|
<a class="btn btn-primary mb-5 disabled" id="whitepaper-btn" href="Media/tea.white-paper (v0.9, koinos).pdf" role="button">Whitepaper Coming Soon</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
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.</p>
|
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.</p>
|
||||||
<hr class="mb-4">
|
<hr class="mb-4">
|
||||||
<h4><img src="Images/token_rewards.svg" alt="token rewards icon" class="me-2"> Token Rewards</h4>
|
<h4><img src="Images/token_rewards.svg" alt="token rewards icon" class="me-2"> Token Rewards</h4>
|
||||||
<p class="mb-4 ps-5">Through tea, open-soure contributors are rewarded with our flagship token relative to aggregate usage and sweat equity. Now, devs are able to monetize their generocity. </p>
|
<p class="mb-4 ps-5">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. </p>
|
||||||
<hr class="mb-4">
|
<hr class="mb-4">
|
||||||
<h4><img src="Images/decentralized.svg" alt="tea.xyz is decentralized" class="me-2"> De-Centralized</h4>
|
<h4><img src="Images/decentralized.svg" alt="tea.xyz is decentralized" class="me-2"> De-Centralized</h4>
|
||||||
<p class="mb-4 ps-5">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.</p>
|
<p class="mb-4 ps-5">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.</p>
|
||||||
|
@ -151,11 +151,11 @@
|
||||||
<h4 class="mb-4">Cross Platform Compatible</h4>
|
<h4 class="mb-4">Cross Platform Compatible</h4>
|
||||||
<p>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.<br><br>
|
<p>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.<br><br>
|
||||||
|
|
||||||
<code class="language-javascript">$ sh <(curl tea.xyz) ci</code><br><br>
|
<code class="language-javascript">$ sh <(curl tea.xyz) ci</code><br><br>
|
||||||
|
|
||||||
Your README, blog post or internal install instructions can all use the same, simple one‐liner.<br><br>
|
Your README, blog post or internal install instructions can all use the same, simple one‐liner.<br><br>
|
||||||
|
|
||||||
<code class="language-javascript">$ sh <(curl tea.xyz) install deno.land</code><br><br>
|
<code class="language-javascript">$ sh <(curl tea.xyz) install deno.land</code><br><br>
|
||||||
|
|
||||||
Here, our one‐liner installs deno to ./bin/deno. If tea is installed it integrates with that installation, if not the script just exits; tea itself is not installed either way. We’re happy to be just the transmission layer.</p>
|
Here, our one‐liner installs deno to ./bin/deno. If tea is installed it integrates with that installation, if not the script just exits; tea itself is not installed either way. We’re happy to be just the transmission layer.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -164,7 +164,7 @@
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body ps-4 pe-4 pt-5 pb-5">
|
<div class="card-body ps-4 pe-4 pt-5 pb-5">
|
||||||
<img src="Images/delightful-dev.svg" alt="" class="mb-3">
|
<img src="Images/delightful-dev.svg" alt="" class="mb-3">
|
||||||
<h4 class="mb-4">Delightful Dev
Experience</h4>
|
<h4 class="mb-4">Delightful DevExperience</h4>
|
||||||
<p>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 being a source of pain as well.</p>
|
<p>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 being a source of pain as well.</p>
|
||||||
|
|
||||||
<p>Much like its predecessor, brew, tea is full of delightful touches. You’ll have to try it and see.</p>
|
<p>Much like its predecessor, brew, tea is full of delightful touches. You’ll have to try it and see.</p>
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
<div class="card mb-4">
|
<div class="card mb-4">
|
||||||
<div class="card-body ps-4 pe-4 pt-5 pb-5">
|
<div class="card-body ps-4 pe-4 pt-5 pb-5">
|
||||||
<img src="Images/decentralized-secure.svg" alt="" class="mb-3">
|
<img src="Images/decentralized-secure.svg" alt="" class="mb-3">
|
||||||
<h4 class="mb-4">Dentralized & Secure</h4>
|
<h4 class="mb-4">Decentralized & Secure</h4>
|
||||||
<p>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 creators intended.</p>
|
<p>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 creators intended.</p>
|
||||||
|
|
||||||
<p>In day to day development our decentralization increases reliability (leftpad is a sore memory) and gives developers the flexibility they need to turn inspiration into empires; when a single proprietry vendor controls how your stack is composed and deployed your stack is centralized and under their control.</p>
|
<p>In day to day development our decentralization increases reliability (leftpad is a sore memory) and gives developers the flexibility they need to turn inspiration into empires; when a single proprietry vendor controls how your stack is composed and deployed your stack is centralized and under their control.</p>
|
||||||
|
|
Loading…
Reference in a new issue