This commit is contained in:
CHIEFSOFT\ameye
2023-07-24 17:43:32 -04:00
parent 25493eb855
commit ee3f8d758d
3 changed files with 34 additions and 30 deletions
+18 -18
View File
@@ -57,13 +57,13 @@ class CurrentJobsHero extends Component {
var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' };
var postDt = new Date(i.expire).toLocaleDateString("en-US", options);
return (<div className="col-md-6 col-xl-3">
return (<div className="col-md-6 col-xl-12">
<div
className="appie-single-service container-fluid mt-10 wow animated fadeInUp boxBorder d-flex align-items-center"
className=" container-fluid mt-10 wow animated fadeInUp boxBorder d-flex align-items-center"
data-wow-duration="3000ms"
data-wow-delay="200ms"
>
<div className="content d-flex flex-column justify-content-between" style={{height: '100px', width: '100%'}}>
<div className="content d-flex flex-column justify-content-between" style={{height: '50px', width: '100%'}}>
<div className="titleBox">
<h3 className="title_hero">
<a href={dashUrl}>
@@ -72,19 +72,19 @@ class CurrentJobsHero extends Component {
</h3>
</div>
<div className='p-0 container-fluid'>
<div><hr /></div>
<div className="blog-meta">
<ul>
<li className="expire">
<a href={dashUrl} className='d-block'>
<div className='font_red d-flex align-items-start'>
<div className='pr-2'>Expires :</div>
<CountDownTimer targetDate={postDt}/>
</div>
</a>
</li>
</ul>
</div>
{/*<div><hr /></div>*/}
{/*<div className="blog-meta">*/}
{/* <ul>*/}
{/* <li className="expire">*/}
{/* <a href={dashUrl} className='d-block'>*/}
{/* <div className='font_red d-flex align-items-start'>*/}
{/* <div className='pr-2'>Expires :</div>*/}
{/* <CountDownTimer targetDate={postDt}/>*/}
{/* </div>*/}
{/* </a>*/}
{/* </li>*/}
{/* </ul>*/}
{/*</div>*/}
<div className='lmoreTxt d-flex justify-content-end align-items-center'>
<a href={dashUrl}>
Learn More <i className="fal fa-arrow-right" />
@@ -101,7 +101,7 @@ class CurrentJobsHero extends Component {
}
<div className="col-lg-3 col-md-6">
<div className="col-md-6 col-xl-12">
<div
className="appie-blog-item mt-30 wow animated fadeInUp"
data-wow-duration="3000ms"
@@ -115,7 +115,7 @@ class CurrentJobsHero extends Component {
Find more opportunities at our marketplace.
</a>
</h3>
<a href="https://dashboard.wrenchboard.com/login">
<a href="https://users.wrenchboard.com/login">
Login now <i className="fal fa-arrow-right" />
</a>
</div>
+13 -12
View File
@@ -8,18 +8,7 @@ function HomeNigeria() {
<section className="appie-hero-area">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
{/*<div className="appie-hero-thumb-6">*/}
{/* <div*/}
{/* className="thumb wow animated fadeInUp"*/}
{/* data-wow-duration="1000ms"*/}
{/* data-wow-delay="600ms"*/}
{/* >*/}
{/* <img src={heroThumb} alt="" />*/}
{/* </div>*/}
{/*</div>*/}
<CurrentJobsHero />
</div>
<div className="col-lg-6">
<div className="appie-hero-content appie-hero-content-6">
{/*<span>Welcome To Creative App.</span>*/}
@@ -47,6 +36,18 @@ function HomeNigeria() {
</ul>
</div>
</div>
<div className="col-lg-6">
{/*<div className="appie-hero-thumb-6">*/}
{/* <div*/}
{/* className="thumb wow animated fadeInUp"*/}
{/* data-wow-duration="1000ms"*/}
{/* data-wow-delay="600ms"*/}
{/* >*/}
{/* <img src={heroThumb} alt="" />*/}
{/* </div>*/}
{/*</div>*/}
<CurrentJobsHero />
</div>
</div>
</div>
</section>