Compare commits

...

12 Commits

Author SHA1 Message Date
victorAnumudu f8c26ead28 replaced some images 2023-03-25 11:08:44 +01:00
tokslaw 825dd284f1 Merge branch 'Float_homeImages_changes' of FloatSystems/float-www into master 2023-03-23 05:04:48 +00:00
Chukwumdiebube ba40756eee changed image 2023-03-22 06:25:45 +01:00
Chukwumdiebube b2e7d994a4 Merge branch 'master' of https://gitlab.chiefsoft.net/FloatSystems/float-www into Float_homeImages_changes 2023-03-22 06:01:56 +01:00
tokslaw 8ad7d75ff7 Merge branch 'image_replacements' of FloatSystems/float-www into master 2023-03-22 03:28:05 +00:00
Chukwumdiebube 44641e816b modified home section for Recommendation engine
replaced images and added an overlay for proper readability.
2023-03-21 23:31:34 +01:00
victorAnumudu a4a629222c replaced some images in the home and business page after reducing image size 2023-03-21 19:20:57 +01:00
victorAnumudu e6fcf6e05f replaced some images in the home and business page 2023-03-21 18:02:52 +01:00
tokslaw 98e43ba40f Merge branch 'terms_privacy_page_content' of FloatSystems/float-www into master 2023-03-21 02:25:34 +00:00
tokslaw fc9ed5e4b5 Merge branch 'modifying-about-page' of FloatSystems/float-www into master 2023-03-21 02:25:27 +00:00
Chukwumdiebube 212b7ae3e9 justified the row-images 2023-03-20 18:44:27 +01:00
Chukwumdiebube 76447fd025 About Page Content Modification 2023-03-20 18:20:58 +01:00
17 changed files with 191 additions and 403 deletions
+22
View File
@@ -1422,4 +1422,26 @@ video {
padding-left: 22px;
padding-right: 22px;
}
}
.h2-md span{
font-weight: 600;
}
.about-2-txt .h5-lg{
font-style: 40px;
}
.about-2-txt .h5-lg span,
.reviews-1 .section-title p{
font-size: 18px;
line-height: 120%;
letter-spacing: 0.1em;
}
.about-2-txt p {
font-size: 20px;
line-height: 154%;
letter-spacing: -0.2px;
max-width: 90%;
}
+4 -2
View File
@@ -414,9 +414,10 @@ p {
background-attachment: fixed!important;
}
.bg_chat { background-image: url(../images/bg_chat.jpg); background-attachment: scroll!important; }
.bg_chat { background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0.52), rgba(49, 46, 48, 0.73)),url(../images/personwithbackpack.png); background-attachment: scroll!important; background-position: top; }
.bg_fit_01 { background-image: url(../images/bg_fit_01.jpg); background-attachment: scroll!important; }
.bg_fit_02 { background-image: url(../images/bg_fit_02.jpg); }
/* .bg_fit_02 { background-image: url(../images/bg_fit_02.jpg); } */
.bg_fit_02 { background-image: url(../images/bg_fit_02.png); } /*changed image*/
.bg_mobile { background-image: url(../images/bg_mobile.jpg); background-attachment: scroll!important; }
.bg_bank_01 { background-image: url(../images/bg_bank_01.jpg); background-attachment: scroll!important; }
.bg_bank_02 { background-image: url(../images/bg_bank_02.jpg); background-attachment: scroll!important; }
@@ -3637,6 +3638,7 @@ h2.statistic-number {
margin: 0 10px 20px;
-webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
min-height: 33rem;
}
.review-3 {
Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

+83 -349
View File
@@ -1,4 +1,5 @@
import React, {Component} from 'react';
import { Testimonial } from './assests/data/about';
class About extends React.Component {
render() {
@@ -25,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">Some Words About Us</h2>
<h2 className="h2-md">No, we are <span>not just another travel app.</span> </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
<p className="p-xl">Float is a global Start Up working on improving everyones city life.
</p>
</div>
</div>
@@ -45,7 +45,7 @@ class About extends React.Component {
<div className="row">
<div className="col-md-12">
<div className="txt-block mb-35">
<h5 className="h5-lg">We believe in the power of simple design</h5>
<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 - weve got you covered.</h5>
</div>
</div>
</div>
@@ -53,37 +53,23 @@ class About extends React.Component {
{/* LEFT COLUMN */}
<div className="col-md-6">
<div className="txt-block top-box">
{/* Title */}
<h5 className="h5-lg">OUR VISION</h5>
{/* Text */}
<p className="p-lg">Gravida porta velna vitae auctor congue undo impedit nihil ligula risus. Mauris
donec and ligula magnis sapien. Sagittis congue augue egestas volutpat egestas suscipit egestas a magna ipsum vitae a purus efficitur ipsum
</p>
{/* Text */}
<p className="p-lg">Gravida porta and vitae auctor congue magna an impedit nihil ligula risus mauris
donec ligula magnis aliqum undo mullam at ligula risus. Vitae donec ligula magnis
<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>
</div>
</div> {/* END LEFT COLUMN */}
{/* RIGHT COLUMN */}
<div className="col-md-6">
<div className="txt-block">
{/* Title */}
<h5 className="h5-lg">OUR MISSION</h5>
{/* List */}
<ul className="simple-list">
<li className="list-item">
<p className="p-lg">Aliqum mullam blandit tempor sapien gravida a donec ipsum, porta justo.
Velna vitae auctor a congue magna and donec nihil impedit ligula risus.mauris donec
</p>
</li>
<li className="list-item">
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus euismod and pretium
purus pretium ligula rutrum tempor
</p>
</li>
<li className="list-item">
<p className="p-lg">Quaerat sodales sapien an euismod purus blandit purus ipsum primis in
cubilia laoreet augue luctus dolor
</p>
</li>
</ul> {/* End 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 */}
</div>
</div> {/* END RIGHT COLUMN */}
</div>
@@ -92,25 +78,22 @@ class About extends React.Component {
<div className="row">
<div className="col-md-12">
<div className="img-block mt-50 mb-70">
<img className="img-fluid" src="assets/images/about-2-img.jpg" alt="content-image" />
<img className="img-fluid" src="assets/images/about-us-made-for-you.jpg" alt="content-image" />
</div>
</div>
</div>
{/* TEXT BLOCK */}
<div className="about-2-txt pc-50">
<h5 className="h5-lg"> <span>MADE FOR YOU</span><br />Created for urbanists</h5>
<div className="row">
{/* LEFT COLUMN */}
<div className="col-md-6">
<div className="txt-block top-box">
{/* Title */}
<h5 className="h5-lg">We care about the details</h5>
{/* <h5 className="h5-lg">We care about the details</h5> */}
{/* Text */}
<p className="p-lg">Gravida porta velna vitae auctor congue undo impedit nihil ligula risus. Mauris
donec and ligula magnis sapien. Sagittis congue augue egestas volutpat egestas suscipit egestas a magna ipsum vitae a purus efficitur ipsum
</p>
{/* Text */}
<p className="p-lg">Gravida porta and vitae auctor congue magna an impedit nihil ligula risus mauris
donec ligula magnis aliqum undo mullam at ligula risus. Vitae donec ligula magnis
<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 theres little chance for spontaneity and diversity in daily routines - Vibrating urban Citylife is just passing you by.
</p>
</div>
</div> {/* END LEFT COLUMN */}
@@ -118,25 +101,9 @@ class About extends React.Component {
<div className="col-md-6">
<div className="txt-block">
{/* Title */}
<h5 className="h5-lg">With knowledge, skill and hard work</h5>
{/* <h5 className="h5-lg">With knowledge, skill and hard work</h5> */}
{/* List */}
<ul className="simple-list">
<li className="list-item">
<p className="p-lg">Aliqum mullam blandit tempor sapien gravida a donec ipsum, porta justo.
Velna vitae auctor a congue magna and donec nihil impedit ligula risus.mauris donec
</p>
</li>
<li className="list-item">
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus euismod and pretium
purus pretium ligula rutrum tempor
</p>
</li>
<li className="list-item">
<p className="p-lg">Quaerat sodales sapien an euismod purus blandit purus ipsum primis in
cubilia laoreet augue luctus dolor
</p>
</li>
</ul> {/* End 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 isnt 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 */}
</div>
</div> {/* END RIGHT COLUMN */}
</div>
@@ -158,13 +125,13 @@ class About extends React.Component {
{/* SECTION TITLE */}
<div className="row">
<div className="col-lg-10 offset-lg-1">
<div className="section-title text-center mb-60">
<div className="section-title text-center mb-60">
<p>MADE FOR US</p>
{/* Title */}
<h2 className="h2-md">Why Customers Love Us</h2>
<h2 className="h2-md">Created from urbanists</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">Our Team is as vibrating and diversified as your urban life. */}
{/* </p> */}
</div>
</div>
</div>
@@ -172,185 +139,43 @@ class About extends React.Component {
<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">
<div className="review-1 radius-08" key={idx}>
{/* App Rating */}
<div className="app-rating ico-20 yellow-color">
{/* <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">Great Flexibility!</h5>
<h5 className="h5-sm">{title}</h5>
{/* Testimonial Text */}
<div className="review-1-txt">
{/* Text */}
<p className="p-lg grey-color">Etiam sapien sem at sagittis congue an augue massa varius egestas
undo suscipit magna tempus undo aliquet
<p className="p-lg grey-color">{desc}
</p>
{/* Testimonial Author */}
<h5 className="h5-xs">- Scott Boxer</h5>
<h5 className="h5-xs">{name}</h5>
</div>
</div> {/* END TESTIMONIAL #1 */}
{/* TESTIMONIAL #2 */}
<div className="review-1 radius-08">
{/* 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-half-empty" />
</div>
{/* Title */}
<h5 className="h5-sm">Simple and Useful!</h5>
{/* Testimonial Text */}
<div className="review-1-txt">
{/* Text */}
<p className="p-lg grey-color">At sagittis congue augue undo egestas magna ipsum vitae purus and
ipsum primis suscipit
</p>
{/* Testimonial Author */}
<h5 className="h5-xs">- Wendy T.</h5>
</div>
</div> {/* END TESTIMONIAL #2 */}
{/* TESTIMONIAL #3 */}
<div className="review-1 radius-08">
{/* 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>
{/* Title */}
<h5 className="h5-sm">I love this App!</h5>
{/* Testimonial Text */}
<div className="review-1-txt">
{/* Text */}
<p className="p-lg grey-color">Mauris donec ociis magnis and sapien etiam sapien congue undo
augue pretium and ligula augue a lectus aenean magna
</p>
{/* Testimonial Author */}
<h5 className="h5-xs">- pebz13</h5>
</div>
</div> {/* END TESTIMONIAL #3 */}
{/* TESTIMONIAL #4 */}
<div className="review-1 radius-08">
{/* 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-1" />
</div>
{/* Title */}
<h5 className="h5-sm">Best App for iOS!</h5>
{/* Testimonial Text */}
<div className="review-1-txt">
{/* Text */}
<p className="p-lg grey-color">An augue in cubilia laoreet magna and suscipit egestas magna
ipsum purus ipsum and suscipit
</p>
{/* Testimonial Author */}
<h5 className="h5-xs">- Scott Boxer</h5>
</div>
</div> {/* END TESTIMONIAL #4 */}
{/* TESTIMONIAL #5 */}
<div className="review-1 radius-08">
{/* 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-half-empty" />
</div>
{/* Title */}
<h5 className="h5-sm">Awesome Design!</h5>
{/* Testimonial Text */}
<div className="review-1-txt">
{/* Text */}
<p className="p-lg grey-color">Mauris donec magnis sapien undo etiam sapien and congue augue
egestas ultrice a vitae purus velna integer tempor
</p>
{/* Testimonial Author */}
<h5 className="h5-xs">- John Sweet</h5>
</div>
</div> {/* END TESTIMONIAL #5 */}
{/* TESTIMONIAL #6 */}
<div className="review-1 radius-08">
{/* 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>
{/* Title */}
<h5 className="h5-sm">Simply Amazing App!</h5>
{/* Testimonial Text */}
<div className="review-1-txt">
{/* Text */}
<p className="p-lg grey-color">An augue cubilia laoreet undo magna a suscipit undo egestas
magna ipsum ligula vitae purus ipsum primis cubilia blandit
</p>
{/* Testimonial Author */}
<h5 className="h5-xs">- Leslie D.</h5>
</div>
</div> {/* END TESTIMONIAL #6 */}
{/* TESTIMONIAL #7 */}
<div className="review-1 radius-08">
{/* 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-half-empty" />
</div>
{/* Title */}
<h5 className="h5-sm">Powerful Features!</h5>
{/* Testimonial Text */}
<div className="review-1-txt">
{/* Text */}
<p className="p-lg grey-color">Augue egestas volutpat and egestas augue in cubilia laoreet
magna undo suscipit luctus
</p>
{/* Testimonial Author */}
<h5 className="h5-xs">- Marisol19</h5>
</div>
</div> {/* END TESTIMONIAL #7 */}
{/* TESTIMONIAL #8 */}
<div className="review-1 radius-08">
{/* 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-half-empty" />
</div>
{/* Title */}
<h5 className="h5-sm">Super Support!</h5>
{/* Testimonial Text */}
<div className="review-1-txt">
{/* Text */}
<p className="p-lg grey-color">Aliquam augue suscipit luctus neque purus ipsum neque dolor
primis libero tempus at blandit posuere varius magna
</p>
{/* Testimonial Author */}
<h5 className="h5-xs">- AJ</h5>
</div>
</div> {/* END TESTIMONIAL #8 */}
</>
))}
</div>
</div>
</div> {/* END TESTIMONIALS CONTENT */}
</div>
</div> {/* End container */}
</section> {/* END TESTIMONIALS-1 */}
{/* CONTENT-2
@@ -361,21 +186,32 @@ class About extends React.Component {
{/* 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/img-02.png" alt="content-image" />
<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">Beauty of Simplicity</span>
<span className="section-id grey-color">Values</span>
<div>
{/* Title */}
<h2 className="h2-md">All we do is dream and craft amazing digital products</h2>
<h3 className="h2-xs">Put the User first</h3>
{/* 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">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 */}
@@ -476,135 +312,33 @@ class About extends React.Component {
{/* Title */}
<h2 className="h2-md">One Team Many Talents</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">Our Team is as vibrating and diversified as your urban life.</p>
</div>
</div>
</div>
{/* TEAM MEMBERS HOLDER */}
<div className="team-members-holder pc-20 text-center">
<div className="row">
{/* TEAM MEMBER #1 */}
<div className="col-sm-6 col-lg-3">
<div className="team-member wow fadeInUp" data-wow-delay="0.4s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src="assets/images/team-1.jpg" alt="team-member-foto" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm">Jonathan Barnes</h5>
<p>Founder and CEO</p>
<span><a href="#" className="grey-color">@jonatanbarnes</a></span>
</div>
</div>
</div> {/* END TEAM MEMBER #1 */}
{/* TEAM MEMBER #2 */}
<div className="col-sm-6 col-lg-3">
<div className="team-member wow fadeInUp" data-wow-delay="0.6s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src="assets/images/team-2.jpg" alt="team-member-foto" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm">Jamie Bartlett</h5>
<p>Software Engineer</p>
<span><a href="#" className="grey-color">@jamiebartlett</a></span>
</div>
</div>
</div> {/* END TEAM MEMBER #2 */}
{/* TEAM MEMBER #3 */}
<div className="col-sm-6 col-lg-3">
<div className="team-member wow fadeInUp" data-wow-delay="0.8s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src="assets/images/team-3.jpg" alt="team-member-foto" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm">Matthew Anderson</h5>
<p>Software Engineer</p>
<span><a href="#" className="grey-color">@matthewanderson</a></span>
</div>
<div className="row justify-content-center">
{Testimonial.map(({name, title, image, link: {domain, href}}, idx) => (
<>
{/* TEAM MEMBER #1 */}
<div className="col-sm-6 col-lg-3" key={idx}>
<div className="team-member wow fadeInUp" data-wow-delay="0.4s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src={image} alt="team-member-photo" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm">{name}</h5>
<p>{title}</p>
<span><a href={href} className="grey-color">@{domain}</a></span>
</div>
</div>
</div>
</div> {/* END TEAM MEMBER #3 */}
{/* TEAM MEMBER #4 */}
<div className="col-sm-6 col-lg-3">
<div className="team-member wow fadeInUp" data-wow-delay="1s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src="assets/images/team-4.jpg" alt="team-member-foto" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm">Megan Coleman</h5>
<p>UX / UI Designer</p>
<span><a href="#" className="grey-color">@megancoleman</a></span>
</div>
</div>
</div> {/* END TEAM MEMBER #4 */}
{/* TEAM MEMBER #5 */}
<div className="col-sm-6 col-lg-3">
<div className="team-member wow fadeInUp" data-wow-delay="0.4s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src="assets/images/team-5.jpg" alt="team-member-foto" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm">Charlotte Johnson</h5>
<p>Quality Assurance</p>
<span><a href="#" className="grey-color">@charlottejohnson</a></span>
</div>
</div>
</div> {/* END TEAM MEMBER #5 */}
{/* TEAM MEMBER #6 */}
<div className="col-sm-6 col-lg-3">
<div className="team-member wow fadeInUp" data-wow-delay="0.6s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src="assets/images/team-6.jpg" alt="team-member-foto" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm">Olivia Steiner</h5>
<p>Head of Marketing</p>
<span><a href="#" className="grey-color">@oliviasteiner</a></span>
</div>
</div>
</div> {/* END TEAM MEMBER #6 */}
{/* TEAM MEMBER #7 */}
<div className="col-sm-6 col-lg-3">
<div className="team-member wow fadeInUp" data-wow-delay="0.8s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src="assets/images/team-7.jpg" alt="team-member-foto" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm">Mark Brayton</h5>
<p>Customer Care</p>
<span><a href="#" className="grey-color">@markbrayton</a></span>
</div>
</div>
</div> {/* END TEAM MEMBER #7 */}
{/* TEAM MEMBER #8 */}
<div className="col-sm-6 col-lg-3">
<div className="team-member wow fadeInUp" data-wow-delay="1s">
{/* Team Member Photo */}
<div className="team-member-photo pc-10">
<img className="img-fluid" src="assets/images/team-8.jpg" alt="team-member-foto" />
</div>
{/* Team Member Data */}
<div className="team-member-data">
<h5 className="h5-sm ">Grow With Us</h5>
<span><a href="mailto:youremail@mail.com" className="grey-color">hireme@domain.com</a></span>
<span><a href="mailto:youremail@mail.com" className="grey-color">hireme1@domain.com</a></span>
</div>
</div>
</div> {/* END TEAM MEMBER #8 */}
{/* END TEAM MEMBER #1 */}
</>
))}
</div> {/* End row */}
</div> {/* TEAM MEMBERS HOLDER */}
</div> {/* End container */}
+2 -2
View File
@@ -220,7 +220,7 @@ class Fleet extends React.Component {
{/* 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-17.png" alt="content-image" />
<img className="img-fluid" src="assets/images/img-17_new.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}
@@ -1096,7 +1096,7 @@ class Fleet extends React.Component {
{/* IMAGE BLOCK */}
<div className="col-md-5 col-lg-6 m-bottom">
<div className="img-block right-column pc-25 wow fadeInUp" data-wow-delay="0.6s">
<img className="img-fluid" src="assets/images/img-15-fit.png" alt="content-image" />
<img className="img-fluid" src="assets/images/img_15_fit.png" alt="content-image" />
</div>
</div>
{/* TEXT BLOCK */}
+17 -49
View File
@@ -218,7 +218,7 @@ class FloatHome extends React.Component {
{/* 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/home-sta-desktop.png" alt="content-image" />
<img className="img-fluid" src="assets/images/home-sta-desktop1.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}
@@ -367,7 +367,7 @@ class FloatHome extends React.Component {
{/* 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/img-05.png" alt="content-image" />
<img className="img-fluid" src="assets/images/img_05.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}
@@ -553,32 +553,17 @@ class FloatHome extends React.Component {
{/* 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/img-03.png" alt="content-image" />
<img className="img-fluid" src="assets/images/how-it-works-recomment-engine.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">Beauty of Simplicity</span>
<span className="section-id grey-color">RECOMMENDATION ENGINE</span>
{/* Title */}
<h2 className="h2-md">Beautiful, award-winning design</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>
<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>
</div>
</div> {/* END TEXT BLOCK */}
</div> {/* End row */}
@@ -694,7 +679,7 @@ class FloatHome extends React.Component {
<div className="row">
<div className="col-md-12">
<div className="img-block text-center wow fadeInUp" data-wow-delay="0.6s">
<img className="img-fluid" src="assets/images/browsers.png" alt="content-image" />
<img className="img-fluid" src="assets/images/browser-edit.png" alt="content-image" />
</div>
</div>
</div>
@@ -720,40 +705,23 @@ class FloatHome extends React.Component {
<div className="row">
{/* DOWNLOAD TXT */}
<div className="col-lg-6">
<div className="download-6-txt pl-20 wow fadeInUp" data-wow-delay="0.6s">
{/* Section ID */}
<span className="section-id">Built For Speed</span>
{/* Title */}
<h2 className="h2-md">Share text, voice, photos, videos, GIFs and files for free</h2>
{/* Text */}
<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
</p>
{/* STORE BADGES */}
<div className="stores-badge">
{/* AppStore */}
</p>
<div className="stores-badge">
<a href="#" className="store">
<img className="appstore" src="assets/images/appstore.png" alt="appstore-badge" />
</a>
{/* Google Play */}
</a>
<a href="#" className="store">
<img className="googleplay" src="assets/images/googleplay.png" alt="googleplay-badge" />
</a>
{/* Aamazon Market
<a href="#" class="store">
<img class="amazon" src="assets/images/amazon.png" alt="amazon-badge" />
</a> */}
{/* Mac AppStore
<a href="#" class="store">
<img class="mac-appstore" src="assets/images/macstore.png" alt="macstore-badge" />
</a> */}
{/* Microsoft Store
<a href="#" class="store">
<img class="microsoft" src="assets/images/microsoft.png" alt="microsoft-badge" />
</a> */}
</div> {/* END STORE BADGES */}
</div>
</div>
</div> {/* END DOWNLOAD TXT */}
</div>
{/* END DOWNLOAD TXT */}
</div> {/* End row */}
</div> {/* End container */}
</section> {/* END DOWNLOAD-6 */}
@@ -1292,7 +1260,7 @@ class FloatHome extends React.Component {
</div>
{/* Image */}
<div className="download-5-img wow fadeInUp" data-wow-delay="0.8s">
<img className="img-fluid" src="assets/images/img-20.png" alt="download-image" />
<img className="img-fluid" src="assets/images/img_20.png" alt="download-image" />
</div>
</div>
</div> {/* End row */}
+1 -1
View File
@@ -343,7 +343,7 @@ class Users extends React.Component {
{/* 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" />
<img className="img-fluid" src="assets/images/img_05.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}
+62
View File
@@ -0,0 +1,62 @@
export const Testimonial = [
{
name: 'Stew Langille',
title: 'Founder & CEO',
desc: 'Stew is our San Fran based entrepreneur and dad who has a busy lifestyle juggling his many responsibilities. Stew knows the importance of having multiple transport options available at the touch of a button, a dream thats now turning into a reality.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Olu Ameye',
title: 'CTO',
desc: 'Living in the outskirts of Atlanta, Olu is the resident driver of the team and works on reducing his carbon emissions by carpooling. Olu provides the perspective of fellow car owners that he weaves into Floats technical infrastructure.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Cornel Vaideanu',
title: 'Development',
desc: 'Residing high above the rest of us in his apartment in Cluj-Napoca, Romania, Cornels constant transport battle is with parking. But being the savvy problem solver that he is, Cornel loves to ditch his car and check out the alternative more accessible transport options to get around Clujs urban sprawl.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Anatoli Okhotnikov',
title: 'Development',
desc: 'Living in the fairy-tale like town of Ivano-Frankivsk, Ukraine, Tolik brings the unique perspective of smaller urban living to the table. With the tempting Chornohora mountain range on his back doorstep, Tolik clocks up the miles jumping in his car and escaping to the mountains all year round.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Maxie Jensen',
title: 'Design & Brand',
desc: 'Living smack bang in the middle of Berlin, Maxie knows the hustle and bustle of the big city and cannot wait for Float to be launched in Germany to help navigate her way around the concrete jungle.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Chelse Smith',
title: 'Project Management',
desc: 'Chelsea has just moved into a new house in central Auckland, NZ so she can be closer to EVERYTHING; restaurants, bars and public transport. She loves exploring the many transit options that come with the new territory.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
}
]