2022-09-13 18:31:25 +03:00
< section class = "footer" >
< div class = "container" >
2022-09-14 01:59:12 +03:00
< hr >
2022-09-14 20:04:15 +03:00
< div class = "row" style = "margin: 75px 0px;" >
2022-09-14 01:59:12 +03:00
< div class = "col-lg-8 footer-content" >
2022-09-15 05:03:49 +03:00
< h4 > Equitable open-source for < span id = "cycle" > web3< / span > < / h4 >
2022-09-14 01:59:12 +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.< / p >
< img src = "/Images/footer-grid-element.svg" alt = "tea.grid" >
< / div >
< div class = "col-lg-4" >
< div class = "card social-box" style = "width: 100%; float:right;" >
< ul class = "list-group list-group-flush" >
2022-09-14 23:42:42 +03:00
< a class = "list-group-item" role = "button" href = "https://twitter.com" > < i class = "icon-twitter social-icon" > < / i > Twitter< / a >
< a class = "list-group-item" role = "button" href = "https://twitter.com" > < i class = "icon-discord social-icon" > < / i > Discord< / a >
< a class = "list-group-item" role = "button" href = "https://twitter.com" > < i class = "icon-github social-icon" > < / i > GitHub< / a >
< a class = "list-group-item" role = "button" href = "https://twitter.com" > < i class = "icon-reddit social-icon" > < / i > Reddit< / a >
< a class = "list-group-item" role = "button" href = "https://twitter.com" > < i class = "icon-telegram social-icon" > < / i > Telegram< / a >
< a class = "list-group-item" role = "button" href = "https://twitter.com" > < i class = "icon-instagram social-icon" > < / i > Instagram< / a >
2022-09-14 01:59:12 +03:00
< / ul >
< / div >
2022-09-13 18:51:23 +03:00
< / div >
< / div >
2022-09-14 01:59:12 +03:00
< div class = "row mb-4" >
2022-09-15 05:03:49 +03:00
< h4 > subscribe to our email list< / h4 >
2022-09-14 01:59:12 +03:00
< hr >
< div class = "col" >
< div class = "input-group" >
2022-09-14 03:50:52 +03:00
< input type = "text" class = "form-control footer-email" placeholder = "you@email.com" aria-label = "Recipient's username with two button addons" >
< button class = "btn btn-outline-secondary email-btn" type = "button" > Send< / button >
2022-09-14 01:59:12 +03:00
< / div >
2022-09-13 19:45:41 +03:00
< / div >
2022-09-14 01:59:12 +03:00
< hr >
< / div >
< div class = "row" >
< div class = "col-lg-6" >
< p class = "small" > ©2022 tea inc. You can also share our < a href = "" class = "teal" > Linktree< / a > .< / p >
< / div >
< div class = "col-lg-6" >
{{- partial "footer-nav.html" . -}}
2022-09-13 18:51:23 +03:00
< / div >
2022-09-14 01:59:12 +03:00
< / div >
2022-09-13 18:31:25 +03:00
< / div >
< / section >
2022-09-07 19:57:17 +03:00
<!-- JavaScript Bundle with Popper -->
2022-06-08 02:18:10 +03:00
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
< / script >
< script src = "https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous">< / script >
< script >
$(window).scroll(function () {
$('nav').toggleClass('scrolled', $(this).scrollTop() > 100);
});
if (localStorage['signup'].match(/:::/)) {
2022-08-15 21:27:59 +03:00
const [username, serial_] = localStorage.signup.split(':::');
const serial = (+serial_).toLocaleString()
2022-06-08 02:18:10 +03:00
$('.box-auth-true').show();
$('.box-auth-false').hide();
$('#auth-username').html(username);
$('#count').html(`${serial} / < span id = 'count3' > < / span > `);
$('#count-sub-text').html('YOUR AUTHENTICATION NUMBER');
$('#communitea').html('Thanks for joining our communi' < span style = "color:#54BAAB;" > tea< / span > ');
$('#revolution-text').html(
'Now stay tuned! As an early authenticator, you’ ll be entitled to a variety of exciting rewards, including minted NFT certificates.'
);
$('#auth-body-text').hide();
$('.rounded-pill').hide();
$('.auth-btn').html('Configure GitHub App');
2022-07-05 23:04:52 +03:00
$('.auth-btn').attr('href', 'https://github.com/apps/tea-xyz')
2022-06-08 02:18:10 +03:00
}
< / script >
< script >
try {
fetch('https://app.tea.xyz/api/signups')
.then(res => res.json())
.then(res => {
2022-08-14 07:16:43 +03:00
const signups = res.signups ? res.signups.toLocaleString() : ""
2022-06-08 02:18:10 +03:00
if (!(localStorage['signup'] || '').match(/:::/)) {
2022-08-14 07:16:43 +03:00
$('#count').html(signups)
2022-06-08 02:18:10 +03:00
}
2022-08-14 07:16:43 +03:00
$('#count1').html(signups)
$('#count2').html(signups)
$('#count3').html(signups)
$('#count4').html(signups)
$('#count5').html(signups)
$('#count6').html(signups)
$('#count7').html(signups)
2022-06-08 02:18:10 +03:00
})
} catch (e) {
console.error(e)
}
< / script >
2022-06-09 17:54:42 +03:00
< script type = "text/javascript" >
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "c9ohlhyxzf");
< / script >
2022-06-08 02:18:10 +03:00
< script async src = "https://www.googletagmanager.com/gtag/js?id=G-Q3M5LVH76F" > < / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-Q3M5LVH76F');
< / script >
2022-07-01 22:41:02 +03:00
< script >
2022-07-05 23:05:33 +03:00
const textList = [
"web3",
2022-07-05 23:18:07 +03:00
"game‐ dev",
2022-07-05 23:05:33 +03:00
"AI",
"automation",
"data",
"ML",
2022-08-03 22:25:44 +03:00
"web",
2022-07-05 23:05:33 +03:00
"devops",
"creating",
"everything",
"< i > you< i > "
];
2022-09-15 05:03:49 +03:00
const cycle = document.querySelector(".cycle","#cycle");
2022-07-05 23:05:33 +03:00
let i = 0;
const cycleText = () => {
cycle.innerHTML = textList[i];
i = ++i % textList.length;
2022-07-01 22:41:02 +03:00
};
2022-07-05 23:05:33 +03:00
cycleText();
setInterval(cycleText, 1200);
2022-07-05 23:18:07 +03:00
2022-07-01 22:41:02 +03:00
< / script >
2022-08-18 17:27:30 +03:00
< script >
rdt('track', 'SignUp');
2022-08-18 17:33:19 +03:00
rdt('track', 'ViewContent');
2022-08-18 17:27:30 +03:00
< / script >