2022-06-08 02:18:10 +03:00
{{ 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‐ generation, cross‐ platform < span class = "white" > package manager< / span > < / h1 >
2022-09-07 20:29:07 +03:00
< / div >
< / div >
< / div >
2022-09-28 01:22:44 +03:00
< / 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" >
2023-01-21 02:22:22 +03:00
< 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 >
2023-01-21 02:22:22 +03:00
< 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-21 02:22:22 +03:00
2023-01-23 19:31:12 +03:00
sh < (curl tea.xyz) --yes installing ~/.tea…< br > < br >
2023-01-21 02:22:22 +03:00
2023-01-23 19:31:12 +03:00
node --eval 'console.log("Hello World!")'< br >
2023-01-21 02:22:22 +03:00
tea: installing nodejs.org^19
Hello World!
2023-01-23 19:31:12 +03:00
< / p >
2023-01-21 02:22:22 +03:00
< / div >
< / div >
2023-01-21 02:05:17 +03:00
< / div >
< / div >
2022-09-15 20:05:47 +03:00
< / 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;
}
2023-01-21 02:22:22 +03:00
.terminal-bar{
height: 30px;
border-radius: 10px 10px 0px 0px;
}
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
2022-10-19 03:00:53 +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 ISN’ T 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 you’ ve time to put the bag in the cup.< / p >
< div class = "flex" >
< div class = "speed-terminal" >
< / div >
< div class = "speed-terminal" >
< / div >
< / div >
< / div >
< / div >
< / div >
< / section >
< style >
.speed-terminal{
width: 50%;
height: 500px;
background-color: #4d4d4d;
border-radius: 10px;
}
< / style >
2023-01-12 21:10:10 +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 >
2022-09-22 21:25:34 +03:00
< 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‐ generation, cross‐ platform package manager.< / p >
< p > In true open‐ source fashion, we' 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' 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.
2022-10-14 04:46:45 +03:00
{{- partial "detail-btn-large.html" "#" -}}
2022-10-20 21:25:05 +03:00
-->
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;" >
2022-10-25 06:22:59 +03:00
< p class = "stat-head" > NUMBER OF REPOS< / p >
< p class = "stat-number teal" id = "stat-one" > < / p >
2022-12-16 03:58:06 +03:00
< p class = "gray stat-small-text" > Number of rated repos owned by tea‐ authenticated developers.< / p >
2022-09-14 20:04:15 +03:00
< / div >
2022-09-29 21:35:17 +03:00
< div class = "gen-art-mobile" id = "m-gen-art-3" > < / div >
< div class = "gen-art-mobile" id = "m-gen-art-4" > < / div >
2022-09-29 03:27:09 +03:00
< 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 >
2022-10-25 06:22:59 +03:00
< p class = "stat-number teal" > < span id = "count2" > < / span > < / p >
2022-12-16 03:58:06 +03:00
< 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 >
2022-09-29 21:42:43 +03:00
< div class = "gen-art-mobile" id = "m-gen-art-5" > < / div >
< div class = "gen-art-mobile" id = "m-gen-art-6" > < / div >
2022-09-29 03:27:09 +03:00
< 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;" >
2022-12-14 21:51:55 +03:00
< p class = "stat-head" > TEA MAINTAINERS< / p >
2022-10-25 06:22:59 +03:00
< p class = "stat-number teal" id = "stat-two" > < / p >
2022-12-16 03:58:06 +03:00
< 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 >
2022-09-29 22:00:56 +03:00
< div class = "gen-art-mobile" id = "m-gen-art-7" > < / div >
< div class = "gen-art-mobile" id = "m-gen-art-8" > < / div >
2022-09-29 03:27:09 +03:00
< 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 >
2023-01-12 21:12:24 +03:00
< div class = "full-width-cta-container" >
{{- partial "clipboard-copy.html" . -}}
< / div >
2022-09-14 20:04:15 +03:00
2022-06-16 17:14:27 +03:00
{{ end }}