Home page edit
This commit is contained in:
@@ -57,51 +57,7 @@ const AuthLayout = () => {
|
|||||||
</div>
|
</div>
|
||||||
{/* end::Body */}
|
{/* end::Body */}
|
||||||
|
|
||||||
{/* begin::Aside */}
|
|
||||||
<div
|
|
||||||
className='d-flex flex-lg-row-fluid w-lg-50 bgi-size-cover bgi-position-center order-1 order-lg-2'
|
|
||||||
style={{backgroundColor: '#f59fa7'}}
|
|
||||||
>
|
|
||||||
{/* begin::Content */}
|
|
||||||
<div className='d-flex flex-column flex-center py-15 px-5 px-md-15 w-100'>
|
|
||||||
{/* begin::Logo */}
|
|
||||||
<Link to='/' className='mb-12'>
|
|
||||||
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
|
|
||||||
</Link>
|
|
||||||
{/* end::Logo */}
|
|
||||||
|
|
||||||
{/* begin::Image */}
|
|
||||||
<img
|
|
||||||
className='mx-auto w-275px w-md-50 w-xl-500px mb-10 mb-lg-20 auth-aside'
|
|
||||||
src={toAbsoluteUrl('/media/misc/car-dash.png')}
|
|
||||||
alt=''
|
|
||||||
/>
|
|
||||||
{/* end::Image */}
|
|
||||||
|
|
||||||
{/* begin::Title */}
|
|
||||||
<h1 className='text-white fs-2qx fw-bolder text-center mb-7'>
|
|
||||||
Fast, Efficient and Productive
|
|
||||||
</h1>
|
|
||||||
{/* end::Title */}
|
|
||||||
|
|
||||||
{/* begin::Text */}
|
|
||||||
<div className='text-white fs-base text-center'>
|
|
||||||
In this kind of post,{' '}
|
|
||||||
<a href='#' className='opacity-75-hover text-warning fw-bold me-1'>
|
|
||||||
the blogger
|
|
||||||
</a>
|
|
||||||
introduces a person they’ve interviewed <br /> and provides some background information
|
|
||||||
about
|
|
||||||
<a href='#' className='opacity-75-hover text-warning fw-bold me-1'>
|
|
||||||
the interviewee
|
|
||||||
</a>
|
|
||||||
and their <br /> work following this is a transcript of the interview.
|
|
||||||
</div>
|
|
||||||
{/* end::Text */}
|
|
||||||
</div>
|
|
||||||
{/* end::Content */}
|
|
||||||
</div>
|
|
||||||
{/* end::Aside */}
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ const loginSchema = Yup.object().shape({
|
|||||||
|
|
||||||
const initialValues = {
|
const initialValues = {
|
||||||
email: 'johndoe@email.com',
|
email: 'johndoe@email.com',
|
||||||
password: 'demo',
|
password: '****',
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user