mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:15:07 +03:00
Added split CTA to white paper page
This commit is contained in:
parent
1d8635933e
commit
1a41ac3fb2
1 changed files with 18 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue