Compare commits
30 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d86cbab6d | |||
| de5ea3ac0a | |||
| 048203399d | |||
| 69e357c37a | |||
| 80bd761ce4 | |||
| 9e9af35334 | |||
| 14e2cfc217 | |||
| c476817560 | |||
| f4206bee13 | |||
| 616b964a16 | |||
| c3d779a435 | |||
| 71d98d8272 | |||
| a262de8647 | |||
| 8b360f8404 | |||
| fed3808346 | |||
| 71f1026abc | |||
| 6880a156e3 | |||
| a06a109681 | |||
| 1ad8e3bb29 | |||
| 1a94010fe5 | |||
| 391a290328 | |||
| 6787b17c12 | |||
| d4806702da | |||
| 1d31c9298b | |||
| 3771759ef8 | |||
| c6d7ffe886 | |||
| 20cf996248 | |||
| 92e4771768 | |||
| 5683e05af7 | |||
| c7675f7941 |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 713 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||||
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 713 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 15 KiB |
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link type="image/png" rel="icon" href="%PUBLIC_URL%/favicon.png" />
|
<link type="image/png" rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta name="description" content="wrenchboard.com is an online marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster. Trade your freelance services." />
|
<meta name="description" content="wrenchboard.com is an online marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster. Trade your freelance services." />
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>WrenchBoard</title>
|
<title>WrenchBoard</title>
|
||||||
<meta property="og:image" content="%PUBLIC_URL%/favicon.png" />
|
<meta property="og:image" content="%PUBLIC_URL%/favicon-32x32.png" />
|
||||||
<meta property="business:contact_data:street_address" content="Cumberland Pkwy">
|
<meta property="business:contact_data:street_address" content="Cumberland Pkwy">
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||||
@@ -44,6 +44,7 @@ function Routes() {
|
|||||||
<ScrollToTop>
|
<ScrollToTop>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route exact path="/" component={HomeOne} />
|
<Route exact path="/" component={HomeOne} />
|
||||||
|
<Route exact path="/eoffer" component={HomeOne} />
|
||||||
<Route exact path="/news" component={News} />
|
<Route exact path="/news" component={News} />
|
||||||
<Route exact path="/blog" component={News} />
|
<Route exact path="/blog" component={News} />
|
||||||
<Route exact path="/use-cases" component={UseCases} />
|
<Route exact path="/use-cases" component={UseCases} />
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ ol {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 16px;
|
font-size: 17px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
color: #505056;
|
color: #505056;
|
||||||
@@ -1735,7 +1735,7 @@ p {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
.appie-hero-content .appie-title {
|
.appie-hero-content .appie-title {
|
||||||
font-size: 60px;
|
font-size: 53px;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
@@ -2348,14 +2348,16 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.appie-single-service {
|
.appie-single-service {
|
||||||
padding: 50px 30px 43px;
|
/* padding: 50px 30px 43px; */
|
||||||
|
padding: 30px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
transition: all linear 0.3s;
|
transition: all linear 0.3s;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||||
.appie-single-service {
|
.appie-single-service {
|
||||||
padding: 50px 15px 43px;
|
/* padding: 50px 15px 43px; */
|
||||||
|
padding: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.appie-single-service .icon {
|
.appie-single-service .icon {
|
||||||
@@ -2505,6 +2507,7 @@ p {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.appie-single-service-2 a {
|
.appie-single-service-2 a {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -2662,6 +2665,14 @@ p {
|
|||||||
.service-details-sidebar .service-download-widget a {
|
.service-details-sidebar .service-download-widget a {
|
||||||
padding: 13px 30px;
|
padding: 13px 30px;
|
||||||
color: #505056;
|
color: #505056;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: '2px'
|
||||||
|
}
|
||||||
|
.service-details-sidebar .service-download-widget a img {
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.service-details-sidebar .service-download-widget a:hover {
|
.service-details-sidebar .service-download-widget a:hover {
|
||||||
color: #4687ba;
|
color: #4687ba;
|
||||||
@@ -3050,6 +3061,7 @@ p {
|
|||||||
}
|
}
|
||||||
.appie-traffic-title p {
|
.appie-traffic-title p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||||
.appie-traffic-title .title {
|
.appie-traffic-title .title {
|
||||||
@@ -3109,12 +3121,15 @@ p {
|
|||||||
box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
|
box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
|
||||||
}
|
}
|
||||||
.appie-traffic-service .title {
|
.appie-traffic-service .title {
|
||||||
font-size: 20px;
|
font-size: 24px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
padding-bottom: 7px;
|
padding-bottom: 7px;
|
||||||
|
text-shadow: 3px 4px 10px rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
.appie-traffic-service p {
|
.appie-traffic-service p {
|
||||||
font-size: 15px;
|
font-size: 17px;
|
||||||
|
margin-top: 10px;
|
||||||
|
/*margin-bottom: 2px;*/
|
||||||
}
|
}
|
||||||
.appie-traffic-service.item-2 .icon i {
|
.appie-traffic-service.item-2 .icon i {
|
||||||
background: linear-gradient(135deg, #f7b8af 0%, #f8452d 100%);
|
background: linear-gradient(135deg, #f7b8af 0%, #f8452d 100%);
|
||||||
@@ -4239,17 +4254,26 @@ p {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mission-side-box {
|
.mission-side-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 100%;
|
height: 750px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background-image: url(../images/mission-bg.png);
|
background-image: url(../images/mission-bg.png);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 991px) {
|
||||||
|
.mission-side-box {
|
||||||
|
position: relative;
|
||||||
|
height: 500px;
|
||||||
|
width: 100%;
|
||||||
|
margin: 20px auto 0 auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||||
.appie-faq-8-area .faq-play-box {
|
.appie-faq-8-area .faq-play-box {
|
||||||
@@ -5686,6 +5710,10 @@ blockquote cite {
|
|||||||
.footer-about-widget {
|
.footer-about-widget {
|
||||||
padding-right: 70px;
|
padding-right: 70px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
.logo {
|
||||||
|
position: relative;
|
||||||
|
top: -12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.footer-about-widget {
|
.footer-about-widget {
|
||||||
@@ -5694,7 +5722,7 @@ blockquote cite {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.footer-about-widget p {
|
.footer-about-widget p {
|
||||||
padding-top: 25px;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
.footer-about-widget > a {
|
.footer-about-widget > a {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
@@ -5749,9 +5777,10 @@ blockquote cite {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.footer-navigation .title {
|
.footer-navigation .title {
|
||||||
font-size: 20px;
|
font-size: 25px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
text-shadow: 0px 4px 10px rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
.footer-navigation ul {
|
.footer-navigation ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -5789,9 +5818,10 @@ blockquote cite {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.footer-widget-info .title {
|
.footer-widget-info .title {
|
||||||
font-size: 20px;
|
font-size: 25px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
text-shadow: 0px 4px 10px rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
.footer-widget-info ul {
|
.footer-widget-info ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
.boxBorder{
|
.boxBorder{
|
||||||
border-color: aqua;
|
border-color: aqua;
|
||||||
background-color: #f5f6f7 ;
|
background-color: #f5f6f7 ;
|
||||||
height:300px;
|
|
||||||
}
|
}
|
||||||
.appie-loader {
|
.appie-loader {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 110 KiB |
@@ -1,5 +1,5 @@
|
|||||||
import React, { useEffect } from 'react';
|
import React, { useEffect } from 'react';
|
||||||
import logo from '../../assets/images/wrenchboard.png';
|
import logo from '../../assets/images/wrenchboard-logo-text.png';
|
||||||
import StickyMenu from '../../lib/StickyMenu';
|
import StickyMenu from '../../lib/StickyMenu';
|
||||||
import Navigation from '../Navigation';
|
import Navigation from '../Navigation';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
|||||||
@@ -54,8 +54,8 @@ function Forms() {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<i className="fal fa-home"></i>
|
{/*<i className="fal fa-home"></i>*/}
|
||||||
{process.env.REACT_APP_SUPPORT_NG_ADDRESS}
|
{/*{process.env.REACT_APP_SUPPORT_NG_ADDRESS}*/}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -65,7 +65,7 @@ function Forms() {
|
|||||||
<i className="fal fa-phone"></i>
|
<i className="fal fa-phone"></i>
|
||||||
{process.env.REACT_APP_SUPPORT_PHONE}
|
{process.env.REACT_APP_SUPPORT_PHONE}
|
||||||
<br />
|
<br />
|
||||||
{process.env.REACT_APP_SUPPORT_PHONE_NG}
|
{/*{process.env.REACT_APP_SUPPORT_PHONE_NG}*/}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="single-info">
|
<div className="single-info">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import logo from '../../assets/images/wrenchboard.png';
|
import logo from '../../assets/images/wrenchboard-logo-text.png';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
|
||||||
function FooterHomeOne({ className }) {
|
function FooterHomeOne({ className }) {
|
||||||
|
|||||||
@@ -16,9 +16,9 @@ function HeroHomeOne() {
|
|||||||
<div className="row align-items-center">
|
<div className="row align-items-center">
|
||||||
<div className="col-lg-6">
|
<div className="col-lg-6">
|
||||||
<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">
|
||||||
Earn Money with Any Skill.
|
Turn Chores into Exciting Challenges and Earn Rewards!
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
The Marketplace platform to earn money with your skills, find, buy and sell professional services. Connect, build an outstanding portfolio and link to an integrated community with best services via a digital platform.
|
The Marketplace platform to earn money with your skills, find, buy and sell professional services. Connect, build an outstanding portfolio and link to an integrated community with best services via a digital platform.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import React, { useEffect } from 'react';
|
import React, { useEffect } from 'react';
|
||||||
import logo from '../../assets/images/wrenchboard.png';
|
import logo from '../../assets/images/wrenchboard-logo-text.png';
|
||||||
import StickyMenu from '../../lib/StickyMenu';
|
import StickyMenu from '../../lib/StickyMenu';
|
||||||
import Navigation from '../Navigation';
|
import Navigation from '../Navigation';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
|||||||
@@ -64,13 +64,13 @@ titleLen(title){
|
|||||||
var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' };
|
var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' };
|
||||||
var postDt = new Date(i.expire).toLocaleDateString("en-US", options);
|
var postDt = new Date(i.expire).toLocaleDateString("en-US", options);
|
||||||
|
|
||||||
return (<div className="col-lg-3 col-md-6">
|
return (<div className="col-md-6 col-xl-3">
|
||||||
<div
|
<div
|
||||||
className="appie-single-service mt-30 wow animated fadeInUp boxBorder d-flex align-items-center"
|
className="appie-single-service container-fluid mt-30 wow animated fadeInUp boxBorder d-flex align-items-center"
|
||||||
data-wow-duration="3000ms"
|
data-wow-duration="3000ms"
|
||||||
data-wow-delay="200ms"
|
data-wow-delay="200ms"
|
||||||
>
|
>
|
||||||
<div className="content d-flex flex-column justify-content-between align-items-center" style={{height: '260px'}}>
|
<div className="content d-flex flex-column justify-content-between" style={{height: '200px', width: '100%'}}>
|
||||||
<div className="titleBox">
|
<div className="titleBox">
|
||||||
<h3 className="title">
|
<h3 className="title">
|
||||||
<a href={dashUrl}>
|
<a href={dashUrl}>
|
||||||
@@ -83,12 +83,16 @@ titleLen(title){
|
|||||||
<div className="blog-meta">
|
<div className="blog-meta">
|
||||||
<ul>
|
<ul>
|
||||||
<li className="expire">
|
<li className="expire">
|
||||||
{/* <a href={dashUrl}><span className='font_red'> Expires : {postDt} </span></a> */}
|
<a href={dashUrl} className='d-block'>
|
||||||
<a href={dashUrl}><span className='font_red'> Expires : <CountDownTimer targetDate={postDt}/> </span></a>
|
<div className='font_red d-flex align-items-start'>
|
||||||
|
<div className='pr-2'>Expires :</div>
|
||||||
|
<CountDownTimer targetDate={postDt}/>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className='lmoreTxt'>
|
<div className='lmoreTxt d-flex justify-content-end align-items-center'>
|
||||||
<a href={dashUrl}>
|
<a href={dashUrl}>
|
||||||
Learn More <i className="fal fa-arrow-right" />
|
Learn More <i className="fal fa-arrow-right" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ function TrafficHomeOne() {
|
|||||||
<div className="appie-traffic-title">
|
<div className="appie-traffic-title">
|
||||||
<h3 className="title">Performing task.</h3>
|
<h3 className="title">Performing task.</h3>
|
||||||
<p>
|
<p>
|
||||||
Performing task on WrenchBoard is easy.All you need is a free account and follow the steps below.
|
Performing task on WrenchBoard is easy. All you need is a free account and follow the steps below.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
@@ -21,7 +21,7 @@ function TrafficHomeOne() {
|
|||||||
<div className="icon">
|
<div className="icon">
|
||||||
<i className="fal fa-check" />
|
<i className="fal fa-check" />
|
||||||
</div>
|
</div>
|
||||||
<h5 className="title">Create free account</h5>
|
<h5 className="title">Create Account</h5>
|
||||||
<p> To publish your skills to be hired. Your ratings will grow with performance.</p>
|
<p> To publish your skills to be hired. Your ratings will grow with performance.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -31,7 +31,7 @@ function TrafficHomeOne() {
|
|||||||
<i className="fal fa-check" />
|
<i className="fal fa-check" />
|
||||||
</div>
|
</div>
|
||||||
<h5 className="title">Find or Accept job</h5>
|
<h5 className="title">Find or Accept job</h5>
|
||||||
<p> Offers to get hired or search in the marketplace for your skill match.</p>
|
<p> Receive Offers to get hired or search for your skills match.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6 col-md-6">
|
<div className="col-lg-6 col-md-6">
|
||||||
@@ -39,8 +39,9 @@ function TrafficHomeOne() {
|
|||||||
<div className="icon">
|
<div className="icon">
|
||||||
<i className="fal fa-check" />
|
<i className="fal fa-check" />
|
||||||
</div>
|
</div>
|
||||||
<h5 className="title">Complete the task professionally</h5>
|
<h5 className="title">Complete tasks professionally</h5>
|
||||||
<p> Deliver client specification, communicate with instant messaging.</p>
|
<p> Deliver client specification to tailored solution, communicate messages in real-time using messaging platform.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6 col-md-6">
|
<div className="col-lg-6 col-md-6">
|
||||||
@@ -48,8 +49,8 @@ function TrafficHomeOne() {
|
|||||||
<div className="icon">
|
<div className="icon">
|
||||||
<i className="fal fa-check" />
|
<i className="fal fa-check" />
|
||||||
</div>
|
</div>
|
||||||
<h5 className="title">Get Pay for your skills put to use </h5>
|
<h5 className="title">Get Paid like a Pro for your skills </h5>
|
||||||
<p>Get your account credited when the job is completed, and the client authorizes payment.</p>
|
<p>Obtain payment authorization after job completion and maintain client relationships. Transparent payment process for task compensation.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* <div className="col-lg-12">
|
{/* <div className="col-lg-12">
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ function HomeOne() {
|
|||||||
<HomeOneHeader action={drawerAction.toggle} />
|
<HomeOneHeader action={drawerAction.toggle} />
|
||||||
<HeroHomeOne />
|
<HeroHomeOne />
|
||||||
<ServicesHomeOne />
|
<ServicesHomeOne />
|
||||||
<RecentJobsOne />
|
{/*<RecentJobsOne />*/}
|
||||||
<FeaturesHomeOne />
|
<FeaturesHomeOne />
|
||||||
{/*<FaqHomeOne />*/}
|
{/*<FaqHomeOne />*/}
|
||||||
{/*<TrafficHomeOne />*/}
|
{/*<TrafficHomeOne />*/}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import React, { useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import logo from '../../assets/images/wrenchboard.png';
|
import logo from '../../assets/images/wrenchboard-logo-text.png';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import React, { useEffect } from 'react';
|
import React, { useEffect } from 'react';
|
||||||
import logo from '../../assets/images/wrenchboard.png';
|
import logo from '../../assets/images/wrenchboard-logo-text.png';
|
||||||
import StickyMenu from '../../lib/StickyMenu';
|
import StickyMenu from '../../lib/StickyMenu';
|
||||||
import Navigation from '../Navigation';
|
import Navigation from '../Navigation';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import logo from '../../assets/images/wrenchboard.png';
|
import logo from '../../assets/images/wrenchboard-logo-text.png';
|
||||||
import Navigation from '../Navigation';
|
import Navigation from '../Navigation';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
|
||||||
|
|||||||
@@ -100,11 +100,7 @@ function MissionStatement() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="mission-side-box"></div>
|
||||||
<div className="mission-side-box">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
import AboutIcon from '../../assets/images/icon/about-us.ico'
|
||||||
|
import HomeIcon from '../../assets/images/icon/home-icon.ico'
|
||||||
|
import UseCaseIcon from '../../assets/images/icon/use-case.ico'
|
||||||
|
import PrivacyIcon from '../../assets/images/icon/privacy-policy.ico'
|
||||||
|
import TermsIcon from '../../assets/images/icon/term-and-conditions.ico'
|
||||||
|
|
||||||
function ServiceSideMenu() {
|
function ServiceSideMenu() {
|
||||||
var site = getConfig()[0];
|
var site = getConfig()[0];
|
||||||
@@ -9,20 +14,23 @@ function ServiceSideMenu() {
|
|||||||
|
|
||||||
<div className="service-download-widget">
|
<div className="service-download-widget">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<i className="fal fa-download"></i>
|
{/* <i className="fal fa-download"></i> */}
|
||||||
|
<img src={HomeIcon} alt='sidenav-icon' />
|
||||||
<span>Home</span>
|
<span>Home</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="service-download-widget">
|
<div className="service-download-widget">
|
||||||
<a href="/about-us">
|
<a href="/about-us">
|
||||||
<i className="fal fa-download"></i>
|
{/* <i className="fal fa-download"></i> */}
|
||||||
|
<img src={AboutIcon} alt='sidenav-icon' />
|
||||||
<span>About us</span>
|
<span>About us</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="service-download-widget">
|
<div className="service-download-widget">
|
||||||
<a href="/use-cases">
|
<a href="/use-cases">
|
||||||
<i className="fal fa-file-pdf"></i>
|
{/* <i className="fal fa-file-pdf"></i> */}
|
||||||
|
<img src={UseCaseIcon} alt='sidenav-icon' />
|
||||||
<span>Use Cases</span>
|
<span>Use Cases</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -31,13 +39,15 @@ function ServiceSideMenu() {
|
|||||||
|
|
||||||
<div className="service-download-widget">
|
<div className="service-download-widget">
|
||||||
<a href="/privacy">
|
<a href="/privacy">
|
||||||
<i className="fal fa-download"></i>
|
{/* <i className="fal fa-download"></i> */}
|
||||||
|
<img src={PrivacyIcon} alt='sidenav-icon' />
|
||||||
<span>Privacy Policy</span>
|
<span>Privacy Policy</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="service-download-widget">
|
<div className="service-download-widget">
|
||||||
<a href="/terms">
|
<a href="/terms">
|
||||||
<i className="fal fa-file-pdf"></i>
|
{/* <i className="fal fa-file-pdf"></i> */}
|
||||||
|
<img src={TermsIcon} alt='sidenav-icon' />
|
||||||
<span>Terms of use</span>
|
<span>Terms of use</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import React, { useEffect } from 'react';
|
import React, { useEffect } from 'react';
|
||||||
import logo from '../../assets/images/wrenchboard.png';
|
import logo from '../../assets/images/wrenchboard-logo-text.png';
|
||||||
import StickyMenu from '../../lib/StickyMenu';
|
import StickyMenu from '../../lib/StickyMenu';
|
||||||
import Navigation from '../Navigation';
|
import Navigation from '../Navigation';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
|||||||