Compare commits

..

3 Commits

7 changed files with 43 additions and 51 deletions
+9 -9
View File
@@ -1782,7 +1782,7 @@ p {
}
}
.appie-hero-content ul {
margin: 41px 0 0;
/* margin: 41px 0 0; */
padding: 0;
list-style-type: none;
}
@@ -1886,25 +1886,25 @@ p {
}
.appie-hero-content.appie-hero-content-6 .appie-title {
font-weight: 700;
font-size: 70px;
line-height: 80px;
font-size: 40px;
line-height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.appie-hero-content.appie-hero-content-6 .appie-title {
font-size: 60px;
line-height: 70px;
font-size: 35px;
line-height: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.appie-hero-content.appie-hero-content-6 .appie-title {
font-size: 50px;
line-height: 60px;
font-size: 35px;
line-height: 40px;
}
}
@media (max-width: 767px) {
.appie-hero-content.appie-hero-content-6 .appie-title {
font-size: 36px;
line-height: 46px;
font-size: 30px;
line-height: 25px;
}
}
.appie-hero-content.appie-hero-content-6 ul li a {
+27 -35
View File
@@ -5,49 +5,41 @@ import CurrentJobsHero from "./CurrentJobsHero";
function HomeNigeria({jobs}) {
return (
<>
<section className="appie-hero-area">
<section className="appie-hero-area pb-0 mt-50">
<div className="container">
<div className="row align-items-start">
<div className="col-12 col-lg-6">
<div className="col-12">
<div className="appie-hero-content appie-hero-content-6">
{/*<span>Welcome To Creative App.</span>*/}
<h1 className="appie-title">Pick any task and start earning.</h1>
<p>
The Marketplace platform to earn money with your skills, find, buy and sell professional services.
</p>
<ul>
<li className=''>
<a className="item-2" target='_blank' href={process.env.REACT_APP_APPLE_APP}>
<i className="fab fa-apple"></i>
<span>
Available on the <span>App Store</span>
</span>
</a>
</li>
<li className=''>
<a className="item-2" target='_blank' href={process.env.REACT_APP_ANDROID_APP}>
<i className="fab fa-google-play"></i>
<span>
Available on the <span>Google Play</span>
</span>
</a>
</li>
</ul>
<div className='row'>
<p className='col-12 col-lg-8'>
The Marketplace platform to earn money with your skills, find, buy and sell professional services.
</p>
<ul className='col-12 col-lg-4 d-flex justify-content-center justify-content-lg-end'>
<li className=''>
<a className="item-2" target='_blank' href={process.env.REACT_APP_APPLE_APP}>
<i className="fab fa-apple"></i>
<span>
Available on the <span>App Store</span>
</span>
</a>
</li>
<li className=''>
<a className="item-2" target='_blank' href={process.env.REACT_APP_ANDROID_APP}>
<i className="fab fa-google-play"></i>
<span>
Available on the <span>Google Play</span>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div className="col-12 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>*/}
{/* <div className="col-12 col-lg-6">
<CurrentJobsHero jobs={jobs} />
</div>
</div> */}
</div>
</div>
</section>
+2 -2
View File
@@ -28,11 +28,11 @@ let RecentJobsOne = ({jobs}) => {
{jobs.length < 1 ?
null
:
<section className="appie-blog-area pt-90 pb-95">
<section className="appie-blog-area pt-50 pb-50">
<div className="container">
<div className="row">
<div className="col-lg-12">
<div className="appie-section-title text-center">
<div className="appie-section-title text-left">
<h3 className="appie-title">Current Projects</h3>
</div>
</div>
+1 -1
View File
@@ -9,7 +9,7 @@ import IconFour from '../../assets/images/icon/reward.png';
function ServicesHomeOne({ className }) {
return (
<section className={`appie-service-area pt-90 pb-50 ${className}`} id="service">
<section className={`appie-service-area pt-90 pb-90 ${className}`} id="service">
<div className="container">
<div className="row justify-content-center">
<div className="col-lg-8">
+1 -1
View File
@@ -5,7 +5,7 @@ import getConfig from './../../Config/config'
function TrafficHomeOne() {
var site = getConfig()[0];
return (
<section className="appie-traffic-area pt-140 pb-180">
<section className="appie-traffic-area pt-140 pb-180 bg-white">
<div className="container">
<div className="row">
<div className="col-lg-7">
+1 -1
View File
@@ -45,8 +45,8 @@ function HomeOne() {
<HomeOneHeader action={drawerAction.toggle} />
<HomeNigeria jobs={jobs} />
{/*<HeroHomeOne />*/}
<ServicesHomeOne />
<RecentJobsOne jobs={jobs} />
<ServicesHomeOne />
<FeaturesHomeOne />
{/*<FaqHomeOne />*/}
{/*<TrafficHomeOne />*/}
+2 -2
View File
@@ -11,7 +11,7 @@ function Navigation() {
<li>
<Link to="/service">Services</Link>
</li>
<li>
{/* <li>
<a href="#">
Resources <i className="fal fa-angle-down" />
</a>
@@ -26,7 +26,7 @@ function Navigation() {
<Link to="/faq">FAQs</Link>
</li>
</ul>
</li>
</li> */}
</ul>
</>