Content updates
This commit is contained in:
parent
700275a7d2
commit
4d628fd450
6 changed files with 28 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
<ion-nav-title>Amazon.com Gift Cards</ion-nav-title>
|
||||
<ion-nav-title>Bitcoin Price</ion-nav-title>
|
||||
</ion-nav-bar>
|
||||
|
||||
<ion-content scroll="false" class="ng-hide" ng-show="!giftCards">
|
||||
|
|
@ -10,14 +10,7 @@
|
|||
Sandbox version. Only for testing purpose.
|
||||
</div>
|
||||
<div class="integration-onboarding">
|
||||
<div class="integration-onboarding-logo">
|
||||
<img src="img/GCs-logo-cllb.png">
|
||||
</div>
|
||||
<div class="integration-onboarding-description">Gift Cards are only redeemable on Amazon.com (US website). Cards never expire and can be redeemed towards millions of items.</div>
|
||||
<div class="integration-onboarding-cta" ng-show="!showOauthForm">
|
||||
<button class="button button-standard button-primary" ui-sref="tabs.giftcards.amazon.amount" no-low-fee>Buy a Gift Card</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://www.amazon.com')">Visit Amazon.com →</button>
|
||||
</div>
|
||||
<div class="btcwdgt-chart"></div>
|
||||
</div>
|
||||
</ion-content>
|
||||
<ion-content class="ng-hide" ng-show="giftCards">
|
||||
|
|
|
|||
22
www/views/bitcoincom.html
Normal file
22
www/views/bitcoincom.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<ion-view>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
<ion-nav-title>Explore Bitcoin.com</ion-nav-title>
|
||||
</ion-nav-bar>
|
||||
<ion-content>
|
||||
<div class="bitcoin-com-page-header">
|
||||
<span class="nav-bar-title textlogo"><span class="moon-symbol"></span>itcoin.com</span>
|
||||
<p>Your one-stop-shop for everything bitcoin</p>
|
||||
</div>
|
||||
|
||||
<div class="bitcoin-com-page-body">
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://www.bitcoin.com')">Visit Bitcoin.com</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://news.bitcoin.com')">Read The News</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://forum.bitcoin.com')">Visit Our Forum</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://store.bitcoin.com')">Visit Our Store</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://pool.bitcoin.com')">Bitcoin.com Cloud Mining</button>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
||||
</ion-view>
|
||||
|
|
@ -17,4 +17,3 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<ion-view id="tab-home">
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title><img class="tab-home__logo" style="height: 48px; top: 0px;" src="img/app/logo-negative.png"></ion-nav-title>
|
||||
<ion-nav-title><span class="nav-bar-title textlogo"><span class="moon-symbol"></span>itcoin.com Wallet</span></ion-nav-title>
|
||||
</ion-nav-bar>
|
||||
|
||||
<ion-content>
|
||||
|
|
@ -109,6 +109,6 @@
|
|||
<div class="ng-hide" ng-show="wallets[0] && buyAndSellItems.length>0" ng-include="'views/includes/buyAndSellCard.html'"></div>
|
||||
<div class="ng-hide" ng-show="homeIntegrations.length>0" ng-include="'views/includes/homeIntegrations.html'"></div>
|
||||
<div class="ng-hide" ng-show="nextStepsItems.length>0" ng-include="'views/includes/nextSteps.html'"></div>
|
||||
|
||||
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue