mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:45:05 +03:00
Add whitepaper button to the right of auth button
This commit is contained in:
parent
61bf09e8c0
commit
b731a3ec5f
1 changed files with 7 additions and 1 deletions
|
@ -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 don’t delay, get it while it’s hot.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue