Addition of small text

This commit is contained in:
Thomas Smith 2022-07-11 11:03:27 -04:00
parent d8ca461151
commit ca2bca115d

View file

@ -20,6 +20,10 @@
width: 350px; width: 350px;
font-size: 20px; font-size: 20px;
} }
.boiler{
width: 30%;
}
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
@ -42,7 +46,7 @@
<div class="row"> <div class="row">
<div class="col" style="z-index:100;"> <div class="col" style="z-index:100;">
<h1 class="prompt yellow">KEEP <br>WHAT IS <br>YOURS.</h1> <h1 class="prompt yellow">KEEP <br>WHAT IS <br>YOURS.</h1>
<a id="prompt-btn" class="btn btn-primary charcoal auth-btn mb-3 prompt_btn" href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with tea<span class="badge rounded-pill bg-primary ms-3"><span id="count2" class="charcoal"></span></span></a> <a id="prompt-btn" class="btn btn-primary charcoal auth-btn mb-3 prompt_btn" href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with tea<span class="badge rounded-pill bg-primary auth-btn ms-3"><span id="count2" class="charcoal"></span></span></a>
<p style="color:#b3c8c8;" class="mt-5 mb-5 lead">Equitable Open-Source for web3</p> <p style="color:#b3c8c8;" class="mt-5 mb-5 lead">Equitable Open-Source for web3</p>
</div> </div>
</div> </div>
@ -50,6 +54,7 @@
<div class="col" style="z-index:100;"> <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> <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 tea<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 tea<span class="badge rounded-pill bg-primary ms-3"><span id="count5" 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 dont delay, get it while its hot.</p>
</div> </div>
</div> </div>
</div> </div>