This commit is contained in:
CHIEFSOFT\ameye
2023-08-05 20:14:32 -04:00
10 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<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">
+16 -6
View File
@@ -107,7 +107,7 @@ ol {
}
p {
font-size: 16px;
font-size: 17px;
font-weight: 400;
line-height: 24px;
color: #505056;
@@ -3053,6 +3053,7 @@ p {
}
.appie-traffic-title p {
font-size: 16px;
margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.appie-traffic-title .title {
@@ -3112,12 +3113,15 @@ p {
box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
}
.appie-traffic-service .title {
font-size: 20px;
font-size: 24px;
font-weight: 700;
padding-bottom: 7px;
text-shadow: 3px 4px 10px rgba(0,0,0,0.3);
}
.appie-traffic-service p {
font-size: 15px;
font-size: 17px;
margin-top: 10px;
/*margin-bottom: 2px;*/
}
.appie-traffic-service.item-2 .icon i {
background: linear-gradient(135deg, #f7b8af 0%, #f8452d 100%);
@@ -5698,6 +5702,10 @@ blockquote cite {
.footer-about-widget {
padding-right: 70px;
margin-top: 30px;
.logo {
position: relative;
top: -12px;
}
}
@media (max-width: 767px) {
.footer-about-widget {
@@ -5706,7 +5714,7 @@ blockquote cite {
}
}
.footer-about-widget p {
padding-top: 25px;
padding-top: 1px;
}
.footer-about-widget > a {
font-size: 15px;
@@ -5761,9 +5769,10 @@ blockquote cite {
}
}
.footer-navigation .title {
font-size: 20px;
font-size: 25px;
font-weight: 700;
margin-bottom: 18px;
text-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}
.footer-navigation ul {
margin: 0;
@@ -5801,9 +5810,10 @@ blockquote cite {
}
}
.footer-widget-info .title {
font-size: 20px;
font-size: 25px;
font-weight: 700;
margin-bottom: 18px;
text-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}
.footer-widget-info ul {
margin: 0;
+1 -1
View File
@@ -1,5 +1,5 @@
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 Navigation from '../Navigation';
import getConfig from './../../Config/config'
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react';
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'
function FooterHomeOne({ className }) {
+1 -1
View File
@@ -1,5 +1,5 @@
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 Navigation from '../Navigation';
import getConfig from './../../Config/config'
+8 -7
View File
@@ -12,7 +12,7 @@ function TrafficHomeOne() {
<div className="appie-traffic-title">
<h3 className="title">Performing task.</h3>
<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>
</div>
<div className="row">
@@ -21,7 +21,7 @@ function TrafficHomeOne() {
<div className="icon">
<i className="fal fa-check" />
</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>
</div>
</div>
@@ -31,7 +31,7 @@ function TrafficHomeOne() {
<i className="fal fa-check" />
</div>
<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 className="col-lg-6 col-md-6">
@@ -39,8 +39,9 @@ function TrafficHomeOne() {
<div className="icon">
<i className="fal fa-check" />
</div>
<h5 className="title">Complete the task professionally</h5>
<p> Deliver client specification, communicate with instant messaging.</p>
<h5 className="title">Complete tasks professionally</h5>
<p> Deliver client specification to tailored solution, communicate messages in real-time using messaging platform.
</p>
</div>
</div>
<div className="col-lg-6 col-md-6">
@@ -48,8 +49,8 @@ function TrafficHomeOne() {
<div className="icon">
<i className="fal fa-check" />
</div>
<h5 className="title">Get Pay for your skills put to use </h5>
<p>Get your account credited when the job is completed, and the client authorizes payment.</p>
<h5 className="title">Get Paid like a Pro for your skills </h5>
<p>Obtain payment authorization after job completion and maintain client relationships. Transparent payment process for task compensation.</p>
</div>
</div>
{/* <div className="col-lg-12">
+1 -1
View File
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
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'
+1 -1
View File
@@ -1,5 +1,5 @@
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 Navigation from '../Navigation';
import getConfig from './../../Config/config'
+1 -1
View File
@@ -1,5 +1,5 @@
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 getConfig from './../../Config/config'
+1 -1
View File
@@ -1,5 +1,5 @@
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 Navigation from '../Navigation';
import getConfig from './../../Config/config'