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" >
< div class = "terminal" > < / div >
< / div >
< / div >
2022-09-15 20:05:47 +03:00
< / div >
2023-01-21 02:05:17 +03:00
< / section >
< style >
.terminal{
height: 37.667vw;
width: 58.594vw;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: -8.371vw;
border-radius: 10px;
background-color: #121212;
box-shadow: 0px 0px 18px #000;
border: 1px solid gray;
}
< / 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" >
< 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 < 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
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 }}