mirror of
https://github.com/ivabus/www
synced 2024-11-24 02:45:06 +03:00
18 lines
706 B
HTML
18 lines
706 B
HTML
<hr>
|
|
<div class="row button-container">
|
|
<a href="https://github.com/teaxyz/cli/stargazers" role="button" class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-0 mt-0 split-btn" id="nav-cta"><i class="icon-enter-arrow"></i>STAR ON GITHUB (☆<span class="stargazers"></span>)</a>
|
|
<a href="https://github.com/teaxyz/cli" role="button" class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-0 mt-0 split-btn split-right" id="nav-cta"><i class="icon-enter-arrow"></i>INSTALL TEA (<span class="release" style="text-transform:lowercase;"></span>)</a>
|
|
</div>
|
|
<hr>
|
|
|
|
<style>
|
|
.split-btn{
|
|
display: inline-block;
|
|
width: 50%;
|
|
}
|
|
|
|
.split-right{
|
|
border-left: 0px !important;
|
|
}
|
|
|
|
</style>
|