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-28 00:14:24 +03:00
< h1 class = "impact text-center" style = "z-index:3; position: relative;" > Invisible yet < span class = "callout white" > powerful< / span > < / h1 >
2023-01-27 23:09:59 +03:00
< div class = "lead-box flex text-center black-bg p-5" >
2023-01-28 00:14:24 +03:00
< p class = "lead-text" > 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.< / p >
2023-01-27 23:09:59 +03:00
< / div >
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
2023-01-27 23:09:59 +03:00
< style >
2023-01-27 23:28:22 +03:00
@media only screen and (min-width: 1200px) {
.lead-box{
width: 100%;
border: 2px solid #949494;
min-height: 12.556vw;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.lead-box{
width: 100%;
border: 2px solid #949494;
height:auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.lead-box{
width: 100%;
border: 2px solid #949494;
height: auto;
}
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.lead-box{
width: 100%;
border: 2px solid #949494;
height: auto;
}
}
@media only screen and (max-width: 576px) {
.lead-box{
border: 2px solid #949494;
min-height: 300px;
margin: 0vw 3.5vw !important;
}
2023-01-28 00:14:24 +03:00
.lead-text{
text-align: left;
}
2023-01-27 23:09:59 +03:00
}
< / style >
2023-01-26 01:26:34 +03:00
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-26 01:26:34 +03:00
< a href = "https://github.com/teaxyz/cli#teacli-0212" target = "_blank" >
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-26 19:57:22 +03:00
< div class = "terminal-content" >
2023-01-26 01:26:34 +03:00
< p id = "terminal-output" > < / p >
< p id = "terminal-input" > < / p >
< / div >
2023-01-21 02:22:22 +03:00
< / div >
2023-01-26 01:26:34 +03:00
< a href = "https://github.com/teaxyz/cli#teacli-0212" >
< button id = "tryIt" class = "term-btn" type = "button" name = "button" target = "_blank" > < i class = "icon-github term-icon" > < / i > Visit README< / button >
< / a >
2023-01-21 02:22:22 +03:00
< / div >
2023-01-26 01:26:34 +03:00
< / a >
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 >
2023-01-26 23:49:04 +03:00
{{- partial "hero-terminal-animation.html" -}}
2023-01-21 02:05:17 +03:00
< style >
2023-01-26 19:57:22 +03:00
@media only screen and (min-width: 1200px) {
2023-01-26 01:26:34 +03:00
2023-01-26 19:57:22 +03:00
.term-icon{
position: relative;
top: 3px;
}
2023-01-26 01:26:34 +03:00
2023-01-26 19:57:22 +03:00
.term-btn{
text-transform: uppercase;
}
2023-01-26 01:26:34 +03:00
2023-01-26 19:57:22 +03:00
#tryIt{
position: fixed;
right: 20px;
bottom: 20px;
background-color: #8000ff;
border: none;
color: white;
font-familY: "pp-neue-machina";
padding: 5px 20px;
}
2023-01-23 22:29:47 +03:00
2023-01-26 19:57:22 +03:00
.traffic-light{
height: 16px;
width: 16px;
border: 1px solid gray;
border-radius: 100px;
display: inline-block;
margin-right: 5px;
}
.terminal{
height: auto;
min-height: 449px;
width: 58.594vw;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:-0.3vw;
margin-bottom: -8.371vw;
border-radius: 10px;
background-color: #1a1a1a;
border: 1px solid gray;
box-shadow: 0px 10px 18px rgba(10, 05, 05, .5);
animation: float 3s ease-in-out infinite;
}
.terminal-bar{
height: 30px;
border-radius: 8px 8px 0px 0px;
border-bottom: 1px solid gray;
}
#terminal-input:after {
content: "|";
color: green;
position: absolute;
left: 0;
animation: blink 1s linear infinite;
}
@keyframes blink {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
#terminal-output {
white-space: pre;
display: inline-block;
}
#terminal-input {
position: relative;
display: inline-block;
}
.terminal-content{
overflow: hidden;
}
2023-01-21 02:05:17 +03:00
2023-01-21 02:22:22 +03:00
}
2023-01-26 19:57:22 +03:00
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.term-icon{
position: relative;
top: 3px;
}
.term-btn{
text-transform: uppercase;
}
#tryIt{
position: fixed;
right: 20px;
bottom: 20px;
background-color: #8000ff;
border: none;
color: white;
font-familY: "pp-neue-machina";
padding: 5px 20px;
}
.traffic-light{
height: 16px;
width: 16px;
border: 1px solid gray;
border-radius: 100px;
display: inline-block;
margin-right: 5px;
}
.terminal{
height: auto;
min-height: 449px;
width: 58.594vw;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:-0.3vw;
margin-bottom: -8.371vw;
border-radius: 10px;
background-color: #1a1a1a;
border: 1px solid gray;
box-shadow: 0px 10px 18px rgba(10, 05, 05, .5);
animation: float 3s ease-in-out infinite;
}
.terminal-bar{
height: 30px;
border-radius: 8px 8px 0px 0px;
border-bottom: 1px solid gray;
}
#terminal-input:after {
content: "|";
color: green;
position: absolute;
left: 0;
animation: blink 1s linear infinite;
}
@keyframes blink {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
#terminal-output {
white-space: pre;
display: inline-block;
}
#terminal-input {
position: relative;
display: inline-block;
}
.terminal-content{
overflow: hidden;
}
2023-01-25 23:32:35 +03:00
}
2023-01-26 19:57:22 +03:00
@media only screen and (min-width: 768px) and (max-width: 992px) {
.term-icon{
position: relative;
top: 3px;
2023-01-25 23:32:35 +03:00
}
2023-01-26 19:57:22 +03:00
.term-btn{
text-transform: uppercase;
2023-01-25 23:32:35 +03:00
}
2023-01-26 19:57:22 +03:00
#tryIt{
position: fixed;
right: 20px;
bottom: 20px;
background-color: #8000ff;
border: none;
color: white;
font-familY: "pp-neue-machina";
padding: 5px 20px;
2023-01-25 23:32:35 +03:00
}
2023-01-26 19:57:22 +03:00
.traffic-light{
height: 16px;
width: 16px;
border: 1px solid gray;
border-radius: 100px;
display: inline-block;
margin-right: 5px;
}
.terminal{
height: auto;
min-height: 449px;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:-0.3vw;
margin-bottom: -8.371vw;
border-radius: 10px;
background-color: #1a1a1a;
border: 1px solid gray;
box-shadow: 0px 10px 18px rgba(10, 05, 05, .5);
animation: float 3s ease-in-out infinite;
}
.terminal-bar{
height: 30px;
border-radius: 8px 8px 0px 0px;
border-bottom: 1px solid gray;
}
#terminal-input:after {
content: "|";
color: green;
position: absolute;
left: 0;
animation: blink 1s linear infinite;
}
@keyframes blink {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
#terminal-output {
white-space: pre;
display: inline-block;
}
#terminal-input {
position: relative;
display: inline-block;
}
.terminal-content{
overflow: hidden;
}
2023-01-25 23:32:35 +03:00
}
2023-01-26 19:57:22 +03:00
@media only screen and (min-width: 576px) and (max-width: 768px) {
.term-icon{
position: relative;
top: 3px;
}
.term-btn{
text-transform: uppercase;
}
#tryIt{
position: fixed;
right: 20px;
bottom: 20px;
background-color: #8000ff;
border: none;
color: white;
font-familY: "pp-neue-machina";
padding: 5px 20px;
}
.traffic-light{
height: 16px;
width: 16px;
border: 1px solid gray;
border-radius: 100px;
display: inline-block;
margin-right: 5px;
}
.terminal{
height: auto;
min-height: 449px;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:-0.3vw;
margin-bottom: -8.371vw;
border-radius: 10px;
background-color: #1a1a1a;
border: 1px solid gray;
box-shadow: 0px 10px 18px rgba(10, 05, 05, .5);
animation: float 3s ease-in-out infinite;
}
.terminal-bar{
height: 30px;
border-radius: 8px 8px 0px 0px;
border-bottom: 1px solid gray;
}
#terminal-input:after {
content: "|";
color: green;
position: absolute;
left: 0;
animation: blink 1s linear infinite;
}
@keyframes blink {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
#terminal-output {
white-space: pre;
display: inline-block;
}
#terminal-input {
position: relative;
display: inline-block;
}
.terminal-content{
overflow: hidden;
}
2023-01-25 23:32:35 +03:00
}
2023-01-26 19:57:22 +03:00
@media only screen and (max-width: 576px) {
.term-icon{
position: relative;
top: 3px;
}
.term-btn{
text-transform: uppercase;
}
#tryIt{
position: fixed;
right: 20px;
bottom: 20px;
background-color: #8000ff;
border: none;
color: white;
font-familY: "pp-neue-machina";
padding: 5px 20px;
}
.traffic-light{
height: 16px;
width: 16px;
border: 1px solid gray;
border-radius: 100px;
display: inline-block;
margin-right: 5px;
}
.terminal{
height: auto;
min-height: 449px;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:-0.3vw;
margin-bottom: -8.371vw;
border-radius: 10px;
background-color: #1a1a1a;
border: 1px solid gray;
box-shadow: 0px 10px 18px rgba(10, 05, 05, .5);
animation: float 3s ease-in-out infinite;
}
.terminal-bar{
height: 30px;
border-radius: 8px 8px 0px 0px;
border-bottom: 1px solid gray;
}
#terminal-input:after {
content: "|";
color: green;
position: absolute;
left: 0;
animation: blink 1s linear infinite;
}
@keyframes blink {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
#terminal-output {
white-space: pre;
display: inline-block;
}
#terminal-input {
position: relative;
display: inline-block;
}
.terminal-content{
overflow: hidden;
}
2023-01-26 01:26:34 +03:00
}
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
2023-01-26 20:11:25 +03:00
< section class = "teal-bg impact-section one-box" >
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-25 00:58:51 +03:00
< h2 class = "black display-2" 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" >
2023-01-26 20:11:25 +03:00
< div class = "col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5" >
2023-01-24 03:18:45 +03:00
< i class = "icon-pattern-random-15 black display-6" > < / i > < br > < br >
2023-01-26 19:57:22 +03:00
< h3 class = "black display-6" > Integrate Multiple Tools< / h3 >
2023-01-24 03:18:45 +03:00
< 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 >
2023-01-26 20:11:25 +03:00
< div class = "col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5" >
2023-01-24 03:18:45 +03:00
< i class = "icon-pattern-random-15 black display-6" > < / i > < br > < br >
2023-01-26 19:57:22 +03:00
< h3 class = "black display-6" > Universal Binary< / h3 >
2023-01-24 03:18:45 +03:00
< 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 >
2023-01-25 00:58:51 +03:00
< div class = "col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12" >
2023-01-24 03:18:45 +03:00
< i class = "icon-pattern-random-15 black display-6" > < / i > < br > < br >
2023-01-26 19:57:22 +03:00
< h3 class = "black display-6" > All-inclusive Packaging< / h3 >
2023-01-24 03:18:45 +03:00
< 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 -->
2023-01-24 19:36:25 +03:00
<!-- Homebrew v. tea Section -->
2023-01-24 19:52:46 +03:00
< section class = "features" >
2023-01-24 17:00:22 +03:00
< div class = "container" >
< div class = "row one-box" >
< div class = "col" >
2023-01-25 00:39:11 +03:00
< h3 class = "display-6 one-box-down" > tea Features (< span class = "release" > < / span > )< / h3 >
< h2 class = "display-2" > 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 >
2023-01-24 17:00:22 +03:00
< / div >
< / div >
2023-01-24 19:52:46 +03:00
< div class = "row one-box-down" >
2023-01-25 18:40:24 +03:00
< div class = "col p-xl-5 p-lg-5 p-md-4 p-sm-4 p-4 pt-5 pb-5" style = "border: 2px solid gray;" >
2023-01-24 22:52:37 +03:00
< h2 class = "display-3" > Faster Steeping< / h2 >
< p class = "lead" > 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 >
2023-01-25 00:12:57 +03:00
< p class = "one-box-down" > 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 class = "row speed-comparison" >
2023-01-25 18:40:24 +03:00
< div class = "col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-4 mb-sm-4 mb-4" >
< h3 class = "dark-gray display-6" > homebrew (slow)< / h3 >
< div class = "speed-terminal" style = "box-shadow:none;" >
2023-01-25 00:12:57 +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 >
2023-01-28 00:20:46 +03:00
< div class = "terminal-content p-xl-5 p-lg-5 p-md-5 p-sm-2 p-3" >
2023-01-25 00:12:57 +03:00
< p class = "teal small" > 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 19:16:07 +03:00
< / div >
2023-01-24 17:00:22 +03:00
< / div >
2023-01-25 18:40:24 +03:00
< div class = "col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12" >
< h3 class = "display-6" > tea (fast)< / h3 >
2023-01-25 00:12:57 +03:00
< div class = "speed-terminal" >
< 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 >
2023-01-28 00:20:46 +03:00
< div class = "terminal-content p-xl-5 p-lg-5 p-md-5 p-sm-2 p-3" >
2023-01-25 00:12:57 +03:00
< p class = "teal small" > 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 19:16:07 +03:00
< / div >
2023-01-24 17:00:22 +03:00
< / div >
< / div >
< / div >
< / div >
2023-01-24 22:52:37 +03:00
<!-- First -->
2023-01-24 20:07:13 +03:00
< div class = "row feature-row p-xl-5 p-lg-5 p-md-3 p-sm-1 p-3 one-box-down" >
2023-01-25 00:39:11 +03:00
< div class = "col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2" >
2023-01-24 22:52:37 +03:00
< div class = "feature-content ps-xl-5 ps-lg-3 ps-md-0 ps-sm-0 ps-0" >
< h2 class = "display-3" > tea magic< / h2 >
< p class = "lead" > 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.< / p >
< p class = "mb-xl-5 mb-lg-5 mb-md-3 mb-sm-3 mb-3" > 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 class = "" >
< a href = "https://github.com/teaxyz/cli#magic" target = "_blank" >
< button class = "hbtn hb-fill-right" id = "hb-btn" style = "text-transform:uppercase;" > < i class = "btn-icon icon-github" > < / i > VIEW README< span style = "text-transform:lowercase;" > .md< / span > < / button >
< / a >
2023-01-24 20:19:09 +03:00
< / div >
2023-01-24 19:52:46 +03:00
< / div >
< / div >
2023-01-25 00:39:11 +03:00
< div class = "col-xl-5 col-lg-6 col-md-12 col-sm-12 xol-12 pb-xl-0 pb-lg-0 pb-md-5 pb-sm-5 pb-5 mt-xl-0 mt-lg-0 mt-md-5 mt-sm-5 mt-5" >
2023-01-24 19:36:25 +03:00
< div class = "feature-terminal" >
< 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 >
2023-01-28 00:20:46 +03:00
< div class = "terminal-content p-xl-5 p-lg-5 p-md-5 p-sm-2 p-3" >
< p class = "teal small" > 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.< / p >
2023-01-24 19:36:25 +03:00
< / div >
< / div >
< / div >
< / div >
2023-01-26 23:49:04 +03:00
<!-- {{ - partial "tea - magic - terminal - animation.html" - }} -->
2023-01-24 22:52:37 +03:00
<!-- Second -->
< div class = "row feature-row p-xl-5 p-lg-5 p-md-3 p-sm-1 p-3 one-box-down" >
2023-01-25 00:39:11 +03:00
< div class = "col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2" >
2023-01-24 22:52:37 +03:00
< div class = "feature-content ps-xl-5 ps-lg-3 ps-md-0 ps-sm-0 ps-0" >
2023-01-27 02:03:12 +03:00
< h2 class = "display-3" > value prop< / h2 >
2023-01-24 22:52:37 +03:00
< p class = "lead" > 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.< / p >
< p class = "mb-xl-5 mb-lg-5 mb-md-3 mb-sm-3 mb-3" > 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 class = "" >
2023-01-25 00:12:57 +03:00
< a href = "https://github.com/teaxyz/cli#magic" target = "_blank" >
< button class = "hbtn hb-fill-right" id = "hb-btn" style = "text-transform:uppercase;" > < i class = "btn-icon icon-github" > < / i > VIEW README< span style = "text-transform:lowercase;" > .md< / span > < / button >
2023-01-24 22:52:37 +03:00
< / a >
< / div >
2023-01-24 19:52:46 +03:00
< / div >
< / div >
2023-01-25 00:39:11 +03:00
< div class = "col-xl-5 col-lg-6 col-md-12 col-sm-12 xol-12 pb-xl-0 pb-lg-0 pb-md-5 pb-sm-5 pb-5 mt-xl-0 mt-lg-0 mt-md-5 mt-sm-5 mt-5" >
2023-01-24 19:36:25 +03:00
< div class = "feature-terminal" >
< 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 >
2023-01-28 00:20:46 +03:00
< div class = "terminal-content p-xl-5 p-lg-5 p-md-5 p-sm-2 p-3" >
< p class = "teal small" > 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.< / p >
2023-01-24 19:36:25 +03:00
< / div >
< / div >
< / div >
< / div >
2023-01-25 00:39:11 +03:00
2023-01-24 22:52:37 +03:00
<!-- Third -->
< div class = "row feature-row p-xl-5 p-lg-5 p-md-3 p-sm-1 p-3 one-box-down" >
2023-01-25 00:39:11 +03:00
< div class = "col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2" >
2023-01-24 22:52:37 +03:00
< div class = "feature-content ps-xl-5 ps-lg-3 ps-md-0 ps-sm-0 ps-0" >
2023-01-27 02:03:12 +03:00
< h2 class = "display-3" > value prop< / h2 >
2023-01-24 22:52:37 +03:00
< p class = "lead" > 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.< / p >
< p class = "mb-xl-5 mb-lg-5 mb-md-3 mb-sm-3 mb-3" > 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 class = "" >
2023-01-25 00:12:57 +03:00
< a href = "https://github.com/teaxyz/cli#magic" target = "_blank" >
< button class = "hbtn hb-fill-right" id = "hb-btn" style = "text-transform:uppercase;" > < i class = "btn-icon icon-github" > < / i > VIEW README< span style = "text-transform:lowercase;" > .md< / span > < / button >
2023-01-24 22:52:37 +03:00
< / a >
< / div >
2023-01-24 19:52:46 +03:00
< / div >
< / div >
2023-01-25 00:39:11 +03:00
< div class = "col-xl-5 col-lg-6 col-md-12 col-sm-12 xol-12 pb-xl-0 pb-lg-0 pb-md-5 pb-sm-5 pb-5 mt-xl-0 mt-lg-0 mt-md-5 mt-sm-5 mt-5" >
2023-01-24 19:36:25 +03:00
< div class = "feature-terminal" >
< 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 >
2023-01-28 00:20:46 +03:00
< div class = "terminal-content p-xl-5 p-lg-5 p-md-5 p-sm-2 p-3" >
< p class = "teal small" > 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.< / p >
2023-01-24 19:36:25 +03:00
< / div >
< / div >
< / div >
< / div >
2023-01-25 00:39:11 +03:00
2023-01-24 22:52:37 +03:00
<!-- Fourth -->
2023-01-25 00:39:11 +03:00
< div class = "row feature-row p-xl-5 p-lg-5 p-md-3 p-sm-1 p-3 one-box-down" >
< div class = "col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2" >
2023-01-24 22:52:37 +03:00
< div class = "feature-content ps-xl-5 ps-lg-3 ps-md-0 ps-sm-0 ps-0" >
2023-01-27 02:03:12 +03:00
< h2 class = "display-3" > value prop< / h2 >
2023-01-24 22:52:37 +03:00
< p class = "lead" > 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.< / p >
< p class = "mb-xl-5 mb-lg-5 mb-md-3 mb-sm-3 mb-3" > 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 class = "" >
2023-01-25 00:12:57 +03:00
< a href = "https://github.com/teaxyz/cli#magic" target = "_blank" >
< button class = "hbtn hb-fill-right" id = "hb-btn" style = "text-transform:uppercase;" > < i class = "btn-icon icon-github" > < / i > VIEW README< span style = "text-transform:lowercase;" > .md< / span > < / button >
2023-01-24 22:52:37 +03:00
< / a >
< / div >
2023-01-24 19:52:46 +03:00
< / div >
< / div >
2023-01-25 00:39:11 +03:00
< div class = "col-xl-5 col-lg-6 col-md-12 col-sm-12 xol-12 pb-xl-0 pb-lg-0 pb-md-5 pb-sm-5 pb-5 mt-xl-0 mt-lg-0 mt-md-5 mt-sm-5 mt-5" >
2023-01-24 19:36:25 +03:00
< div class = "feature-terminal" >
< 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 >
2023-01-28 00:20:46 +03:00
< div class = "terminal-content p-xl-5 p-lg-5 p-md-5 p-sm-2 p-3" >
< p class = "teal small" > 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.< / p >
2023-01-24 19:36:25 +03:00
< / div >
< / div >
< / div >
< / div >
2023-01-25 00:39:11 +03:00
2023-01-24 19:36:25 +03:00
< / div >
< / section >
2023-01-25 00:12:57 +03:00
< div class = "full-width-cta-container" >
{{- partial "full-width-cta-split.html" . -}}
< / div >
2023-01-24 19:52:46 +03:00
2023-01-24 17:00:22 +03:00
< style >
2023-01-24 22:52:37 +03:00
.btn-icon{
position: relative;
top:2px;
}
#hb-btn{
height: 75px !important;
}
2023-01-24 19:36:25 +03:00
.feature-row{
border: 2px solid gray;
}
.feature-terminal{
width: 100%;
2023-01-24 20:19:09 +03:00
height: 100%;
2023-01-24 19:36:25 +03:00
border: 2px solid gray;
background-color: #1a1a1a;
border-radius: 10px;
2023-01-24 22:52:37 +03:00
box-shadow: 0px 10px 18px #121212;
animation: float 3s ease-in-out infinite;
}
2023-01-25 00:12:57 +03:00
.speed-terminal{
width: 100%;
height: auto;
min-height: 400px;
border: 2px solid gray;
background-color: #1a1a1a;
border-radius: 10px;
animation: float 3s ease-in-out infinite;
}
2023-01-24 22:52:37 +03:00
@keyframes float {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
100% {
transform: translateY(0);
}
2023-01-24 19:36:25 +03:00
}
2023-01-24 17:00:22 +03:00
< / style >
2023-01-12 21:10:10 +03:00
2022-09-13 18:12:56 +03:00
2022-09-22 00:37:41 +03:00
< section class = "statistics" style = "padding-top: 8.371vw !important; padding-bottom: 8.371vw !important;" >
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 >
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
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" >
2023-01-26 20:21:06 +03:00
< h2 class = "display-2" > 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-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" >
2023-01-26 20:21:06 +03:00
{{- partial "full-width-cta-split.html" . -}}
2023-01-12 21:12:24 +03:00
< / div >
2023-01-25 23:00:25 +03:00
2023-01-24 20:01:18 +03:00
2023-01-25 00:12:57 +03:00
< section >
2023-01-26 20:21:06 +03:00
< div class = "container one-box-up one-box-down" >
2023-01-25 00:39:11 +03:00
< div class = "row one-box-down" >
2023-01-25 00:12:57 +03:00
< div class = "col" >
< h2 class = "display-3" > DON’ T JUST TAKE OUR WORD FOR IT… TWITTER’ S BEEN SIPPING THE TEA TOO!< / h2 >
< / div >
< / div >
2023-01-27 01:41:41 +03:00
< div class = "row twitter-desktop" >
2023-01-25 19:20:12 +03:00
< div class = "col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12" >
2023-01-25 00:39:11 +03:00
{{- partial "twitter-card.html" -}}
{{- partial "twitter-card.html" -}}
{{- partial "twitter-card.html" -}}
2023-01-25 00:12:57 +03:00
< / div >
2023-01-25 19:20:12 +03:00
< div class = "col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12" >
2023-01-25 00:39:11 +03:00
{{- partial "twitter-card.html" -}}
{{- partial "twitter-card.html" -}}
{{- partial "twitter-card.html" -}}
2023-01-25 00:12:57 +03:00
< / div >
2023-01-25 19:20:12 +03:00
< div class = "col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12" >
2023-01-25 00:39:11 +03:00
{{- partial "twitter-card.html" -}}
{{- partial "twitter-card.html" -}}
{{- partial "twitter-card.html" -}}
2023-01-25 00:12:57 +03:00
< / div >
< / div >
2023-01-27 01:41:41 +03:00
< div class = "row twitter-mobile" >
< div class = "col" >
< div class = "swiper-container" >
< div class = "swiper-wrapper" >
{{- range .Data.Pages }}
< div class = "swiper-slide" >
{{- partial "twitter-card.html" . -}}
< / div >
{{- end }}
< / div >
< / div >
< / div >
< / div >
2023-01-25 00:12:57 +03:00
< / div >
< / section >
2023-01-25 00:53:02 +03:00
< hr >
< section >
< div class = "container" >
< div class = "row two-boxes" >
< div class = "col" >
< h2 class = "display-3 text-center" > Ready to start building?< br > All you need is tea.< / h2 >
< p class = "lead text-center" > Introducing tea’ s +pkg syntax, the ultimate tool for streamlined open source access, allowing you to access the entire ecosystem with one command, compose and combine everything, and even more.< / p >
< / div >
< / div >
< / div >
< / section >
< div class = "full-width-cta-container" >
{{- partial "full-width-cta-split.html" . -}}
< / div >
2023-01-25 00:39:11 +03:00
< style >
2023-01-27 01:41:41 +03:00
@media only screen and (min-width: 576px) {
.twitter-desktop{
visibility: visible;
}
.twitter-mobile{
visibility: hidden;
display: none;
}
}
@media only screen and (max-width: 576px) {
.twitter-desktop{
visibility: hidden;
display: none;
}
.twitter-mobile{
visibility: visible;
}
}
2023-01-25 00:39:11 +03:00
.twitter-card{
border: 2px solid gray;
border-radius: 10px;
box-shadow: 0px 10px 18px #121212;
}
.title-bar{
height:30px;
border-bottom: 1px solid gray;
}
.title-bar i{
color: #2675f5;
}
< / style >
2023-01-27 01:41:41 +03:00
< script src = "https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js" > < / script >
< script >
var mySwiper = new Swiper ('.swiper-container', {
spaceBetween: 10,
freeMode: true,
direction: 'horizontal',
loop: true,
pagination: {
el: '.swiper-pagination',
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
})
< / script >
2023-01-27 20:07:55 +03:00
< section >
< div class = "container two-boxes" >
< div class = "row" >
2023-01-27 22:32:20 +03:00
< h2 class = "display-2" > OSS wouldn't work without talented contributors like you.< / h2 >
< p class = "mb-5" > We at tea would like to give a big shout out to all the open-source developers out there. Your contributions and dedication to making the world a better place through technology is truly admirable. Thanks to your hard work and generosity, projects like teaxyz/cli can continue to improve and evolve. If you are interested in joining our team of code crusaders, we welcome you with open arms. Head on over to the teaxyz/cli repository on Github and start contributing today! Let's continue to make a positive impact on the world of technology together.< / p >
2023-01-27 20:07:55 +03:00
< / div >
< div class = "row" id = "contributors-list" >
< / div >
< / div >
< / section >
2023-01-27 20:57:08 +03:00
< hr >
< div class = "row button-container flex" >
< a href = "https://github.com/teaxyz/cli/graphs/contributors" class = "ps-0 pe-0 btn-div" id = "btn-div-top" >
< button class = "sbtn sb-fill-top" > VIEW ALL CONTRIBUTORS< / button >
< / a >
< a href = "https://github.com/teaxyz/cli#contributing" class = "ps-0 pe-0 btn-div" id = "btn-div" >
< button class = "sbtn sb-fill-top" > LEARN HOW TO CONTRIBUTE< / button >
< / a >
< / div >
< hr >
2023-01-27 20:07:55 +03:00
< script >
$.getJSON("https://api.github.com/repos/teaxyz/cli/contributors", function(contributors) {
var contributorsList = $("#contributors-list");
$.each(contributors, function(i, contributor) {
contributorsList.append("< div class = 'col-3 col-sm-3 col-md-3 col-lg-1 col-xl-1' > " + "< a href = '" + contributor.html_url + "' target = '_blank' > < img class = 'con-img mb-3' src = '" + contributor.avatar_url + "' > < / a > " + "< p class = 'small' style = 'hyphens:auto;' > " + contributor.login + "< / p > " + "< / div > ");
});
});
< / script >
< style >
.con-img{
width:100%;
border-radius: 5px;
background-color: gray;
2023-01-27 22:32:20 +03:00
filter: invert(100%);
2023-01-27 20:07:55 +03:00
transition: 0.1s ease-in-out;
}
.con-img:hover{
filter:none;
transform: translateY(-5px);
}
< / style >
2022-06-16 17:14:27 +03:00
{{ end }}