Files
Leantime/app/Domain/Help/Templates/dashboard.blade.php

23 lines
1.4 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="center padding-lg" style="width:800px;">
<div class="row">
<div class="col-md-12">
<x-global::undrawSvg image="undraw_social_serenity_vhix.svg" maxWidth="auto" maxheight="auto" height="250px" headline="{{ __('headlines.welcome') }}"></x-global::undrawSvg>
</div>
</div>
<div class="row onboarding">
<div class="col-md-12" style="font-size:var(--font-size-l);">
<br />
Leantime is built to empower your super powers and help you see your progress towards your goals.<br />
<br />
Most of us are used to creating task lists but were going to ask you to think about what exactly you are trying to accomplish.<br />
<br />
1. Set a vision (strategy) and set your goals<br />
2. Define the work that will get you to those goals<br />
3. And then reach them, planning your day to day with your My Work Dashboard.<br />
<br /><br />
<x-global::forms.button tag="a" link="javascript:void(0)" contentRole="primary" onclick="leantime.helperController.hideAndKeepHidden('dashboard'); leantime.helperController.startProjectDashboardTour();">{{ __("buttons.lets_go") }} <i class="fa-solid fa-arrow-right"></i></x-global::forms.button>
<div class="clearall"></div>
</div>
</div>
</div>