This commit is contained in:
dev-chiefworks
2021-12-29 20:04:28 -05:00
parent 4bb6316f88
commit 5faa4bd728
19 changed files with 3022 additions and 8103 deletions
+2909 -8029
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -10,7 +10,7 @@
"react-countup": "^6.0.0",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-scripts": "5.0.0",
"react-slick": "^0.28.1",
"simple-react-lightbox": "^3.6.9-0",
"slick-carousel": "^1.8.1",
+7 -6
View File
@@ -137,7 +137,7 @@ p {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #2b70fa;
border: 1px solid #4687ba;
padding: 0 30px;
font-size: 15px;
line-height: 45px;
@@ -150,7 +150,7 @@ p {
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
background-color: #2b70fa;
background-color: #4687ba;
}
.main-btn:hover {
background-color: #fff;
@@ -1983,7 +1983,7 @@ p {
height: 500px;
width: 500px;
transform: translate(-50%, -50%);
background: #ff3e66;
background: #4687ba;
border-radius: 50%;
z-index: -1;
}
@@ -2209,7 +2209,7 @@ p {
}
.appie-page-title-area.appie-page-service-title-area {
height: 650px;
background-image: url(../images/page-title-bg.jpg);
background-image: url(../images/service-back.jpg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.appie-page-title-area.appie-page-service-title-area {
@@ -2248,7 +2248,9 @@ p {
display: none;
}
}
.black{
color:#000;
}
.appie-page-title-item {
margin-top: 80px;
position: relative;
@@ -2313,7 +2315,6 @@ p {
.appie-service-area {
background: #eef1f6;
position: relative;
background-image: url(../images/shape/shape-1.png);
background-position: 92% 100%;
background-repeat: no-repeat;
background-size: auto;
Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

+1 -1
View File
@@ -1,5 +1,5 @@
import React, { useEffect } from 'react';
import logo from '../../assets/images/logo.png';
import logo from '../../assets/images/wrenchboard.png';
import StickyMenu from '../../lib/StickyMenu';
import Navigation from '../Navigation';
+1 -9
View File
@@ -226,15 +226,7 @@ function FeaturesHomeOne({ className }) {
</div>
</div>
</div>
<div className="features-shape-1">
<img src={shapeSix} alt="" />
</div>
<div className="features-shape-2">
<img src={shapeSeven} alt="" />
</div>
<div className="features-shape-3">
<img src={shapeEight} alt="" />
</div>
</section>
);
}
+3 -3
View File
@@ -16,7 +16,7 @@ function FooterHomeOne({ className }) {
</a>
</div>
<p>
It is simple. You can do something that somebody is ready to pay you for. WrenchBoard is the platform to connect you with earning opportunities.
{`It is simple. You can do something that somebody is ready to pay you for. WrenchBoard is the platform to connect you with earning opportunities. `}
</p>
<a href="#">
Read More <i className="fal fa-arrow-right" />
@@ -58,7 +58,7 @@ function FooterHomeOne({ className }) {
<Link to="/Service">Service</Link>
</li>
<li>
<a href="#">Case Studies</a>
<a href="#">Use Cases</a>
</li>
<li>
<Link to="/news">Blog</Link>
@@ -97,7 +97,7 @@ function FooterHomeOne({ className }) {
<ul>
<li>
<a href="#">
<i className="fal fa-envelope" /> support@wrenchboard.com
<i className="fal fa-envelope" /> {``}support@wrenchboard.com
</a>
</li>
<li>
+7 -15
View File
@@ -1,5 +1,5 @@
import React from 'react';
import heroThumbOne from '../../assets/images/Actualize.jpg';
import heroThumbOne from '../../assets/images/app-thumb-1.png';
import heroThumbTwo from '../../assets/images/hero-thumb-2.png';
import shapeTwo from '../../assets/images/shape/shape-2.png';
import shapeThree from '../../assets/images/shape/shape-3.png';
@@ -13,21 +13,21 @@ function HeroHomeOne() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="appie-hero-content">
<span>Welcome To WrenchBoard</span>
<span>Welcome To WrenchBoard..</span>
<h1 className="appie-title">
Actualize your Creativity to Earning Power.
Make money with any skill.
</h1>
<p>
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.
The marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster.
</p>
<ul>
<li>
<a href="#">
<a href="https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8">
<i className="fab fa-apple" /> Download for iOS
</a>
</li>
<li>
<a className="item-2" href="#">
<a className="item-2" href="https://play.google.com/store/apps/details?id=com.wrenchboard.users">
<i className="fab fa-google-play" /> Download for
Android
</a>
@@ -55,15 +55,7 @@ function HeroHomeOne() {
</div>
</div>
</div>
<div className="hero-shape-1">
<img src={shapeTwo} alt="" />
</div>
<div className="hero-shape-2">
<img src={shapeThree} alt="" />
</div>
<div className="hero-shape-3">
<img src={shapeFour} alt="" />
</div>
</section>
</>
);
+2 -2
View File
@@ -26,10 +26,10 @@ function HomeOneHeader({ action }) {
</div>
<div className="col-lg-4 col-md-7 col-sm-6 col-6 order-2 order-sm-3">
<div className="appie-btn-box text-right">
<a className="login-btn" href="">
<a className="login-btn" href="https://www.wrenchboard.com/login">
<i className="fal fa-user" /> Login
</a>
<a className="main-btn ml-30" href="">
<a className="main-btn ml-30" href="https://www.wrenchboard.com/signup">
Get Started
</a>
<div
+64
View File
@@ -0,0 +1,64 @@
import React from 'react';
import heroThumbOne from '../../assets/images/Actualize.jpg';
import heroThumbTwo from '../../assets/images/hero-thumb-2.png';
import shapeTwo from '../../assets/images/shape/shape-2.png';
import shapeThree from '../../assets/images/shape/shape-3.png';
import shapeFour from '../../assets/images/shape/shape-4.png';
function WrenchBoardHome() {
return (
<>
<section className="appie-hero-area">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
<div className="appie-hero-content">
<span>Welcome To WrenchBoard.....</span>
<h1 className="appie-title">
Make money with any skill.
</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>
<li>
<a href="#">
<i className="fab fa-apple" /> Download for iOS
</a>
</li>
<li>
<a className="item-2" href="#">
<i className="fab fa-google-play" /> Download for
Android
</a>
</li>
</ul>
</div>
</div>
<div className="col-lg-6">
<div className="appie-hero-thumb">
<div
className="thumb wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img src={heroThumbOne} alt="" />
</div>
<div
className="thumb-2 wow animated fadeInRight"
data-wow-duration="2000ms"
data-wow-delay="600ms"
>
<img src={heroThumbTwo} alt="" />
</div>
</div>
</div>
</div>
</div>
</section>
</>
);
}
export default WrenchBoardHome;
+1
View File
@@ -15,6 +15,7 @@ import TeamHomeOne from './TeamHomeOne';
import TestimonialHomeOne from './TestimonialHomeOne';
//import TrafficHomeOne from './TrafficHomeOne';
import TrafficHomeTwo from './TrafficHomeTwo';
import WrenchBoardHome from './WrenchBoardHome';
function HomeOne() {
const [drawer, drawerAction] = useToggle(false);
+7 -16
View File
@@ -9,34 +9,25 @@ function Navigation() {
<Link to="/">Home</Link>
</li>
<li>
<Link to="/service">Service</Link>
<Link to="/service">Services</Link>
</li>
<li>
<a href="#">
Pages <i className="fal fa-angle-down" />
Resources <i className="fal fa-angle-down" />
</a>
<ul className="sub-menu">
<li>
<Link to="/about-us">About</Link>
</li>
<li>
<Link to="/error">Error</Link>
</li>
</ul>
</li>
<li>
<a href="#">
News <i className="fal fa-angle-down" />
</a>
<ul className="sub-menu">
<li>
<Link to="/news">News Page</Link>
</li>
<li>
<Link to="/news/single-news">Single News</Link>
<Link to="/news">Blog</Link>
</li>
<li>
<Link to="/error">FAQs</Link>
</li>
</ul>
</li>
</ul>
</>
);
+8 -8
View File
@@ -12,7 +12,7 @@ function Blogs() {
return (
<>
<div className="row">
<div className="col-lg-6">
<div className="col-lg-4">
<div className="post-item-1">
<img src={blogImg1} alt="" />
<div className="b-post-details">
@@ -35,7 +35,7 @@ function Blogs() {
</div>
</div>
</div>
<div className="col-lg-6">
<div className="col-lg-4">
<div className="post-item-1">
<img src={blogImg2} alt="" />
<div className="b-post-details">
@@ -58,7 +58,7 @@ function Blogs() {
</div>
</div>
</div>
<div className="col-lg-6">
<div className="col-lg-4">
<div className="post-item-1">
<img src={blogImg3} alt="" />
<div className="b-post-details">
@@ -81,7 +81,7 @@ function Blogs() {
</div>
</div>
</div>
<div className="col-lg-6">
<div className="col-lg-4">
<div className="post-item-1">
<img src={blogImg4} alt="" />
<div className="b-post-details">
@@ -102,7 +102,7 @@ function Blogs() {
</div>
</div>
</div>
<div className="col-lg-6">
<div className="col-lg-4">
<div className="post-item-1">
<img src={blogImg5} alt="" />
<div className="b-post-details">
@@ -125,7 +125,7 @@ function Blogs() {
</div>
</div>
</div>
<div className="col-lg-6">
<div className="col-lg-4">
<div className="post-item-1">
<img src={blogImg6} alt="" />
<div className="b-post-details">
@@ -148,7 +148,7 @@ function Blogs() {
</div>
</div>
</div>
<div className="col-lg-6">
<div className="col-lg-4">
<div className="post-item-1">
<img src={blogImg7} alt="" />
<div className="b-post-details">
@@ -169,7 +169,7 @@ function Blogs() {
</div>
</div>
</div>
<div className="col-lg-6">
<div className="col-lg-4">
<div className="post-item-1">
<img src={blogImg8} alt="" />
<div className="b-post-details">
+1 -1
View File
@@ -1,5 +1,5 @@
import React, { useEffect } from 'react';
import logo from '../../assets/images/logo-7.png';
import logo from '../../assets/images/wrenchboard.png';
import StickyMenu from '../../lib/StickyMenu';
import Navigation from '../Navigation';
+2 -4
View File
@@ -24,12 +24,10 @@ function News() {
<section className="blogpage-section">
<div className="container">
<div className="row">
<div className="col-lg-8 col-md-7">
<div className="col-lg-12 col-md-7">
<Blogs />
</div>
<div className="col-lg-4 col-md-5">
<BlogSideBar />
</div>
</div>
</div>
</section>
+3 -3
View File
@@ -1,5 +1,5 @@
import React from 'react';
import logo from '../../assets/images/logo-7.png';
import logo from '../../assets/images/wrenchboard.png';
import Navigation from '../Navigation';
function HeaderService({ action }) {
@@ -23,10 +23,10 @@ function HeaderService({ action }) {
</div>
<div className="col-lg-4 col-md-7 col-sm-6 col-6 order-2 order-sm-3">
<div className="appie-btn-box text-right">
<a className="login-btn" href="#">
<a className="login-btn" href="https://www.wrenchboard.com/login">
<i className="fal fa-user"></i> Login
</a>
<a className="main-btn ml-30" href="#">
<a className="main-btn ml-30" href="https://www.wrenchboard.com/signup">
Get Started
</a>
<div
+3 -3
View File
@@ -9,10 +9,10 @@ function HeroService() {
<div className="row">
<div className="col-lg-12">
<div className="appie-page-title-item">
<span>Fast Development</span>
<h3 className="title">
<span>Welcome To WrenchBoard</span>
<h1 className="appie-title">
Simple but effective, <br /> effortless yet powerful.
</h3>
</h1>
<div className="thumb">
<img src={thumb} alt="" />
</div>
+2 -2
View File
@@ -8,7 +8,7 @@ import './assets/css/font-awesome.min.css';
import './assets/css/magnific-popup.css';
import './assets/css/main.css';
import './assets/css/style.css';
import reportWebVitals from './reportWebVitals';
//import reportWebVitals from './reportWebVitals';
ReactDOM.render(
<React.StrictMode>
@@ -20,4 +20,4 @@ ReactDOM.render(
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
//reportWebVitals();