polished responsiveness of welcome view
This commit is contained in:
parent
dfe0c39260
commit
b99bfd1cbd
3 changed files with 51 additions and 5 deletions
|
|
@ -1,20 +1,23 @@
|
|||
<ion-view id="onboard-welcome" class="onboarding">
|
||||
<ion-content ng-controller="welcomeController" ng-init="createProfile()">
|
||||
<qr-scanner id="shopping-24" on-scan="goImport(data)"></qr-scanner>
|
||||
<div class="text-center">
|
||||
<div class="row">
|
||||
<article id="logo-tagline">
|
||||
<div class="row text-center">
|
||||
<img src='img/bitpay-logo.svg' class="logo col col-50" />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row text-center">
|
||||
<p translate class="text-center col col-60">
|
||||
Take control of your money - get started with bitcoin
|
||||
Take control of your money, <br /> get started with bitcoin.
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
<article id="cta-buttons">
|
||||
<div class="row">
|
||||
<button class="button button-block get-started col col-75" href ui-sref="onboarding.tour" translate>Get started</button>
|
||||
</div>
|
||||
<div class="row">
|
||||
<button class="button button-block restore col col-75" translate href ui-sref="onboarding.import({'fromOnboarding':true})">Restore</button>
|
||||
</div>
|
||||
</article>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue