You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HelenaExpressApp/www/pages/welcome.html

36 lines
1.9 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="welcome">
<div class="page-content noselect">
<div class="row justify-content-center margin-top">
<div class="col-100 medium-90 xlarge-75 margin-horizontal">
<div class="row justify-content-center">
<div class="col-100 no-margin-vertical text-align-center">
<img src="assets/images/companylogo-dropshadow.png" style="width: 20em; max-width: 50vw;" />
</div>
<div class="col-100 text-align-center">
<h3>Welcome! Let's get you set up.</h3>
<p>You need to setup an account if you want to use certain services or earn rewards.
</div>
<div class="col-100 small-50 large-33 no-margin-vertical">
<div class="card">
<a class="button button-large" href="/account"><i class="fad fa-user-check"></i> Create Account or Log In</a>
</div>
<div class="card margin-top">
<a class="button button-large" href="/home" onclick="setStorage('setupskipped', true);"><i class="far fa-times"></i> Skip Setup</a>
</div>
</div>
<div class="col-100 text-align-center">
<p>Privacy Info: This app doesn't track you or sell your data. We only know
what you actually tell us, and we only use that data to provide and
improve the services we offer you.
</div>
</div>
</div>
</div>
</div>
</div>