Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fb997db0a | |||
| 69edd5cac0 | |||
| 11d55b1f10 |
@@ -62,16 +62,16 @@ const AuthLayout = () => {
|
|||||||
<div
|
<div
|
||||||
className='position-relative d-flex flex-lg-row-fluid w-lg-50 order-1 order-lg-2'
|
className='position-relative d-flex flex-lg-row-fluid w-lg-50 order-1 order-lg-2'
|
||||||
// style={{backgroundImage: `url(${toAbsoluteUrl('/media/misc/auth-bg.png')})`}}
|
// style={{backgroundImage: `url(${toAbsoluteUrl('/media/misc/auth-bg.png')})`}}
|
||||||
style={{backgroundImage: `url(${toAbsoluteUrl('/media/misc/auth-bg-new.svg')})`, backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'left top'}}
|
style={{backgroundColor: '#E6E7F9'}}
|
||||||
>
|
>
|
||||||
{/* overlay div section */}
|
{/* overlay div section */}
|
||||||
{/* <div className='position-absolute w-100 h-100 top-0 left-0' style={{backgroundColor: 'rgba(0, 0, 0, .4)', zIndex: '1'}}></div> */}
|
{/* <div className='position-absolute w-100 h-100 top-0 left-0' style={{backgroundColor: 'rgba(0, 0, 0, .4)', zIndex: '1'}}></div> */}
|
||||||
{/* begin::Content */}
|
{/* begin::Content */}
|
||||||
<div className='position-relative d-flex flex-column flex-center py-15 px-5 px-md-15 w-100'>
|
<div className='position-relative d-flex flex-column flex-center py-15 px-5 px-md-15 w-100'>
|
||||||
{/* begin::Logo */}
|
{/* begin::Logo */}
|
||||||
{/* <Link to='/' className='mb-12'>
|
<Link to='/' className='mb-12'>
|
||||||
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
|
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
|
||||||
</Link> */}
|
</Link>
|
||||||
{/* end::Logo */}
|
{/* end::Logo */}
|
||||||
|
|
||||||
{/* begin::Image */}
|
{/* begin::Image */}
|
||||||
@@ -80,22 +80,22 @@ const AuthLayout = () => {
|
|||||||
src={toAbsoluteUrl('/media/misc/auth-screens.png')}
|
src={toAbsoluteUrl('/media/misc/auth-screens.png')}
|
||||||
alt=''
|
alt=''
|
||||||
/> */}
|
/> */}
|
||||||
{/* <img
|
<img
|
||||||
className='mx-auto w-350px w-md-50 w-xl-500px mb-10 mb-lg-20 rounded'
|
className='mx-auto w-350px w-md-50 w-xl-500px mb-10 mb-lg-20 rounded'
|
||||||
src={toAbsoluteUrl('/media/misc/auth-bg-new.png')}
|
src={toAbsoluteUrl('/media/misc/auth-bg-new.png')}
|
||||||
alt=''
|
alt=''
|
||||||
style={{boxShadow: '0px 0px 10px white'}}
|
style={{boxShadow: '0px 0px 10px white'}}
|
||||||
/> */}
|
/>
|
||||||
{/* end::Image */}
|
{/* end::Image */}
|
||||||
<div className='w-100 w-md-75 rounded p-3 p-lg-5' style={{backgroundColor: 'rgba(0, 0, 0, .8)', boxShadow: '0px 0px 10px white'}}>
|
<div className='w-100 w-md-75'>
|
||||||
{/* begin::Title */}
|
{/* begin::Title */}
|
||||||
<h1 className='text-white fs-2qx fw-bolder text-center mb-7 py-3'>
|
<h1 className='text-dark fs-2qx fw-bolder text-center mb-7'>
|
||||||
Fast, Efficient and Productive
|
Fast, Efficient and Productive
|
||||||
</h1>
|
</h1>
|
||||||
{/* end::Title */}
|
{/* end::Title */}
|
||||||
|
|
||||||
{/* begin::Text */}
|
{/* begin::Text */}
|
||||||
{/* <div className='text-white fs-base text-center'>
|
<div className='text-dark fs-base text-center'>
|
||||||
In this kind of post,{' '}
|
In this kind of post,{' '}
|
||||||
<a href='#' className='opacity-75-hover text-warning fw-bold me-1'>
|
<a href='#' className='opacity-75-hover text-warning fw-bold me-1'>
|
||||||
the blogger
|
the blogger
|
||||||
@@ -106,11 +106,11 @@ const AuthLayout = () => {
|
|||||||
the interviewee
|
the interviewee
|
||||||
</a>
|
</a>
|
||||||
and their <br /> work following this is a transcript of the interview.
|
and their <br /> work following this is a transcript of the interview.
|
||||||
</div> */}
|
</div>
|
||||||
<div className='text-white fs-base text-center py-3'>
|
{/* <div className='text-dark fs-base text-center py-3'>
|
||||||
<p>Improve quality of life for the world's population by <a href='#' className='opacity-75-hover text-warning fw-bold me-1'>building</a> the future global transportation platform.</p>
|
<p>Improve quality of life for the world's population by <a href='#' className='opacity-75-hover text-warning fw-bold me-1'>building</a> the future global transportation platform.</p>
|
||||||
<p>Increasing accessibility and personal choices, <a href='#' className='opacity-75-hover text-warning fw-bold me-1'>while reducing</a> travel time traffic congestion, pollution, and loss to local GDP</p>
|
<p>Increasing accessibility and personal choices, <a href='#' className='opacity-75-hover text-warning fw-bold me-1'>while reducing</a> travel time traffic congestion, pollution, and loss to local GDP</p>
|
||||||
</div>
|
</div> */}
|
||||||
{/* end::Text */}
|
{/* end::Text */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user