diff --git a/public/index.html b/public/index.html index a4da2d3..ca988eb 100755 --- a/public/index.html +++ b/public/index.html @@ -26,7 +26,7 @@ Learn how to configure a non-root public URL by running `npm run build`. --> WrenchBoard - + diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 218dc18..5fadc45 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -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; diff --git a/src/components/AboutUs/HeaderAbout.js b/src/components/AboutUs/HeaderAbout.js index 128883b..493a82f 100644 --- a/src/components/AboutUs/HeaderAbout.js +++ b/src/components/AboutUs/HeaderAbout.js @@ -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' diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js index f74af3f..f6e60a1 100644 --- a/src/components/HomeOne/FooterHomeOne.js +++ b/src/components/HomeOne/FooterHomeOne.js @@ -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 }) { diff --git a/src/components/HomeOne/HomeOneHeader.js b/src/components/HomeOne/HomeOneHeader.js index afa8e13..c240570 100644 --- a/src/components/HomeOne/HomeOneHeader.js +++ b/src/components/HomeOne/HomeOneHeader.js @@ -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' diff --git a/src/components/HomeOne/TrafficHomeTwo.js b/src/components/HomeOne/TrafficHomeTwo.js index 1321103..3111860 100644 --- a/src/components/HomeOne/TrafficHomeTwo.js +++ b/src/components/HomeOne/TrafficHomeTwo.js @@ -12,7 +12,7 @@ function TrafficHomeOne() {

Performing task.

- 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.

@@ -21,7 +21,7 @@ function TrafficHomeOne() {
-
Create free account
+
Create Account

To publish your skills to be hired. Your ratings will grow with performance.

@@ -31,7 +31,7 @@ function TrafficHomeOne() {
Find or Accept job
-

Offers to get hired or search in the marketplace for your skill match.

+

Receive Offers to get hired or search for your skills match.

@@ -39,8 +39,9 @@ function TrafficHomeOne() {
-
Complete the task professionally
-

Deliver client specification, communicate with instant messaging.

+
Complete tasks professionally
+

Deliver client specification to tailored solution, communicate messages in real-time using messaging platform. +

@@ -48,8 +49,8 @@ function TrafficHomeOne() {
-
Get Pay for your skills put to use
-

Get your account credited when the job is completed, and the client authorizes payment.

+
Get Paid like a Pro for your skills
+

Obtain payment authorization after job completion and maintain client relationships. Transparent payment process for task compensation.

{/*
diff --git a/src/components/Mobile/Drawer.js b/src/components/Mobile/Drawer.js index 1a03d24..d390f5d 100644 --- a/src/components/Mobile/Drawer.js +++ b/src/components/Mobile/Drawer.js @@ -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' diff --git a/src/components/News/HeaderNews.js b/src/components/News/HeaderNews.js index 809173f..043c054 100644 --- a/src/components/News/HeaderNews.js +++ b/src/components/News/HeaderNews.js @@ -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' diff --git a/src/components/Service/HeaderService.js b/src/components/Service/HeaderService.js index aa3a709..d889cc4 100644 --- a/src/components/Service/HeaderService.js +++ b/src/components/Service/HeaderService.js @@ -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' diff --git a/src/components/UseCases/HeaderNews.js b/src/components/UseCases/HeaderNews.js index 93dc2f7..a1bd12b 100644 --- a/src/components/UseCases/HeaderNews.js +++ b/src/components/UseCases/HeaderNews.js @@ -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'