Update content
This commit is contained in:
parent
1bc63d769d
commit
7ca56b6ccf
5 changed files with 27 additions and 15 deletions
|
|
@ -2,24 +2,21 @@
|
|||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
<ion-nav-title>Buy or Sell Bitcoin</ion-nav-title>
|
||||
<ion-nav-title>Buy Bitcoin</ion-nav-title>
|
||||
</ion-nav-bar>
|
||||
<ion-content>
|
||||
<div class="list">
|
||||
<div class="explain">
|
||||
<i class="icon buy-and-sell-icon">
|
||||
<img src="img/icon-bitcoin.svg"/>
|
||||
</i>
|
||||
<div class="explain-heading">Connect an Exchange</div>
|
||||
<div class="explain-description">Buy or sell bitcoin directly from your wallet by connecting your exchange accounts.</div>
|
||||
<div class="explain-heading">Choose an Exchange</div>
|
||||
<div class="explain-description">We recommend the following exchange:</div>
|
||||
<div class="item item-divider"></div>
|
||||
<div>
|
||||
<img src="" id="exchange-logo" style="max-width: 50%;" />
|
||||
<p id="exchange-name" style="font-size: 32px;"></p>
|
||||
<p id="exchange-text"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item item-divider"></div>
|
||||
<div ng-repeat="service in services">
|
||||
<div class="item item-icon-right" ui-sref="{{service.sref}}">
|
||||
<img ng-src="{{service.logo}}" width="90">
|
||||
<span class="item-note">{{service.location}}</span>
|
||||
<i class="icon bp-arrow-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue