Pge cleanup

This commit is contained in:
dev-chiefworks
2021-12-18 22:09:24 -05:00
parent 2ae0371369
commit 108121270d
5 changed files with 20 additions and 24 deletions
+7 -14
View File
@@ -5,14 +5,14 @@ import Contact from './components/Contact';
import Error from './components/Error';
import Loader from './components/Helper/Loader';
import ScrollToTop from './components/Helper/ScrollToTop';
import HomeEight from './components/HomeEight';
import HomeFive from './components/HomeFive';
import HomeFour from './components/HomeFour';
// import HomeEight from './components/HomeEight';
// import HomeFive from './components/HomeFive';
// import HomeFour from './components/HomeFour';
import HomeOne from './components/HomeOne';
import HomeSeven from './components/HomeSeven';
import HomeSix from './components/HomeSix';
import HomeThree from './components/HomeThree';
import Hometwo from './components/HomeTwo';
// import HomeSeven from './components/HomeSeven';
// import HomeSix from './components/HomeSix';
// import HomeThree from './components/HomeThree';
// import Hometwo from './components/HomeTwo';
import News from './components/News';
import SingleNews from './components/News/SingleNews';
import Service from './components/Service';
@@ -39,13 +39,6 @@ function Routes() {
<ScrollToTop>
<Switch>
<Route exact path="/" component={HomeOne} />
<Route exact path="/home-two" component={Hometwo} />
<Route exact path="/home-three" component={HomeThree} />
<Route exact path="/home-four" component={HomeFour} />
<Route exact path="/home-five" component={HomeFive} />
<Route exact path="/home-six" component={HomeSix} />
<Route exact path="/home-seven" component={HomeSeven} />
<Route exact path="/home-eight" component={HomeEight} />
<Route exact path="/news" component={News} />
<Route exact path="/news/single-news" component={SingleNews} />
<Route exact path="/service" component={Service} />
+5
View File
@@ -180,24 +180,28 @@ p {
.appie-section-title .appie-title {
font-size: 36px;
line-height: 46px;
color: #08538d;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.appie-section-title .appie-title {
font-size: 36px;
line-height: 46px;
color: #08538d;
}
}
@media (max-width: 767px) {
.appie-section-title .appie-title {
font-size: 26px;
line-height: 36px;
color: #08538d;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.appie-section-title .appie-title {
font-size: 36px;
line-height: 46px;
color: #08538d;
}
}
.appie-section-title p {
@@ -1425,6 +1429,7 @@ p {
font-size: 70px;
line-height: 80px;
padding: 0 80px;
color: #08538d;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.appie-hero-area.appie-hero-3-area .appie-hero-content .appie-title {
+6 -7
View File
@@ -1,6 +1,6 @@
import React from 'react';
import { Link } from 'react-router-dom';
import logo from '../../assets/images/logo.png';
import logo from '../../assets/images/wrenchboard.png';
function FooterHomeOne({ className }) {
return (
@@ -16,7 +16,7 @@ function FooterHomeOne({ className }) {
</a>
</div>
<p>
Appie WordPress is theme is the last theme you will ever have.
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" />
@@ -97,18 +97,17 @@ function FooterHomeOne({ className }) {
<ul>
<li>
<a href="#">
<i className="fal fa-envelope" /> support@appie.com
<i className="fal fa-envelope" /> support@wrenchboard.com
</a>
</li>
<li>
<a href="#">
<i className="fal fa-phone" /> +(642) 342 762 44
<i className="fal fa-phone" /> 404 855-7966
</a>
</li>
<li>
<a href="#">
<i className="fal fa-map-marker-alt" /> 442 Belle Terre
St Floor 7, San Francisco, AV 4206
<i className="fal fa-map-marker-alt" />Atlanta,GA 30339
</a>
</li>
</ul>
@@ -134,7 +133,7 @@ function FooterHomeOne({ className }) {
</ul>
</div>
<div className="copyright-text">
<p>Copyright © 2021 Appie. All rights reserved.</p>
<p>Copyright © 2021 WrenchBoard. All rights reserved.</p>
</div>
</div>
</div>
+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="https://dashboard.wrenchboard.com">
<a className="login-btn" href="">
<i className="fal fa-user" /> Login
</a>
<a className="main-btn ml-30" href="https://dashboard.wrenchboard.com">
<a className="main-btn ml-30" href="">
Get Started
</a>
<div
-1
View File
@@ -37,7 +37,6 @@ function Navigation() {
</li>
</ul>
</li>
</ul>
</>
);