Added split CTA to white paper page

This commit is contained in:
Thomas Smith 2022-10-25 12:16:58 -04:00
parent 1d8635933e
commit 1a41ac3fb2

View file

@ -16,6 +16,24 @@
</div>
<hr>
<div class="row button-container">
<a href="/tea.white-paper.pdf" role="button" class="btn btn-primary auth-btn split-btn" id="nav-cta"><i class="icon-enter-arrow"></i>DOWNLOAD WHITEPAPER</a>
<a href="https://github.com/teaxyz/white-paper" role="button" class="btn btn-primary auth-btn split-btn split-right" id="nav-cta"><i class="icon-enter-arrow"></i>CONTRIBUTE ON GITHUB</a>
</div>
<hr>
<style>
.split-btn{
display: inline-block;
width: 50%;
}
.split-right{
border-left: 0px !important;
}
</style>
<section class="two-boxes">
<div class="container">