Add whitepaper button to the right of auth button

This commit is contained in:
Thomas Smith 2022-08-17 10:58:26 -04:00
parent 61bf09e8c0
commit b731a3ec5f

View file

@ -67,7 +67,13 @@
<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 auth-btn mb-3 mt-4" id="keep-btn-bottom" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" role="button">Authenticate with GitHub</a>
<div class="row">
<div class="col-lg-6 p-0">
<a class="btn btn-primary auth-btn mb-3 mt-4" id="keep-btn-bottom" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" role="button">Authenticate with GitHub</a>
<a class="btn btn-primary mt-4 mb-sm-0 mb-md-5 mb-0" id="whitepaper-btn" href="/white-paper/"
role="button" style="background:transparent; float:right;">Read Our White Paper</a>
</div>
</div>
<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>