Compare commits

...

10 Commits

Author SHA1 Message Date
Chukwumdiebube 7cbc26a787 Merge branch 'master' of https://gitlab.chiefsoft.net/FloatSystems/float-www into removing-ratings 2023-04-05 15:11:26 +01:00
tokslaw 2ed1862b53 Merge branch 'home-customization' of FloatSystems/float-www into master 2023-04-05 12:51:45 +00:00
Chukwumdiebube e64d1f84ed Rating Removals 2023-04-05 13:03:52 +01:00
Chukwumdiebube e383366603 Merge branch 'master' of https://gitlab.chiefsoft.net/FloatSystems/float-www into home-customization 2023-04-05 12:17:35 +01:00
jenkins 7d9267e268 more text added 2023-04-04 23:04:54 -04:00
jenkins 129c0f1447 text added 2023-04-04 22:47:34 -04:00
jenkins 7e424c269b text modified 2023-04-04 22:37:42 -04:00
jenkins cfcfaaca05 text added 2023-04-04 20:25:23 -04:00
tokslaw 323ee50705 Merge branch 'image_reduction' of FloatSystems/float-www into master 2023-04-05 00:20:00 +00:00
Chukwumdiebube 360f60c1f2 Added Icons 2023-04-04 23:18:40 +01:00
6 changed files with 23 additions and 59 deletions
+1 -1
View File
@@ -2645,7 +2645,7 @@ h5.sm-title {
}
.hero-5-btns h3 {
margin-bottom: 30px;
margin-bottom: 6rem;
}
.hero-6-txt h2 {
+2 -27
View File
@@ -1039,30 +1039,7 @@ class Fleet extends React.Component {
{/* Title */}
<h2 className="h2-md">{downloadSection.header}</h2>
{/* Text */}
<p className="p-xl">{downloadSection.text}</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">
{downloadSection.ratingText}
<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">{downloadSection.reviewText}</p>
</div>
</div>
<p className="p-xl">{downloadSection.text}</p>
</div>
</div> {/* END TEXT BLOCK */}
</div> {/* End row */}
@@ -1245,7 +1222,5 @@ let subscribeSection = {
// Download Section
let downloadSection = {
header: 'Take your fleet to the next level',
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus',
ratingText: 'All Versions Rating',
reviewText: 'Based on 7.296 user reviews (App Store & Google Play)'
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus'
}
+15 -26
View File
@@ -1,4 +1,7 @@
import React, {Component} from 'react';
import SaveMoney from '../pages/assests/images/save-money.png'
import GetReward from '../pages/assests/images/get-rewarded.png'
class FloatHome extends React.Component {
render() {
@@ -72,18 +75,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">
{heroSection.badge.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">{heroSection.badge.review}</p>
</div>
</div>
</div>
</div> {/* END HERO-5 BUTTONS */}
</div> {/* End row */}
@@ -100,7 +91,7 @@ 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={SaveMoney} /></div>
{/* Title */}
<h5 className="h5-sm">{message.access.heading}</h5>
{/* Text */}
@@ -111,7 +102,7 @@ class FloatHome extends React.Component {
<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">{message.notification.heading}</h5>
{/* Text */}
@@ -122,7 +113,7 @@ class FloatHome extends React.Component {
<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">{message.spam.heading}</h5>
{/* Text */}
@@ -1227,9 +1218,7 @@ class FloatHome extends React.Component {
</section> {/* END DOWNLOAD-5 */}
</div> {/* END PAGE CONTENT */}
</div>
</div>
)
}
}
@@ -1240,7 +1229,7 @@ export default FloatHome
//HERO SECTION
let heroSection = {
header: `ravel Smarter. Save Money.`,
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!`,
@@ -1250,13 +1239,13 @@ export default FloatHome
//SECTION TWO
let message = {
access: {
heading: `Quick Access`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
heading: `Smart Options`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
ociis ligula blandit`
},
notification: {heading: `Smart Notifications`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
notification: {heading: `Save Money`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
ociis ligula blandit`
},
spam: {heading: `Spam Protection`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
spam: {heading: `Get Rewarded`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
ociis ligula blandit`
}
};
@@ -1310,7 +1299,7 @@ export default FloatHome
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: `Float Messaging and Calls`,
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`,
@@ -1328,19 +1317,19 @@ export default FloatHome
tempus, blandit and cursus varius magna tempus a dolor`,
mode: {
title: `Dark & Light Modes`,
title: `Monitoring`,
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
at vitae congue tempus`
},
groupMes: {
title: `Group Messaging`,
title: `Analytics`,
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
at vitae congue tempus`
},
strongEncry: {
title: `Strong Encryption`,
title: `Unlock Functionality`,
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
at vitae congue tempus`
},
+5 -5
View File
@@ -874,19 +874,19 @@ let heroSection = {
title: `Multiple Accounts`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
at impedit felis undo auctor augue mauris`
},
float: {title: `Float Messaging & Calls`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
float: {title: `Analytics`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
at impedit felis undo auctor augue mauris`
},
files: {title: `Share Files & Media`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
files: {title: `Connectivity`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
at impedit felis undo auctor augue mauris`
},
notification: {title: `Alerts & Notifications`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
notification: {title: `Monitoring`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
at impedit felis undo auctor augue mauris`
},
verification: {title: `Online Verification`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
at impedit felis undo auctor augue mauris`
},
spam: {title: `Spam Protection`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
spam: {title: `Big Perks`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
at impedit felis undo auctor augue mauris`
}
};
@@ -926,7 +926,7 @@ let fastMes = {
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: `Dark & Light Modes`, desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a
title: `Charging`, desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a
sapien magna at vitae congue tempus`
},
autoLink: {title: `Auto-Link Opening`, desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB