20 lines
886 B
HTML
20 lines
886 B
HTML
<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">
|
|
<img src='img/bitpay-logo.svg' class="logo col col-50" />
|
|
</div>
|
|
<div class="row">
|
|
<p translate class="text-center col col-60">
|
|
Take control of your money - get started with bitcoin
|
|
</p>
|
|
</div>
|
|
<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.phrase({'fromOnboarding':true})">Restore</button>
|
|
</div>
|
|
</ion-content>
|
|
</ion-view>
|