mirror of
https://github.com/ivabus/www
synced 2024-11-14 20:55:06 +03:00
258 lines
8.2 KiB
HTML
258 lines
8.2 KiB
HTML
{{ define "main" }}
|
||
|
||
<!-- Hero Section -->
|
||
|
||
<style>
|
||
|
||
#hero-grid-system{
|
||
position:absolute;
|
||
width:100%;
|
||
z-index: -3;
|
||
margin-top:-5px;
|
||
}
|
||
|
||
.hero-container{
|
||
position:relative;
|
||
z-index: 2;
|
||
}
|
||
|
||
.full-width-cta-container{
|
||
position:relative;
|
||
z-index: 2;
|
||
}
|
||
|
||
</style>
|
||
|
||
<section class="hero-section">
|
||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="gen-art-1"></div>
|
||
<div class="gen-art animated-5 animatedFadeInUp fadeInUp" id="gen-art-2"></div>
|
||
<!--<img src="/Images/x-large-grid-hero.svg" id="hero-grid-system" alt="hero-grid-system">-->
|
||
<div class="container hero-container">
|
||
<div class="row">
|
||
<div class="col">
|
||
<h1>Keep <span class="white">what</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> yours.</span></h1>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="col-xxl-6 col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
|
||
<p class="lead hero-subhead animated-25 animatedFadeInUp fadeInUp" 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>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<div class="full-width-cta-container">
|
||
{{- partial "full-width-cta.html" . -}}
|
||
</div>
|
||
<div class="hero-bottom">
|
||
|
||
</div>
|
||
|
||
<!-- Teal Impact Section -->
|
||
|
||
<section class="teal-bg impact-section">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col">
|
||
<div class="box">
|
||
<div>
|
||
<h2 class="black text-center" style="z-index:2;">equitable open-source<br>for <br id="impact-break"><span class="cycle">web3</span></h2>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<style>
|
||
|
||
.box {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
|
||
.box div {
|
||
|
||
}
|
||
|
||
</style>
|
||
<!-- Package Section: Before -->
|
||
|
||
<section class="package-before-section">
|
||
<div class="gen-art" id="gen-art-3"></div>
|
||
<div class="gen-art" id="gen-art-4"></div>
|
||
<div class="container package_before">
|
||
<div class="row">
|
||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
|
||
<h2 style="margin-bottom: 1vw;">about tea.</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.</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. 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>
|
||
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
|
||
</div>
|
||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Package Grid -->
|
||
|
||
<!-- Desktop/Tablet Package Display -->
|
||
|
||
<span class="grid-package-display">
|
||
{{- partial "package-grid.html" . -}}
|
||
</span>
|
||
|
||
<!-- Mobile Package Display -->
|
||
|
||
<span class="swiper-package-display">
|
||
{{- partial "swiper.html" . -}}
|
||
</span>
|
||
|
||
<!-- Style for Swiper -->
|
||
|
||
<style>
|
||
|
||
@media only screen and (min-width: 576px) {
|
||
|
||
.grid-package-display{
|
||
display:block;
|
||
}
|
||
|
||
.swiper-package-display{
|
||
display:none;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 576px) {
|
||
|
||
.grid-package-display{
|
||
display:none;
|
||
}
|
||
|
||
.swiper-package-display{
|
||
display:block;
|
||
}
|
||
}
|
||
|
||
.swiper {
|
||
width: 100%;
|
||
height: 100%;
|
||
margin-bottom: 1vw !important;
|
||
margin-top: 1vw;
|
||
}
|
||
|
||
.swiper-slide {
|
||
text-align: center;
|
||
font-size: 18px;
|
||
|
||
/* Center slide text vertically */
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-pack: center;
|
||
-ms-flex-pack: center;
|
||
-webkit-justify-content: center;
|
||
justify-content: center;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.swiper-slide img {
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
object-fit: cover;
|
||
}
|
||
|
||
</style>
|
||
|
||
<!-- Package CTA Section -->
|
||
|
||
<section>
|
||
<hr>
|
||
<div class="container">
|
||
<div class="row" style="margin-bottom: 20px;">
|
||
<div class="col" style="margin: 150px 0px;">
|
||
<h3 class="text-center">Stay tuned for our full launch.</h3>
|
||
<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>
|
||
</section>
|
||
{{- partial "full-width-cta.html" . -}}
|
||
|
||
<!-- Statistics -->
|
||
|
||
<section class="statistics" style="padding-top: 8.371vw !important; padding-bottom: 8.371vw !important;">
|
||
|
||
<!-- Generative Art for the statistics section -->
|
||
|
||
<div class="gen-art" id="gen-art-5"></div>
|
||
<div class="gen-art" id="gen-art-6"></div>
|
||
<div class="gen-art" id="gen-art-7"></div>
|
||
<div class="gen-art" id="gen-art-8"></div>
|
||
<div class="gen-art" id="gen-art-9"></div>
|
||
|
||
<!-- End generative art -->
|
||
|
||
<div class="container">
|
||
<div class="row mb-5">
|
||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
|
||
<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>
|
||
<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><br>
|
||
{{- partial "detail-btn-large.html" . -}}
|
||
</div>
|
||
</div>
|
||
<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>
|
||
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
|
||
<div class="metric-block mb-5 mt-4">
|
||
<p class="stat-head">AUTHENTICATED DEVS</p>
|
||
<p class="stat-number teal"><span id="count2">500,000</span></p>
|
||
</div>
|
||
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
|
||
<div class="metric-block" style="float:right;">
|
||
<p class="stat-head">OS CONTRIBUTIONS</p>
|
||
<p class="stat-number teal">500,000</p>
|
||
</div>
|
||
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
{{- partial "full-width-cta.html" . -}}
|
||
|
||
<!-- partners -->
|
||
|
||
<section class="partners">
|
||
<div class="gen-art" id="gen-art-10"></div>
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12" style="position:relative; z-index: 2;">
|
||
<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>
|
||
<div class="row pt-5">
|
||
<div class="col">
|
||
<img class="partner-logo" id="binance-logo" src="/Images/binance-logo-white.svg" alt="Binance Logo" style="width:16.183vw;">
|
||
<img class="partner-logo ps-5" id="galaxy-eco-labs" src="/Images/galaxy-eco.svg" alt="Galaxy Eco Logo" style="width:40%;">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
{{ end }}
|