2022-06-08 02:18:10 +03:00
{{ define "main" }}
2022-09-08 22:46:27 +03:00
<!-- Hero Section -->
2022-09-09 23:52:26 +03:00
< style >
2022-09-15 19:23:35 +03:00
#hero-grid-system{
position:absolute;
width:100%;
z-index: -3;
margin-top:-5px;
}
.hero-section{
background-image: url("/Images/x-large-grid-hero.svg");
background-attachment: fixed;
2022-09-16 01:57:56 +03:00
background-position: top;
2022-09-15 19:23:35 +03:00
background-repeat: repeat;
background-size: contain;
}
.hero-container{
position:relative;
z-index: 2;
}
.full-width-cta-container{
position:relative;
z-index: 2;
2022-09-09 23:52:26 +03:00
}
2022-09-15 20:05:47 +03:00
.hero-bottom{
background-image: url("/Images/x-large-grid-hero.svg");
background-attachment: fixed;
background-position: center-top;
background-repeat: repeat;
background-size: contain;
height: 75px;
}
2022-09-09 23:52:26 +03:00
< / style >
2022-09-15 22:13:08 +03:00
< section class = "hero-section" >
2022-09-21 22:13:13 +03:00
< div class = "gen-art" id = "gen-art-1" > < / div >
2022-09-21 22:21:19 +03:00
< div class = "gen-art" id = "gen-art-2" > < / div >
2022-09-15 19:23:35 +03:00
<!-- <img src="/Images/x - large - grid - hero.svg" id="hero - grid - system" alt="hero - grid - system"> -->
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" >
2022-09-12 18:36:47 +03:00
< h1 > Keep < span class = "white" > what< / span > < br > < span style = "float:right;" > < span class = "white" > is< / span > yours.< / 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" >
< p class = "lead hero-subhead" style = "margin-top:8px; margin-bottom: -9px;" > The revolution is here. We’ re calling on all open-source devs to authenticate their Github with tea.< / p >
2022-09-07 20:29:07 +03:00
< / div >
< / div >
< / div >
2022-09-15 19:23:35 +03:00
< div class = "full-width-cta-container" >
{{- partial "full-width-cta.html" . -}}
< / div >
2022-09-15 20:05:47 +03:00
< div class = "hero-bottom" >
< / div >
2022-09-07 20:29:07 +03:00
< / section >
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-09-08 22:23:13 +03:00
< section class = "teal-bg impact-section" >
< div class = "container" >
< div class = "row" >
< div class = "col" >
2022-09-15 05:03:49 +03:00
< h2 class = "black text-center" style = "z-index:2;" > equitable open-source< br > for < span class = "cycle" > web3< / span > < / h2 >
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
<!-- Package Section: Before -->
2022-09-15 19:23:35 +03:00
< section >
2022-09-22 01:14:07 +03:00
< div class = "gen-art" id = "gen-art-3" > < / div >
2022-09-22 21:21:12 +03:00
< div class = "gen-art" id = "gen-art-4" > < / div >
2022-09-13 01:02:55 +03:00
< div class = "container package_before" >
2022-09-08 22:53:16 +03:00
< div class = "row" >
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-22 17:19:28 +03:00
< h2 style = "margin-bottom: 1vw;" > About tea.< / h2 >
2022-09-08 23:30:03 +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.< / p >
2022-09-14 19:17:59 +03:00
< p > 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 >
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 -->
2022-09-16 23:32:54 +03:00
{{- partial "package-grid.html" . -}}
2022-09-08 22:53:16 +03:00
2022-09-23 20:45:11 +03:00
{{- partial "swiper.html" . -}}
<!-- Style for Swiper -->
< style >
.swiper {
width: 100%;
height: 100%;
}
< / style >
2022-09-08 22:53:16 +03:00
<!-- Package CTA Section -->
< section >
2022-09-13 18:12:56 +03:00
< hr >
2022-09-14 00:23:25 +03:00
< div class = "container" >
2022-09-15 19:23:35 +03:00
< div class = "row" style = "margin-bottom: 20px;" >
< div class = "col" style = "margin: 150px 0px;" >
2022-09-15 04:52:12 +03:00
< h3 class = "text-center" > Stay tuned for our full launch.< / h3 >
2022-09-14 00:23:25 +03:00
< p class = "text-center" > Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua < a > Discord Community< / a > .< / p >
< / div >
< / div >
< / div >
2022-09-13 18:12:56 +03:00
< / section >
2022-09-23 01:02:51 +03:00
{{- 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;" >
<!-- Generative Art for this 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-13 18:12:56 +03:00
< div class = "col" >
< h2 > sta'tea'stics< / 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.< / p >
2022-09-14 19:17:59 +03:00
< p class = "col" > 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 > < br >
{{- partial "detail-btn-large.html" . -}}
< / div >
< div class = "col" >
2022-09-13 18:12:56 +03:00
< / div >
< / 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" > PACKAGES AVAILABLE< / p >
< p class = "stat-number teal" > 5,103,789< / p >
< / div >
< div class = "metric-block mb-5 mt-4" >
< p class = "stat-head" > AUTHENTICATED DEVS< / p >
2022-09-23 00:53:06 +03:00
< p class = "stat-number teal" > < span id = "count2" > 500,000< / span > < / p >
2022-09-14 20:04:15 +03:00
< / div >
< div class = "metric-block" style = "float:right;" >
< p class = "stat-head" > OS CONTRIBUTIONS< / p >
< p class = "stat-number teal" > 500,000< / p >
< / div >
< / div >
< / div >
2022-09-13 18:12:56 +03:00
< / div >
2022-09-08 22:53:16 +03:00
< / section >
2022-09-13 18:12:56 +03:00
{{- partial "full-width-cta.html" . -}}
2022-09-14 20:04:15 +03:00
< style >
.metric-block{
2022-09-16 19:39:53 +03:00
padding: 4.185vw;
2022-09-14 20:04:15 +03:00
border: 2px solid #949494;
2022-09-16 19:39:53 +03:00
max-width: 41.741vw;
2022-09-14 20:04:15 +03:00
background-color: #1a1a1a;
2022-09-22 00:37:41 +03:00
position: relative;
z-index:2;
2022-09-14 20:04:15 +03:00
}
.stat-head{
2022-09-16 19:39:53 +03:00
font-size: 1.339vw;
2022-09-14 20:04:15 +03:00
}
.stat-number{
font-family: "pp-neue-machina", sans-serif;
2022-09-16 19:39:53 +03:00
font-size: 6.696vw;
margin-top: -2.232vw;
margin-bottom: -2.232vw;
2022-09-14 20:04:15 +03:00
}
< / style >
2022-09-13 18:12:56 +03:00
<!-- partners -->
2022-09-13 18:31:25 +03:00
< section class = "partners" >
2022-09-22 22:20:48 +03:00
< div class = "gen-art" id = "gen-art-10" > < / div >
2022-09-13 18:12:56 +03:00
< div class = "container" >
< div class = "row" >
2022-09-22 22:20:48 +03:00
< div class = "col" style = "position:relative; z-index: 2;" >
2022-09-13 18:12:56 +03:00
< h2 > partners< / h2 >
< p class = "lead" > Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.< / p >
< p > 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 >
< / div >
< div class = "col" >
< / div >
< / div >
2022-09-14 03:50:52 +03:00
< div class = "row pt-5" >
< div class = "col" >
2022-09-16 19:39:53 +03:00
< img src = "/Images/binance-logo-white.svg" alt = "Binance Logo" style = "width:16.183vw;" >
2022-09-14 03:50:52 +03:00
< img class = "ps-5" src = "/Images/galaxy-eco.svg" alt = "Galaxy Eco Logo" style = "width:40%;" >
< / div >
< / div >
2022-09-13 18:12:56 +03:00
< / div >
< / section >
2022-06-16 17:14:27 +03:00
{{ end }}