Blame view
src/components/welcome.vue
583 Bytes
8a0dd59d9
|
1 2 3 4 5 6 7 8 9 10 11 |
<template> <div class="component-card-section text-center full-height"> <div class="row h-100 mr-0 ml-0"> <div class="col-sm-12 my-auto welcome-content"> <h3 class="mb-4">Welcome to Gigs For Me</h3> <p class="mb-5"> Before we recommend the right gigs, <br />we need some information </p> <router-link class="yellow-btn btn-large" to="/profileWizard"> Get Started |
988b5d20a
|
12 |
<!-- <img src="@/assets/img/onboarding/arrow.svg" width="20" /> --> |
8a0dd59d9
|
13 14 15 16 17 |
</router-link> </div> </div> </div> </template> |