Compare commits

..

4 Commits

Author SHA1 Message Date
victorAnumudu bb7751796a removed easy step images and close footer gap 2023-03-31 23:53:54 +01:00
victorAnumudu 4bb7aed5ea added shadow effect to each easy step item 2023-03-31 22:59:56 +01:00
victorAnumudu 00d927fc63 blended image on easy step section with background 2023-03-31 22:37:04 +01:00
tokslaw f2f216561c Merge branch 'homepage_easy_steps_modified' of WrenchBoard/WrenchBoardMainSite into master 2023-03-31 13:05:12 +00:00
4 changed files with 20 additions and 36 deletions
+9 -4
View File
@@ -2321,7 +2321,7 @@ p {
}
.appie-service-area.features-section{
background: #fff;
/* background: #fff; */
position: relative;
background-position: 92% 100%;
background-repeat: no-repeat;
@@ -2796,9 +2796,14 @@ p {
}
.appie-features-content {
background: #eef1f6;
background: #fff;
border-radius: 6px;
padding: 20px;
transition: all .25s;
}
.appie-features-content:hover {
box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
.appie-features-content .title {
@@ -5775,9 +5780,9 @@ blockquote cite {
}
.footer-copyright {
padding-top: 35px;
/* padding-top: 35px; */
border-top: 1px solid #e1e5ec;
margin-top: 80px;
margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-copyright {
+9 -30
View File
@@ -20,7 +20,7 @@ import getConfig from './../../Config/config'
function FeaturesHomeOne({ className }) {
var site = getConfig()[0];
return (
<section className={`appie-service-area features-section pt-90 ${className}`} id="service">
<section className={`appie-service-area features-section pt-50 pb-100 ${className}`} id="service">
<div className="container">
<div className="row">
<div className="col-xl-3 col-md-6 mb-50">
@@ -42,13 +42,13 @@ function FeaturesHomeOne({ className }) {
<Link className="main-btn" to="/about-us">
Learn More
</Link>
</div>
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={freeAccount} alt="" />
{/* <div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={freeAccount} alt="" />
</div> */}
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
@@ -71,13 +71,6 @@ function FeaturesHomeOne({ className }) {
Learn More
</a>
</div>
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={marketPlace} alt="" />
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
<div
@@ -99,13 +92,6 @@ function FeaturesHomeOne({ className }) {
Learn More
</a>
</div>
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={task} alt="" />
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
<div
@@ -127,17 +113,10 @@ function FeaturesHomeOne({ className }) {
Learn More
</a>
</div>
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={getPaid} alt="" />
</div>
</div>
</div>
</div>
<hr className='mt-50'/>
{/* <hr className='mt-50'/> */}
</section>
);
}
+1 -1
View File
@@ -107,7 +107,7 @@ function FooterHomeOne({ className }) {
</div>
<div className="row">
<div className="col-lg-12">
<div className="footer-copyright d-flex align-items-center justify-content-between pt-35">
<div className="footer-copyright d-flex align-items-center justify-content-between pt-2">
<div className="apps-download-btn">
<ul>
<li>
+1 -1
View File
@@ -9,7 +9,7 @@ import IconFour from '../../assets/images/icon/walleticon.png';
function ServicesHomeOne({ className }) {
return (
<section className={`appie-service-area pt-90 pb-100 ${className}`} id="service">
<section className={`appie-service-area pt-90 pb-50 ${className}`} id="service">
<div className="container">
<div className="row justify-content-center">
<div className="col-lg-8">