Compare commits
89 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 477f47ef80 | |||
| ab1618cdab | |||
| bc2e6f36b4 | |||
| 1428ddd925 | |||
| 163a29698f | |||
| f652304468 | |||
| 929a1b316f | |||
| a9f382eef7 | |||
| dfdb881db7 | |||
| 202132e7a5 | |||
| f6c803024c | |||
| b1a0cbab6b | |||
| c2b4273512 | |||
| 3272b60965 | |||
| 4695e934e6 | |||
| dee383efb5 | |||
| 43b79a7aa6 | |||
| 5bc8ef4667 | |||
| cfceddeecc | |||
| 3bbccea32d | |||
| be42244ce7 | |||
| 80711232a3 | |||
| a29fcffc2e | |||
| 5295ad32f2 | |||
| e9044ed10f | |||
| c783cb8926 | |||
| 0b74697fd1 | |||
| c0c71ab005 | |||
| a8711636a2 | |||
| c8a96ccbdc | |||
| d626f28e36 | |||
| e2185c9d1a | |||
| c7e7874d49 | |||
| ef6374e407 | |||
| a69e903785 | |||
| fa2ac7d3d0 | |||
| 300f5f0dab | |||
| 5609bc9c99 | |||
| bddf76320b | |||
| 9da5f450a2 | |||
| 6c1e2072c8 | |||
| 3594000fbe | |||
| 7cbc26a787 | |||
| 2ed1862b53 | |||
| e64d1f84ed | |||
| e383366603 | |||
| 7d9267e268 | |||
| 129c0f1447 | |||
| 7e424c269b | |||
| cfcfaaca05 | |||
| 323ee50705 | |||
| 6ff8f81fb8 | |||
| 360f60c1f2 | |||
| d3500e1640 | |||
| 451190b705 | |||
| ee1bd901b1 | |||
| bb7e745491 | |||
| 9c6f84d3b8 | |||
| 3604da9092 | |||
| 5699af8492 | |||
| 6a35044ee9 | |||
| 376e84ce32 | |||
| 41440b1c66 | |||
| 51b080c2b0 | |||
| a881c75895 | |||
| 731c5041ac | |||
| 9e49493551 | |||
| 0cf92f3529 | |||
| f4fd8c5249 | |||
| d8b1d8b035 | |||
| 72dff33e6f | |||
| cfd416b59a | |||
| ebf4f138a2 | |||
| b5a532d489 | |||
| 304fd79eb8 | |||
| 2862b88961 | |||
| 375058405c | |||
| 1d6f112d58 | |||
| 3d909625d3 | |||
| d1be17ccfa | |||
| 994613a5fa | |||
| 87e42238be | |||
| d4d4ac482f | |||
| a23d05ad82 | |||
| ad3314dceb | |||
| d947a24043 | |||
| 95ecc0d3d8 | |||
| 10f84c5d74 | |||
| 84a57f5141 |
@@ -3,4 +3,11 @@ REACT_APP_EMAIL='support@float.sg'
|
||||
REACT_APP_WWW='http://float-www.dev.chiefsoft.net'
|
||||
REACT_APP_FLEET='http://float-flt.dev.chiefsoft.net'
|
||||
REACT_APP_USERS='http://float-usr.dev.chiefsoft.net'
|
||||
REACT_APP_APIGATE='http://float-gat.dev.chiefsoft.net'
|
||||
REACT_APP_APIGATE='http://float-gat.dev.chiefsoft.net'
|
||||
|
||||
REACT_APP_APPLE_LINK='https://apps.apple.com/us/app/float-mobility/id1465369130'
|
||||
REACT_APP_GOOGLE_PLAY_LINK='https://apps.apple.com/us/app/float-mobility/id1465369130'
|
||||
|
||||
REACT_APP_AUX_ENDPOINT='https://float-gat.dev.chiefsoft.net/en/floatweb/api/v1/'
|
||||
|
||||
REACT_APP_IMAGE_LINK='https://blog.float.sg/wp-content/uploads/'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wwww-float",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "^1.8.2",
|
||||
|
||||
@@ -738,8 +738,8 @@
|
||||
|
||||
#content-14.aliceblue-shape, #content-14.whitesmoke-shape { padding-top: 80px; }
|
||||
|
||||
.content-section .img-block.left-column, .content-5-img { position: relative; left: -60%; }
|
||||
.content-section .img-block img, .content-5-img img, .content-6-img img { display: inline-block; max-width: none; width: 160%; }
|
||||
/* .content-section .img-block.left-column, .content-5-img { position: relative; left: -60%; } */
|
||||
/* .content-section .img-block img, .content-5-img img, .content-6-img img { display: inline-block; max-width: none; width: 160%; } */
|
||||
.content-12-img { margin-right: 0; margin-bottom: -40px; }
|
||||
|
||||
.cbox-txt { padding-left: 20px; }
|
||||
|
||||
@@ -1331,6 +1331,10 @@ ol.digit-list p {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.stores-badge + div{
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.store {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
@@ -2580,6 +2584,15 @@ h5.sm-title {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.hero-8-txt > div {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
|
||||
.hero-8-txt.fadeInRight{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/*------------------------------------------*/
|
||||
/* HERO APP LOGO
|
||||
/*------------------------------------------*/
|
||||
@@ -2632,7 +2645,7 @@ h5.sm-title {
|
||||
}
|
||||
|
||||
.hero-5-btns h3 {
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
|
||||
.hero-6-txt h2 {
|
||||
@@ -2649,16 +2662,16 @@ h5.sm-title {
|
||||
}
|
||||
|
||||
.hero-8-txt h2 {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.hero-8-txt h4 {
|
||||
margin-bottom: 18px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.hero-8-txt h5 {
|
||||
font-weight: 300;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.hero-9-txt h4 {
|
||||
@@ -3803,6 +3816,9 @@ h2.statistic-number {
|
||||
-webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
|
||||
box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
|
||||
}
|
||||
.pricing-table{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#pricing-1.bg_whitesmoke .pricing-plan,
|
||||
#pricing-3.bg_whitesmoke .pricing-plan {
|
||||
@@ -4698,8 +4714,8 @@ h5.posts-category {
|
||||
.featured-badge {
|
||||
z-index: 70;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
-webkit-border-radius: 100%;
|
||||
|
||||
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 264 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 332 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 264 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,9 @@
|
||||
<svg width="150" height="147" viewBox="0 0 150 147" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<rect width="150" height="146.165" fill="url(#pattern0)"/>
|
||||
<defs>
|
||||
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image0_125_2" transform="matrix(0.031321 0 0 0.0321429 -1.84091 0.031013)"/>
|
||||
</pattern>
|
||||
<image id="image0_125_2" width="160" height="29" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAdCAYAAAAtm2eGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAgLSURBVHgB7VxdaxRnFD7nfTdaS8FZY69dMd7HX5Ax/oCuF14nXhSk1I+UUuyVK70RWkzEG6GFbP5BQmmhFJrtH2hzX4sbKHhTyQpSse47p+f9mpkk75r9mOhsNw+uk/ncryfnOc85Z4Izp+YbUAC6SdJsd1ptGBAzp+JbACIq6nqTgHPTcR1JzAZ3iqT1+O9WCwpELYqjihC34BBQAYQ7UAAqAC1etGFAEIqbyO+xqOsVhadX7s8RqbpAiFEkNf5iT6JQyD93AJItkGqrgrBeXf3qV3jrEMv8vdWCuwjnwH52RSIqiid7UYEj7MLTy/cXEKFBlNSEAAImHWACKIgQiQApYjLGvIwTTG4++/j2NoG6e/rbr5vwFnA+imcJepDPAGMdsVg9OjAGOCKgw9P6co0QVkFQzAQDNKRLkNd5b6KlDckS0ezTxzAxNTmZqLS688lnc5Akd6uPVtpwiEikUYw3wsllA8YAAo4Af9WXZ5lVvzG5YhvlUoKx8iSEMiUkL5XZp4mYLvXxSIswRZs7167V4HARH3gE0hyMCSaegDrycZ63ySSKLPE4z0Mrt5Zkfj0hE/kkq7LQJLVE5P28zvuEIl7W8LjY3Ll1OCScOR3H+Eb59cD4bDR/BsYAPSW4q5KzMBjGIufIw8nuJstsBC7CGVJBKq8m9zN5oIt0TEazz0gxP4iPJZZnwQTVEs3LM3wsk3DxQnWlWehnQiQWDpJfDyngKhQkw64a8cannpmep9D2g3hUOeBJ/++4w4bjjCMW6TwPMZNXJ8WWbKgo/RmUJhsTVEdDfy4HQU1IzhS1axbyUPKwuO8jSyLDB/FoYiVYRz+W00WT1+mHtG7XympGRPvgKOciIrH0kjQkAy27moRgzIqOnIrQGRgp6AZHwQgKQi/5Zcqv8X+BSIvxTBTHUHJMbg4okzs6cpGt7QGkJkPne8rJrbKmA0x+Z3JC4XJBPpasFFvSmm3SRkq3rVp5v1tY8VbLb2g7/w6s8JNuBU8SIoaSYyIJ+KS+zDkfLUCOfJZwjoSGbGZdS6vLDZl3RobJnUMuL1RenlO5BktSkpJuQHGI927gX5/2H53WFuooGACnFwtQckwkAd+rdGfRyaav6ZlCs3W16MmVJ6chmpNryIhqI6EjJ6Y5o7m2luzoRePKLIyIc9OX6kH3i7ihF69Vsh6SYV2wLrsM9zQh/faIx7Fnyx2OOfKyiV5KdS5Hrq6nwEc5RzL0ble7YJf7oSVctkydNPjoqYkImoBbMBLoo+D7UElTL3XX49ypixv8AvZFPJKiDsW35gpD705In72/d92zHQqiW0OkrJuRRjVPPl9cNnmfiYYCErKRMUc2Q17l5dkS2EdMoUzJRqIauR7Hl6nvK4IQbWn5TY8R1GSHtI+AfJrediiDBEVgIiU4QWXl10mvMRYmuqndEdDKKJ+RroPPDc26dBERMwk37Tqp5Zj/yYTNC4yE89Pzi8yigJvGXXlft8tRNuiGISqzDE8kATUpcpHKk5GyXI/SiChMh4NyLtlGzVS+pYugtnRDXp6z6NqFUcDPHJRfTn3W8+tahrkksxG8hpXhUmIyCYj0JBcBXR3Py2viSynG2eqIRsIZEFDkSJavF5IrzdicDzNDYt20asOQ0FMtvNhPHpbfUN5tZDgAJ8OlRM8ckPrM6/ptDZUJhP9uc+/MGwaT5/kSiy2tEHop1p0Ostt87kco9VWyTgk48hnCoZ6a4UtK27JTCW7DkJjiyBXsbyF0giYxgV5fiJHhx51iB1WLQE8C/vnsl0F7wWODKSnXlVCraPu36KOXNRW0qzANJsdT4CKbJSFkfeNc6UWbDhNFRVak7pz44ocWDAkyrjZEQYyZaDEMgLK64YmU4Gqz0QHstrLCceZg09qfsNtsjkepXKcDC6mEK8pcs0oL2ta80DoMCZbfGp8fQ0EoqwxPbCuOZfJuaiwkGFNB0k/AGBdrOxygyG/LDar6+qGT67QTknVN2AFPieGHEVh+YygWpXTDE0vAD7+712KytHJ9XzLDp8bF+h6vJpKeckkLzpSX3dzgKu6KnqZ/nKzh5z8Onf9RoKg8KviNlC4KlnYkn3OWmpWh/jBMNwahe5Ut8e9MnpO2x+vMhu1s8C49duWMh5mGUb4/jNkwQlqiMbVEZ0i2p47LBgyJnvLLdT5+NX3NGAYnZxDqfO2lMt0vUloC8ge4WpH9BWi0jn1g06Tv39i5fn2JSbfq7vVw7TObD5Jxvc54pJEvI1/aQZFuWtpK9fNXgi4f+/SnUdxvHLIe/CrW2Bz21dWYmb60GSBxxF+4bg22oCSY+JH86sOHTRI6EmZ1PcAsn9NF66zOZ+TYREO7L70nxMtxh8l38YOln0fq/XLYvRna7nu/fQEpeLto2WT46KYkRnXlUTNh4jCB2iB2T73odW1O9I1JQtqyDeRHuEzP15Bvmx8jk8/IL9K+CRo/egV9otsNk9XJcGGDsqPiiIAO1W8etZR8fZEd8QNjKEzXw3Y+bF3PT7uQy/fSXLHDUt2YEq8uHBuRfBoVAcG2Ge7p/R4EmxNjK7ArkiVqzR3dF5xD9V6zzYull7cXH6gKxtwDXmCSzaZ3zPmxfEie874t/mn92It/1rBRZFIvg8VnPfYGg0LLMO0vWCOQluEmlAAVTuCvwjtFsoSBvw0z0BUAC3V1JywRm+4BLxv1ml6Srq4cRzjx5fdtOARYaaQNJs3eoYLOMC6fZXilEhzHKfbzMlcckkf/AeKBXuZb8fncAAAAAElFTkSuQmCC"/>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 264 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 28 KiB |
@@ -58,7 +58,7 @@
|
||||
$target = jQuery(target);
|
||||
|
||||
$('html, body').stop().animate({
|
||||
'scrollTop': $target.offset().top - 60 // - 200px (nav-height)
|
||||
'scrollTop': $target.offset()?.top - 60 // - 200px (nav-height)
|
||||
}, 'slow', 'easeInSine', function () {
|
||||
window.location.hash = '1' + target;
|
||||
});
|
||||
@@ -170,7 +170,7 @@
|
||||
patterns: {
|
||||
youtube: {
|
||||
index: 'youtube.com',
|
||||
src: 'https://www.youtube.com/embed/7e90gBu4pas'
|
||||
src: 'https://www.youtube.com/embed/Jn22jdQ4KdQ' // added the id of the video
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
|
||||
<meta name="author" content="Float Mobility">
|
||||
<meta name="description" content="Travel smarter with Float's ride sharing, hailing and budgeting app. Avaliable on IOS and Android." />
|
||||
<meta name="title" content="Ride Sharing, Hailing & Budgeting App by Float" />
|
||||
@@ -54,8 +53,8 @@
|
||||
<!-- RESPONSIVE CSS -->
|
||||
<link href="/assets/css/responsive.css" rel="stylesheet">
|
||||
|
||||
|
||||
<title>Float</title>
|
||||
|
||||
<title> Ride Sharing, Hailing & Budgeting App by Float</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
@@ -79,5 +78,24 @@
|
||||
<script src="/assets/js/wow.js"></script>
|
||||
<!-- Custom Script -->
|
||||
<script src="/assets/js/custom.js"></script>
|
||||
<script>
|
||||
function initFreshChat() {
|
||||
window.fcWidget.init({
|
||||
token: "e14dfaf8-473b-4882-a83f-e88f192f763d",
|
||||
host: "https://wchat.freshchat.com"
|
||||
});
|
||||
}
|
||||
function initialize(i,t){
|
||||
var e;
|
||||
i.getElementById(t) ? initFreshChat() :
|
||||
((e=i.createElement("script")).id=t,
|
||||
e.async=!0,e.src="https://wchat.freshchat.com/js/widget.js",
|
||||
e.onload=initFreshChat,i.head.appendChild(e))
|
||||
}
|
||||
function initiateCall() {
|
||||
initialize(document,"freshchat-js-sdk")
|
||||
}
|
||||
window.addEventListener ? window.addEventListener("load",initiateCall,!1): window.attachEvent("load",initiateCall,!1);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -16,6 +16,9 @@ import FloatHome from './pages/FloatHome';
|
||||
import Users from './pages/Users';
|
||||
import Fleet from './pages/Fleet';
|
||||
import Privacy from './pages/Privacy';
|
||||
import GetStarted from './pages/GetStarted';
|
||||
import FindEv from "./pages/FindEv";
|
||||
import FindMobility from "./pages/FindMobility";
|
||||
|
||||
|
||||
|
||||
@@ -26,15 +29,35 @@ import Privacy from './pages/Privacy';
|
||||
// } from "react-router-dom";
|
||||
|
||||
import { Routes, Route } from "react-router-dom";
|
||||
|
||||
import { useState, useEffect } from "react";
|
||||
import SiteService from "./svs/SiteService";
|
||||
|
||||
function App() {
|
||||
const [blogData, setBlogData] = useState([]) // for holding
|
||||
const siteApi = new SiteService(); // instantiating the API SERVICE
|
||||
const getBlogData = async () => {
|
||||
try {
|
||||
const res = await siteApi.blogData();
|
||||
if(res.status == 200 /* && res.data.status > 0*/){
|
||||
console.log(res.data);
|
||||
setBlogData(res.data)
|
||||
return
|
||||
}
|
||||
}catch(error) {
|
||||
setBlogData({blogdata: []})
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
getBlogData();
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
|
||||
<Header/>
|
||||
<Routes>
|
||||
<Route path="/" element={<FloatHome/>} />
|
||||
<Route path="/" element={<FloatHome blogData={blogData} />} />
|
||||
<Route path="/about" element={<About/>} />
|
||||
<Route path="/faqs" element={<Faqs/>} />
|
||||
<Route path="/features" element={<Features/>} />
|
||||
@@ -45,14 +68,18 @@ function App() {
|
||||
<Route path="/demo" element={<Demo/>} />
|
||||
<Route path="/about" element={<About/>} />
|
||||
<Route path="/blog_listing" element={<Blog_listing/>} />
|
||||
<Route path="/blogs" element={<Blog_listing/>} />
|
||||
<Route path="/blogs" element={<Blog_listing blogData={blogData} />} />
|
||||
<Route path="/contacts" element={<Contacts/>} />
|
||||
<Route path="/users" element={<Users/>} />
|
||||
<Route path="/users" element={<Users blogData={blogData} />} />
|
||||
<Route path="/business" element={<Fleet/>} />
|
||||
<Route path="/privacy" element={<Privacy/>} />
|
||||
<Route path="/getstarted" element={<GetStarted blogData={blogData} />} />
|
||||
<Route path="/findev" element={<FindEv />} />
|
||||
<Route path="/findmobility" element={<FindMobility />} />
|
||||
</Routes>
|
||||
<Footer/>
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,114 @@
|
||||
import React from 'react'
|
||||
import { useLocation } from 'react-router-dom'
|
||||
// import SiteService from '../svs/SiteService';
|
||||
|
||||
const BlogItems = ({blogData}) => {
|
||||
|
||||
let location = useLocation().pathname
|
||||
// const [blogData, setBlogData] = useState({}) // for holding blogs
|
||||
// console.log(blogData.payload)
|
||||
// const blogApi = new SiteService(); // instantiating the API SERVICE
|
||||
// const getBlogData = async () => {
|
||||
// try {
|
||||
// const res = await blogApi.blogData();
|
||||
// if(res.status == 200 /* && res.data.status > 0*/){
|
||||
// console.log('blogitem',res.data.payload, res.data);
|
||||
// setBlogData(res.data)
|
||||
// return
|
||||
// }
|
||||
// }catch(error) {
|
||||
// }
|
||||
// };
|
||||
|
||||
// useEffect(() => {
|
||||
// getBlogData();
|
||||
// }, []);
|
||||
|
||||
return (
|
||||
<div className="row">
|
||||
{
|
||||
blogData?.blogdata == undefined ? // API CALL IN PROGRESS
|
||||
// <div className='col-12 text-center display-4'>Loading...</div>
|
||||
<div className="col-12 text-center">
|
||||
<div className="spinner-border spinner-border-lg" role="status" style={{width: '3rem', height: '3rem'}}>
|
||||
</div>
|
||||
</div>
|
||||
:
|
||||
// API CALL FINISHED
|
||||
(
|
||||
blogData?.blogdata.length < 1 ?
|
||||
<div className='col-12 text-center display-4'>No Blog Currently Found!</div>
|
||||
:
|
||||
blogData?.blogdata.map((blog, index) => {
|
||||
if(location == '/blogs'){
|
||||
return(
|
||||
<div key={index} id="b-post-1" className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img rounded">
|
||||
{/* <img className="img-fluid rounded" src="assets/images/blog/post-1-img.jpg" alt="blog-post-image" /> */}
|
||||
<img className="img-fluid rounded" src={process.env.REACT_APP_IMAGE_LINK + blog.meta_value} alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Float News</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-sm">
|
||||
<a href="single-post.html">{blog.post_title.substring(0,40)+' . . .'}</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<div dangerouslySetInnerHTML={{__html: blog.post_content.substring(0,50)+' . . .'}}></div>
|
||||
{/* <p className="p-md">Aliqum mullam blandit vitae tempor sapien a donec lipsum gravida porta velna dolor vitae auctor
|
||||
congue
|
||||
</p> */}
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>12 min read</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}else if (location != 'blogs' && index <= 5) {
|
||||
return (
|
||||
<div key={index} id="b-post-1" className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img rounded">
|
||||
{/* <img className="img-fluid rounded" src="assets/images/blog/post-1-img.jpg" alt="blog-post-image" /> */}
|
||||
<img className="img-fluid rounded" src={process.env.REACT_APP_IMAGE_LINK + blog.meta_value} alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Float News</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-sm">
|
||||
<a href="single-post.html">{blog.post_title.substring(0,40)+' . . .'}</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<div dangerouslySetInnerHTML={{__html: blog.post_content.substring(0,50)+' . . .'}}></div>
|
||||
{/* <p className="p-md">Aliqum mullam blandit vitae tempor sapien a donec lipsum gravida porta velna dolor vitae auctor
|
||||
congue
|
||||
</p> */}
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>12 min read</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
})
|
||||
)
|
||||
|
||||
}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default BlogItems
|
||||
@@ -12,23 +12,23 @@ class Footer extends React.Component {
|
||||
<div className="row">
|
||||
<div className="col-sm-6 col-md-4 col-lg-3">
|
||||
<div className="footer-links mb-40">
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p className="p-md"><Link to="/#">App Features</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Integrations</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">App Updates</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Help & Support</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Customer Stories</Link></p></li>
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p className="p-md"><Link to="#">Stop the Surge</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/blogs">Travel Guide</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/findev">Find Ev Charge</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/findmobility">Find Options</Link></p></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-md-4 col-lg-3">
|
||||
<div className="footer-links mb-40">
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p className="p-md"><Link to="/blogs">Our Blog</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Customer Stories</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Help & Support</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Life Chatting</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Resources</Link></p></li>
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p className="p-md"><Link to="/#">Users</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Fleet Mangers</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/contacts">Customer Stories</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Resources</Link></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -36,9 +36,9 @@ class Footer extends React.Component {
|
||||
<div className="footer-links mb-40">
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p className="p-md"><Link to="/about">About Us</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Press & Media</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Advertising</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/privacy">Privacy Policy</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/blogs">Our Blog</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Press Kit (Download)</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/privacy">Privacy Policy</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/terms">Terms & Privacy</Link></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -88,7 +88,7 @@ class Header extends React.Component {
|
||||
{/* <li className="nl-simple" aria-haspopup="true"><Link to="/more_apps">More Apps</Link></li>
|
||||
<li className="nl-simple" aria-haspopup="true"><Link to="/blog_listing">Blog</Link></li> */}
|
||||
<li className="nl-simple" aria-haspopup="true">
|
||||
<Link to="/contacts" className="btn btn-rose tra-grey-hover last-link">Let's Started</Link>
|
||||
<Link to="/getstarted" className="btn btn-rose tra-grey-hover last-link">Let's Start</Link>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
html{
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
|
||||
@@ -26,10 +26,9 @@ class About extends React.Component {
|
||||
<div className="col-lg-8 offset-lg-2">
|
||||
<div className="hero-txt text-center white-color">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">No, we are <span>not just another travel app.</span> </h2>
|
||||
<h2 className="h2-md">{heroInfo.title.normal} <span>{heroInfo.title.bold}</span> </h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Float is a global Start Up working on improving everyone’s city life.
|
||||
</p>
|
||||
<p className="p-xl">{heroInfo.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
@@ -45,7 +44,7 @@ class About extends React.Component {
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="txt-block mb-35">
|
||||
<h5 className="h5-lg text-justify">With AI and other unique technology we want to help and encourage people to improve their travel behavior for the better. Whether you want to save time, save money, reduce your carbon footprint, look for great deals or just explore your hood - we’ve got you covered.</h5>
|
||||
<h5 className="h5-lg text-justify">{aboutDesc.upperSection.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -54,22 +53,19 @@ class About extends React.Component {
|
||||
<div className="col-md-6">
|
||||
<div className="txt-block top-box">
|
||||
{/* Title */}
|
||||
<h5 className="h5-lg">OUR VISION</h5>
|
||||
<h5 className="h5-lg">{aboutDesc.upperSection.vision.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg lh-lg">Improve quality of life for the world's population by building the future global transportation platform. Increasing accessibility and personal choices, while reducing travel time, traffic congestion, pollution, and loss to local GDP.
|
||||
</p>
|
||||
|
||||
<p className="p-lg lh-lg">{aboutDesc.upperSection.vision.text}</p>
|
||||
</div>
|
||||
</div> {/* END LEFT COLUMN */}
|
||||
{/* RIGHT COLUMN */}
|
||||
<div className="col-md-6">
|
||||
<div className="txt-block">
|
||||
{/* Title */}
|
||||
<h5 className="h5-lg">OUR MISSION</h5>
|
||||
<h5 className="h5-lg">{aboutDesc.upperSection.mission.title}</h5>
|
||||
{/* List */}
|
||||
{/* Text */}
|
||||
<p className="p-lg lg-lh">We empower travelers to move easier and faster by analyzing their past trips, with traffic and external factors - allowing them to customize travel and receive rewards for sharing their data for the greater good.
|
||||
</p> {/* End List */}
|
||||
<p className="p-lg lg-lh">{aboutDesc.upperSection.mission.text}</p> {/* End List */}
|
||||
</div>
|
||||
</div> {/* END RIGHT COLUMN */}
|
||||
</div>
|
||||
@@ -84,7 +80,7 @@ class About extends React.Component {
|
||||
</div>
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="about-2-txt pc-50">
|
||||
<h5 className="h5-lg"> <span>MADE FOR YOU</span><br />Created for urbanists</h5>
|
||||
<h5 className="h5-lg"> <span>{aboutDesc.lowerSection.caption.first}</span><br />{aboutDesc.lowerSection.caption.second}</h5>
|
||||
<div className="row">
|
||||
{/* LEFT COLUMN */}
|
||||
<div className="col-md-6">
|
||||
@@ -92,9 +88,7 @@ class About extends React.Component {
|
||||
{/* Title */}
|
||||
{/* <h5 className="h5-lg">We care about the details</h5> */}
|
||||
{/* Text */}
|
||||
<p className="p-lg">A classic day in your urban life:<br />
|
||||
You drive to work, drive to the store, maybe drive your kids to school, drive back home, meet some friends if there is little time left. Distances are so vast, it takes forever to get anywhere and there’s little chance for spontaneity and diversity in daily routines - Vibrating urban Citylife is just passing you by.
|
||||
</p>
|
||||
<p className="p-lg">{aboutDesc.lowerSection.left.first}<br />{aboutDesc.lowerSection.left.second}</p>
|
||||
</div>
|
||||
</div> {/* END LEFT COLUMN */}
|
||||
{/* RIGHT COLUMN */}
|
||||
@@ -103,7 +97,7 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
|
||||
{/* Title */}
|
||||
{/* <h5 className="h5-lg">With knowledge, skill and hard work</h5> */}
|
||||
{/* List */}
|
||||
<p className="p-lg">You are interested in public infrastructure and promote eco-friendly alternatives - however keeping track of what is the fastest, cheapest and greenest way to get somewhere isn’t easily done while being in a rush. We feel you - we are here to support you with by finding a better way to go.</p> {/* End List */}
|
||||
<p className="p-lg">{aboutDesc.lowerSection.right}</p> {/* End List */}
|
||||
</div>
|
||||
</div> {/* END RIGHT COLUMN */}
|
||||
</div>
|
||||
@@ -112,195 +106,14 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="about-2-btn text-center mt-40">
|
||||
<a href="#" className="btn btn-md btn-skyblue tra-skyblue-hover">Read the Reviews</a>
|
||||
<a href="#" className="btn btn-md btn-skyblue tra-skyblue-hover">{aboutDesc.cta}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END BUTTON */}
|
||||
</div> {/* End container */}
|
||||
</div> {/* END ABOUT-2 */}
|
||||
{/* TESTIMONIALS-1
|
||||
============================================= */}
|
||||
<section id="reviews-1" className="rel bg_whitesmoke wide-100 reviews-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row">
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-60">
|
||||
<p>MADE FOR US</p>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Created from urbanists</h2>
|
||||
{/* Text */}
|
||||
{/* <p className="p-xl">Our Team is as vibrating and diversified as your urban life. */}
|
||||
{/* </p> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* TESTIMONIALS CONTENT */}
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="owl-carousel owl-theme reviews-1-wrapper">
|
||||
{Testimonial.map(({title, desc, name, image}, idx) => (
|
||||
<>
|
||||
{/* TESTIMONIAL #1 */}
|
||||
<div className="review-1 radius-08" key={idx}>
|
||||
{/* App Rating */}
|
||||
{/* <div className="app-rating ico-20 yellow-color">
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
</div> */}
|
||||
<div style={{
|
||||
width: '50px',
|
||||
marginInline: 'auto',
|
||||
padding: 3,
|
||||
}}>
|
||||
<img src={image} style={{
|
||||
borderRadius: '100%'
|
||||
}} />
|
||||
</div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{title}</h5>
|
||||
{/* Testimonial Text */}
|
||||
<div className="review-1-txt">
|
||||
{/* Text */}
|
||||
<p className="p-lg grey-color">{desc}
|
||||
</p>
|
||||
{/* Testimonial Author */}
|
||||
<h5 className="h5-xs">{name}</h5>
|
||||
</div>
|
||||
</div> {/* END TESTIMONIAL #1 */}
|
||||
</>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End container */}
|
||||
</section> {/* END TESTIMONIALS-1 */}
|
||||
{/* CONTENT-2
|
||||
============================================= */}
|
||||
<section id="content-2" className="wide-50 content-section division">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-5 col-lg-6">
|
||||
<div className="img-block left-column pc-20 mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
<img className="img-fluid" src="assets/images/about-annouce.jpg" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block right-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Values</span>
|
||||
<div>
|
||||
{/* Title */}
|
||||
<h3 className="h2-xs">Put the User first</h3>
|
||||
{/* Text */}
|
||||
<p className="p-lg">We are fully independent. We will only show you recommendations, tips, and deals customized for you.</p>
|
||||
</div>
|
||||
<div>
|
||||
{/* Title */}
|
||||
<h3 className="h2-xs">Together is Better</h3>
|
||||
{/* Text */}
|
||||
<p className="p-lg">AI and personal behavior are better together. Together we can make better decisions.</p>
|
||||
</div>
|
||||
<div>
|
||||
{/* Title */}
|
||||
<h3 className="h2-xs">There is no planet B</h3>
|
||||
{/* Text */}
|
||||
<p className="p-lg">There are more and more green alternatives especially in transportation we want to encourage everyone to use these.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-2 */}
|
||||
{/* BRANDS-2
|
||||
============================================= */}
|
||||
<section id="brands-2" className="pb-60 brands-section division">
|
||||
<div className="container">
|
||||
{/* BRANDS TITLE */}
|
||||
<div className="row">
|
||||
<div className="col-lg-8 offset-lg-2">
|
||||
<div className="brands-title text-center">
|
||||
<h4 className="h4-md">You might know Float from:</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* BRANDS-2 WRAPPER */}
|
||||
<div className="brands-2-wrapper">
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-1.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-2.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-3.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-4.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-5.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-6.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-7.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-8.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-9.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-10.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END BRANDS-2 WRAPPER */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END BRANDS-2 */}
|
||||
{/* SECTION DIVIDER
|
||||
============================================= */}
|
||||
<div className="divider-wrapper text-center"><div className="section-divider" /></div>
|
||||
|
||||
|
||||
{/* TEAM-1
|
||||
============================================= */}
|
||||
<section id="team-1" className="wide-60 team-section division">
|
||||
@@ -310,9 +123,9 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">One Team Many Talents</h2>
|
||||
<h2 className="h2-md">{team.tag}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Our Team is as vibrating and diversified as your urban life.</p>
|
||||
<p className="p-xl">{team.title}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -353,9 +166,9 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
|
||||
<div className="col-lg-6">
|
||||
<div className="newsletter-txt">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Subscribe to Our Newsletter</span>
|
||||
<span className="section-id">{newsletter.tag}</span>
|
||||
{/* Title */}
|
||||
<h4 className="h4-xl">Stay up to date with our news, ideas and updates</h4>
|
||||
<h4 className="h4-xl">{newsletter.title}</h4>
|
||||
</div>
|
||||
</div>
|
||||
{/* NEWSLETTER FORM */}
|
||||
@@ -364,7 +177,7 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
|
||||
<div className="input-group">
|
||||
<input type="email" autoComplete="off" className="form-control" placeholder="Your email address" required id="s-email" />
|
||||
<span className="input-group-btn">
|
||||
<button type="submit" className="btn btn-md btn-skyblue tra-skyblue-hover">Subscribe Now</button>
|
||||
<button type="submit" className="btn btn-md btn-skyblue tra-skyblue-hover">{newsletter.cta}</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
@@ -377,11 +190,79 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
|
||||
</section> {/* END NEWSLETTER-1 */}
|
||||
|
||||
</div> {/* END PAGE CONTENT */}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default About
|
||||
export default About
|
||||
|
||||
// PAGE TEXT/CONTENT VARIABLES
|
||||
|
||||
//Hero Section
|
||||
let heroInfo = {
|
||||
title: {
|
||||
normal: 'No, we are ', //leave a space after writing for proper indentation
|
||||
bold: 'not just another travel app.'
|
||||
},
|
||||
desc: "Float is a global Start Up working on improving everyone’s city life."
|
||||
}
|
||||
|
||||
// About Section
|
||||
let aboutDesc = {
|
||||
upperSection: {
|
||||
title: "With AI and other unique technology we want to help and encourage people to improve their travel behavior for the better. Whether you want to save time, save money, reduce your carbon footprint, look for great deals or just explore your hood - we’ve got you covered.",
|
||||
vision: {
|
||||
title: 'OUR VISION',
|
||||
text: "Improve quality of life for the world's population by building the future global transportation platform. Increasing accessibility and personal choices, while reducing travel time, traffic congestion, pollution, and loss to local GDP."
|
||||
},
|
||||
mission: {
|
||||
title: "OUR MISSION",
|
||||
text: "We empower travelers to move easier and faster by analyzing their past trips, with traffic and external factors - allowing them to customize travel and receive rewards for sharing their data for the greater good."
|
||||
}
|
||||
},
|
||||
lowerSection: {
|
||||
caption: {
|
||||
first: "MADE FOR YOU",
|
||||
second: "Created for urbanists"
|
||||
},
|
||||
left: {
|
||||
first: "A classic day in your urban life:",
|
||||
second: "You drive to work, drive to the store, maybe drive your kids to school, drive back home, meet some friends if there is little time left. Distances are so vast, it takes forever to get anywhere and there’s little chance for spontaneity and diversity in daily routines - Vibrating urban Citylife is just passing you by."
|
||||
},
|
||||
right: "You are interested in public infrastructure and promote eco-friendly alternatives - however keeping track of what is the fastest, cheapest and greenest way to get somewhere isn’t easily done while being in a rush. We feel you - we are here to support you with by finding a better way to go."
|
||||
},
|
||||
cta: "Read the Reviews"
|
||||
}
|
||||
|
||||
// Testimonials Section
|
||||
let testimonials = {
|
||||
tag: 'MADE FROM US',
|
||||
title:'Created from urbanists'
|
||||
}
|
||||
|
||||
// Values Section
|
||||
let valueInfo = {
|
||||
id: 'Values',
|
||||
title1: 'Put the User first',
|
||||
text1: 'We are fully independent. We will only show you recommendations, tips, and deals customized for you.',
|
||||
title2: 'Together is Better',
|
||||
text2: 'AI and personal behavior are better together. Together we can make better decisions.',
|
||||
title3: 'There is no planet B',
|
||||
text3: 'There are more and more green alternatives especially in transportation we want to encourage everyone to use these.'
|
||||
}
|
||||
|
||||
// Brand Section
|
||||
let brands = 'You might know Float from:'
|
||||
|
||||
// Team Section
|
||||
let team = {
|
||||
tag: 'One Team Many Talents',
|
||||
title: 'Our Team is as vibrating and diversified as your urban life.',
|
||||
}
|
||||
|
||||
// Newsletter Section
|
||||
let newsletter = {
|
||||
tag: 'Subscribe to Our Newsletter',
|
||||
title: 'Stay up to date with our news, ideas and updates',
|
||||
cta: 'Subscribe Now'
|
||||
}
|
||||
@@ -1,7 +1,23 @@
|
||||
import React, {Component} from 'react';
|
||||
import React, {Component,useState, useEffect} from 'react';
|
||||
import BlogItems from '../components/BlogItems';
|
||||
import SiteService from "../svs/SiteService";
|
||||
|
||||
class Blog_listing extends React.Component {
|
||||
render() {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
// Don't call this.setState() here!
|
||||
// this.state = { counter: 0 };
|
||||
// this.handleClick = this.handleClick.bind(this);
|
||||
console.log("OLU-AMEY BLOG LISTING ",props.blogData);
|
||||
}
|
||||
|
||||
|
||||
render() {
|
||||
// const [blogData, setBlogData] = useState([]) // for holding
|
||||
//const siteApi = new SiteService(); // instantiating the API SERVICE
|
||||
|
||||
|
||||
return(
|
||||
<div>
|
||||
|
||||
@@ -37,35 +53,45 @@ class Blog_listing extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURED POST */}
|
||||
<div className="rel blog-post featured-post wide-post">
|
||||
<div className="row d-flex align-items-center">
|
||||
<div className="featured-badge text-center ico-30 bg_whitesmoke yellow-color">
|
||||
<span className="flaticon-star" />
|
||||
</div>
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="col-lg-7 blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-1-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="col-lg-5 blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">NordEx News</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-xl">
|
||||
<a href="single-post.html">Tempor sapien donec gravida a suscipit and porta justo vitae</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Aliqum mullam blandit vitae and tempor sapien and donec lipsum gravida a porta
|
||||
undo velna dolor in cubilia laoreet
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>12 min read</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* END FEATURED POST */}
|
||||
{
|
||||
this.props.blogData?.featured == undefined ? // API CALL IN PROGRESS
|
||||
<div className="text-center">
|
||||
<div className="spinner-border spinner-border-lg" role="status" style={{width: '3rem', height: '3rem'}}>
|
||||
</div>
|
||||
</div>
|
||||
:
|
||||
<div className="rel blog-post featured-post wide-post">
|
||||
<div className="row d-flex align-items-center">
|
||||
<div className="featured-badge text-center ico-30 bg_whitesmoke yellow-color">
|
||||
<span className="flaticon-star" />
|
||||
</div>
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="col-lg-7 blog-post-img">
|
||||
<img className="w-auto h-100" src={process.env.REACT_APP_IMAGE_LINK + this.props.blogData?.featured.meta_value} alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="col-lg-5 blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-2 post-tag">Float News</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-xl">
|
||||
<a href="single-post.html">{this.props.blogData?.featured.post_title}</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
{/* <p className="p-md">Aliqum mullam blandit vitae and tempor sapien and donec lipsum gravida a porta
|
||||
undo velna dolor in cubilia laoreet
|
||||
</p> */}
|
||||
<div className="p-2" dangerouslySetInnerHTML={{__html: this.props.blogData?.featured.post_content.substring(0,300)+' . . .'}}></div>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>12 min read</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div> {/* End row */}
|
||||
</div>
|
||||
} {/* END FEATURED POST */}
|
||||
|
||||
{/* POSTS WRAPPER */}
|
||||
<div className="posts-wrapper">
|
||||
{/* BLOG POSTS CATEGORY */}
|
||||
@@ -74,172 +100,8 @@ class Blog_listing extends React.Component {
|
||||
<h5 className="h5-lg posts-category">Latest Articles</h5>
|
||||
</div>
|
||||
</div>
|
||||
<div className="row">
|
||||
{/* BLOG POST #1 */}
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-2-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">NordEx News</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-xs">
|
||||
<a href="single-post.html">Tempor sapien donec gravida ipsum a porta justo vitae</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Aliqum mullam blandit vitae and tempor sapien and donec lipsum gravida
|
||||
porta undo velna dolor
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>12 min read</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END BLOG POST #1 */}
|
||||
{/* BLOG POST #2 */}
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-3-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Inspiration</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-xs">
|
||||
<a href="single-post.html">Aliquam augue impedit luctus neque purus an ipsum neque and dolor libero risus</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">The aliqum mullam vitae tempor sapien and donec lipsum gravida porta velna
|
||||
dolor vitae auctor
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>8 min read</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div>
|
||||
</div> {/* END BLOG POST #2 */}
|
||||
{/* BLOG POST #3 */}
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-4-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Tutorials</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-xs">
|
||||
<a href="single-post.html">Tempor sapien donec gravida ipsum and porta justo</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">The aliqum mullam vitae tempor sapien and donec lipsum gravida porta velna
|
||||
dolor vitae auctor
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>22 min read</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div>
|
||||
</div> {/* END BLOG POST #3 */}
|
||||
{/* BLOG POST #4 */}
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-5-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Extensions</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-xs">
|
||||
<a href="single-post.html">Neque purus an ipsum neque and dolor libero risus mullam blandit at tempor sapien</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">The aliqum mullam vitae tempor sapien and donec lipsum gravida porta velna
|
||||
dolor vitae auctor
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>1 day read</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END BLOG POST #4 */}
|
||||
{/* BLOG POST #5 */}
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-6-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Community</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-xs">
|
||||
<a href="single-post.html">Tempor sapien donec gravida ipsum a porta justo vitae</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">The aliqum mullam vitae tempor sapien and donec lipsum gravida porta velna
|
||||
dolor vitae auctor
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>54 min read</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div>
|
||||
</div> {/* END BLOG POST #5 */}
|
||||
{/* BLOG POST #6 */}
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-7-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Extensions</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-xs">
|
||||
<a href="single-post.html">Lipsum gravida porta velna NordEx, donec gravida ipsum a
|
||||
porta justo tempor
|
||||
</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">The aliqum mullam vitae tempor sapien and donec lipsum gravida porta velna
|
||||
dolor vitae auctor
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>4 hours read</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div>
|
||||
</div> {/* END BLOG POST #6 */}
|
||||
</div> {/* End row */}
|
||||
<BlogItems blogData={this.props.blogData} />
|
||||
{/* End row */}
|
||||
</div> {/* END POSTS WRAPPER */}
|
||||
</div> {/* End container */}
|
||||
{/* GEOMETRIC OVERLAY */}
|
||||
|
||||
@@ -193,7 +193,8 @@ class Faqs extends React.Component {
|
||||
<div className="download-2-txt white-color">
|
||||
{/* Icon */}
|
||||
<div className="download-2-logo">
|
||||
<img className="img-fluid" src="assets/images/app-logo.png" alt="app-logo" />
|
||||
{/* <img className="img-fluid" src="assets/images/app-logo.png" alt="app-logo" /> */}
|
||||
<img className="img-fluid" src="assets/images/favicon.svg" alt="app-logo" />
|
||||
</div>
|
||||
{/* Title */}
|
||||
<div className="d2-txt">
|
||||
|
||||
@@ -396,11 +396,11 @@ class Features extends React.Component {
|
||||
{/* STORE BADGES */}
|
||||
<div className="stores-badge">
|
||||
{/* AppStore */}
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_APPLE_LINK} className="store">
|
||||
<img className="appstore" src="assets/images/appstore.png" alt="appstore-badge" />
|
||||
</a>
|
||||
{/* Google Play */}
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_GOOGLE_PLAY_LINK} className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay.png" alt="googleplay-badge" />
|
||||
</a>
|
||||
{/* Aamazon Market
|
||||
|
||||
@@ -0,0 +1,90 @@
|
||||
import React, {Component} from 'react';
|
||||
|
||||
class FindEv extends React.Component {
|
||||
render() {
|
||||
let subheadSection = {
|
||||
leadTitle: `Subscribe to Our Newsletter`,
|
||||
title: `Somehow we will allow users to be able to find EV Charging locations, DESIGN coming up`,
|
||||
btn: 'Filter'
|
||||
}
|
||||
|
||||
return(
|
||||
<div>
|
||||
|
||||
|
||||
{/* PRELOADER SPINNER
|
||||
============================================= */}
|
||||
<div id="loader-wrapper">
|
||||
<div id="loading">
|
||||
<span className="cssload-loader"><span className="cssload-loader-inner" /></span>
|
||||
</div>
|
||||
</div>
|
||||
{/* PAGE CONTENT
|
||||
============================================= */}
|
||||
<div id="page" className="page">
|
||||
<section id="content-11" className="pb-100 content-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row" style={{ marginTop: '150px'}} >
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-60">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Find EV Charging Spot</h2>
|
||||
{/* Text */}
|
||||
|
||||
<div className="newsletter-wrapper bg_white">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="col-lg-10">
|
||||
<div className="newsletter-txt">
|
||||
{/* Section ID */}
|
||||
{/*<span className="section-id">{subheadSection.leadTitle}</span>*/}
|
||||
{/* Title */}
|
||||
<p className="p-xl">{subheadSection.title}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* NEWSLETTER FORM */}
|
||||
<div className="col-lg-2">
|
||||
<form className="newsletter-form">
|
||||
<div className="input-group">
|
||||
|
||||
<span className="input-group-btn">
|
||||
<button type="submit" className="btn btn-md btn-rose tra-rose-hover">{subheadSection.btn}</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
<label htmlFor="s-email" className="form-notification" />
|
||||
</form>
|
||||
</div> {/* END NEWSLETTER FORM */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End newsletter-holder */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="img-block text-center wow fadeInUp" data-wow-delay="0.6s">
|
||||
<iframe width="100%" height="710" style={{border:"0"}} loading="lazy" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=1070%20Cresta%20Way%20Unit%202,%20San%20Rafael%20CA%2094903+(FloatEV)&t=&z=14&ie=UTF8&iwloc=B&output=embed">
|
||||
<a href="https://www.maps.ie/distance-area-calculator.html">measure area map</a>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* DOWNLOAD BUTTON */}
|
||||
|
||||
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-11 */}
|
||||
|
||||
|
||||
|
||||
</div> {/* END PAGE CONTENT */}
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default FindEv
|
||||
@@ -0,0 +1,100 @@
|
||||
import React, {Component} from 'react';
|
||||
|
||||
class FindMobility extends React.Component {
|
||||
render() {
|
||||
let subheadSection = {
|
||||
leadTitle: `Subscribe to Our Newsletter`,
|
||||
title: `Somehow we will allow users to be able to find Mobility Options locations, DESIGN coming up`,
|
||||
btn: 'Filter'
|
||||
}
|
||||
return(
|
||||
<div>
|
||||
|
||||
|
||||
{/* PRELOADER SPINNER
|
||||
============================================= */}
|
||||
<div id="loader-wrapper">
|
||||
<div id="loading">
|
||||
<span className="cssload-loader"><span className="cssload-loader-inner" /></span>
|
||||
</div>
|
||||
</div>
|
||||
{/* PAGE CONTENT
|
||||
============================================= */}
|
||||
<div id="page" className="page">
|
||||
|
||||
|
||||
|
||||
<section id="content-11" className="pb-100 content-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row" style={{ marginTop: '150px'}} >
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-60">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Find Scooters, Cars, Buses ...</h2>
|
||||
{/* Text */}
|
||||
|
||||
<div className="newsletter-wrapper bg_white">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="col-lg-10">
|
||||
<div className="newsletter-txt">
|
||||
{/* Section ID */}
|
||||
{/*<span className="section-id">{subheadSection.leadTitle}</span>*/}
|
||||
{/* Title */}
|
||||
<p className="p-xl">{subheadSection.title}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* NEWSLETTER FORM */}
|
||||
<div className="col-lg-2">
|
||||
<form className="newsletter-form">
|
||||
<div className="input-group">
|
||||
|
||||
<span className="input-group-btn">
|
||||
<button type="submit" className="btn btn-md btn-rose tra-rose-hover">{subheadSection.btn}</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
<label htmlFor="s-email" className="form-notification" />
|
||||
</form>
|
||||
</div> {/* END NEWSLETTER FORM */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End newsletter-holder */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="img-block text-center wow fadeInUp" data-wow-delay="0.6s">
|
||||
<iframe width="100%" height="710" style={{border:"0"}} loading="lazy" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=1070%20Cresta%20Way%20Unit%202,%20San%20Rafael%20CA%2094903+(FloatEV)&t=&z=14&ie=UTF8&iwloc=B&output=embed">
|
||||
<a href="https://www.maps.ie/distance-area-calculator.html">measure area map</a>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* DOWNLOAD BUTTON */}
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="content-11-btn ico-20 ico-right mt-60 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Button */}
|
||||
<a href="#" className="btn btn-md btn-skyblue tra-grey-hover">
|
||||
Refresh
|
||||
</a>
|
||||
{/* OS Prerequisite */}
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END DOWNLOAD BUTTON */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-11 */}
|
||||
|
||||
|
||||
|
||||
</div> {/* END PAGE CONTENT */}
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default FindMobility
|
||||
@@ -1,35 +1,37 @@
|
||||
import React, {Component} from 'react';
|
||||
import Motivated from '../pages/assests/images/motivated.ico'
|
||||
import Instruction from '../pages/assests/images/instructions.ico'
|
||||
import UserFriendly from '../pages/assests/images/user-friendly.ico'
|
||||
import Guide from '../pages/assests/images/guide-book.ico'
|
||||
import Tracking from '../pages/assests/images/tracking3.ico'
|
||||
import Support from '../pages/assests/images/support.ico'
|
||||
import QuickAccess from '../pages/assests/images/access.ico'
|
||||
import Metrics from '../pages/assests/images/metrics.ico'
|
||||
import SmartLoc from '../pages/assests/images/ev-driving-range.ico'
|
||||
import Follow from '../pages/assests/images/self-driving-vehicle.ico'
|
||||
import Func from '../pages/assests/images/server-room.ico'
|
||||
import TrackAnalyze from '../pages/assests/images/road-infographic.ico'
|
||||
|
||||
class Fleet extends React.Component {
|
||||
render() {
|
||||
return(
|
||||
<div>
|
||||
|
||||
|
||||
|
||||
<div id="loader-wrapper">
|
||||
<div ido="loading">
|
||||
<div><div id="loader-wrapper"><div ido="loading">
|
||||
<span className="cssload-loader"><span className="cssload-loader-inner" /></span>
|
||||
</div>
|
||||
</div>
|
||||
{/* PAGE CONTENT
|
||||
============================================= */}
|
||||
{/* PAGE CONTENT*/}
|
||||
<div id="page" className="page">
|
||||
{/* HEADER
|
||||
============================================= */}
|
||||
|
||||
|
||||
{/* HERO
|
||||
============================================= */}
|
||||
{/* HEADER */}
|
||||
{/* HERO */}
|
||||
<section id="hero" className="bg-fixed hero-section division">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
{/* HERO TEXT */}
|
||||
<div className="hero-txt white-color text-center">
|
||||
<span className="version">HTML</span>
|
||||
<h2>Float Business Fleet Management Systems</h2>
|
||||
<p>We are your A.I. enables assistance to manage your fleet and advancement to new platforms with insights on current performance and operational projections.
|
||||
<span className="version">{heroSection.tag}</span>
|
||||
<h2>{heroSection.header}</h2>
|
||||
<p>{heroSection.desc}
|
||||
</p>
|
||||
</div>
|
||||
{/* HERO IMAGE */}
|
||||
@@ -38,11 +40,7 @@ class Fleet extends React.Component {
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END HERO */}
|
||||
|
||||
|
||||
|
||||
{/* CONTENT-2
|
||||
============================================= */}
|
||||
{/* CONTENT-2 */}
|
||||
<section id="content-2" className="wide-50 content-section division">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center">
|
||||
@@ -56,25 +54,22 @@ class Fleet extends React.Component {
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block right-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">FLOAT EV</span>
|
||||
<span className="section-id grey-color">{aboutSection.tag}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Electric Fleet Platform</h2>
|
||||
<h2 className="h2-md">{aboutSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Float's recommendation engine enables tracking of vehicle usage, ownership & service costs, fuel costs, emissions. Its Telematics IoT enabled OBD device & dashcam to connect directly to the vehicle to pull data.
|
||||
<p className="p-lg">{aboutSection.desc1}
|
||||
</p>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Aliqum mullam blandit and tempor sapien donec lipsum gravida porta. Velna vitae auctor
|
||||
congue magna impedit ligula risus. Mauris donec ligula an impedit magnis
|
||||
</p>
|
||||
<p className="p-lg">{aboutSection.desc2}</p>
|
||||
{/* Button */}
|
||||
<a href={`${process.env.REACT_APP_FLEET}/`} className="btn btn-tra-grey skyblue-hover">Find Out More</a>
|
||||
<a href={`${process.env.REACT_APP_FLEET}/`} className="btn btn-tra-grey skyblue-hover">{aboutSection.cta}</a>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-2 */}
|
||||
{/* FEATURES-13
|
||||
============================================= */}
|
||||
{/* FEATURES-13 */}
|
||||
<section id="features-13" className="rel whitesmoke_shape mt-inverse-50 features-section division">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center">
|
||||
@@ -82,15 +77,13 @@ class Fleet extends React.Component {
|
||||
<div className="col-md-10 col-lg-5">
|
||||
<div className="txt-block pc-15 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Flexible Features</span>
|
||||
<span className="section-id grey-color">{statsSection.tag}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">FLOAT'S DASHBOARD</h2>
|
||||
<h2 className="h2-md">{statsSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Your EV fleet performance metrics are in one place, easy to locate any useful information
|
||||
analyze data and compare results.
|
||||
</p>
|
||||
<p className="p-lg">{statsSection.desc1}</p>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Gravida porta velna vitae auctor congue magna nihil impedit ligula risus mauris donec ligula</p>
|
||||
<p className="p-lg">{statsSection.desc2}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* FEATURES-13 WRAPPER */}
|
||||
@@ -101,40 +94,40 @@ class Fleet extends React.Component {
|
||||
{/* FEATURE BOX #1 */}
|
||||
<div id="fb-13-1" className="fbox-13 mt-50 mb-30 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-clock" /></div>
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Metrics} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Metrics</h5>
|
||||
<h5 className="h5-sm">{statsSection.metrics.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">We guide a company through the EV conversion process, starting with insights on current performance of their existing fleet existing fleet.performance of their existing fleet existing fleet.</p>
|
||||
<p className="p-lg">{statsSection.metrics.content}</p>
|
||||
</div>
|
||||
{/* FEATURE BOX #2 */}
|
||||
<div id="fb-13-2" className="fbox-13 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-exercise" /></div>
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Guide} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Guide</h5>
|
||||
<h5 className="h5-sm">{statsSection.guide.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">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..</p>
|
||||
<p className="p-lg">{statsSection.guide.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-md-6">
|
||||
{/* FEATURE BOX #3 */}
|
||||
<div id="fb-13-3" className="fbox-13 mb-30 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-salad" /></div>
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><img src={QuickAccess} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Access</h5>
|
||||
<h5 className="h5-sm">{statsSection.access.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">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..</p>
|
||||
<p className="p-lg">{statsSection.access.content}</p>
|
||||
</div>
|
||||
{/* FEATURE BOX #4 */}
|
||||
<div id="fb-13-4" className="fbox-13 wow fadeInUp" data-wow-delay="1s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-lose-weight" /></div>
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Motivated} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Stay Motivated</h5>
|
||||
<h5 className="h5-sm">{statsSection.motivated.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Take the complexity out of electrifying your fleet with industry-leading support.Porta semper lacus cursus feugiat primis ultrice ligula risus ultrice ligula risus auctor ultrice ociis</p>
|
||||
<p className="p-lg">{statsSection.motivated.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -143,8 +136,7 @@ class Fleet extends React.Component {
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END FEATURES-13 */}
|
||||
{/* CONTENT-3
|
||||
============================================= */}
|
||||
{/* CONTENT-3 */}
|
||||
<section id="content-3" className="wide-60 content-section division">
|
||||
<div className="container">
|
||||
{/* CONTENT BOX-1 */}
|
||||
@@ -160,15 +152,13 @@ class Fleet extends React.Component {
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block right-column pc-30 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Perfect Integration</span>
|
||||
<span className="section-id grey-color">{floatIntegrationSection.tag}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Float analytical, recommendation / rewards framework.</h2>
|
||||
<h2 className="h2-md">{floatIntegrationSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Our platform analyzes current fleet behavior and display areas for improvement on our custom customer dashboard.
|
||||
</p>
|
||||
<p className="p-lg">{floatIntegrationSection.desc1}</p>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Float saves their customers money from day one by analyzing their current fleet data on cost, emissions,time and resources and then makes recommendations
|
||||
on prioritization of vehicle replacements and infrastructure investments.</p>
|
||||
<p className="p-lg">{floatIntegrationSection.desc2}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
@@ -182,37 +172,31 @@ class Fleet extends React.Component {
|
||||
{/* CONTENT BOX #1 */}
|
||||
<div className="cbox mb-30">
|
||||
{/* Icon */}
|
||||
<div className="cbox-ico ico-65 skyblue-color"><span className="flaticon-video-player-2" /></div>
|
||||
<div className="cbox-ico ico-65 skyblue-color"><img src={Instruction} /></div>
|
||||
{/* Text */}
|
||||
<div className="cbox-txt">
|
||||
<h5 className="h5-sm">HD Instructional Videos</h5>
|
||||
<p className="p-lg">Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at
|
||||
suscipit quaerat ultrice tellus viverra
|
||||
</p>
|
||||
<h5 className="h5-sm">{specialFeaturesSection.firstFeature.title}</h5>
|
||||
<p className="p-lg">{specialFeaturesSection.firstFeature.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* CONTENT BOX #2 */}
|
||||
<div className="cbox mb-30">
|
||||
{/* Icon */}
|
||||
<div className="cbox-ico ico-65 skyblue-color"><span className="flaticon-percentage" /></div>
|
||||
<div className="cbox-ico ico-65 skyblue-color"><img src={SmartLoc} /></div>
|
||||
{/* Text */}
|
||||
<div className="cbox-txt">
|
||||
<h5 className="h5-sm">Smart Watch Optimized</h5>
|
||||
<p className="p-lg">Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at
|
||||
suscipit quaerat ultrice tellus viverra
|
||||
</p>
|
||||
<h5 className="h5-sm">{specialFeaturesSection.secondFeature.title}</h5>
|
||||
<p className="p-lg">{specialFeaturesSection.secondFeature.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* CONTENT BOX #3 */}
|
||||
<div className="cbox">
|
||||
{/* Icon */}
|
||||
<div className="cbox-ico ico-65 skyblue-color"><span className="flaticon-smartphone-9" /></div>
|
||||
<div className="cbox-ico ico-65 skyblue-color"><img src={Tracking} /></div>
|
||||
{/* Text */}
|
||||
<div className="cbox-txt">
|
||||
<h5 className="h5-sm">Heart Rate Tracking</h5>
|
||||
<p className="p-lg">Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at
|
||||
suscipit quaerat ultrice tellus viverra
|
||||
</p>
|
||||
<h5 className="h5-sm">{specialFeaturesSection.thirdFeature.title}</h5>
|
||||
<p className="p-lg">{specialFeaturesSection.thirdFeature.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -227,77 +211,8 @@ class Fleet extends React.Component {
|
||||
</div> {/* END CONTENT BOX-2 */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-3 */}
|
||||
{/* BRANDS-1
|
||||
============================================= */}
|
||||
<div id="brands-1" className="bg_whitesmoke brands-section division">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col text-center pc-25">
|
||||
{/* Text */}
|
||||
<p className="p-xl">You might know Float from:</p>
|
||||
{/* Brands Carousel */}
|
||||
<div className="owl-carousel brands-carousel">
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-1.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-2.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-3.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-4.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-5.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-6.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-7.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-8.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<a href="#">
|
||||
<img className="img-fluid" src="assets/images/brand-9.png" alt="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
</div> {/* End Brands Carousel */}
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</div> {/* END BRANDS-1 */}
|
||||
{/* FEATURES-5
|
||||
============================================= */}
|
||||
|
||||
{/* FEATURES-5 */}
|
||||
<section id="features-5" className="wide-50 features-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
@@ -305,11 +220,9 @@ class Fleet extends React.Component {
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">No,we are not just another EV!</h2>
|
||||
<h2 className="h2-md">{featuresSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Our software takes you through the daily process of transitioning your fleet to Float.
|
||||
Self-Management Inclusive
|
||||
</p>
|
||||
<p className="p-xl">{featuresSection.subHeader}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -320,14 +233,13 @@ class Fleet extends React.Component {
|
||||
<div id="fb-5-1" className="col-md-6">
|
||||
<div className="fbox-5 pc-25 mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-70 skyblue-color"><span className="flaticon-ads" /></div>
|
||||
<div className="fbox-ico ico-70 skyblue-color"><img src={UserFriendly} /></div>
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">User-Friendly</h5>
|
||||
<h5 className="h5-sm">{featuresSection.userFriendlyItem.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Our software takes you through the daily process of transitioning your fleet to Float.process of transitioning your fleet to Float
|
||||
</p>
|
||||
<p className="p-lg">{featuresSection.userFriendlyItem.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -335,14 +247,13 @@ class Fleet extends React.Component {
|
||||
<div id="fb-5-2" className="col-md-6">
|
||||
<div className="fbox-5 pc-25 mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-70 skyblue-color"><span className="flaticon-switch" /></div>
|
||||
<div className="fbox-ico ico-70 skyblue-color"><img src={Func} /></div>
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Fully functional</h5>
|
||||
<h5 className="h5-sm">{featuresSection.fullyFunctionalItem.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">We integrate company data into Float recommendation engine to provide insights.
|
||||
</p>
|
||||
<p className="p-lg">{featuresSection.fullyFunctionalItem.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -350,15 +261,13 @@ class Fleet extends React.Component {
|
||||
<div id="fb-5-3" className="col-md-6">
|
||||
<div className="fbox-5 pc-25 mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-70 skyblue-color"><span className="flaticon-call" /></div>
|
||||
<div className="fbox-ico ico-70 skyblue-color"><img src={QuickAccess} /></div>
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Quick Access</h5>
|
||||
<h5 className="h5-sm">{featuresSection.quickAccessItem.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris
|
||||
</p>
|
||||
<p className="p-lg">{featuresSection.quickAccessItem.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -366,15 +275,13 @@ class Fleet extends React.Component {
|
||||
<div id="fb-5-4" className="col-md-6">
|
||||
<div className="fbox-5 pc-25 mb-40 wow fadeInUp" data-wow-delay="1s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-70 skyblue-color"><span className="flaticon-analytics-3" /></div>
|
||||
<div className="fbox-ico ico-70 skyblue-color"><img src={TrackAnalyze} /></div>
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Track & Analyze</h5>
|
||||
<h5 className="h5-sm">{featuresSection.trackAndAnalyzeItem.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris
|
||||
</p>
|
||||
<p className="p-lg">{featuresSection.trackAndAnalyzeItem.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -382,15 +289,13 @@ class Fleet extends React.Component {
|
||||
<div id="fb-5-5" className="col-md-6">
|
||||
<div className="fbox-5 pc-25 mb-40 wow fadeInUp" data-wow-delay="1.2s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-70 skyblue-color"><span className="flaticon-weight" /></div>
|
||||
<div className="fbox-ico ico-70 skyblue-color"><img src={Follow} /></div>
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Easy To Follow</h5>
|
||||
<h5 className="h5-sm">{featuresSection.easy2Follow.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris
|
||||
</p>
|
||||
<p className="p-lg">{featuresSection.easy2Follow.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -398,14 +303,13 @@ class Fleet extends React.Component {
|
||||
<div id="fb-5-6" className="col-md-6">
|
||||
<div className="fbox-5 pc-25 mb-40 wow fadeInUp" data-wow-delay="1.4s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-70 skyblue-color"><span className="flaticon-conversation" /></div>
|
||||
<div className="fbox-ico ico-70 skyblue-color"><img src={Support} /></div>
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Ongoing Support</h5>
|
||||
<h5 className="h5-sm">{featuresSection.ongoingSupport.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">We guide you step by step to convert to Electronic vehicles.We guide you step by step to convert
|
||||
</p>
|
||||
<p className="p-lg">{featuresSection.ongoingSupport.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -413,15 +317,14 @@ class Fleet extends React.Component {
|
||||
</div> {/* END FEATURES-5 HOLDER */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END FEATURES-5 */}
|
||||
{/* PROCESS-2
|
||||
============================================= */}
|
||||
{/* PROCESS-2 */}
|
||||
<section id="process-2" className="bg_fit_02 wide-100 process-section division">
|
||||
<div className="container white-color">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row">
|
||||
<div className="col-lg-10 col-xl-8 offset-lg-1 offset-xl-2">
|
||||
<div className="section-title text-center mb-60">
|
||||
<h3 className="h3-sm">Custom fleet on your own time and in your own space</h3>
|
||||
<h3 className="h3-sm">{stepsSection.header}</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -430,30 +333,29 @@ class Fleet extends React.Component {
|
||||
{/* PROCESS BOX #1 */}
|
||||
<li id="step-2-1" className="col-md-4">
|
||||
<div className="pbox-2 pc-20 text-center">
|
||||
<h5 className="h5-sm">Get Set Up</h5>
|
||||
<p className="p-lg">Nemo ipsam egestas volute dolores quaerat sodales</p>
|
||||
<h5 className="h5-sm">{stepsSection.step1.title}</h5>
|
||||
<p className="p-lg">{stepsSection.step1.content}</p>
|
||||
</div>
|
||||
</li>
|
||||
{/* PROCESS BOX #2 */}
|
||||
<li id="step-2-2" className="col-md-4">
|
||||
<div className="pbox-2 pc-20 text-center">
|
||||
<h5 className="h5-sm">Get Your Plan</h5>
|
||||
<p className="p-lg">Nemo ipsam egestas volute dolores quaerat sodales</p>
|
||||
<h5 className="h5-sm">{stepsSection.step2.title}</h5>
|
||||
<p className="p-lg">{stepsSection.step2.content}</p>
|
||||
</div>
|
||||
</li>
|
||||
{/* PROCESS BOX #3 */}
|
||||
<li id="step-2-3" className="col-md-4">
|
||||
<div className="pbox-2 pc-20 text-center">
|
||||
<h5 className="h5-sm">Get Moving</h5>
|
||||
<p className="p-lg">Nemo ipsam egestas volute dolores quaerat sodales</p>
|
||||
<h5 className="h5-sm">{stepsSection.step3.title}</h5>
|
||||
<p className="p-lg">{stepsSection.step3.content}</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END PROCESS-2 */}
|
||||
{/* CONTENT-1
|
||||
============================================= */}
|
||||
{/* CONTENT-1 */}
|
||||
<section id="content-1" className="wide-60 content-section division">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center m-row">
|
||||
@@ -461,16 +363,13 @@ class Fleet extends React.Component {
|
||||
<div className="col-md-7 col-lg-6 m-bottom">
|
||||
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Work Online and Offline</span>
|
||||
<span className="section-id grey-color">{trackingFleet.tag}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Stay on track and plan your fleet</h2>
|
||||
<h2 className="h2-md">{trackingFleet.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue
|
||||
luctus magna dolor luctus at egestas sapien vitae nemo egestas volute and turpis dolores aliquam quaerat
|
||||
sodales a sapien
|
||||
</p>
|
||||
<p className="p-lg">{trackingFleet.desc} </p>
|
||||
{/* Button */}
|
||||
<a href="#faqs-2" className="btn btn-tra-grey skyblue-hover">Read The FAQs</a>
|
||||
<a href="#faqs-2" className="btn btn-tra-grey skyblue-hover">{trackingFleet.cta}</a>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
@@ -483,8 +382,7 @@ class Fleet extends React.Component {
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-1 */}
|
||||
|
||||
{/* TESTIMONIALS-2
|
||||
============================================= */}
|
||||
{/* TESTIMONIALS-2 */}
|
||||
<section id="reviews-2" className="reviews-section division">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
@@ -492,13 +390,11 @@ class Fleet extends React.Component {
|
||||
<div className="col-lg-4">
|
||||
<div className="reviews-2-title pc-10">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Reviews</span>
|
||||
<span className="section-id grey-color">{testimonialSection.tag}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md mb-20">Our Happy Customers</h2>
|
||||
<h2 className="h2-md mb-20">{testimonialSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Aliquam augue suscipit luctus neque purus ipsum neque dolor primis undo tempus, blandit and
|
||||
cursus varius
|
||||
</p>
|
||||
<p className="p-lg">{testimonialSection.text} </p>
|
||||
</div>
|
||||
</div>
|
||||
{/* TESTIMONIALS CAROUSEL */}
|
||||
@@ -685,8 +581,7 @@ class Fleet extends React.Component {
|
||||
</div>
|
||||
</div> {/* End container */}
|
||||
</section> {/* END TESTIMONIALS-2 */}
|
||||
{/* PRICING-2
|
||||
============================================= */}
|
||||
{/* PRICING-2 */}
|
||||
<section id="pricing-2" className="wide-100 pricing-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
@@ -769,8 +664,7 @@ class Fleet extends React.Component {
|
||||
</div> {/* END DOWNLOAD BUTTON */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END PRICING-2 */}
|
||||
{/* CONTENT-13
|
||||
============================================= */}
|
||||
{/* CONTENT-13 */}
|
||||
<section id="content-13" className="bg_dark wide-60 content-section division">
|
||||
<div className="container white-color">
|
||||
<div className="row d-flex align-items-center">
|
||||
@@ -778,23 +672,19 @@ class Fleet extends React.Component {
|
||||
<div className="col-md-6 col-xl-6">
|
||||
<div className="txt-block left-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Totally Optimized</span>
|
||||
<span className="section-id">{optimizedSection.tag}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Intuitive features, powerful results</h2>
|
||||
<h2 className="h2-md">{optimizedSection.header}</h2>
|
||||
{/* List */}
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium
|
||||
ligula rutrum tempor sapien
|
||||
</p>
|
||||
<p className="p-lg">{optimizedSection.list1}</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit</p>
|
||||
<p className="p-lg">{optimizedSection.list2}</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
||||
pretium a purus mauris
|
||||
</p>
|
||||
<p className="p-lg">{optimizedSection.list3}</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -808,8 +698,7 @@ class Fleet extends React.Component {
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-13 */}
|
||||
{/* CONTENT-14
|
||||
============================================= */}
|
||||
{/* CONTENT-14 */}
|
||||
<section id="content-14" className="whitesmoke_shape content-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
@@ -817,11 +706,9 @@ class Fleet extends React.Component {
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-40">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Accessible for All Platforms</h2>
|
||||
<h2 className="h2-md">{accessibiltySection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
</p>
|
||||
<p className="p-xl">{accessibiltySection.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -835,8 +722,7 @@ class Fleet extends React.Component {
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-14 */}
|
||||
{/* FAQs-2
|
||||
============================================= */}
|
||||
{/* FAQs-2 */}
|
||||
<section id="faqs-2" className="wide-100 faqs-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
@@ -844,11 +730,9 @@ class Fleet extends React.Component {
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Got Questions? Look Here</h2>
|
||||
<h2 className="h2-md">{faqSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
</p>
|
||||
<p className="p-xl">{faqSection.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -946,15 +830,14 @@ class Fleet extends React.Component {
|
||||
<div className="col-md-12">
|
||||
<div className="more-questions text-center mt-40">
|
||||
<h5 className="h5-sm"><span className="flaticon-check" />
|
||||
Have more questions? <a href="mailto:yourdomain@mail.com" className="skyblue-color">Ask your question here</a>
|
||||
{faqSection.question} <a href="/contacts" className="skyblue-color">{faqSection.link}</a>
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End container */}
|
||||
</section> {/* END FAQs-2 */}
|
||||
{/* NEWSLETTER-1
|
||||
============================================= */}
|
||||
{/* NEWSLETTER-1 */}
|
||||
<section id="newsletter-1" className="newsletter-section division">
|
||||
<div className="container">
|
||||
<div className="newsletter-wrapper bg_white">
|
||||
@@ -963,9 +846,9 @@ class Fleet extends React.Component {
|
||||
<div className="col-lg-6">
|
||||
<div className="newsletter-txt">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Subscribe to Our Newsletter</span>
|
||||
<span className="section-id">{subscribeSection.tag}</span>
|
||||
{/* Title */}
|
||||
<h4 className="h4-xl">Stay up to date with our news, ideas and updates</h4>
|
||||
<h4 className="h4-xl">{subscribeSection.header}</h4>
|
||||
</div>
|
||||
</div>
|
||||
{/* NEWSLETTER FORM */}
|
||||
@@ -974,7 +857,7 @@ class Fleet extends React.Component {
|
||||
<div className="input-group">
|
||||
<input type="email" autoComplete="off" className="form-control" placeholder="Your email address" required id="s-email" />
|
||||
<span className="input-group-btn">
|
||||
<button type="submit" className="btn btn-md btn-skyblue tra-skyblue-hover">Subscribe Now</button>
|
||||
<button type="submit" className="btn btn-md btn-skyblue tra-skyblue-hover">{subscribeSection.cta}</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
@@ -985,8 +868,7 @@ class Fleet extends React.Component {
|
||||
</div> {/* End newsletter-holder */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END NEWSLETTER-1 */}
|
||||
{/* BLOG-1
|
||||
============================================= */}
|
||||
{/* BLOG-1 */}
|
||||
<section id="blog-1" className="wide-60 blog-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
@@ -994,11 +876,9 @@ class Fleet extends React.Component {
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Our Recipes & Inspiration</h2>
|
||||
<h2 className="h2-md">{blogSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
</p>
|
||||
<p className="p-xl">{blogSection.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1088,8 +968,7 @@ class Fleet extends React.Component {
|
||||
</div> {/* END BLOG POSTS */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END BLOG-1 */}
|
||||
{/* DOWNLOAD-1
|
||||
============================================= */}
|
||||
{/* DOWNLOAD-1 */}
|
||||
<section id="download-1" className="bg_fit_01 pt-100 download-section division">
|
||||
<div className="container white-color">
|
||||
<div className="row d-flex align-items-center m-row">
|
||||
@@ -1103,44 +982,190 @@ class Fleet extends React.Component {
|
||||
<div className="col-md-7 col-lg-6 m-top">
|
||||
<div className="txt-block left-column pc-20 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Take your fleet to the next level</h2>
|
||||
<h2 className="h2-md">{downloadSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus</p>
|
||||
{/* STORE BADGES */}
|
||||
<div className="stores-badge">
|
||||
{/* AppStore */}
|
||||
<a href="#" className="store">
|
||||
<img className="appstore" src="assets/images/appstore-white.png" alt="appstore-logo" />
|
||||
</a>
|
||||
{/* Google Play */}
|
||||
<a href="#" className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay-white.png" alt="googleplay-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* Rating */}
|
||||
<div className="txt-block-rating">
|
||||
<div className="stars-rating">
|
||||
All Versions Rating
|
||||
<span className="flaticon-star ml-5" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star-half-empty" />
|
||||
<p className="txt-rating">Based on 7.296 user reviews (App Store & Google Play)</p>
|
||||
</div>
|
||||
</div>
|
||||
<p className="p-xl">{downloadSection.text}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END DOWNLOAD-1 */}
|
||||
|
||||
</div> {/* END PAGE CONTENT */}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div> {/* END PAGE CONTENT */} </div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default Fleet
|
||||
export default Fleet
|
||||
|
||||
// PAGE TEXT/CONTENT VARIABLES
|
||||
|
||||
//Hero Section
|
||||
let heroSection = {
|
||||
tag: '',
|
||||
header: 'Float Business & Fleet Management Systems',
|
||||
desc: 'We are your A.I.-enabled platform to manage your fleet, performance monitoring, optimization, and assist in upgrades to new technologies.'
|
||||
}
|
||||
|
||||
// About Section
|
||||
let aboutSection = {
|
||||
tag: 'FLOAT EV',
|
||||
header: 'Electric Fleet Platform',
|
||||
desc1: "Float's recommendation engine enables tracking of vehicle usage, ownership & service costs, fuel costs, emissions. Its Telematics IoT enabled OBD device & dashcam to connect directly to the vehicle to pull data.",
|
||||
desc2: "Aliqum mullam blandit and tempor sapien donec lipsum gravida porta. Velna vitae auctor congue magna impedit ligula risus. Mauris donec ligula an impedit magnis",
|
||||
cta: "Find Out More"
|
||||
}
|
||||
|
||||
// Stats Section
|
||||
let statsSection = {
|
||||
tag: 'Flexible Features',
|
||||
header: "FLOAT'S DASHBOARD",
|
||||
desc1: "Your EV fleet performance metrics are in one place, easy to locate any useful information analyze data and compare results.",
|
||||
desc2: "Gravida porta velna vitae auctor congue magna nihil impedit ligula risus mauris donec ligula",
|
||||
metrics: {
|
||||
title: 'Metrics',
|
||||
content: 'We guide a company through the EV conversion process, starting with insights on current performance of their existing fleet existing fleet.performance of their existing fleet existing fleet.'
|
||||
},
|
||||
access: {
|
||||
title: 'Access',
|
||||
content: '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..'
|
||||
},
|
||||
guide: {
|
||||
title: 'Guide',
|
||||
content: '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..'
|
||||
},
|
||||
motivated: {
|
||||
title: 'Stay Motivated',
|
||||
content: 'Take the complexity out of electrifying your fleet with industry-leading support.Porta semper lacus cursus feugiat primis ultrice ligula risus ultrice ligula risus auctor ultrice ociis'
|
||||
}
|
||||
}
|
||||
|
||||
// A Float Recommendation Framework (PART 1)
|
||||
let floatIntegrationSection = {
|
||||
tag: 'Perfect Integration',
|
||||
header: 'Float analytical, recommendation / rewards framework.',
|
||||
desc1: 'Our platform analyzes current fleet behavior and display areas for improvement on our custom customer dashboard.',
|
||||
desc2: 'Float saves their customers money from day one by analyzing their current fleet data on cost, emissions,time and resources and then makes recommendations on prioritization of vehicle replacements and infrastructure investments.'
|
||||
}
|
||||
|
||||
// A Float Recommendation Framework (PART 2)
|
||||
let specialFeaturesSection ={
|
||||
firstFeature: {
|
||||
title: 'HD Instructional Videos',
|
||||
content: 'Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra'
|
||||
},
|
||||
secondFeature: {
|
||||
title: 'Smart Watch Optimized',
|
||||
content: 'Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra'
|
||||
},
|
||||
thirdFeature: {
|
||||
title: 'Heart Rate Tracking',
|
||||
content: 'Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra'
|
||||
}
|
||||
}
|
||||
|
||||
// Brand Associations
|
||||
let brandSectionTitle = 'You might know Float from:'
|
||||
|
||||
// Features Section (PART 1)
|
||||
let featuresSection ={
|
||||
header: 'No,we are not just another EV!',
|
||||
subHeader: 'Our software takes you through the daily process of transitioning your fleet to Float. Self-Management Inclusive',
|
||||
userFriendlyItem: {
|
||||
title: 'User-Friendly',
|
||||
content: 'Our software takes you through the daily process of transitioning your fleet to Float.process of transitioning your fleet to Float'
|
||||
},
|
||||
fullyFunctionalItem: {
|
||||
title: 'Fully functional',
|
||||
content: 'We integrate company data into Float recommendation engine to provide insights.'
|
||||
},
|
||||
quickAccessItem: {
|
||||
title: 'Quick Access',
|
||||
content: 'Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat at impedit felis undo auctor augue mauris'
|
||||
},
|
||||
trackAndAnalyzeItem: {
|
||||
title: 'Track & Analyze',
|
||||
content: 'Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat at impedit felis undo auctor augue mauris'
|
||||
},
|
||||
easy2Follow: {
|
||||
title: 'Easy To Follow',
|
||||
content: 'Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat at impedit felis undo auctor augue mauris'
|
||||
},
|
||||
ongoingSupport: {
|
||||
title: 'Ongoing Support',
|
||||
content: 'We guide you step by step to convert to Electronic vehicles.We guide you step by step to convert'
|
||||
}
|
||||
}
|
||||
|
||||
// Steps Section
|
||||
let stepsSection = {
|
||||
header: 'Custom fleet on your own time and in your own space',
|
||||
step1: {
|
||||
title: 'Get Set Up',
|
||||
content: 'Nemo ipsam egestas volute dolores quaerat sodales'
|
||||
},
|
||||
step2: {
|
||||
title: 'Get Your Plan',
|
||||
content: 'Nemo ipsam egestas volute dolores quaerat sodales'
|
||||
},
|
||||
step3: {
|
||||
title: 'Get Moving',
|
||||
content: 'Nemo ipsam egestas volute dolores quaerat sodales'
|
||||
}
|
||||
}
|
||||
|
||||
// Network Section
|
||||
let trackingFleet = {
|
||||
tag: 'Work Online and Offline',
|
||||
header: 'Stay on track and plan your fleet',
|
||||
desc: 'Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue luctus magna dolor luctus at egestas sapien vitae nemo egestas volute and turpis dolores aliquam quaerat sodales a sapien',
|
||||
cta: 'Read the FAQs'
|
||||
}
|
||||
|
||||
// Testimonials Section
|
||||
let testimonialSection = {
|
||||
tag: 'Reviews',
|
||||
header: 'Our Happy Customers',
|
||||
text: 'Aliquam augue suscipit luctus neque purus ipsum neque d'
|
||||
}
|
||||
|
||||
// Features Section (PART 2)
|
||||
let optimizedSection = {
|
||||
tag: 'Totally Optimized',
|
||||
header: 'Intuitive features, powerful results',
|
||||
list1: 'Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium ligula rutrum tempor sapien',
|
||||
list2: 'Quaerat sodales sapien euismod purus blandit',
|
||||
list3: 'Nemo ipsam egestas volute turpis dolores ut '
|
||||
}
|
||||
|
||||
// Viewport Section
|
||||
let accessibiltySection = {
|
||||
header: 'Accessible for All Platforms',
|
||||
text: 'Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero tempus, blandit and cursus varius magna tempus a dolor'
|
||||
}
|
||||
|
||||
// FAQs Section
|
||||
let faqSection = {
|
||||
header: 'Got Questions? Look Here',
|
||||
text: 'Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero tempus, blandit and cursus varius magna tempus a dolor',
|
||||
question: 'Have more questions?',
|
||||
link: 'Ask your question here'
|
||||
}
|
||||
|
||||
// Blog Section
|
||||
let blogSection = {
|
||||
header: 'Our Recipes & Inspiration',
|
||||
text: 'Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero tempus, blandit and cursus varius magna tempus a dolor'
|
||||
}
|
||||
|
||||
// Subscribe Section
|
||||
let subscribeSection = {
|
||||
tag: 'Subscribe to Our Newsletter',
|
||||
header: 'Stay up to date with our news, ideas and updates',
|
||||
cta: 'Subscribe Now'
|
||||
}
|
||||
|
||||
// Download Section
|
||||
let downloadSection = {
|
||||
header: 'Your Fleet in Full Speed Mode',
|
||||
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus'
|
||||
}
|
||||
@@ -1,25 +1,43 @@
|
||||
import React, {Component} from 'react';
|
||||
import SaveMoney from '../pages/assests/images/save-money.ico'
|
||||
import GetReward from '../pages/assests/images/earn-reward.ico'
|
||||
import Access from '../pages/assests/images/smart-display.ico'
|
||||
import Multiple from '../pages/assests/images/multiple-accounts.ico'
|
||||
import Service from '../pages/assests/images/service-options.ico'
|
||||
import Options from '../pages/assests/images/server-access-point.ico'
|
||||
import Connectivity from '../pages/assests/images/interactive-display.ico'
|
||||
import Connect from '../pages/assests/images/biometric-technology.ico'
|
||||
import Functionality from '../pages/assests/images/unlock-functionality.ico'
|
||||
import Analytics from '../pages/assests/images/analytics (5).ico'
|
||||
import Analysis from '../pages/assests/images/analytics.ico'
|
||||
import Monitoring from '../pages/assests/images/monitoring.ico'
|
||||
import Assistant from '../pages/assests/images/assistant (2).ico'
|
||||
|
||||
import BlogItems from '../components/BlogItems';
|
||||
|
||||
|
||||
class FloatHome extends React.Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
// Don't call this.setState() here!
|
||||
// this.state = { counter: 0 };
|
||||
// this.handleClick = this.handleClick.bind(this);
|
||||
// console.log("OLU-AMEY 22",props.blogData);
|
||||
}
|
||||
|
||||
render() {
|
||||
return(
|
||||
<div>
|
||||
|
||||
|
||||
{/* PRELOADER SPINNER
|
||||
============================================= */}
|
||||
{/* PRELOADER SPINNER ============================================= */}
|
||||
<div id="loader-wrapper">
|
||||
<div id="loading">
|
||||
<span className="cssload-loader"><span className="cssload-loader-inner" /></span>
|
||||
</div>
|
||||
</div>
|
||||
{/* PAGE CONTENT
|
||||
============================================= */}
|
||||
<div id="page" className="page">
|
||||
|
||||
|
||||
{/* HERO-5
|
||||
============================================= */}
|
||||
{/* PAGE CONTENT============================================= */}
|
||||
<div id="page" className="page">
|
||||
{/* HERO-5 ============================================= */}
|
||||
<div id="hero-5" className="rel hero-section division">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center">
|
||||
@@ -27,13 +45,13 @@ class FloatHome extends React.Component {
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="hero-5-txt wow fadeInRight" data-wow-delay="0.4s">
|
||||
{/* Title */}
|
||||
<h3 className="h3-lg">Travel Smarter. Save Money.</h3>
|
||||
<h3 className="h3-lg">{heroSection.header}</h3>
|
||||
{/* Text */}
|
||||
<p className="p-lg grey-color">Travel smarter and safer, with Float's rideshare comparison, ride hailing and budgeting app. Available on IOS and Android.</p>
|
||||
<p className="p-lg grey-color">{heroSection.description}</p>
|
||||
{/* HERO LINKS */}
|
||||
<div className="hero-video-link">
|
||||
<a href="https://www.youtube.com/embed/7e90gBu4pas" className="video-popup2 btn btn-md btn-video-link ico-30">
|
||||
<span className="flaticon-play-button" /> Watch the Overview
|
||||
<span className="flaticon-play-button" /> {heroSection.heroLink}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -48,15 +66,15 @@ class FloatHome extends React.Component {
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="hero-5-btns wow fadeInLeft" data-wow-delay="0.4s">
|
||||
{/* Title */}
|
||||
<h3 className="h3-lg">Intelligent Mobility Choices!</h3>
|
||||
<h3 className="h3-lg">{heroSection.button}</h3>
|
||||
{/* STORE BADGES */}
|
||||
<div className="stores-badge">
|
||||
{/* AppStore */}
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_APPLE_LINK} className="store">
|
||||
<img className="appstore" src="assets/images/appstore.png" alt="appstore-badge" />
|
||||
</a>
|
||||
{/* Google Play */}
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_GOOGLE_PLAY_LINK} className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay.png" alt="googleplay-badge" />
|
||||
</a>
|
||||
{/* Aamazon Market
|
||||
@@ -72,18 +90,6 @@ class FloatHome extends React.Component {
|
||||
<img class="microsoft" src="assets/images/microsoft.png" alt="microsoft-badge" />
|
||||
</a> */}
|
||||
</div> {/* END STORE BADGES */}
|
||||
{/* Rating */}
|
||||
<div className="txt-block-rating">
|
||||
<div className="stars-rating grey-color">
|
||||
All Versions Rating
|
||||
<span className="flaticon-star ml-5" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star-half-empty" />
|
||||
<p className="txt-rating">Based on 7.296 user reviews</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END HERO-5 BUTTONS */}
|
||||
</div> {/* End row */}
|
||||
@@ -100,43 +106,37 @@ class FloatHome extends React.Component {
|
||||
<div id="fb-1-1" className="col-md-4">
|
||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-mobile-phone" /></div>
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><img src={Access} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Quick Access</h5>
|
||||
<h5 className="h5-sm">{message.access.heading}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit
|
||||
</p>
|
||||
<p className="p-lg">{message.access.description}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #2 */}
|
||||
<div id="fb-1-2" className="col-md-4">
|
||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-chat-4" /></div>
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><img src={SaveMoney} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Smart Notifications</h5>
|
||||
<h5 className="h5-sm">{message.notification.heading}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit
|
||||
</p>
|
||||
<p className="p-lg">{message.notification.description}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #3 */}
|
||||
<div id="fb-1-3" className="col-md-4">
|
||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-spam" /></div>
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><img src={GetReward} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Spam Protection</h5>
|
||||
<h5 className="h5-sm">{message.spam.heading}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit
|
||||
</p>
|
||||
<p className="p-lg">{message.spam.description}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> END FEATURES-1 WRAPPER
|
||||
</div> {/* END FEATURES-1 WRAPPER */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END FEATURES-1 */}
|
||||
{/* CONTENT-3
|
||||
@@ -150,15 +150,13 @@ class FloatHome extends React.Component {
|
||||
<div className="col-md-7 col-lg-6 m-bottom">
|
||||
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">FROM A TO B</span>
|
||||
<span className="section-id grey-color">{travelGuide.location.leadTitle}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Travel your way, with your local travel app.</h2>
|
||||
<h2 className="h2-md">{travelGuide.location.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">The struggle is real and you know it, there have never been more options to move from A to B. Take back control!
|
||||
</p>
|
||||
<p className="p-lg">{travelGuide.location.desc}</p>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Compare transport options and access ridesharing services directly in app, all whilst keeping track of your travel budget and traveling safely.
|
||||
</p>
|
||||
<p className="p-lg">{travelGuide.location.descTwo}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
@@ -182,12 +180,11 @@ class FloatHome extends React.Component {
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block right-column pc-30 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">SMART VISUALS</span>
|
||||
<span className="section-id grey-color">{travelGuide.history.leadTitle}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Your travel data at a glance.</h2>
|
||||
<h2 className="h2-md">{travelGuide.history.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Keep track of the money, time and emissions you spend on your everyday travel. Float reviews your travel and analyzes your behavior to provide you with an easy overview.
|
||||
</p>
|
||||
<p className="p-lg">{travelGuide.history.desc}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
@@ -204,15 +201,13 @@ class FloatHome extends React.Component {
|
||||
<div className="col-md-7 col-lg-6 m-bottom">
|
||||
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">SMART TIPS & ALERTS</span>
|
||||
<span className="section-id grey-color">{travelGuide.travelTips.leadTitle}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Explore your city smarter with Float.</h2>
|
||||
<h2 className="h2-md">{travelGuide.travelTips.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Stay on top of how you travel. Start saving money and time, reduce your emissions, all whilst making the safest choice when
|
||||
</p>
|
||||
<p className="p-lg">{travelGuide.travelTips.desc}</p>
|
||||
{/* Text */}
|
||||
<p className="p-lg">traveling around your city. Get smart tips and alerts customized to your travel behaviour.
|
||||
</p>
|
||||
<p className="p-lg">{travelGuide.travelTips.descTwo}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
@@ -234,11 +229,9 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Ready to Try Float?</h2>
|
||||
<h2 className="h2-md">{tryFloatSec.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
</p>
|
||||
<p className="p-xl">{tryFloatSec.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -251,39 +244,33 @@ class FloatHome extends React.Component {
|
||||
<div id="fb-11-1" className="col-lg-4">
|
||||
<div className="fbox-11 mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-11-ico ico-60 bg_slateblue white-color"><span className="flaticon-user-1" /></div>
|
||||
<div className="fbox-11-ico ico-60 bg_slateblue white-color"><img src={Multiple} /><span className="flaticon-user-1" /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-md">Multiple Accounts</h5>
|
||||
<h5 className="h5-md">{tryFloatSec.accounts.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit
|
||||
</p>
|
||||
<p className="p-lg">{tryFloatSec.accounts.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #2 */}
|
||||
<div id="fb-11-2" className="col-lg-4">
|
||||
<div className="fbox-11 mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-11-ico ico-60 bg_slateblue white-color"><span className="flaticon-smiley" /></div>
|
||||
<div className="fbox-11-ico ico-60 bg_slateblue white-color"><img src={Service} /><span className="flaticon-smiley" /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-md">Stickers & Emojis</h5>
|
||||
<h5 className="h5-md">{tryFloatSec.emojis.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit
|
||||
</p>
|
||||
<p className="p-lg">{tryFloatSec.emojis.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #3 */}
|
||||
<div id="fb-11-3" className="col-lg-4">
|
||||
<div className="fbox-11 mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-11-ico ico-60 bg_slateblue white-color"><span className="flaticon-image" /></div>
|
||||
<div className="fbox-11-ico ico-60 bg_slateblue white-color"><img src={Connectivity} /><span className="flaticon-image" /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-md">Share Files & Media</h5>
|
||||
<h5 className="h5-md">{tryFloatSec.files.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit
|
||||
</p>
|
||||
<p className="p-lg">{tryFloatSec.files.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
@@ -306,12 +293,11 @@ class FloatHome extends React.Component {
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block left-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">CUSTOM DEALS FOR YOU</span>
|
||||
<span className="section-id grey-color">{customDeals.leadTitle}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Get rewarded with Float points for traveling smarter.</h2>
|
||||
<h2 className="h2-md">{customDeals.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Gain access to exclusive deals on local transportation, neighborhood favorites, and international brands by staying on budget, avoiding peak commute times, or carpooling with friends to reduce your carbon emissions (and to stay safe!)
|
||||
</p>
|
||||
<p className="p-lg">{customDeals.desc}</p>
|
||||
</div>
|
||||
</div> {/* END CONTENT TXT */}
|
||||
</div> {/* End row */}
|
||||
@@ -329,37 +315,31 @@ class FloatHome extends React.Component {
|
||||
{/* CONTENT BOX #1 */}
|
||||
<div className="cbox mb-30">
|
||||
{/* Icon */}
|
||||
<div className="cbox-ico ico-65 stateblue-color"><span className="flaticon-video-player" /></div>
|
||||
<div className="cbox-ico ico-65 stateblue-color"><img src={Analytics} /></div>
|
||||
{/* Text */}
|
||||
<div className="cbox-txt">
|
||||
<h5 className="h5-sm">Text, Voice & Video Calls</h5>
|
||||
<p className="p-lg">Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at
|
||||
suscipit quaerat ultrice tellus viverra
|
||||
</p>
|
||||
<h5 className="h5-sm">{customDeals.text.title}</h5>
|
||||
<p className="p-lg">{customDeals.text.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* CONTENT BOX #2 */}
|
||||
<div className="cbox mb-30">
|
||||
{/* Icon */}
|
||||
<div className="cbox-ico ico-65 stateblue-color"><span className="flaticon-smiley" /></div>
|
||||
<div className="cbox-ico ico-65 stateblue-color"><img src={Options} /></div>
|
||||
{/* Text */}
|
||||
<div className="cbox-txt">
|
||||
<h5 className="h5-sm">Stickers, Emojis, Themes</h5>
|
||||
<p className="p-lg">Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at
|
||||
suscipit quaerat ultrice tellus viverra
|
||||
</p>
|
||||
<h5 className="h5-sm">{customDeals.stickers.title}</h5>
|
||||
<p className="p-lg">{customDeals.stickers.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* CONTENT BOX #3 */}
|
||||
<div className="cbox">
|
||||
{/* Icon */}
|
||||
<div className="cbox-ico ico-65 stateblue-color"><span className="flaticon-image" /></div>
|
||||
<div className="cbox-ico ico-65 stateblue-color"><img src={Connect} /></div>
|
||||
{/* Text */}
|
||||
<div className="cbox-txt">
|
||||
<h5 className="h5-sm">Share Files & Media</h5>
|
||||
<p className="p-lg">Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at
|
||||
suscipit quaerat ultrice tellus viverra
|
||||
</p>
|
||||
<h5 className="h5-sm">{customDeals.media.title}</h5>
|
||||
<p className="p-lg">{customDeals.media.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -387,11 +367,9 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">More Features to Expect</h2>
|
||||
<h2 className="h2-md">{moreFeatures.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
</p>
|
||||
<p className="p-xl">{moreFeatures.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -406,17 +384,14 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-8 m-bottom">
|
||||
<div className="fbox-4-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Dark & Light Modes</h5>
|
||||
<h5 className="h5-sm">{moreFeatures.mode.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus
|
||||
</p>
|
||||
<p className="p-md">{moreFeatures.mode.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* ICON */}
|
||||
<div className="col-lg-4 m-top">
|
||||
<div className="fbox-4-ico ico-100 grey-color text-center">
|
||||
<span className="flaticon-paint-brush" />
|
||||
<div className="fbox-4-ico ico-100 grey-color text-center"><img src={Monitoring} />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
@@ -430,17 +405,14 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-8 m-bottom">
|
||||
<div className="fbox-4-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Group Messaging</h5>
|
||||
<h5 className="h5-sm">{moreFeatures.groupMes.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus
|
||||
</p>
|
||||
<p className="p-md">{moreFeatures.groupMes.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* ICON */}
|
||||
<div className="col-lg-4 m-top">
|
||||
<div className="fbox-4-ico ico-100 stateblue-color text-center">
|
||||
<span className="flaticon-smartphone-8" />
|
||||
<div className="fbox-4-ico ico-100 stateblue-color text-center"><img src={Analysis} />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
@@ -454,17 +426,14 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-8 m-bottom">
|
||||
<div className="fbox-4-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Strong Encryption</h5>
|
||||
<h5 className="h5-sm">{moreFeatures.strongEncry.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus
|
||||
</p>
|
||||
<p className="p-md">{moreFeatures.strongEncry.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* ICON */}
|
||||
<div className="col-lg-4 m-top">
|
||||
<div className="fbox-4-ico ico-100 stateblue-color text-center">
|
||||
<span className="flaticon-mobile-1" />
|
||||
<div className="fbox-4-ico ico-100 stateblue-color text-center"><img src={Functionality} />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
@@ -478,17 +447,15 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-8 m-bottom">
|
||||
<div className="fbox-4-txt">
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Voice Assistant</h5>
|
||||
<h5 className="h5-sm">{moreFeatures.voiceAsst.title}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus
|
||||
</p>
|
||||
<p className="p-md">{moreFeatures.voiceAsst.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* ICON */}
|
||||
<div className="col-lg-4 m-top">
|
||||
<div className="fbox-4-ico ico-100 grey-color text-center">
|
||||
<span className="flaticon-voice-message-1" />
|
||||
<img src={Assistant} />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
@@ -509,36 +476,36 @@ class FloatHome extends React.Component {
|
||||
<div id="sb-2-1" className="col-sm-6 col-lg-3">
|
||||
<div className="statistic-block mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Digit */}
|
||||
<h2 className="h2-title-sm statistic-number"><span className="count-element">28</span>%</h2>
|
||||
<h2 className="h2-title-sm statistic-number"><span className="count-element">{stats.fastAccess.count}</span>%</h2>
|
||||
{/* Text */}
|
||||
<h5 className="h5-xs">Faster Access</h5>
|
||||
<h5 className="h5-xs">{stats.fastAccess.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
{/* STATISTIC BLOCK #2 */}
|
||||
<div id="sb-2-2" className="col-sm-6 col-lg-3">
|
||||
<div className="statistic-block mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Digit */}
|
||||
<h2 className="h2-title-sm statistic-number"><span className="count-element">47</span>%</h2>
|
||||
<h2 className="h2-title-sm statistic-number"><span className="count-element">{stats.appPro.count}</span>%</h2>
|
||||
{/* Text */}
|
||||
<h5 className="h5-xs">App Productivity</h5>
|
||||
<h5 className="h5-xs">{stats.appPro.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
{/* STATISTIC BLOCK #3 */}
|
||||
<div id="sb-2-3" className="col-sm-6 col-lg-3">
|
||||
<div className="statistic-block mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Digit */}
|
||||
<h2 className="h2-title-sm statistic-number"><span className="count-element">54</span>%</h2>
|
||||
<h2 className="h2-title-sm statistic-number"><span className="count-element">{stats.secureAccess.count}</span>%</h2>
|
||||
{/* Text */}
|
||||
<h5 className="h5-xs">Secure Access</h5>
|
||||
<h5 className="h5-xs">{stats.secureAccess.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
{/* STATISTIC BLOCK #4 */}
|
||||
<div id="sb-2-4" className="col-sm-6 col-lg-3">
|
||||
<div className="statistic-block mb-40 wow fadeInUp" data-wow-delay="1s">
|
||||
{/* Digit */}
|
||||
<h2 className="h2-title-sm statistic-number"><span className="count-element">36</span>%</h2>
|
||||
<h2 className="h2-title-sm statistic-number"><span className="count-element">{stats.batSaving.count}</span>%</h2>
|
||||
{/* Text */}
|
||||
<h5 className="h5-xs">Battery Saving</h5>
|
||||
<h5 className="h5-xs">{stats.batSaving.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
@@ -560,10 +527,10 @@ class FloatHome extends React.Component {
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block right-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">RECOMMENDATION ENGINE</span>
|
||||
<span className="section-id grey-color">{artIntel.artificialEngine.leadTitle}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Float uses artificial intelligence (AI) to compare local transport options and prices for your journey.</h2>
|
||||
<p className="p-lg">Become a travel expert. Float aggregates transport options and gives you the control to select the safest, cheapest, quickest or greenest route to improve your daily commute.</p>
|
||||
<h2 className="h2-md">{artIntel.artificialEngine.title}</h2>
|
||||
<p className="p-lg">{artIntel.artificialEngine.desc}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
@@ -578,27 +545,25 @@ class FloatHome extends React.Component {
|
||||
<div className="col-md-6 col-xl-6">
|
||||
<div className="txt-block left-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Totally Optimized</span>
|
||||
<span className="section-id">{artIntel.optimization.leadTitle}</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Intuitive features, powerful results</h2>
|
||||
<h2 className="h2-md">{artIntel.optimization.title}</h2>
|
||||
{/* List */}
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium
|
||||
ligula rutrum tempor sapien
|
||||
<p className="p-lg">{artIntel.optimization.desc}
|
||||
</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit</p>
|
||||
<p className="p-lg">{artIntel.optimization.desc2}</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
||||
pretium a purus mauris
|
||||
<p className="p-lg">{artIntel.optimization.desc3}
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
{/* Button */}
|
||||
<a href="#faqs-1" className="btn btn-tra-grey rose-hover">Read The FAQs</a>
|
||||
<a href="#faqs-1" className="btn btn-tra-grey rose-hover">{artIntel.optimization.btn}</a>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
@@ -610,54 +575,7 @@ class FloatHome extends React.Component {
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-13 */}
|
||||
{/* BRANDS-1
|
||||
============================================= */}
|
||||
<div id="brands-1" className="bg_whitesmoke brands-section division">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col text-center pc-25">
|
||||
<div className="owl-carousel brands-carousel">
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-1.png" alt="brand-logo" />
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-2.png" alt="brand-logo" />
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-3.png" alt="brand-logo" />
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-4.png" alt="brand-logo" />
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-5.png" alt="brand-logo" />
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-6.png" alt="brand-logo" />
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-7.png" alt="brand-logo" />
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-8.png" alt="brand-logo" />
|
||||
</div>
|
||||
{/* BRAND LOGO IMAGE */}
|
||||
<div className="brand-logo">
|
||||
<img className="img-fluid" src="assets/images/brand-9.png" alt="brand-logo" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</div> {/* END BRANDS-1 */}
|
||||
|
||||
{/* CONTENT-11
|
||||
============================================= */}
|
||||
<section id="content-11" className="wide-100 content-section division">
|
||||
@@ -667,10 +585,9 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-60">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Accessible for All Platforms</h2>
|
||||
<h2 className="h2-md">{accessibilitySec.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
<p className="p-xl">A{accessibilitySec.desc}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -689,10 +606,10 @@ class FloatHome extends React.Component {
|
||||
<div className="content-11-btn ico-20 ico-right mt-60 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Button */}
|
||||
<a href="https://www.youtube.com/watch?v=7e90gBu4pas" className="video-popup2 btn btn-md btn-tra-grey rose-hover">
|
||||
See Float in Action <span className="flaticon-play-button" />
|
||||
{accessibilitySec.youtubeLink} <span className="flaticon-play-button" />
|
||||
</a>
|
||||
{/* OS Prerequisite */}
|
||||
<span className="os-version">Available on Android, iOS and macOS</span>
|
||||
<span className="os-version">{accessibilitySec.leadTitle}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END DOWNLOAD BUTTON */}
|
||||
@@ -706,16 +623,15 @@ class FloatHome extends React.Component {
|
||||
{/* DOWNLOAD TXT */}
|
||||
<div className="col-lg-6">
|
||||
<div className="download-6-txt pl-20 wow fadeInUp" data-wow-delay="0.6s">
|
||||
<span className="section-id">Built For Speed</span>
|
||||
<h2 className="h2-md">Share text, voice, photos, videos, GIFs and files for free</h2>
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque at purus ipsum neque dolor primis libero tempus, blandit
|
||||
posuere orci auctor purus euismod an aliquam quaerat purus
|
||||
<span className="section-id">{floatForSpeed.leadTitle}</span>
|
||||
<h2 className="h2-md">{floatForSpeed.title}</h2>
|
||||
<p className="p-xl">{floatForSpeed.desc}
|
||||
</p>
|
||||
<div className="stores-badge">
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_APPLE_LINK} className="store">
|
||||
<img className="appstore" src="assets/images/appstore.png" alt="appstore-badge" />
|
||||
</a>
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_GOOGLE_PLAY_LINK} className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay.png" alt="googleplay-badge" />
|
||||
</a>
|
||||
</div>
|
||||
@@ -918,11 +834,11 @@ class FloatHome extends React.Component {
|
||||
{/* STORE BADGES */}
|
||||
<div className="stores-badge mb-10">
|
||||
{/* AppStore */}
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_APPLE_LINK} className="store">
|
||||
<img className="appstore" src="assets/images/appstore.png" alt="appstore-badge" />
|
||||
</a>
|
||||
{/* Google Play */}
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_GOOGLE_PLAY_LINK} className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay.png" alt="googleplay-badge" />
|
||||
</a>
|
||||
{/* Aamazon Market
|
||||
@@ -939,7 +855,7 @@ class FloatHome extends React.Component {
|
||||
</a> */}
|
||||
</div> {/* END STORE BADGES */}
|
||||
{/* OS Prerequisite */}
|
||||
<span className="os-version">Available for iOS 8 and Android Devices From 5.5</span>
|
||||
<span className="os-version">{downloadPlatform.leadTitle}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END DOWNLOAD BUTTON */}
|
||||
@@ -1095,9 +1011,9 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-6">
|
||||
<div className="newsletter-txt">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Subscribe to Our Newsletter</span>
|
||||
<span className="section-id">{subscribeSec.leadTitle}</span>
|
||||
{/* Title */}
|
||||
<h4 className="h4-xl">Stay up to date with our news, ideas and updates</h4>
|
||||
<h4 className="h4-xl">{subscribeSec.title}</h4>
|
||||
</div>
|
||||
</div>
|
||||
{/* NEWSLETTER FORM */}
|
||||
@@ -1106,7 +1022,7 @@ class FloatHome extends React.Component {
|
||||
<div className="input-group">
|
||||
<input type="email" autoComplete="off" className="form-control" placeholder="Your email address" required id="s-email" />
|
||||
<span className="input-group-btn">
|
||||
<button type="submit" className="btn btn-md btn-rose tra-rose-hover">Subscribe Now</button>
|
||||
<button type="submit" className="btn btn-md btn-rose tra-rose-hover">{subscribeSec.btn}</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
@@ -1135,89 +1051,8 @@ class FloatHome extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
{/* BLOG POSTS */}
|
||||
<div className="row">
|
||||
{/* BLOG POST #1 */}
|
||||
<div id="b-post-1" className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-1-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Float News</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-sm">
|
||||
<a href="single-post.html">Tempor sapien donec gravida ipsum a porta justo vitae</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Aliqum mullam blandit vitae tempor sapien a donec lipsum gravida porta velna dolor vitae auctor
|
||||
congue
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>12 min read</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END BLOG POST #1 */}
|
||||
{/* BLOG POST #2 */}
|
||||
<div id="b-post-2" className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-2-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Inspiration</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-sm">
|
||||
<a href="single-post.html">Aliquam augue impedit luctus neque purus an ipsum neque and dolor libero risus</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Aliqum mullam blandit vitae tempor sapien a donec lipsum gravida porta velna dolor vitae auctor
|
||||
congue
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>8 min read</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div>
|
||||
</div> {/* END BLOG POST #2 */}
|
||||
{/* BLOG POST #3 */}
|
||||
<div id="b-post-3" className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid" src="assets/images/blog/post-3-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<p className="p-md post-tag">Tutorials</p>
|
||||
{/* Post Link */}
|
||||
<h5 className="h5-sm">
|
||||
<a href="single-post.html">Tempor sapien Float, donec gravida ipsum a porta justo</a>
|
||||
</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Aliqum mullam blandit vitae tempor sapien a donec lipsum gravida porta velna dolor vitae auctor
|
||||
congue
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="post-meta">
|
||||
<div className="post-author-avatar"><img src="assets/images/post-author-1.jpg" alt="author-avatar" /></div>
|
||||
<p>22 min read</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div>
|
||||
</div> {/* END BLOG POST #3 */}
|
||||
</div> {/* END BLOG POSTS */}
|
||||
<BlogItems blogData={this.props.blogData}/>
|
||||
{/* END BLOG POSTS */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END BLOG-1 */}
|
||||
{/* DOWNLOAD-5
|
||||
@@ -1229,19 +1064,18 @@ class FloatHome extends React.Component {
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="download-5-txt text-center wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Lightning Fast. Super Powerful</h2>
|
||||
<h2 className="h2-md">{floatMight.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque dolor primis libero tempus, blandit
|
||||
posuere and ligula varius magna porta
|
||||
<p className="p-xl">{floatMight.desc}
|
||||
</p>
|
||||
{/* STORE BADGES */}
|
||||
<div className="stores-badge mb-50">
|
||||
{/* AppStore */}
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_APPLE_LINK} className="store">
|
||||
<img className="appstore" src="assets/images/appstore.png" alt="appstore-badge" />
|
||||
</a>
|
||||
{/* Google Play */}
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_GOOGLE_PLAY_LINK} className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay.png" alt="googleplay-badge" />
|
||||
</a>
|
||||
{/* Aamazon Market
|
||||
@@ -1268,10 +1102,205 @@ class FloatHome extends React.Component {
|
||||
</section> {/* END DOWNLOAD-5 */}
|
||||
|
||||
</div> {/* END PAGE CONTENT */}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default FloatHome
|
||||
export default FloatHome
|
||||
|
||||
|
||||
// PAGE TEXT/CONTENT VARIABLES
|
||||
|
||||
//HERO SECTION
|
||||
let heroSection = {
|
||||
header: `Travel Smarter. Save Money.`,
|
||||
description: `Travel smarter and safer, with Float's rideshare comparison, ride hailing and budgeting app. Available on IOS and Android.`,
|
||||
heroLink: 'Watch the Overview',
|
||||
button: `Intelligent Mobility Choices!`,
|
||||
badge: {rating: `All Versions Rating`, review: 'Based on 7.296 user reviews'}
|
||||
};
|
||||
|
||||
//SECTION TWO
|
||||
let message = {
|
||||
access: {
|
||||
heading: `Smart Options`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
ociis ligula blandit`
|
||||
},
|
||||
notification: {heading: `Save Money`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
ociis ligula blandit`
|
||||
},
|
||||
spam: {heading: `Get Rewarded`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
ociis ligula blandit`
|
||||
}
|
||||
};
|
||||
|
||||
//SECTION THREE (TRAVEL GUIDE SECTION)
|
||||
let travelGuide = {
|
||||
location: {
|
||||
leadTitle: `FROM A TO B`,
|
||||
title: `Travel your way, with your local travel app.`,
|
||||
desc: `The struggle is real and you know it, there have never been more options to move from A to B. Take back control!`,
|
||||
descTwo: `Compare transport options and access ridesharing services directly in app, all whilst keeping track of your travel budget and traveling safely.`
|
||||
},
|
||||
|
||||
history:{
|
||||
leadTitle: `SMART VISUALS`,
|
||||
title: `Your travel data at a glance.`,
|
||||
desc: `The struggle is real and you know it, Keep track of the money, time and emissions you spend on your everyday travel. Float reviews your travel and analyzes your behavior to provide you with an easy overview.
|
||||
there have never been more options to move from A to B. Take back control!`
|
||||
},
|
||||
|
||||
travelTips:{
|
||||
leadTitle: `SMART TIPS & ALERTS`,
|
||||
title: `Explore your city smarter with Float.`,
|
||||
desc: `Stay on top of how you travel. Start saving money and time, reduce your emissions, all whilst making the safest choice when`,
|
||||
descTwo: `traveling around your city. Get smart tips and alerts customized to your travel behaviour.`
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//SECTION FOUR (READY TO TRY FLOAT SECTION)
|
||||
let tryFloatSec = {
|
||||
title: `Ready to Try Float?`,
|
||||
desc: `Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor`,
|
||||
accounts: {
|
||||
title: `Multiple Accounts`, desc: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
Connectivity provides an array of features`
|
||||
},
|
||||
emojis: {title: `Service Options`, desc: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
Connectivity provides an array of features`
|
||||
},
|
||||
files: {title: `Connectivity`, desc: ` With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
Connectivity provides an array of features`
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//SECTION FIVE (CUSTOM DEALS FOR YOU SECTION)
|
||||
let customDeals = {
|
||||
leadTitle: `CUSTOM DEALS FOR YOU`,
|
||||
title: `Get rewarded with Float points for traveling smarter.`,
|
||||
desc: `Gain access to exclusive deals on local transportation, neighborhood favorites, and international brands by staying on budget, avoiding peak commute times, or carpooling with friends to reduce your carbon emissions (and to stay safe!)`,
|
||||
|
||||
text: {title: `Analytics`,
|
||||
desc: `Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra`
|
||||
},
|
||||
stickers: {title: `Service Options`,
|
||||
desc: `Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra`
|
||||
},
|
||||
media: {title: `Connectivity`,
|
||||
desc: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.Connectivity provides an array of features`
|
||||
}
|
||||
}
|
||||
|
||||
//MORE FEATURES
|
||||
let moreFeatures = {
|
||||
title: `More Features to Expect`,
|
||||
desc: `Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor`,
|
||||
|
||||
mode: {
|
||||
title: `Monitoring`,
|
||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus`
|
||||
},
|
||||
|
||||
groupMes: {
|
||||
title: `Analytics`,
|
||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus`
|
||||
},
|
||||
|
||||
strongEncry: {
|
||||
title: `Unlock Functionality`,
|
||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus`
|
||||
},
|
||||
|
||||
voiceAsst: {
|
||||
title: `Float Assistant`,
|
||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus`
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//STATISTICS
|
||||
let stats = {
|
||||
fastAccess:{
|
||||
count: `28`,
|
||||
title: `Faster Access`
|
||||
},
|
||||
|
||||
appPro:{
|
||||
count: `47`,
|
||||
title: `App Productivity`
|
||||
},
|
||||
|
||||
secureAccess:{
|
||||
count: `54`,
|
||||
title: `Secure Access`
|
||||
},
|
||||
|
||||
batSaving:{
|
||||
count: `36`,
|
||||
title: `Battery Saving`
|
||||
},
|
||||
}
|
||||
|
||||
//AI SECTION
|
||||
let artIntel = {
|
||||
artificialEngine: {
|
||||
leadTitle: `RECOMMENDATION ENGINE`,
|
||||
title: `Float uses artificial intelligence (AI) to compare local transport options and prices for your journey.`,
|
||||
desc: `Become a travel expert. Float aggregates transport options and gives you the control to select the safest, cheapest, quickest or greenest route to improve your daily commute.`
|
||||
},
|
||||
|
||||
optimization: {
|
||||
leadTitle: `Totally Optimized`,
|
||||
title: `Intuitive features, powerful results`,
|
||||
desc: `Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium
|
||||
ligula rutrum tempor sapien`,
|
||||
desc2: `Quaerat sodales sapien euismod purus blandit`,
|
||||
desc3: `Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
||||
pretium a purus mauris`,
|
||||
btn: `Read The FAQs`
|
||||
}
|
||||
}
|
||||
|
||||
//ACCESSIBILITY SECTION
|
||||
let accessibilitySec = {
|
||||
title: `Accessible for All Platforms`,
|
||||
desc: `Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor`,
|
||||
youtubeLink: `See Float in Action`,
|
||||
leadTitle: `Available on Android, iOS and macOS`,
|
||||
}
|
||||
|
||||
//BULIT FOR SPEED
|
||||
let floatForSpeed = {
|
||||
leadTitle: `Built For Speed`,
|
||||
title: `Your Fleet with Convienence`,
|
||||
desc: `Aliquam a augue suscipit, luctus neque at purus ipsum neque dolor primis libero tempus, blandit
|
||||
posuere orci auctor purus euismod an aliquam quaerat purus`
|
||||
}
|
||||
|
||||
//DOWNLOAD SECTION TWO
|
||||
let downloadPlatform = {
|
||||
leadTitle: `Available for iOS 8 and Android Devices From 5.5`
|
||||
}
|
||||
|
||||
//SUBSCRIBE SECTION
|
||||
let subscribeSec = {
|
||||
leadTitle: `Subscribe to Our Newsletter`,
|
||||
title: `Stay up to date with our news, ideas and updates`,
|
||||
btn: 'Subscribe Now'
|
||||
}
|
||||
|
||||
// LIGHT & POWERFUL
|
||||
let floatMight = {
|
||||
title: `Lightning Fast. Super Powerful`,
|
||||
desc: `Aliquam a augue suscipit, luctus neque purus ipsum neque dolor primis libero tempus, blandit
|
||||
posuere and ligula varius magna porta`,
|
||||
}
|
||||
@@ -0,0 +1,415 @@
|
||||
import React, {Component} from 'react';
|
||||
import UserFriendly from '../pages/assests/images/user-friendly.ico'
|
||||
import FleetMgr from '../pages/assests/images/multiple-accounts.ico'
|
||||
import ChargeFinder from '../pages/assests/images/charger-location.ico'
|
||||
import Options from '../pages/assests/images/options1.ico'
|
||||
|
||||
import BlogItems from '../components/BlogItems';
|
||||
|
||||
|
||||
class GetStarted extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
// Don't call this.setState() here!
|
||||
// this.state = { counter: 0 };
|
||||
// this.handleClick = this.handleClick.bind(this);
|
||||
// console.log("OLU-AMEY 22",props.blogData);
|
||||
}
|
||||
render() {
|
||||
return(
|
||||
<div>
|
||||
|
||||
{/* PRELOADER SPINNER
|
||||
============================================= */}
|
||||
<div id="loader-wrapper">
|
||||
<div id="loading">
|
||||
<span className="cssload-loader"><span className="cssload-loader-inner" /></span>
|
||||
</div>
|
||||
</div>
|
||||
{/* PAGE CONTENT
|
||||
============================================= */}
|
||||
<div id="page" className="page">
|
||||
|
||||
<section id="features-3" className="pt-100 features-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row">
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Ready to Try Float?</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURES-3 WRAPPER */}
|
||||
<div className="fbox-3-wrapper">
|
||||
<div className="row">
|
||||
{/* FEATURE BOX #1 */}
|
||||
<div id="fb-3-1" className="col-md-6 col-lg-3">
|
||||
<a href={process.env.REACT_APP_USERS} target="_blank"><div className="fbox-3 bg_white wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-3-ico grey-color ico-65"><img src={UserFriendly} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Users</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Porta semper lacus and cursus risus undo feugiat at primis ultrice sodales tempus egestas sapien</p>
|
||||
</div></a>
|
||||
</div>
|
||||
{/* FEATURE BOX #2 */}
|
||||
<div id="fb-3-2" className="col-md-6 col-lg-3">
|
||||
<a href={process.env.REACT_APP_FLEET} target="_blank"><div className="fbox-3 bg_white wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-3-ico grey-color ico-65"><img src={FleetMgr} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Fleet Managers</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Porta semper lacus and cursus risus undo feugiat at primis ultrice sodales tempus egestas sapien</p>
|
||||
</div></a>
|
||||
</div>
|
||||
{/* FEATURE BOX #3 */}
|
||||
<div id="fb-3-3" className="col-md-6 col-lg-3">
|
||||
<a href="/findev"><div className="fbox-3 bg_white wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-3-ico grey-color ico-65"><img src={ChargeFinder} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Ev Charge Finder</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Porta semper lacus and cursus risus undo feugiat at primis ultrice sodales tempus egestas sapien</p>
|
||||
</div></a>
|
||||
</div>
|
||||
{/* FEATURE BOX #4 */}
|
||||
<div id="fb-3-4" className="col-md-6 col-lg-3">
|
||||
<a href="/findmobility"><div className="fbox-3 bg_white wow fadeInUp" data-wow-delay="1s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-3-ico grey-color ico-65"><img src={Options} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Find Options</h5>
|
||||
{/* Text */}
|
||||
<p className="p-md">Porta semper lacus and cursus risus undo feugiat at primis ultrice sodales tempus egestas sapien</p>
|
||||
</div></a>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END FEATURES-3 WRAPPER */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END FEATURES-3 */}
|
||||
{/* CONTENT-2
|
||||
============================================= */}
|
||||
<section id="content-2" className="wide-50 content-section division">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-5 col-lg-6">
|
||||
<div className="img-block left-column pc-20 mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
<img className="img-fluid" src="assets/images/home-custom-deals.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block right-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Perfect Integration</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Custom Preferences and User friendly</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue
|
||||
luctus magna dolor luctus at egestas sapien vitae nemo egestas volute and turpis dolores aliquam quaerat
|
||||
sodales a sapien
|
||||
</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-2 */}
|
||||
{/* CONTENT-3
|
||||
============================================= */}
|
||||
<section id="content-3" className="pb-60 mt-inverse-40 content-section division">
|
||||
<div className="container">
|
||||
{/* CONTENT BOX-1 */}
|
||||
<div id="cb-1-1" className="cbox-1 pb-25">
|
||||
<div className="row d-flex align-items-center m-row">
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-7 col-lg-6 m-bottom">
|
||||
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Handling with Ease</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Sync all Fleet in One Platform</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue
|
||||
luctus magna dolor luctus and egestas sapien egestas vitae nemo volute
|
||||
</p>
|
||||
{/* List */}
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium
|
||||
ligula rutrum tempor sapien
|
||||
</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
||||
pretium a purus mauris
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-5 col-lg-6 m-top">
|
||||
<div className="img-block right-column pc-15 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
<img className="img-fluid" src="assets/images/img_05.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END CONTENT BOX-1 */}
|
||||
{/* CONTENT BOX-2 */}
|
||||
<div id="cb-1-2" className="cbox-1">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-5 col-lg-6">
|
||||
<div className="img-block left-column pc-25 mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
<img className="img-fluid" src="assets/images/img-float.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block right-column pc-30 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Register in 30 Seconds</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Professional Fleet</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue
|
||||
luctus magna dolor luctus at egestas sapien vitae nemo egestas volute and turpis dolores aliquam quaerat
|
||||
sodales a sapien
|
||||
</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* END CONTENT BOX-2 */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-3 */}
|
||||
|
||||
|
||||
<section id="content-1" className="wide-60 content-section division">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center m-row">
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-7 col-lg-6 m-bottom">
|
||||
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">Beauty of Simplicity</span>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Which, Is Right for You?</h2>
|
||||
{/* List */}
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium
|
||||
ligula rutrum tempor sapien
|
||||
</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
||||
pretium a purus mauris
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-5 col-lg-6 m-top">
|
||||
<div className="img-block right-column pc-20 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
<img className="img-fluid" src="assets/images/how-it-works-recomment-engine.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-1 */}
|
||||
{/* FAQs-2
|
||||
============================================= */}
|
||||
<section id="faqs-2" className="pb-100 faqs-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row">
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Got Questions? Look Here.</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* FAQs-2 QUESTIONS */}
|
||||
<div className="faqs-2-questions pc-15">
|
||||
<div className="row">
|
||||
{/* QUESTIONS HOLDER */}
|
||||
<div className="col-lg-6">
|
||||
<div className="questions-holder pc-10">
|
||||
{/* QUESTION #1 */}
|
||||
<div className="question wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Question */}
|
||||
<h5 className="h5-sm">Can I see Float in action before purchasing it?</h5>
|
||||
{/* Answer */}
|
||||
<p className="p-lg">Etiam amet mauris suscipit in odio integer congue metus vitae arcu mollis blandit
|
||||
ultrice ligula egestas and magna suscipit lectus magna suscipit luctus blandit vitae
|
||||
</p>
|
||||
</div>
|
||||
{/* QUESTION #2 */}
|
||||
<div className="question wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Question */}
|
||||
<h5 className="h5-sm">What are the requirements for using Float?</h5>
|
||||
{/* Answer */}
|
||||
<p className="p-lg">An enim nullam tempor sapien gravida donec ipsum enim an porta justo integer at velna
|
||||
vitae auctor integer congue undo magna at pretium purus pretium ligula
|
||||
</p>
|
||||
</div>
|
||||
{/* QUESTION #3 */}
|
||||
<div className="question wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Question */}
|
||||
<h5 className="h5-sm">Can I use Float on different devices?</h5>
|
||||
{/* Answer */}
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus ligula euismod pretium purus
|
||||
pretium rutrum tempor sapien
|
||||
</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
||||
pretium a purus
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END QUESTIONS HOLDER */}
|
||||
{/* QUESTIONS HOLDER */}
|
||||
<div className="col-lg-6">
|
||||
<div className="questions-holder pc-10">
|
||||
{/* QUESTION #4 */}
|
||||
<div className="question wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Question */}
|
||||
<h5 className="h5-sm">Do you have a free trial?</h5>
|
||||
{/* Answer */}
|
||||
<p className="p-lg">Cubilia laoreet augue egestas and luctus donec curabite diam vitae dapibus libero and
|
||||
quisque gravida donec neque. Blandit justo aliquam molestie nunc sapien justo
|
||||
</p>
|
||||
</div>
|
||||
{/* QUESTION #5 */}
|
||||
<div className="question wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Question */}
|
||||
<h5 className="h5-sm">How does Float handle my privacy?</h5>
|
||||
{/* Answer */}
|
||||
<p className="p-lg">Etiam amet mauris suscipit sit amet in odio. Integer congue leo metus. Vitae arcu mollis
|
||||
blandit ultrice ligula
|
||||
</p>
|
||||
{/* Answer */}
|
||||
<p className="p-lg">An enim nullam tempor sapien gravida donec congue leo metus. Vitae arcu mollis blandit
|
||||
integer at velna
|
||||
</p>
|
||||
</div>
|
||||
{/* QUESTION #6 */}
|
||||
<div className="question wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Question */}
|
||||
<h5 className="h5-sm">I have an issue with my account</h5>
|
||||
{/* Answer */}
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="p-lg">Quaerat sodales sapien euismod blandit purus and ipsum primis in cubilia laoreet
|
||||
augue luctus
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END QUESTIONS HOLDER */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* END FAQs-2 QUESTIONS */}
|
||||
{/* MORE QUESTIONS BUTTON */}
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="more-questions text-center mt-40">
|
||||
<h5 className="h5-sm"><span className="flaticon-check" />
|
||||
Have more questions? <a href="contacts.html" className="skyblue-color">Ask your question here</a>
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End container */}
|
||||
</section> {/* END FAQs-2 */}
|
||||
{/* MORE APPS-1
|
||||
============================================= */}
|
||||
|
||||
<section id="blog-1" className="wide-60 blog-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row">
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-70">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">Our Tips and Latest News</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* BLOG POSTS */}
|
||||
<BlogItems blogData={this.props.blogData} />
|
||||
{/* END BLOG POSTS */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END BLOG-1 */}
|
||||
{/* NEWSLETTER-1
|
||||
============================================= */}
|
||||
<section id="newsletter-1" className="pb-20 newsletter-section division">
|
||||
<div className="container">
|
||||
<div className="newsletter-wrapper bg_white">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="col-lg-6">
|
||||
<div className="newsletter-txt">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Subscribe to Our Newsletter</span>
|
||||
{/* Title */}
|
||||
<h4 className="h4-xl">Stay up to date with our news, ideas and updates</h4>
|
||||
</div>
|
||||
</div>
|
||||
{/* NEWSLETTER FORM */}
|
||||
<div className="col-lg-6">
|
||||
<form className="newsletter-form">
|
||||
<div className="input-group">
|
||||
<input type="email" autoComplete="off" className="form-control" placeholder="Your email address" required id="s-email" />
|
||||
<span className="input-group-btn">
|
||||
<button type="submit" className="btn btn-md btn-skyblue tra-skyblue-hover">Subscribe Now</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
<label htmlFor="s-email" className="form-notification" />
|
||||
</form>
|
||||
</div> {/* END NEWSLETTER FORM */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End newsletter-holder */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END NEWSLETTER-1 */}
|
||||
|
||||
</div> {/* END PAGE CONTENT */}
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default GetStarted
|
||||
@@ -953,12 +953,12 @@ class Home extends React.Component {
|
||||
<div className="stores-badge">
|
||||
|
||||
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_APPLE_LINK} className="store">
|
||||
<img className="appstore" src="assets/images/appstore-white.png" alt="appstore-badge" />
|
||||
</a>
|
||||
|
||||
|
||||
<a href="#" className="store">
|
||||
<a href={process.env.REACT_APP_APPLE_LINK} className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay-white.png" alt="googleplay-badge" />
|
||||
</a>
|
||||
|
||||
|
||||