Skip to content

Commit

Permalink
remove direct btn
Browse files Browse the repository at this point in the history
  • Loading branch information
dolikey committed Jul 8, 2019
1 parent 5aa9815 commit 3c994c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,15 @@ <h3 class="title">Invest In CMTs To Earn More Money!<br>The return on CMT invest
<!-- <p class="info">02. You can buy CMTs via the Buy your CMTs DApp in CyberMiles App</p>
<div class="buy-btn btn">Buy Direct</div> -->

<p class="desc">You need to own at least 1,000 CMTs. The price of CMT, for now, is $0.04 USD, <br>$40 USD is enough to get more money.<br> For more information, you can visit <a href="https://www.cybermiles.io/en-us/cmt/whitepaper/" target="_blank" onClick="gaSend('visit_whitepaper', 'whitepaper')">the CyberMiles DPoS White Paper</a></p>
<p class="info">Get your CMTs on the following exchanges!</p>
<p class="info">02. Get your CMTs on the following exchanges!</p>
<div class="icon-group">
<a href="https://www.binance.com/?ref=11560295" target="_blank" class="binance" onClick="gaSend('binance', 'exchange')"></a>
<a href="https://www.okex.com/lang/en-US/" target="_blank" class="okex" onClick="gaSend('okex', 'exchange')"></a>
<a href="https://www.huobi.co/en-us/topic/invited/?invite_code=q3ut3" target="_blank" class="huobi" onClick="gaSend('huobi', 'exchange')"></a>
<a href="https://www.bithumb.com/" target="_blank" class="bithumb" onClick="gaSend('bithumb', 'exchange')"></a>
</div>

<p class="desc">You need to own at least 1,000 CMTs. The price of CMT, for now, is $0.04 USD, <br>$40 USD is enough to get more money.<br> For more information, you can visit <a href="https://www.cybermiles.io/en-us/cmt/whitepaper/" target="_blank" onClick="gaSend('visit_whitepaper', 'whitepaper')">the CyberMiles DPoS White Paper</a></p>
</div>
</section>

Expand Down
4 changes: 2 additions & 2 deletions style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ body {
margin-top: 30px;
position: absolute;
right: 0;
bottom: -9px;
bottom: -17px;
}
.wallet-down-container header .main {
width: 100%;
Expand Down Expand Up @@ -183,7 +183,7 @@ body {
margin-bottom: 29px;
}
.wallet-down-container section .icon-group {
margin-bottom: 20px;
margin-bottom: 50px;
}
.wallet-down-container section .icon-group a {
display: block;
Expand Down
Loading

0 comments on commit 3c994c6

Please sign in to comment.