www/src/layouts/index.html

266 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 &#9734; 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 flex align-content-middle">
{{- partial "additional-install-methods.html" -}}
</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">
<h2 style="margin-bottom: 1vw;">The unified packaging infrastructure.</h2>
<p class="lead">Access the latest tools, languages and frameworks seamlessly across all platforms with tea&#8212;the standalone, binary download from the creator of brew. Unleash the power of the open-source ecosystem by <a href="https://github.com/teaxyz/setup/blob/main/install.sh">installing tea</a> today.</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-12-15 22:07:24 +03:00
<!-- Bottle CTA -->
<hr>
<section>
<div class="container">
<div class="row">
<div class="col">
<div class="one-box-down">
<h4 class="text-center">Check out which versions we have bottled</h4>
2022-12-15 22:07:24 +03:00
<p class="text-center">We&#39;ve compiled a list of every package that&#39;s been bottled, along with their corresponding versions.</p>
</div>
<a href="/bottles/">
<button class="detail-btn-large bottle-cta"><i class="icon-enter-arrow"></i>VIEW ALL BOTTLES</button>
</a>
<style>
.bottle-cta{
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</div>
</div>
</div>
</section>
2022-09-30 00:24:25 +03:00
<hr>
<!-- Package CTA Section
<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>
2023-01-18 00:03:11 +03:00
<p class="lead">Much like its predecessor, <a href="https://brew.sh/">brew</a>, tea is seeing a rapid rate of adoption. Developers around the world are doing amazing things with our next&#8208;generation, cross&#8208;platform package manager.</p>
<p>In true open&#8208;source fashion, we&#39;re asking the community for <a href="https://github.com/teaxyz/cli">contributions to tea/cli</a>, as well as packaging assistance in an effort to add the web&#39;s top 300 packages to <a href="https://github.com/teaxyz/pantry.zero#contributing">our pantry</a>. Now is the time to be an early contributor in what will inevitably become the foundation of the future internet.</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="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="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="gray stat-small-text">Number of tea-maintainers for those <span id="stat-one-small"></span> repos.</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>
<div class="full-width-cta-container">
{{- partial "clipboard-copy.html" . -}}
</div>
2022-09-14 20:04:15 +03:00
2023-01-17 23:06:11 +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>
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>
2023-01-17 23:06:11 +03:00
-->
{{ end }}