Content updates
This commit is contained in:
parent
700275a7d2
commit
4d628fd450
6 changed files with 28 additions and 14 deletions
BIN
www/img/bitcoin-com-logo.png
Normal file
BIN
www/img/bitcoin-com-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
|
|
@ -2,8 +2,8 @@
|
|||
<svg version="1.1" id="Home" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 24" style="enable-background:new 0 0 20 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#D5DFFF;}
|
||||
.st1{fill:#647ce8;}
|
||||
.st0{fill:#fab915;}
|
||||
.st1{fill:#343434;}
|
||||
</style>
|
||||
<polygon class="st0" points="10,0.9 0.7,9.4 0.7,23.3 6.9,23.3 6.9,15.8 13.1,15.8 13.1,23.3 19.3,23.3 19.3,9.4 "/>
|
||||
<path class="st1" d="M20,24h-7.5v-7.5H7.5V24H0V9.1L10,0l10,9.1V24z M13.8,22.6h4.8V9.7L10,1.9L1.4,9.7v12.9h4.8v-7.5h7.6V22.6z"/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 571 B |
|
|
@ -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