text edited, line removed and login button hidden
This commit was merged in pull request #5.
This commit is contained in:
@@ -1726,7 +1726,7 @@ p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.appie-hero-content > span {
|
.appie-hero-content > span {
|
||||||
color: #2b70fa;
|
color: #4687ba;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
@@ -5781,7 +5781,7 @@ blockquote cite {
|
|||||||
|
|
||||||
.footer-copyright {
|
.footer-copyright {
|
||||||
/* padding-top: 35px; */
|
/* padding-top: 35px; */
|
||||||
border-top: 1px solid #e1e5ec;
|
/* border-top: 1px solid #e1e5ec; */
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@@ -1,5 +1,16 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
|
import Design from '../../assets/images/value-design.png'
|
||||||
|
import Approach from '../../assets/images/value-approach.png'
|
||||||
|
import Interactive from '../../assets/images/value-interactive.png'
|
||||||
|
import Mobility from '../../assets/images/value-mobility.png'
|
||||||
|
import Privacy from '../../assets/images/value-privacy.png'
|
||||||
|
import Seamless from '../../assets/images/value-seamless.png'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function ServicesAbout() {
|
function ServicesAbout() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
@@ -20,8 +31,13 @@ function ServicesAbout() {
|
|||||||
data-wow-duration="2000ms"
|
data-wow-duration="2000ms"
|
||||||
data-wow-delay="200ms"
|
data-wow-delay="200ms"
|
||||||
>
|
>
|
||||||
<div className="icon">
|
<div className="icon d-flex justify-content-between align-items-end">
|
||||||
<i className="fal fa-tv"></i>
|
<div className='container'>
|
||||||
|
<i className="fal fa-tv"></i>
|
||||||
|
</div>
|
||||||
|
<div className='container'>
|
||||||
|
<img src={Design} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 className="title">Carefully designed</h4>
|
<h4 className="title">Carefully designed</h4>
|
||||||
<p>We listen to how the users will love to use our tools. It is always about the users</p>
|
<p>We listen to how the users will love to use our tools. It is always about the users</p>
|
||||||
@@ -33,8 +49,16 @@ function ServicesAbout() {
|
|||||||
data-wow-duration="2000ms"
|
data-wow-duration="2000ms"
|
||||||
data-wow-delay="400ms"
|
data-wow-delay="400ms"
|
||||||
>
|
>
|
||||||
<div className="icon">
|
{/* <div className="icon">
|
||||||
<i className="fal fa-code"></i>
|
<i className="fal fa-code"></i>
|
||||||
|
</div> */}
|
||||||
|
<div className="icon d-flex justify-content-between align-items-end">
|
||||||
|
<div className='container'>
|
||||||
|
<i className="fal fa-code"></i>
|
||||||
|
</div>
|
||||||
|
<div className='container'>
|
||||||
|
<img src={Approach} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 className="title">Modern Approach</h4>
|
<h4 className="title">Modern Approach</h4>
|
||||||
<p>Our target is to present a cutting-edge solution that serves the users at all times.</p>
|
<p>Our target is to present a cutting-edge solution that serves the users at all times.</p>
|
||||||
@@ -46,8 +70,16 @@ function ServicesAbout() {
|
|||||||
data-wow-duration="2000ms"
|
data-wow-duration="2000ms"
|
||||||
data-wow-delay="600ms"
|
data-wow-delay="600ms"
|
||||||
>
|
>
|
||||||
<div className="icon">
|
{/* <div className="icon">
|
||||||
<i className="fal fa-user-friends"></i>
|
<i className="fal fa-user-friends"></i>
|
||||||
|
</div> */}
|
||||||
|
<div className="icon d-flex justify-content-between align-items-end">
|
||||||
|
<div className='container'>
|
||||||
|
<i className="fal fa-user-friends"></i>
|
||||||
|
</div>
|
||||||
|
<div className='container'>
|
||||||
|
<img src={Interactive} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 className="title">User Interactive</h4>
|
<h4 className="title">User Interactive</h4>
|
||||||
<p>Email, notifications, and alerts to get you engaged in the process.</p>
|
<p>Email, notifications, and alerts to get you engaged in the process.</p>
|
||||||
@@ -59,8 +91,16 @@ function ServicesAbout() {
|
|||||||
data-wow-duration="2000ms"
|
data-wow-duration="2000ms"
|
||||||
data-wow-delay="200ms"
|
data-wow-delay="200ms"
|
||||||
>
|
>
|
||||||
<div className="icon">
|
{/* <div className="icon">
|
||||||
<i className="fal fa-mobile"></i>
|
<i className="fal fa-mobile"></i>
|
||||||
|
</div> */}
|
||||||
|
<div className="icon d-flex justify-content-between align-items-end">
|
||||||
|
<div className='container'>
|
||||||
|
<i className="fal fa-mobile"></i>
|
||||||
|
</div>
|
||||||
|
<div className='container'>
|
||||||
|
<img src={Mobility} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 className="title">Mobility Approach</h4>
|
<h4 className="title">Mobility Approach</h4>
|
||||||
<p>Web and native app solution for your continuously moving life.</p>
|
<p>Web and native app solution for your continuously moving life.</p>
|
||||||
@@ -72,8 +112,16 @@ function ServicesAbout() {
|
|||||||
data-wow-duration="2000ms"
|
data-wow-duration="2000ms"
|
||||||
data-wow-delay="400ms"
|
data-wow-delay="400ms"
|
||||||
>
|
>
|
||||||
<div className="icon">
|
{/* <div className="icon">
|
||||||
<i className="fal fa-retweet"></i>
|
<i className="fal fa-retweet"></i>
|
||||||
|
</div> */}
|
||||||
|
<div className="icon d-flex justify-content-between align-items-end">
|
||||||
|
<div className='container'>
|
||||||
|
<i className="fal fa-retweet"></i>
|
||||||
|
</div>
|
||||||
|
<div className='container'>
|
||||||
|
<img src={Seamless} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 className="title">Seamless Sync</h4>
|
<h4 className="title">Seamless Sync</h4>
|
||||||
<p> Changes across platforms is simplified and streamlined.</p>
|
<p> Changes across platforms is simplified and streamlined.</p>
|
||||||
@@ -85,8 +133,16 @@ function ServicesAbout() {
|
|||||||
data-wow-duration="2000ms"
|
data-wow-duration="2000ms"
|
||||||
data-wow-delay="600ms"
|
data-wow-delay="600ms"
|
||||||
>
|
>
|
||||||
<div className="icon">
|
{/* <div className="icon">
|
||||||
<i className="fal fa-bell"></i>
|
<i className="fal fa-bell"></i>
|
||||||
|
</div> */}
|
||||||
|
<div className="icon d-flex justify-content-between align-items-end">
|
||||||
|
<div className='container'>
|
||||||
|
<i className="fal fa-bell"></i>
|
||||||
|
</div>
|
||||||
|
<div className='container'>
|
||||||
|
<img src={Privacy} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 className="title">Privacy</h4>
|
<h4 className="title">Privacy</h4>
|
||||||
<p>We truly respect your need for privacy. Our solution doesn't need to share your data to work for you.</p>
|
<p>We truly respect your need for privacy. Our solution doesn't need to share your data to work for you.</p>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import getConfig from './../../Config/config'
|
|||||||
|
|
||||||
function FooterHomeOne({ className }) {
|
function FooterHomeOne({ className }) {
|
||||||
var site = getConfig()[0];
|
var site = getConfig()[0];
|
||||||
|
let newDate = new Date().getFullYear()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
@@ -124,7 +125,7 @@ function FooterHomeOne({ className }) {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className="copyright-text">
|
<div className="copyright-text">
|
||||||
<p>Copyright © 2022 WrenchBoard. All rights reserved.</p>
|
<p>Copyright © {newDate} WrenchBoard. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -18,11 +18,8 @@ function HeroHomeOne() {
|
|||||||
<div className="appie-hero-content">
|
<div className="appie-hero-content">
|
||||||
<span>Welcome To WrenchBoard..</span>
|
<span>Welcome To WrenchBoard..</span>
|
||||||
<h1 className="appie-title">
|
<h1 className="appie-title">
|
||||||
Make money with any skill.
|
Earn Money with Any Skill.
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
|
||||||
The marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster.
|
|
||||||
</p>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href={site.apple_app}>
|
<a href={site.apple_app}>
|
||||||
@@ -36,6 +33,9 @@ function HeroHomeOne() {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p className='mt-3'>
|
||||||
|
The marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6">
|
<div className="col-lg-6">
|
||||||
|
|||||||
@@ -52,13 +52,13 @@ function TrafficHomeOne() {
|
|||||||
<p>Get your account credited when the job is completed, and the client authorizes payment.</p>
|
<p>Get your account credited when the job is completed, and the client authorizes payment.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-12">
|
{/* <div className="col-lg-12">
|
||||||
<div className="traffic-btn mt-50">
|
<div className="traffic-btn mt-50">
|
||||||
<a className="main-btn" href={site.dash_url_login}>
|
<a className="main-btn" href={site.dash_url_login}>
|
||||||
Login <i className="fal fa-arrow-right" />
|
Login <i className="fal fa-arrow-right" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user