mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:25:06 +03:00
Count fix
This commit is contained in:
parent
1790711ef1
commit
5a45165652
2 changed files with 4 additions and 3 deletions
|
@ -45,15 +45,14 @@
|
|||
<div class="container pt-5 pb-5">
|
||||
<div class="row">
|
||||
<div class="col" style="z-index:100;">
|
||||
<h1 class="prompt yellow">KEEP <br>WHAT IS <br>YOURS.<a class="btn btn-primary charcoal auth-btn mb-3 mt-5 ms-lg-5 ms-md-5 ms-sm-0 ms-0" style="font-family:'Roboto'!important; vertical-align:bottom;" href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with GitHub<span class="badge rounded-pill bg-primary ms-3"><span id="count5" class="charcoal"></span></span></a></h1>
|
||||
<!--<a id="prompt-btn" class="btn btn-primary charcoal mb-3 prompt_btn" href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with GitHub<span class="badge rounded-pill bg-primary auth-btn ms-3"><span id="count2" class="charcoal"></span></span></a>-->
|
||||
<h1 class="prompt yellow">KEEP <br>WHAT IS <br>YOURS.<a class="btn btn-primary charcoal auth-btn mb-3 mt-5 ms-lg-5 ms-md-5 ms-sm-0 ms-0" style="font-family:'Roboto'!important; vertical-align:bottom;" href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with GitHub<span class="badge rounded-pill bg-primary ms-3"><span id="count6" class="charcoal"></span></span></a></h1>
|
||||
<p style="color:#b3c8c8;" class="mt-5 mb-5 lead">Equitable Open-Source for web3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col" style="z-index:100;">
|
||||
<h2 class="display-3">Thousands of developers have authenticated their Github with tea. This is your chance to be an early member of our Communitea.</h2>
|
||||
<a class="btn btn-primary charcoal auth-btn mb-3 mt-4" href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with GitHub<span class="badge rounded-pill bg-primary ms-3"><span id="count5" class="charcoal"></span></span></a>
|
||||
<a class="btn btn-primary charcoal auth-btn mb-3 mt-4" href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with GitHub<span class="badge rounded-pill bg-primary ms-3"><span id="count7" class="charcoal"></span></span></a>
|
||||
<p class="small boiler">Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So don’t delay, get it while it’s hot.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -126,6 +126,8 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
|||
$('#count3').html(res.signups)
|
||||
$('#count4').html(res.signups)
|
||||
$('#count5').html(res.signups)
|
||||
$('#count6').html(res.signups)
|
||||
$('#count7').html(res.signups)
|
||||
})
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
|
|
Loading…
Reference in a new issue