www/src/layouts/index.html

239 lines
10 KiB
HTML
Raw Normal View History

{{ define "main" }}
2022-09-08 22:46:27 +03:00
<!-- Hero Section -->
{{- partial "mobile-art-home" -}}
2022-10-27 06:29:47 +03:00
2022-09-15 22:13:08 +03:00
<section class="hero-section">
2022-09-07 23:48:00 +03:00
<div class="container hero-container">
2022-09-07 20:29:07 +03:00
<div class="row">
<div class="col">
<h1 class="impact" style="z-index:3; position: relative;">TEA <span class="white">CLI</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> HERE.</span></h1>
2022-09-07 21:15:50 +03:00
</div>
</div>
<div class="row">
2022-09-22 22:41:34 +03:00
<div class="col-xxl-6 col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
<div class="lead-text-container animated-25 animatedFadeInUp fadeInUp black-bg p-4" style="z-index:3; position: relative;">
<p class="lead" style="margin-bottom: 0px;"><a href="https://github.com/teaxyz/cli">Visit GitHub</a> to check out our README, and &#11088; the repository. You can install tea by running the one&#8208;liner in your terminal.</p>
</div>
{{- partial "purple-btn-large.html" -}}
2022-10-27 06:29:47 +03:00
<img class="mobile-grid-element mt-5" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
2022-09-07 20:29:07 +03:00
</div>
</div>
</div>
</section>
2022-09-27 02:07:37 +03:00
<div class="full-width-cta-container">
{{- partial "clipboard-copy.html" . -}}
2022-09-15 19:23:35 +03:00
</div>
<div class="hero-bottom">
</div>
2022-09-07 22:49:07 +03:00
2022-09-08 22:53:16 +03:00
<!-- Teal Impact Section -->
2022-09-08 22:46:27 +03:00
<section class="teal-bg impact-section two-boxes">
2022-09-08 22:23:13 +03:00
<div class="container">
<div class="row">
<div class="col">
2022-09-28 21:30:26 +03:00
<div class="box">
<div>
2022-11-01 15:31:30 +03:00
<h2 class="black text-center" style="z-index:2;">equitable open-source<br>for&nbsp;<br id="impact-break"><span class="cycle">web3</span></h2>
2022-09-28 21:30:26 +03:00
</div>
</div>
2022-09-08 22:23:13 +03:00
</div>
</div>
2022-09-08 22:00:35 +03:00
</div>
2022-09-07 22:49:07 +03:00
</section>
2022-09-08 22:53:16 +03:00
2022-09-28 21:30:26 +03:00
<style>
.box {
display: flex;
align-items: center;
justify-content: center;
}
.box div {
}
</style>
2022-09-08 22:53:16 +03:00
<!-- Package Section: Before -->
2022-10-27 15:20:20 +03:00
<section class="package-before-section ">
2022-09-13 01:02:55 +03:00
<div class="container package_before">
2022-10-27 15:20:20 +03:00
<div class="row one-box">
2022-09-23 01:07:50 +03:00
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
2022-09-28 23:57:48 +03:00
<h2 style="margin-bottom: 1vw;">about tea.</h2>
2022-10-19 20:50:00 +03:00
<p class="lead">tea.xyz is a feature-rich, delightful unified package manager that will revolutionize open-source development by providing creators and maintainers value for previously unpaid labor.</p>
<p>Weve reimagined what a package manager can do for the first time since brew with new features such as executable markdown, a virtual environment manager, and universal interpretation. In short, weve built a tool that improves how you develop by getting out of your way so you can keep building.</p>
<p>Next were going to change the way you get rewarded for what you build by implementing a blockchain protocol that finally recognizes your hard work in open-source. You wont have to use our web3 features to use tea, but we think youll want to. <a class="teal" href="/white-paper/">Check out our whitepaper for more details.</a></p>
2022-09-29 03:19:54 +03:00
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
2022-09-29 21:13:51 +03:00
<div class="gen-art-mobile" id="m-gen-art-1"></div>
2022-09-29 21:23:00 +03:00
<div class="gen-art-mobile" id="m-gen-art-2"></div>
2022-09-08 22:53:16 +03:00
</div>
2022-09-23 01:07:50 +03:00
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
2022-09-08 22:53:16 +03:00
</div>
</div>
</div>
</section>
<!-- Package Grid -->
<!-- Desktop/Tablet Package Display -->
2022-09-08 22:53:16 +03:00
<span class="grid-package-display">
{{- partial "package-grid.html" . -}}
</span>
<!-- Mobile Package Display -->
<span class="swiper-package-display">
{{- partial "swiper.html" . -}}
</span>
2022-09-23 20:45:11 +03:00
<!-- Style for Swiper -->
<style>
2022-11-10 08:45:48 +03:00
.swiper-package-display{
display:block;
}
.grid-package-display{
display:none;
}
@media only screen and (min-width: 576px) {
.grid-package-display{
display:block;
}
.swiper-package-display{
display:none;
}
}
2022-09-23 20:45:11 +03:00
</style>
2022-11-10 05:45:40 +03:00
<span class="grid-bottle-display">
{{- partial "bottle-grid.html" . -}}
</span>
2022-09-08 22:53:16 +03:00
<!-- Package CTA Section -->
2022-09-30 00:24:25 +03:00
<hr>
<section class="package-cta-section" id="authenticate">
2022-10-26 06:30:28 +03:00
<div class="container package-cta-container one-box">
<div class="row one-box-down one-box-up">
<div class="col-lg-9">
<h3>Authenticate your GitHub for an even bigger sip</h3>
<p class="lead">Using tea without authenticating is like playing a video game without the DLC. Theres so much more to our ecosystem than a command line interface, and we want you to be a part of it.</p>
</div>
</div>
2022-10-26 06:30:28 +03:00
<hr>
<div class="row one-box-up">
2022-10-20 21:22:29 +03:00
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12 one-box-down">
2022-10-26 06:30:28 +03:00
<i class="icon-pattern-random-21 teal display-6"></i>
2022-10-24 23:54:47 +03:00
<h5>Map out the Teacosystem</h5>
<p>The more people authenticate, the clearer picture we have on just how strong the pot of tea were brewing is. Well be able to see just how many newcomers and bona-fide OSS veterans have enlisted for the revolution.</p>
2022-10-25 04:37:55 +03:00
<img class="mobile-grid-element" src="/Images/mobile-grid-element-one-row.svg" alt="grid">
</div>
2022-10-20 21:22:29 +03:00
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12 one-box-down">
2022-10-26 06:30:28 +03:00
<i class="icon-pattern-random-15 teal display-6"></i>
2022-10-24 23:54:47 +03:00
<h5>Get Recognized</h5>
<p>Authenticating your GitHub enables us to quantify and reward the contributions <em>youve already made</em> to the Open-Source Community</p>
2022-10-25 04:37:55 +03:00
<img class="mobile-grid-element" src="/Images/mobile-grid-element-one-row.svg" alt="grid">
</div>
2022-10-20 21:22:29 +03:00
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12 one-box-down">
2022-10-26 06:30:28 +03:00
<i class="icon-pattern-random-19 teal display-6"></i>
2022-10-24 23:54:47 +03:00
<h5>NFT Reward Badges</h5>
<p>Authenticating your GitHub entitles you to unique NFT reward badges, including one with rare artwork specific to how soon you authenticate.</p>
2022-10-25 04:37:55 +03:00
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
2022-09-30 00:24:25 +03:00
</div>
2022-09-14 00:23:25 +03:00
</div>
</div>
2022-09-30 00:24:25 +03:00
</section>
{{- partial "full-width-cta.html" . -}}
2022-09-08 22:53:16 +03:00
2022-09-13 18:12:56 +03:00
<!-- Statistics -->
2022-09-22 00:37:41 +03:00
<section class="statistics" style="padding-top: 8.371vw !important; padding-bottom: 8.371vw !important;">
2022-09-29 03:40:28 +03:00
<!-- Generative Art for the statistics section -->
2022-09-21 23:37:13 +03:00
<div class="gen-art" id="gen-art-5"></div>
2022-09-22 00:37:41 +03:00
<div class="gen-art" id="gen-art-6"></div>
<div class="gen-art" id="gen-art-7"></div>
2022-09-22 01:06:03 +03:00
<div class="gen-art" id="gen-art-8"></div>
<div class="gen-art" id="gen-art-9"></div>
2022-09-22 00:37:41 +03:00
<!-- End generative art -->
2022-09-13 18:12:56 +03:00
<div class="container">
2022-09-14 20:04:15 +03:00
<div class="row mb-5">
2022-09-27 01:29:27 +03:00
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
2022-09-13 18:12:56 +03:00
<h2>sta'tea'stics</h2>
2022-10-19 20:50:00 +03:00
<p class="lead">The problem is bigger than most realize. While everyday people use software every day, very few understand that the technology underlying their daily routine is provided by uncompensated labor.</p>
<p>Even many developers dont fully recognize the security risks of unpaid open-source until something deep in the stack collapses, like log4J.We want to shine a light on the scale of OSS usage, both to celebrate the achievements of unsung heroes as well as highlight the need for a better way.</p><br>
2022-10-20 21:58:29 +03:00
<!-- Commenting this out until more data is available. Everything can fit on the homepage as of now.
{{- partial "detail-btn-large.html" "#" -}}
-->
2022-09-14 19:17:59 +03:00
</div>
2022-09-13 18:12:56 +03:00
</div>
2022-09-14 20:04:15 +03:00
<div class="row">
<div class="col">
<div class="metric-block" style="float:right; margin-top:-300px;">
<p class="stat-head">NUMBER OF REPOS</p>
<p class="stat-number teal" id="stat-one"></p>
<p class="small gray stat-small-text">Number of rated repos owned by tea&#8208;authenticated developers.</p>
2022-09-14 20:04:15 +03:00
</div>
<div class="gen-art-mobile" id="m-gen-art-3"></div>
<div class="gen-art-mobile" id="m-gen-art-4"></div>
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
2022-09-14 20:04:15 +03:00
<div class="metric-block mb-5 mt-4">
<p class="stat-head">AUTHENTICATED DEVS</p>
<p class="stat-number teal"><span id="count2"></span></p>
<p class="small gray stat-small-text">This is the number of OSS developers who have chosen to join the battle for the future of the internet.</p>
2022-09-14 20:04:15 +03:00
</div>
<div class="gen-art-mobile" id="m-gen-art-5"></div>
<div class="gen-art-mobile" id="m-gen-art-6"></div>
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
2022-09-14 20:04:15 +03:00
<div class="metric-block" style="float:right;">
<p class="stat-head">TEA MAINTAINERS</p>
<p class="stat-number teal" id="stat-two"></p>
<p class="small gray stat-small-text">Number of tea-maintainers for those 2042 packages.</p>
2022-09-14 20:04:15 +03:00
</div>
<div class="gen-art-mobile" id="m-gen-art-7"></div>
<div class="gen-art-mobile" id="m-gen-art-8"></div>
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
2022-09-14 20:04:15 +03:00
</div>
</div>
2022-09-13 18:12:56 +03:00
</div>
2022-09-08 22:53:16 +03:00
</section>
2022-09-13 18:12:56 +03:00
{{- partial "full-width-cta.html" . -}}
2022-09-14 20:04:15 +03:00
2022-09-13 18:12:56 +03:00
<!-- partners -->
2022-09-13 18:31:25 +03:00
<section class="partners">
<div class="gen-art" id="gen-art-10"></div>
2022-09-13 18:12:56 +03:00
<div class="container">
<div class="row">
2022-11-02 22:40:03 +03:00
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12" style="position:relative; z-index: 2; margin-top: 20px;">
2022-09-13 18:12:56 +03:00
<h2>partners</h2>
2022-10-19 20:50:00 +03:00
<p>At our core, tea is about building an open-source ecosystem that is fair for everyone. This is an enormous undertaking and we cant do it alone. Here we want to thank those that have already enlisted for the Open-Source Revolution.</p>
<!-- Add in community to partners, with large metric feed. Maybe use fists icon for that -->
2022-09-13 18:12:56 +03:00
</div>
<div class="col">
</div>
</div>
2022-11-02 22:40:03 +03:00
<div class="row">
2022-09-14 03:50:52 +03:00
<div class="col">
2022-11-02 22:40:03 +03:00
<img class="partner-logo" id="binance-logo" src="/Images/binance-logo-white.svg" alt="Binance Logo" style="width:37.757vw; margin-top:1.116vw; z-index:2; position:relative;">
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid" style="margin-top: -2.8vw;">
<div class="gen-art-mobile" id="m-gen-art-9"></div>
2022-09-14 03:50:52 +03:00
</div>
</div>
2022-09-13 18:12:56 +03:00
</div>
</section>
{{ end }}