www/src/layouts/index.html

246 lines
9.4 KiB
HTML
Raw Normal View History

{{ define "main" }}
2022-09-08 22:46:27 +03:00
<!-- Hero Section -->
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">
2023-01-21 01:40:04 +03:00
<h1 class="impact text-center" style="z-index:3; position: relative;">the next&#8208;generation, cross&#8208;platform <span class="white">package manager</span></h1>
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">
2023-01-21 01:40:04 +03:00
{{- partial "full-width-cta-split.html" . -}}
2022-09-15 19:23:35 +03:00
</div>
2023-01-21 02:05:17 +03:00
<section class="hero-section terminal-demo">
<div class="container">
<div class="row">
<div class="col">
<div class="terminal flex">
2023-01-24 17:10:46 +03:00
<div class="terminal-bar black-bg flex-start p-1 ps-3">
2023-01-23 22:29:47 +03:00
<div class="traffic-light"></div>
<div class="traffic-light"></div>
<div class="traffic-light"></div>
</div>
<div class="p-5">
2023-01-24 03:18:45 +03:00
<p class="teal">
2023-01-23 19:31:12 +03:00
node --eval 'console.log("Hello World!")'<br>command not found: node<br><br>
2023-01-23 19:31:12 +03:00
sh <(curl tea.xyz) --yes installing ~/.tea…<br><br>
2023-01-23 19:31:12 +03:00
node --eval 'console.log("Hello World!")'<br>
tea: installing nodejs.org^19
Hello World!
2023-01-23 19:31:12 +03:00
</p>
</div>
</div>
2023-01-21 02:05:17 +03:00
</div>
</div>
</div>
2023-01-21 02:05:17 +03:00
</section>
<style>
2023-01-23 22:29:47 +03:00
.traffic-light{
height: 16px;
width: 16px;
border: 1px solid gray;
border-radius: 100px;
display: inline-block;
2023-01-23 23:37:18 +03:00
margin-right: 5px;
2023-01-23 22:29:47 +03:00
}
2023-01-21 02:05:17 +03:00
.terminal{
2023-01-24 03:18:45 +03:00
height: auto;
2023-01-21 02:05:17 +03:00
width: 58.594vw;
display: block;
margin-left: auto;
margin-right: auto;
2023-01-24 03:18:45 +03:00
margin-top:-0.3vw;
2023-01-21 02:05:17 +03:00
margin-bottom: -8.371vw;
border-radius: 10px;
background-color: #121212;
border: 1px solid gray;
}
.terminal-bar{
height: 30px;
2023-01-24 19:16:07 +03:00
border-radius: 8px 8px 0px 0px;
border-bottom: 1px solid gray;
}
2023-01-21 02:05:17 +03:00
</style>
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">
2023-01-24 03:18:45 +03:00
<div class="row one-box-down">
<div class="col-10">
2022-09-28 21:30:26 +03:00
<div>
2023-01-24 03:20:55 +03:00
<h2 class="black" style="z-index:2;">THIS ISNT A PACKAGE MANAGER. TEA IS A UNIFIED PACKAGING <br>INFRASTRUCTURE.</h2>
2022-09-28 21:30:26 +03:00
</div>
2022-09-08 22:23:13 +03:00
</div>
2023-01-24 03:18:45 +03:00
<img src="/Images/xl-grid-one-row.svg" alt="grid-element" class="single-grid-row">
</div>
<div class="row">
<div class="col">
<i class="icon-pattern-random-15 black display-6"></i><br><br>
<h3 class="black">Integrate multiple tools</h3>
<p class="black">Tea can easily integrate different tools and languages. This allows users to throw together scripts that use entirely separate tools and languages and share them with others with just a simple one-liner command.</p>
</div>
<div class="col">
<i class="icon-pattern-random-15 black display-6"></i><br><br>
<h3 class="black">UNIVERSAL<br>BINARY</h3>
<p class="black">tea is a standalone, binary download that can be used on multiple different devices and operating systems. This makes it easy to use Tea on a variety of different devices, without the need to worry about compatibility issues.</p>
</div>
<div class="col">
<i class="icon-pattern-random-15 black display-6"></i><br><br>
<h3 class="black">All-inclusive<br>Packaging</h3>
<p class="black">tea is a unified packaging infrastructure, providing access to the entire open source ecosystem. This means that Tea users can easily find and use a wide variety of software packages.</p>
</div>
2022-09-08 22:23:13 +03:00
</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>
2023-01-24 03:18:45 +03:00
i{
font-weight: 900 !important;
}
.single-grid-row{
margin-top: -1.6vw;
}
2022-09-28 21:30:26 +03:00
.box {
display: flex;
align-items: center;
justify-content: center;
}
.box div {
}
</style>
2022-09-08 22:53:16 +03:00
2023-01-24 17:00:22 +03:00
<!-- Features -->
<section>
<div class="container">
<div class="row one-box">
<div class="col">
<h3 class="one-box-down">tea Features (<span class="release"></span>)</h3>
<h2>TO CALL TEA REVOLUTIONARY WOULD BE AN UNDERSTATEMENT. <a href="https://twitter.com/mxcl?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" style="color:#2675f5;">@MXCL</a> HAS SET A NEW BAR.</h2>
</div>
</div>
<div class="row">
<div class="col p-5" style="border: 2px solid gray;">
<p class="lead">While homebrew takes about as long as your earl grey takes to steep, tea is done before youve time to put the bag in the cup.</p>
2023-01-24 19:16:07 +03:00
<div class="flex speed-comparison">
2023-01-24 17:00:22 +03:00
<div class="speed-terminal">
2023-01-24 19:16:07 +03:00
<div class="terminal-bar black-bg flex-start p-1 ps-3">
<div class="traffic-light"></div>
<div class="traffic-light"></div>
<div class="traffic-light"></div>
</div>
<div class="terminal-content p-5">
<p class="teal">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>
</div>
2023-01-24 17:00:22 +03:00
</div>
<div class="speed-terminal">
2023-01-24 19:16:07 +03:00
<div class="terminal-bar black-bg flex-start p-1 ps-3">
<div class="traffic-light"></div>
<div class="traffic-light"></div>
<div class="traffic-light"></div>
</div>
<div class="terminal-content p-5">
<p class="teal">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>
</div>
2023-01-24 17:00:22 +03:00
</div>
</div>
</div>
</div>
</div>
</section>
<style>
.speed-terminal{
2023-01-24 19:16:07 +03:00
width: 49%;
height: auto;
border: 2px solid gray;
background-color: #1a1a1a;
2023-01-24 17:00:22 +03:00
border-radius: 10px;
}
</style>
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
{{ end }}