Wallet/www/views/onboarding/welcome.html

12 lines
755 B
HTML
Raw Normal View History

<ion-view id="onboard-welcome" class="onboarding">
<ion-content ng-controller="welcomeController" ng-init="createProfile()" scroll="false">
<div id="logo-tagline">
2017-06-12 18:41:11 +09:00
<img src='img/app/logo-negative.png' id="logo" />
<p id="lead" translate>Take control of your money,<br />get started with bitcoin.</p>
</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>
<button class="button button-standard button-secondary button-clear" id="restore" translate href ui-sref="onboarding.import({'fromOnboarding':true})">Restore from backup</button>
</div>
2016-08-25 16:31:47 -03:00
</ion-content>
</ion-view>