add-source.php
2 weeks ago
configure-features.php
2 weeks ago
install-plugins.php
2 weeks ago
success-page.php
2 weeks ago
welcome.php
2 weeks ago
welcome.php
13 lines
| 1 | <div class="sb-onboarding-wizard-step-wrapper sb-onboarding-wizard-step-welcome sb-fs"> |
| 2 | <div class="sb-onboarding-wizard-welcome-text sb-fs"> |
| 3 | <h1 tabindex="-1" class="sb-onboarding-wizard-step-heading" v-html="onboardingWizardStepContent['welcome'].heading"></h1> |
| 4 | <p v-html="onboardingWizardStepContent['welcome'].description"></p> |
| 5 | <div class="sb-onboarding-wizard-welcome-btns"> |
| 6 | <button class="sb-btn cff-btn-blue sb-btn-wizard-next" v-html="onboardingWizardStepContent['welcome'].button" @click.prevent.default="nextWizardStep"></button> |
| 7 | <button type="button" class="sb-btn cff-btn-grey" v-html="genericText.learnMore" @click.prevent.default="nextWizardStep"></button> |
| 8 | </div> |
| 9 | </div> |
| 10 | <div class="sb-onboarding-wizard-welcome-banner sb-fs"> |
| 11 | <img :src="onboardingWizardStepContent['welcome'].banner" alt="" role="presentation" /> |
| 12 | </div> |
| 13 | </div> |