mirror of
https://github.com/ivabus/www
synced 2024-11-22 16:45:05 +03:00
Content update, add web3 section
This commit is contained in:
parent
ed39e4d324
commit
7271ff5843
2 changed files with 15 additions and 3 deletions
|
@ -686,7 +686,7 @@
|
||||||
<div class="container one-box-up two-boxes-down">
|
<div class="container one-box-up two-boxes-down">
|
||||||
<div class="row one-box-down">
|
<div class="row one-box-down">
|
||||||
<div class="col p-0">
|
<div class="col p-0">
|
||||||
<h2 class="display-5">DON’T JUST TAKE OUR WORD FOR IT… TWITTER’S BEEN SIPPING THE TEA TOO!</h2>
|
<h2 class="display-5">Don't just take our word for it; everybody's liking the new brew</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row twitter-desktop">
|
<div class="row twitter-desktop">
|
||||||
|
@ -825,7 +825,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container two-boxes-down">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col p-0">
|
<div class="col p-0">
|
||||||
<h2 class="display-5">OSS wouldn't work without talented contributors like you.</h2>
|
<h2 class="display-5">OSS wouldn't work without talented contributors like you.</h2>
|
||||||
|
@ -842,6 +842,18 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<div class="container p-0">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-7">
|
||||||
|
<h2 class="display-5">Long-term Mission</h2>
|
||||||
|
<p class="lead">tea is an actual legitimate use-case for blockchain. We're not crypto bros, just devs seeing the opportunity to solve a big problem.</p>
|
||||||
|
<p>Hear us out before you drag us through the coals on Twitter! We want to fix one of web2's biggest problems: hardworking developers <i>not</i> getting compensated for their contributions to web3. By leveraging blockchain technology we can keep track who creates & maintains what, remunerate them for their efforts with tea token, and keep FANG corporations from building empires atop unpaid labor.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
$.getJSON("https://api.github.com/repos/teaxyz/cli/contributors", function(contributors) {
|
$.getJSON("https://api.github.com/repos/teaxyz/cli/contributors", function(contributors) {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="row one-box">
|
<div class="row one-box">
|
||||||
<div class="col-xl-4 col-lg-4 col-md-8 col-sm-12 col-12">
|
<div class="col-xl-4 col-lg-4 col-md-8 col-sm-12 col-12">
|
||||||
<img class="mb-3" src="/Images/tea-logo-2.svg" alt="tea Logo (teal)" style="width:40px;">
|
<img class="mb-3" src="/Images/tea-logo-2.svg" alt="tea Logo (teal)" style="width:40px;">
|
||||||
<p class="small">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
<p class="small">tea is a unified packaging infrastructure from the creator of brew that aims to leverage blockchain in order to remunerate open-source developers for their contributions to the larger ecosystem.</p>
|
||||||
<div class="social-icons flex-start">
|
<div class="social-icons flex-start">
|
||||||
<a href="https://twitter.com/teaxyz">
|
<a href="https://twitter.com/teaxyz">
|
||||||
<i class="icon-twitter lead me-2"></i>
|
<i class="icon-twitter lead me-2"></i>
|
||||||
|
|
Loading…
Reference in a new issue