1{**
2 * 2007-2020 PrestaShop and Contributors
3 *
4 * NOTICE OF LICENSE
5 *
6 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
7 * that is bundled with this package in the file LICENSE.txt.
8 * It is also available through the world-wide-web at this URL:
9 * https://opensource.org/licenses/AFL-3.0
10 * If you did not receive a copy of the license and are unable to
11 * obtain it through the world-wide-web, please send an email
12 * to license@prestashop.com so we can send you a copy immediately.
13 *
14 * @author    PrestaShop SA <contact@prestashop.com>
15 * @copyright 2007-2020 PrestaShop SA and Contributors
16 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
17 * International Registered Trademark & Property of PrestaShop SA
18 *}
19
20<div class="onboarding-welcome">
21  <i class="material-icons onboarding-button-shut-down">close</i>
22  <p class="welcome">{l s='Welcome to your shop!' d='Modules.Welcome.Admin'}</p>
23  <div class="content">
24    <p>{l s='Hi! My name is Preston and I\'m here to show you around.' d='Modules.Welcome.Admin'}</p>
25    <p>{l s='You will discover a few essential steps before you can launch your shop:' d='Modules.Welcome.Admin'}
26    {l s='Create your first product, customize your shop, configure shipping and payments...' d='Modules.Welcome.Admin'}</p>
27  </div>
28  <div class="started">
29    <p>{l s='Let\'s get started!' d='Modules.Welcome.Admin'}</p>
30  </div>
31  <div class="buttons">
32    <button class="btn btn-tertiary-outline btn-lg onboarding-button-shut-down">{l s='Later' d='Modules.Welcome.Admin'}</button>
33    <button class="blue-balloon btn btn-primary btn-lg with-spinner onboarding-button-next">{l s='Start' d='Modules.Welcome.Admin'}</button>
34  </div>
35</div>
36