2016-08-30 15:40:32 -04:00
|
|
|
<ion-view id="onboard-welcome" class="onboarding">
|
2016-09-13 17:12:17 -03:00
|
|
|
<ion-content ng-controller="welcomeController" ng-init="createProfile()" scroll="false">
|
2016-10-04 19:36:55 -04:00
|
|
|
<div id="logo-tagline">
|
2017-06-12 18:41:11 +09:00
|
|
|
<img src='img/app/logo-negative.png' id="logo" />
|
2016-10-04 20:49:22 -04:00
|
|
|
<p id="lead" translate>Take control of your money,<br />get started with bitcoin.</p>
|
2016-10-04 19:36:55 -04:00
|
|
|
</div>
|
|
|
|
|
<div id="cta-buttons">
|
2017-07-27 20:12:21 +02:00
|
|
|
<button class="button button-standard button-primary" id="get-started" href ui-sref="onboarding.tour" translate-context="button" translate>Get started</button>
|
2016-10-07 02:10:30 -04:00
|
|
|
<button class="button button-standard button-secondary button-clear" id="restore" translate href ui-sref="onboarding.import({'fromOnboarding':true})">Restore from backup</button>
|
2016-10-04 19:36:55 -04:00
|
|
|
</div>
|
2016-08-25 16:31:47 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|