20 lines
883 B
HTML
20 lines
883 B
HTML
<ion-view id="onboard-welcome" class="onboarding">
|
|
<ion-content ng-controller="welcomeController" ng-init="createProfile()">
|
|
<img src="../img/onboarding-welcome-shopping24.png" id="shopping-24" />
|
|
<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="tabs.import({'fromOnboarding':true})">Restore</button>
|
|
</div>
|
|
</ion-content>
|
|
</ion-view>
|