From 12c0e4a9ba1a90c81737e21515610afcf782f3c7 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Sun, 11 Dec 2022 18:15:39 -0500 Subject: [PATCH] page links --- src/Config/config.js | 2 + src/assets/css/main.css | 8 +- src/components/AboutUs/HeaderAbout.js | 80 +++++++----- src/components/AboutUs/ServicesAbout.js | 148 ++++++++++------------ src/components/HomeOne/FooterHomeOne.js | 17 ++- src/components/HomeOne/HomeOneHeader.js | 44 ++++--- src/components/HomeOne/ServicesHomeOne.js | 13 +- src/components/Service/DetailsService.js | 18 +-- src/components/Service/ServiceSideMenu.js | 24 +--- 9 files changed, 179 insertions(+), 175 deletions(-) diff --git a/src/Config/config.js b/src/Config/config.js index 31f0b88..eb2e1f7 100644 --- a/src/Config/config.js +++ b/src/Config/config.js @@ -18,6 +18,8 @@ function getConfig() { "support_us_address": '1070 Cresta Way Unit 2, San Rafael CA 94903', "dummy": "2018-06-25T18:54:22.000Z", "user_service_endpoint": "https://dashboard.wrenchboard.com/svs/user", + "dash_url_blog": "https://blog.float.sg/", + // "dash_url_login": "https://dashboard.wrenchboard.com/login", } ]; diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 8b81d44..33bbceb 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -5671,7 +5671,7 @@ blockquote cite { margin-right: 5px; } .footer-about-widget .social ul li a:hover { - background: #2b70fa; + background: #E07C8A; color: #fff; } .footer-about-widget.footer-about-widget-2 ul li a:hover { @@ -6291,7 +6291,7 @@ blockquote cite { bottom: 8px; width: 100%; height: 20px; - background: #ff6e85; + background: #E07C8A; z-index: -1; } .appie-about-top-title p { @@ -6322,7 +6322,7 @@ blockquote cite { background-position: center; background-repeat: no-repeat; margin-top: 345px; - background-color: #4687ba; + background-color: #E07C8A; } @media (max-width: 767px) { .appie-about-page-area { @@ -6365,7 +6365,7 @@ blockquote cite { top: -710px; height: 645px; width: 80vw; - background-image: url(../images/about-us-main.jpg); + background-image: url(../images/home-banner.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/src/components/AboutUs/HeaderAbout.js b/src/components/AboutUs/HeaderAbout.js index 7ed41cd..fd9e44c 100644 --- a/src/components/AboutUs/HeaderAbout.js +++ b/src/components/AboutUs/HeaderAbout.js @@ -13,41 +13,63 @@ function HeaderAbout({ action }) { return ( <>
-
-
-
-
-
- - - +
+
+
+
+
+ + Float + +
+
+
+
+ +
+
+
+ +
+
+
+ + +
action(e)} + className="toggle-btn ml-30 canvas_open d-lg-none d-block" + > + +
-
-
- -
-
-
-
- - Login - - - Get Started - -
action(e)} - className="toggle-btn ml-30 canvas_open d-lg-none d-block" - > - -
-
-
+ + ); } diff --git a/src/components/AboutUs/ServicesAbout.js b/src/components/AboutUs/ServicesAbout.js index cb0215d..1c53463 100644 --- a/src/components/AboutUs/ServicesAbout.js +++ b/src/components/AboutUs/ServicesAbout.js @@ -1,4 +1,8 @@ import React from 'react'; +import ServiceImg from '../../assets/float-ev/images/our-service-img.jpg'; + +import Performance from '../../assets/float-ev/images/performance.png' + function ServicesAbout() { return ( @@ -13,86 +17,74 @@ function ServicesAbout() { -
-
-
-
- -
-

Carefully designed

-

We listen to how the users will love to use our tools. It is always about the users

-
-
-
-
-
- -
-

Modern Approach

-

Our target is to present a cutting-edge solution that serves the users at all times.

-
-
-
-
-
- -
-

User Interactive

-

Email, notifications, and alerts to get you engaged in the process.

-
-
-
-
-
- -
-

Mobility Approach

-

Web and native app solution for your continuously moving life.

-
-
-
-
-
- -
-

Seamless Sync

-

Changes across platforms is simplified and streamlined.

-
-
-
-
-
- -
-

Privacy

-

We truly respect your need for privacy. Our solution doesn't need to share your data to work for you.

-
+ + + + + + + +
+
+
+

FLOAT' S

DASHBOARD

+ +

Your EV fleet performance metrics are in one place, easy to locate any useful information analyze data and + "compare results "

+ +
+
+
+ +
+ +
+
+ +
+ +
+
+
+
+ +

We guide a company through the EV conversion process, starting with insights on current performance of their existing fleet.

+
+ +
+
+ +
+
+
+ + +

We assess what works, provide information on which vehicles to convert first, and continue to improve on fleet performance throughout the step by step conversion to EVs.

+ {/* */} +
+ +
+
+ +
+ + + +
diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js index f7e7980..898566f 100644 --- a/src/components/HomeOne/FooterHomeOne.js +++ b/src/components/HomeOne/FooterHomeOne.js @@ -43,18 +43,19 @@ function FooterHomeOne({ className }) {

Company

+
  • About Us
  • - Our Services + Our Services
  • -
  • + {/*
  • Use Cases -
  • + */}
  • - Blog + Blog
@@ -63,6 +64,7 @@ function FooterHomeOne({ className }) {

Support

+
- {/*
*/} -
- + +
+
+
+
action(e)} @@ -50,6 +60,8 @@ function HomeOneHeader({ action }) { >
+
+
diff --git a/src/components/HomeOne/ServicesHomeOne.js b/src/components/HomeOne/ServicesHomeOne.js index 9bb1379..1c43889 100644 --- a/src/components/HomeOne/ServicesHomeOne.js +++ b/src/components/HomeOne/ServicesHomeOne.js @@ -1,12 +1,8 @@ import React from 'react'; -import IconOne from '../../assets/images/icon/usericon.png'; -import IconTwo from '../../assets/images/icon/Findtaskicon.png'; -import IconThree from '../../assets/images/icon/taskicon.png'; -import IconFour from '../../assets/images/icon/walleticon.png'; import ServiceImg from '../../assets/float-ev/images/our-service-img.jpg'; import TaskIcon from '../../assets/float-ev/images/taskicon.png' import Performance from '../../assets/float-ev/images/performance.png' -// import FirstSlide from '../../assets/images/icon/Untitledxyz.png'; + function ServicesHomeOne({ className }) { @@ -28,9 +24,10 @@ function ServicesHomeOne({ className }) { className="appie-hero-content " className="appie-title" > -

FLOAT'S DASHBOARD

-

Your EV fleet performance metrics are in one place, easy to locate any useful information analyze data and - compare results.

+

FLOAT' S

DASHBOARD

+ +

Your EV fleet performance metrics are in one place, easy to locate any useful information analyze data and + compare results.

diff --git a/src/components/Service/DetailsService.js b/src/components/Service/DetailsService.js index d1c2b5c..21d5405 100644 --- a/src/components/Service/DetailsService.js +++ b/src/components/Service/DetailsService.js @@ -22,23 +22,17 @@ function DetailsService() {

What we have built

- An open-platform for you to build your self - image, skills set, branded personality, - carve a network and ofcourse an income flow with ease and satisfaction of self - actualization and accomplishments. + Our platform analyzes current fleet behavior and display areas for improvement on our custom customer dashboard.

- A major task done by skilled professional with personal touch and completed within the twinkling of an eye in specified time-frame. + We provide immediate and longer term changes to improve fleet performance.

- WrenchBoard is the marketplace that connects independent talent - with businesses that requires your skill set and get paid. - We serve everyone from one - person startups to a powerful, - trust - driven platform that facilitates businesses and freelancers - to work concurrently in unique patterns that unlocks their potential. - Our platform provides a range of skills in categories including consulting, - finance & accounting, website & app development, creative & design, - customer support and operations. + We integrate company data into Float recommendation engine to provide insights.

+ Our software takes you through the daily process of transitioning your fleet to Float. +

We guide you step by step to convert to Electronic vehicles.


- Learn more at < a href ={site.dash_url_login} >WrenchBoard + Learn more at < a href ="/" >Floatev

diff --git a/src/components/Service/ServiceSideMenu.js b/src/components/Service/ServiceSideMenu.js index 1d7c356..a2c0adf 100644 --- a/src/components/Service/ServiceSideMenu.js +++ b/src/components/Service/ServiceSideMenu.js @@ -5,7 +5,7 @@ function ServiceSideMenu() { var site = getConfig()[0]; return ( <> - */}