top banner adjust #1
@@ -1930,7 +1930,8 @@ p {
|
||||
border-color: #fff;
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6 ul li a.item-2 {
|
||||
background: #fff;
|
||||
/* background: #fff; */
|
||||
background-color: rgb(219, 237, 245);
|
||||
border-color: #fff;
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6 ul li a.item-2:hover {
|
||||
|
||||
@@ -22,7 +22,8 @@ font-size: 15px;
|
||||
}
|
||||
.boxBorder{
|
||||
border-color: aqua;
|
||||
background-color: #f5f6f7 ;
|
||||
/* background-color: #f5f6f7; */
|
||||
background-color: rgb(219, 237, 245);
|
||||
}
|
||||
.appie-loader {
|
||||
opacity: 0;
|
||||
|
||||
@@ -48,9 +48,10 @@ class CurrentJobsHero extends Component {
|
||||
|
||||
return (
|
||||
<>
|
||||
<section className="appie-blog-area pt-90 pb-95">
|
||||
<section className="appie-blog-area">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<p className='pl-15'>Recent jobs.</p>
|
||||
|
||||
{
|
||||
this.state.jobsDataResults.map(i => {
|
||||
@@ -59,7 +60,7 @@ class CurrentJobsHero extends Component {
|
||||
|
||||
return (<div className="col-md-6 col-xl-12">
|
||||
<div
|
||||
className=" container-fluid mt-10 wow animated fadeInUp boxBorder d-flex align-items-center"
|
||||
className="container-fluid mb-10 wow animated fadeInUp boxBorder d-flex align-items-center rounded"
|
||||
data-wow-duration="3000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
@@ -103,19 +104,19 @@ class CurrentJobsHero extends Component {
|
||||
|
||||
<div className="col-md-6 col-xl-12">
|
||||
<div
|
||||
className="appie-blog-item mt-30 wow animated fadeInUp"
|
||||
className="appie-blog-item mt-15 wow animated fadeInUp"
|
||||
data-wow-duration="3000ms"
|
||||
data-wow-delay="600ms"
|
||||
>
|
||||
|
||||
<div className="content">
|
||||
<div className="pt-10 d-flex flex-column gap-2">
|
||||
|
||||
<h3 className="title">
|
||||
<a href={dashUrl}>
|
||||
Find more opportunities at our marketplace.
|
||||
</a>
|
||||
</h3>
|
||||
<a href="https://users.wrenchboard.com/login">
|
||||
<a className='align-self-end' href="https://users.wrenchboard.com/login">
|
||||
Login now <i className="fal fa-arrow-right" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@ function HomeNigeria() {
|
||||
<>
|
||||
<section className="appie-hero-area">
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="row align-items-start">
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="appie-hero-content appie-hero-content-6">
|
||||
@@ -17,7 +17,7 @@ function HomeNigeria() {
|
||||
The Marketplace platform to earn money with your skills, find, buy and sell professional services.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<li className=''>
|
||||
<a className="item-2" href={process.env.APPLE_APP}>
|
||||
<i className="fab fa-apple"></i>
|
||||
<span>
|
||||
@@ -25,7 +25,7 @@ function HomeNigeria() {
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li className=''>
|
||||
<a className="item-2" href={process.env.REACT_APP_ANDROID_APP}>
|
||||
<i className="fab fa-google-play"></i>
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user