Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 | |||
| 9c6f84d3b8 | |||
| 3604da9092 | |||
| 5699af8492 | |||
| 6a35044ee9 | |||
| 376e84ce32 | |||
| 41440b1c66 | |||
| 51b080c2b0 | |||
| 731c5041ac |
@@ -738,8 +738,8 @@
|
|||||||
|
|
||||||
#content-14.aliceblue-shape, #content-14.whitesmoke-shape { padding-top: 80px; }
|
#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.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 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; }
|
.content-12-img { margin-right: 0; margin-bottom: -40px; }
|
||||||
|
|
||||||
.cbox-txt { padding-left: 20px; }
|
.cbox-txt { padding-left: 20px; }
|
||||||
|
|||||||
@@ -2645,7 +2645,7 @@ h5.sm-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-5-btns h3 {
|
.hero-5-btns h3 {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-6-txt h2 {
|
.hero-6-txt h2 {
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 332 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 148 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
@@ -170,7 +170,7 @@
|
|||||||
patterns: {
|
patterns: {
|
||||||
youtube: {
|
youtube: {
|
||||||
index: 'youtube.com',
|
index: 'youtube.com',
|
||||||
src: 'https://www.youtube.com/embed/7e90gBu4pas'
|
src: 'https://www.youtube.com/embed/Jn22jdQ4KdQ' // added the id of the video
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ import FloatHome from './pages/FloatHome';
|
|||||||
import Users from './pages/Users';
|
import Users from './pages/Users';
|
||||||
import Fleet from './pages/Fleet';
|
import Fleet from './pages/Fleet';
|
||||||
import Privacy from './pages/Privacy';
|
import Privacy from './pages/Privacy';
|
||||||
|
import GetStarted from './pages/GetStarted';
|
||||||
|
import FindEv from "./pages/FindEv";
|
||||||
|
import FindMobility from "./pages/FindMobility";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,9 +53,13 @@ function App() {
|
|||||||
<Route path="/users" element={<Users/>} />
|
<Route path="/users" element={<Users/>} />
|
||||||
<Route path="/business" element={<Fleet/>} />
|
<Route path="/business" element={<Fleet/>} />
|
||||||
<Route path="/privacy" element={<Privacy/>} />
|
<Route path="/privacy" element={<Privacy/>} />
|
||||||
|
<Route path="/getstarted" element={<GetStarted />} />
|
||||||
|
<Route path="/findev" element={<FindEv />} />
|
||||||
|
<Route path="/findmobility" element={<FindMobility />} />
|
||||||
</Routes>
|
</Routes>
|
||||||
<Footer/>
|
<Footer/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,11 +13,11 @@ class Footer extends React.Component {
|
|||||||
<div className="col-sm-6 col-md-4 col-lg-3">
|
<div className="col-sm-6 col-md-4 col-lg-3">
|
||||||
<div className="footer-links mb-40">
|
<div className="footer-links mb-40">
|
||||||
<ul className="foo-links clearfix">
|
<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="/#">Users</Link></p></li>
|
||||||
<li><p className="p-md"><Link to="/#">App Updates</Link></p></li>
|
<li><p className="p-md"><Link to="/#">Fleet Mangers</Link></p></li>
|
||||||
<li><p className="p-md"><Link to="/#">Help & Support</Link></p></li>
|
<li><p className="p-md"><Link to="/findev">Find Ev Charge</Link></p></li>
|
||||||
<li><p className="p-md"><Link to="/#">Customer Stories</Link></p></li>
|
<li><p className="p-md"><Link to="/findmobility">Find Options</Link></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -25,10 +25,9 @@ class Footer extends React.Component {
|
|||||||
<div className="footer-links mb-40">
|
<div className="footer-links mb-40">
|
||||||
<ul className="foo-links clearfix">
|
<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="/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="/contacts">Customer Stories</Link></p></li>
|
||||||
<li><p className="p-md"><Link to="/#">Help & Support</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>
|
||||||
<li><p className="p-md"><Link to="/#">Resources</Link></p></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -37,8 +36,7 @@ class Footer extends React.Component {
|
|||||||
<ul className="foo-links clearfix">
|
<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="/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="/#">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="/privacy">Privacy Policy</Link></p></li>
|
|
||||||
<li><p className="p-md"><Link to="/terms">Terms & Privacy</Link></p></li>
|
<li><p className="p-md"><Link to="/terms">Terms & Privacy</Link></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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="/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="/blog_listing">Blog</Link></li> */}
|
||||||
<li className="nl-simple" aria-haspopup="true">
|
<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>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+2
-139
@@ -3,62 +3,6 @@ import { Testimonial } from './assests/data/about';
|
|||||||
|
|
||||||
class About extends React.Component {
|
class About extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
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."
|
|
||||||
}
|
|
||||||
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"
|
|
||||||
}
|
|
||||||
let testimonials = {
|
|
||||||
tag: 'MADE FOR US',
|
|
||||||
title:'Created from urbanists'
|
|
||||||
}
|
|
||||||
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.'
|
|
||||||
}
|
|
||||||
let brands = 'You might know Float from:'
|
|
||||||
let team = {
|
|
||||||
tag: 'One Team Many Talents',
|
|
||||||
title: 'Our Team is as vibrating and diversified as your urban life.',
|
|
||||||
}
|
|
||||||
let newsletter = {
|
|
||||||
tag: 'Subscribe to Our Newsletter',
|
|
||||||
title: 'Stay up to date with our news, ideas and updates',
|
|
||||||
cta: 'Subscribe Now'
|
|
||||||
}
|
|
||||||
|
|
||||||
return(
|
return(
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
@@ -267,87 +211,6 @@ class About extends React.Component {
|
|||||||
</div> {/* End row */}
|
</div> {/* End row */}
|
||||||
</div> {/* End container */}
|
</div> {/* End container */}
|
||||||
</section> {/* END CONTENT-2 */}
|
</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">{brands}</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
|
{/* SECTION DIVIDER
|
||||||
============================================= */}
|
============================================= */}
|
||||||
<div className="divider-wrapper text-center"><div className="section-divider" /></div>
|
<div className="divider-wrapper text-center"><div className="section-divider" /></div>
|
||||||
@@ -360,9 +223,9 @@ class About extends React.Component {
|
|||||||
<div className="col-lg-10 offset-lg-1">
|
<div className="col-lg-10 offset-lg-1">
|
||||||
<div className="section-title text-center mb-70">
|
<div className="section-title text-center mb-70">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">{team.title.h2}</h2>
|
<h2 className="h2-md">{team.tag}</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-xl">{team.title.p}</p>
|
<p className="p-xl">{team.title}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -0,0 +1,71 @@
|
|||||||
|
import React, {Component} from 'react';
|
||||||
|
|
||||||
|
class FindEv extends React.Component {
|
||||||
|
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="content-11" className="pb-100 content-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">
|
||||||
|
{/* Title */}
|
||||||
|
<h2 className="h2-md">Chat with Your Friends Easily</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>
|
||||||
|
{/* 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="510" 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 FindEv
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
import React, {Component} from 'react';
|
||||||
|
|
||||||
|
class FindMobility extends React.Component {
|
||||||
|
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="content-11" className="pb-100 content-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">
|
||||||
|
{/* Title */}
|
||||||
|
<h2 className="h2-md">Chat with Your Friends Easily</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>
|
||||||
|
{/* IMAGE BLOCK */}
|
||||||
|
<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/socials.png" alt="content-image" />
|
||||||
|
</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
|
||||||
+2
-27
@@ -1039,30 +1039,7 @@ class Fleet extends React.Component {
|
|||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">{downloadSection.header}</h2>
|
<h2 className="h2-md">{downloadSection.header}</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-xl">{downloadSection.text}</p>
|
<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>
|
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
</div> {/* End row */}
|
</div> {/* End row */}
|
||||||
@@ -1245,7 +1222,5 @@ let subscribeSection = {
|
|||||||
// Download Section
|
// Download Section
|
||||||
let downloadSection = {
|
let downloadSection = {
|
||||||
header: 'Take your fleet to the next level',
|
header: 'Take your fleet to the next level',
|
||||||
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus',
|
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)'
|
|
||||||
}
|
}
|
||||||
+24
-35
@@ -1,4 +1,7 @@
|
|||||||
import React, {Component} from 'react';
|
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 {
|
class FloatHome extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
@@ -72,18 +75,6 @@ class FloatHome extends React.Component {
|
|||||||
<img class="microsoft" src="assets/images/microsoft.png" alt="microsoft-badge" />
|
<img class="microsoft" src="assets/images/microsoft.png" alt="microsoft-badge" />
|
||||||
</a> */}
|
</a> */}
|
||||||
</div> {/* END STORE BADGES */}
|
</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>
|
||||||
</div> {/* END HERO-5 BUTTONS */}
|
</div> {/* END HERO-5 BUTTONS */}
|
||||||
</div> {/* End row */}
|
</div> {/* End row */}
|
||||||
@@ -100,7 +91,7 @@ class FloatHome extends React.Component {
|
|||||||
<div id="fb-1-1" className="col-md-4">
|
<div id="fb-1-1" className="col-md-4">
|
||||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||||
{/* Icon */}
|
{/* 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 */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">{message.access.heading}</h5>
|
<h5 className="h5-sm">{message.access.heading}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
@@ -111,7 +102,7 @@ class FloatHome extends React.Component {
|
|||||||
<div id="fb-1-2" className="col-md-4">
|
<div id="fb-1-2" className="col-md-4">
|
||||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||||
{/* Icon */}
|
{/* 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 */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">{message.notification.heading}</h5>
|
<h5 className="h5-sm">{message.notification.heading}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
@@ -122,7 +113,7 @@ class FloatHome extends React.Component {
|
|||||||
<div id="fb-1-3" className="col-md-4">
|
<div id="fb-1-3" className="col-md-4">
|
||||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||||
{/* Icon */}
|
{/* 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 */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">{message.spam.heading}</h5>
|
<h5 className="h5-sm">{message.spam.heading}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
@@ -1227,9 +1218,7 @@ class FloatHome extends React.Component {
|
|||||||
</section> {/* END DOWNLOAD-5 */}
|
</section> {/* END DOWNLOAD-5 */}
|
||||||
|
|
||||||
</div> {/* END PAGE CONTENT */}
|
</div> {/* END PAGE CONTENT */}
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1250,13 +1239,13 @@ export default FloatHome
|
|||||||
//SECTION TWO
|
//SECTION TWO
|
||||||
let message = {
|
let message = {
|
||||||
access: {
|
access: {
|
||||||
heading: `Quick Access`, description: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
heading: `Smart Options`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||||
ociis ligula blandit`
|
ociis ligula blandit`
|
||||||
},
|
},
|
||||||
notification: {heading: `Smart Notifications`, description: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
notification: {heading: `Save Money`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||||
ociis ligula blandit`
|
ociis ligula blandit`
|
||||||
},
|
},
|
||||||
spam: {heading: `Spam Protection`, description: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
spam: {heading: `Get Rewarded`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||||
ociis ligula blandit`
|
ociis ligula blandit`
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -1292,14 +1281,14 @@ export default FloatHome
|
|||||||
desc: `Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
desc: `Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||||
tempus, blandit and cursus varius magna tempus a dolor`,
|
tempus, blandit and cursus varius magna tempus a dolor`,
|
||||||
accounts: {
|
accounts: {
|
||||||
title: `Multiple Accounts`, desc: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
title: `Multiple Accounts`, desc: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||||
ociis ligula blandit`
|
Connectivity provides an array of features`
|
||||||
},
|
},
|
||||||
emojis: {title: `Stickers & Emojis`, desc: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
emojis: {title: `Service Options`, desc: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||||
ociis ligula blandit`
|
Connectivity provides an array of features`
|
||||||
},
|
},
|
||||||
files: {title: `Share Files & Media`, desc: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
files: {title: `Connectivity`, desc: ` With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||||
ociis ligula blandit`
|
Connectivity provides an array of features`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1310,14 +1299,14 @@ export default FloatHome
|
|||||||
title: `Get rewarded with Float points for traveling smarter.`,
|
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!)`,
|
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`
|
desc: `Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra`
|
||||||
},
|
},
|
||||||
stickers: {title: `Stickers, Emojis, Themes`,
|
stickers: {title: `Service Options`,
|
||||||
desc: `Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra`
|
desc: `Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra`
|
||||||
},
|
},
|
||||||
media: {title: `Share Files & Media`,
|
media: {title: `Connectivity`,
|
||||||
desc: `Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra`
|
desc: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.Connectivity provides an array of features`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1328,25 +1317,25 @@ export default FloatHome
|
|||||||
tempus, blandit and cursus varius magna tempus a dolor`,
|
tempus, blandit and cursus varius magna tempus a dolor`,
|
||||||
|
|
||||||
mode: {
|
mode: {
|
||||||
title: `Dark & Light Modes`,
|
title: `Monitoring`,
|
||||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||||
at vitae congue tempus`
|
at vitae congue tempus`
|
||||||
},
|
},
|
||||||
|
|
||||||
groupMes: {
|
groupMes: {
|
||||||
title: `Group Messaging`,
|
title: `Analytics`,
|
||||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||||
at vitae congue tempus`
|
at vitae congue tempus`
|
||||||
},
|
},
|
||||||
|
|
||||||
strongEncry: {
|
strongEncry: {
|
||||||
title: `Strong Encryption`,
|
title: `Unlock Functionality`,
|
||||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||||
at vitae congue tempus`
|
at vitae congue tempus`
|
||||||
},
|
},
|
||||||
|
|
||||||
voiceAsst: {
|
voiceAsst: {
|
||||||
title: `float Assistant`,
|
title: `Float Assistant`,
|
||||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||||
at vitae congue tempus`
|
at vitae congue tempus`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,482 @@
|
|||||||
|
import React, {Component} from 'react';
|
||||||
|
|
||||||
|
class GetStarted extends React.Component {
|
||||||
|
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">
|
||||||
|
<div className="fbox-3 bg_white wow fadeInUp" data-wow-delay="0.4s">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="fbox-3-ico grey-color ico-65"><span className="flaticon-streaming" /></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>
|
||||||
|
</div>
|
||||||
|
{/* FEATURE BOX #2 */}
|
||||||
|
<div id="fb-3-2" className="col-md-6 col-lg-3">
|
||||||
|
<div className="fbox-3 bg_white wow fadeInUp" data-wow-delay="0.6s">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="fbox-3-ico grey-color ico-65"><span className="flaticon-user-1" /></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>
|
||||||
|
</div>
|
||||||
|
{/* FEATURE BOX #3 */}
|
||||||
|
<div id="fb-3-3" className="col-md-6 col-lg-3">
|
||||||
|
<div className="fbox-3 bg_white wow fadeInUp" data-wow-delay="0.8s">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="fbox-3-ico grey-color ico-65"><span className="flaticon-echo-dot" /></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>
|
||||||
|
</div>
|
||||||
|
{/* FEATURE BOX #4 */}
|
||||||
|
<div id="fb-3-4" className="col-md-6 col-lg-3">
|
||||||
|
<div className="fbox-3 bg_white wow fadeInUp" data-wow-delay="1s">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="fbox-3-ico grey-color ico-65"><span className="flaticon-notes" /></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>
|
||||||
|
</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">Makes your address book lite 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 contacts with social profiles</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">Lightning fast and super powerful</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">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>
|
||||||
|
</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 */}
|
||||||
|
<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 */}
|
||||||
|
</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
|
||||||
+208
-110
@@ -26,9 +26,9 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-6 col-xl-6 m-bottom">
|
<div className="col-lg-6 col-xl-6 m-bottom">
|
||||||
<div className="hero-8-txt pc-25 wow fadeInRight" data-wow-delay="0.6s">
|
<div className="hero-8-txt pc-25 wow fadeInRight" data-wow-delay="0.6s">
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<h4 className="h4-sm">Float®</h4>
|
<h4 className="h4-sm">{heroSection.leadTitle}®</h4>
|
||||||
<h2 className="h2-sm">Your Activity Feed</h2>
|
<h2 className="h2-sm">{heroSection.title}</h2>
|
||||||
<h5 className="h5-xl">Stay Connected with Your Friends</h5>
|
<h5 className="h5-xl">{heroSection.desc}</h5>
|
||||||
<div>
|
<div>
|
||||||
{/* STORE BADGES */}
|
{/* STORE BADGES */}
|
||||||
<div className="stores-badge">
|
<div className="stores-badge">
|
||||||
@@ -44,7 +44,7 @@ class Users extends React.Component {
|
|||||||
|
|
||||||
{/* USER PORTAL */}
|
{/* USER PORTAL */}
|
||||||
<div>
|
<div>
|
||||||
<a className='btn btn-rose tra-grey-hover' href={`${process.env.REACT_APP_USERS}/`} target='_blank' >This leads to users PORTAL</a>
|
<a className='btn btn-rose tra-grey-hover' href={`${process.env.REACT_APP_USERS}/`} target='_blank' >{heroSection.mainSiteLink}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -73,11 +73,9 @@ class Users extends React.Component {
|
|||||||
{/* Text */}
|
{/* Text */}
|
||||||
<div className="fbox-txt">
|
<div className="fbox-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Multiple Accounts</h5>
|
<h5 className="h5-sm">{features.accounts.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
<p className="p-lg">{features.accounts.desc}</p>
|
||||||
at impedit felis undo auctor augue mauris
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -89,11 +87,9 @@ class Users extends React.Component {
|
|||||||
{/* Text */}
|
{/* Text */}
|
||||||
<div className="fbox-txt">
|
<div className="fbox-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Text, Voice & Video Calls</h5>
|
<h5 className="h5-sm">{features.float.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
<p className="p-lg">{features.float.desc}</p>
|
||||||
at impedit felis undo auctor augue mauris
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -105,11 +101,9 @@ class Users extends React.Component {
|
|||||||
{/* Text */}
|
{/* Text */}
|
||||||
<div className="fbox-txt">
|
<div className="fbox-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Share Files & Media</h5>
|
<h5 className="h5-sm">{features.files.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
<p className="p-lg">{features.files.desc}</p>
|
||||||
at impedit felis undo auctor augue mauris
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -121,11 +115,9 @@ class Users extends React.Component {
|
|||||||
{/* Text */}
|
{/* Text */}
|
||||||
<div className="fbox-txt">
|
<div className="fbox-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Alerts & Notifications</h5>
|
<h5 className="h5-sm">{features.notification.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
<p className="p-lg">{features.notification.desc}</p>
|
||||||
at impedit felis undo auctor augue mauris
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -137,11 +129,9 @@ class Users extends React.Component {
|
|||||||
{/* Text */}
|
{/* Text */}
|
||||||
<div className="fbox-txt">
|
<div className="fbox-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Online Verification</h5>
|
<h5 className="h5-sm">{features.verification.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
<p className="p-lg">{features.verification.desc}</p>
|
||||||
at impedit felis undo auctor augue mauris
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -153,11 +143,9 @@ class Users extends React.Component {
|
|||||||
{/* Text */}
|
{/* Text */}
|
||||||
<div className="fbox-txt">
|
<div className="fbox-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Spam Protection</h5>
|
<h5 className="h5-sm">{features.spam.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
<p className="p-lg">{features.spam.desc}</p>
|
||||||
at impedit felis undo auctor augue mauris
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -175,15 +163,11 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-5">
|
<div className="col-lg-5">
|
||||||
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-xs">Work smarter with powerful automation</h2>
|
<h2 className="h2-xs">{automate.title}</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Quaerat sodales sapien euismod purus at blandit and purus ipsum primis and cubilia laoreet
|
<p className="p-lg">{automate.desc}</p>
|
||||||
augue a luctus magna dolor luctus mauris pretium a sapien egestas luctus
|
|
||||||
</p>
|
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Fringilla risus, luctus mauris auctor a purus euismod orci pretium purus pretium undo ligula
|
<p className="p-lg">{automate.descTwo}</p>
|
||||||
rutrum tempor magna dolor
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
{/* IMAGE BLOCK */}
|
{/* IMAGE BLOCK */}
|
||||||
@@ -202,29 +186,29 @@ class Users extends React.Component {
|
|||||||
<div className="container">
|
<div className="container">
|
||||||
{/* CONTENT BOX-1 */}
|
{/* CONTENT BOX-1 */}
|
||||||
<div id="cb-1-1" className="cbox-1 pb-25">
|
<div id="cb-1-1" className="cbox-1 pb-25">
|
||||||
<div className="row d-flex align-items-center">
|
<div className="row align-items-center">
|
||||||
{/* IMAGE BLOCK */}
|
{/* IMAGE BLOCK */}
|
||||||
<div className="col-md-5 col-lg-6">
|
<div className="col-md-6 col-lg-6">
|
||||||
<div className="img-block left-column pc-25 mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
<div className="img-block left-column pc-25 mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||||
<img className="img-fluid" src="assets/images/route-mockup.jpeg" alt="content-image" />
|
<img className="img-fluid" src="assets/images/route-mockup2.png" alt="content-image" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{/* <div className="col-lg-7">
|
||||||
|
<div className="content-12-img right-column wow fadeInLeft" data-wow-delay="0.6s">
|
||||||
|
<img className="img-fluid" src="assets/images/info-pair.png" alt="content-image" />
|
||||||
|
</div>
|
||||||
|
</div> */}
|
||||||
{/* TEXT BLOCK */}
|
{/* TEXT BLOCK */}
|
||||||
<div className="col-md-7 col-lg-6">
|
<div className="col-md-6 col-lg-6">
|
||||||
<div className="txt-block right-column pc-30 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
<div className="txt-block right-column pc-30 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id grey-color">Unlimited Access</span>
|
<span className="section-id grey-color">{accessUnlimited.leadTitle}</span>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">Spend your time with loved ones</h2>
|
<h2 className="h2-md">{accessUnlimited.title}</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue
|
<p className="p-lg">{accessUnlimited.desc}</p>
|
||||||
luctus magna dolor luctus at egestas sapien vitae. Nemo egestas volute and turpis dolores aliquam quaerat
|
|
||||||
sodales a sapien
|
|
||||||
</p>
|
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue
|
<p className="p-lg">{accessUnlimited.descTwo}</p>
|
||||||
luctus magna dolor luctus and egestas sapien egestas vitae nemo volute
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
</div> {/* End row */}
|
</div> {/* End row */}
|
||||||
@@ -236,14 +220,11 @@ class Users extends React.Component {
|
|||||||
<div className="col-md-7 col-lg-6 m-bottom">
|
<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">
|
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id">Fastest Messaging</span>
|
<span className="section-id">{fastMes.leadTitle}</span>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">Unlimited calling, texting and picture messaging</h2>
|
<h2 className="h2-md">{fastMes.title}</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Aliqum mullam blandit and tempor sapien donec ipsum gravida porta. Velna vitae auctor
|
<p className="p-lg">{fastMes.desc}</p>
|
||||||
congue magna impedit ligula risus. Mauris donec ligula and magnis undo sapien sagittis sapien pretium
|
|
||||||
enim gravida purus ligula
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
{/* IMAGE BLOCK */}
|
{/* IMAGE BLOCK */}
|
||||||
@@ -270,11 +251,9 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-10 offset-lg-1">
|
<div className="col-lg-10 offset-lg-1">
|
||||||
<div className="section-title text-center mb-70">
|
<div className="section-title text-center mb-70">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">Get Ready to Be Surprised</h2>
|
<h2 className="h2-md">{moreFeatures.title}</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
<p className="p-xl">{moreFeatures.desc}</p>
|
||||||
tempus, blandit and cursus varius magna tempus a dolor
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -289,11 +268,9 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-8 m-bottom">
|
<div className="col-lg-8 m-bottom">
|
||||||
<div className="fbox-4-txt">
|
<div className="fbox-4-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Dark & Light Modes</h5>
|
<h5 className="h5-sm">{moreFeatures.mode.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-md grey-color">Porta semper lacus cursus risus and feugiat primis undo sodales a
|
<p className="p-md grey-color">{moreFeatures.mode.desc}</p>
|
||||||
sapien magna at vitae congue tempus
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* ICON */}
|
{/* ICON */}
|
||||||
@@ -313,11 +290,9 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-8 m-bottom">
|
<div className="col-lg-8 m-bottom">
|
||||||
<div className="fbox-4-txt">
|
<div className="fbox-4-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Auto-Link Opening</h5>
|
<h5 className="h5-sm">{moreFeatures.autoLink.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-md grey-color">Porta semper lacus cursus risus and feugiat primis undo sodales a
|
<p className="p-md grey-color">{moreFeatures.autoLink.desc}</p>
|
||||||
sapien magna at vitae congue gravida
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* ICON */}
|
{/* ICON */}
|
||||||
@@ -337,11 +312,9 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-8 m-bottom">
|
<div className="col-lg-8 m-bottom">
|
||||||
<div className="fbox-4-txt">
|
<div className="fbox-4-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Voice Assistant</h5>
|
<h5 className="h5-sm">{moreFeatures.float.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-md grey-color">Porta semper lacus cursus risus and feugiat primis undo sodales a
|
<p className="p-md grey-color">{moreFeatures.float.desc}</p>
|
||||||
sapien magna at vitae congue gravida
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* ICON */}
|
{/* ICON */}
|
||||||
@@ -361,11 +334,9 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-8 m-bottom">
|
<div className="col-lg-8 m-bottom">
|
||||||
<div className="fbox-4-txt">
|
<div className="fbox-4-txt">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">Task Scheduling</h5>
|
<h5 className="h5-sm">{moreFeatures.schedule.title}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-md grey-color">Porta semper lacus cursus risus and feugiat primis undo sodales a
|
<p className="p-md grey-color">{moreFeatures.schedule.desc}</p>
|
||||||
sapien magna at vitae congue gravida
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* ICON */}
|
{/* ICON */}
|
||||||
@@ -390,13 +361,11 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-6">
|
<div className="col-lg-6">
|
||||||
<div className="download-6-txt pl-20 wow fadeInUp" data-wow-delay="0.6s">
|
<div className="download-6-txt pl-20 wow fadeInUp" data-wow-delay="0.6s">
|
||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id">Built For Speed</span>
|
<span className="section-id">{floatForSpeed.leadTitle}</span>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">Keep Your Favorite People Close to You</h2>
|
<h2 className="h2-md">{floatForSpeed.title}</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-xl">Aliquam a augue suscipit, luctus neque at purus ipsum neque dolor primis libero tempus, blandit
|
<p className="p-xl">{floatForSpeed.desc}</p>
|
||||||
posuere orci auctor purus euismod an aliquam quaerat purus
|
|
||||||
</p>
|
|
||||||
{/* STORE BADGES */}
|
{/* STORE BADGES */}
|
||||||
<div className="stores-badge">
|
<div className="stores-badge">
|
||||||
{/* AppStore */}
|
{/* AppStore */}
|
||||||
@@ -440,23 +409,19 @@ class Users extends React.Component {
|
|||||||
<div className="col-md-7 col-lg-6">
|
<div className="col-md-7 col-lg-6">
|
||||||
<div className="txt-block right-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
<div className="txt-block right-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id grey-color">Beauty of Simplicity</span>
|
<span className="section-id grey-color">{floatMap.leadTitle}</span>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">Beautiful, award-winning design</h2>
|
<h2 className="h2-md">{floatMap.title}</h2>
|
||||||
{/* List */}
|
{/* List */}
|
||||||
<ul className="simple-list">
|
<ul className="simple-list">
|
||||||
<li className="list-item">
|
<li className="list-item">
|
||||||
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium
|
<p className="p-lg">{floatMap.desc}</p>
|
||||||
ligula rutrum tempor sapien
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li className="list-item">
|
<li className="list-item">
|
||||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit</p>
|
<p className="p-lg">{floatMap.descTwo}</p>
|
||||||
</li>
|
</li>
|
||||||
<li className="list-item">
|
<li className="list-item">
|
||||||
<p className="p-lg">Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
<p className="p-lg">{floatMap.descThree}</p>
|
||||||
pretium a purus mauris
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -473,27 +438,23 @@ class Users extends React.Component {
|
|||||||
<div className="col-md-6 col-xl-6">
|
<div className="col-md-6 col-xl-6">
|
||||||
<div className="txt-block left-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
<div className="txt-block left-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id">Totally Optimized</span>
|
<span className="section-id">{optimization.leadTitle}</span>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">Intuitive features, powerful results</h2>
|
<h2 className="h2-md">{optimization.title}</h2>
|
||||||
{/* List */}
|
{/* List */}
|
||||||
<ul className="simple-list">
|
<ul className="simple-list">
|
||||||
<li className="list-item">
|
<li className="list-item">
|
||||||
<p className="p-lg">Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium
|
<p className="p-lg">{optimization.desc}</p>
|
||||||
ligula rutrum tempor sapien
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li className="list-item">
|
<li className="list-item">
|
||||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit</p>
|
<p className="p-lg">{optimization.descTwo}</p>
|
||||||
</li>
|
</li>
|
||||||
<li className="list-item">
|
<li className="list-item">
|
||||||
<p className="p-lg">Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
<p className="p-lg">{optimization.descThree}</p>
|
||||||
pretium a purus mauris
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{/* Button */}
|
{/* Button */}
|
||||||
<a href="#content-1" className="btn btn-tra-grey rose-hover">Find Out More</a>
|
<a href="#content-1" className="btn btn-tra-grey rose-hover">{optimization.btn}</a>
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
{/* IMAGE BLOCK */}
|
{/* IMAGE BLOCK */}
|
||||||
@@ -635,7 +596,7 @@ class Users extends React.Component {
|
|||||||
</a> */}
|
</a> */}
|
||||||
</div> {/* END STORE BADGES */}
|
</div> {/* END STORE BADGES */}
|
||||||
{/* OS Prerequisite */}
|
{/* 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>
|
</div>
|
||||||
</div> {/* END DOWNLOAD BUTTON */}
|
</div> {/* END DOWNLOAD BUTTON */}
|
||||||
@@ -650,14 +611,11 @@ class Users extends React.Component {
|
|||||||
<div className="col-md-7 col-lg-6 m-bottom">
|
<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">
|
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id grey-color">Register in 30 Seconds</span>
|
<span className="section-id grey-color">{floatMight.leadTitle}</span>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="h2-md">Lightning fast and super powerful</h2>
|
<h2 className="h2-md">{floatMight.title}</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue
|
<p className="p-lg">{floatMight.desc}</p>
|
||||||
luctus magna dolor luctus at egestas sapien vitae nemo egestas volute and turpis dolores aliquam quaerat
|
|
||||||
sodales a sapien
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
{/* IMAGE BLOCK */}
|
{/* IMAGE BLOCK */}
|
||||||
@@ -677,7 +635,7 @@ class Users extends React.Component {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-8 offset-lg-2">
|
<div className="col-lg-8 offset-lg-2">
|
||||||
<div className="brands-title text-center">
|
<div className="brands-title text-center">
|
||||||
<h4 className="h4-sm">You might know us from:</h4>
|
<h4 className="h4-sm">{partners.title}</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -866,9 +824,9 @@ class Users extends React.Component {
|
|||||||
<div className="col-lg-6">
|
<div className="col-lg-6">
|
||||||
<div className="newsletter-txt">
|
<div className="newsletter-txt">
|
||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id">Subscribe to Our Newsletter</span>
|
<span className="section-id">{subscribeSec.leadTitle}</span>
|
||||||
{/* Title */}
|
{/* 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>
|
||||||
</div>
|
</div>
|
||||||
{/* NEWSLETTER FORM */}
|
{/* NEWSLETTER FORM */}
|
||||||
@@ -877,7 +835,7 @@ class Users extends React.Component {
|
|||||||
<div className="input-group">
|
<div className="input-group">
|
||||||
<input type="email" autoComplete="off" className="form-control" placeholder="Your email address" required id="s-email" />
|
<input type="email" autoComplete="off" className="form-control" placeholder="Your email address" required id="s-email" />
|
||||||
<span className="input-group-btn">
|
<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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{/* Newsletter Form Notification */}
|
{/* Newsletter Form Notification */}
|
||||||
@@ -897,4 +855,144 @@ class Users extends React.Component {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export default Users
|
export default Users
|
||||||
|
|
||||||
|
|
||||||
|
// PAGE TEXT/CONTENT VARIABLES
|
||||||
|
|
||||||
|
//HERO SECTION
|
||||||
|
let heroSection = {
|
||||||
|
leadTitle: `Float`,
|
||||||
|
title: `Your Activity Feed`,
|
||||||
|
desc: `Stay Connected with Your Friends`,
|
||||||
|
mainSiteLink: 'This leads to users PORTAL',
|
||||||
|
};
|
||||||
|
|
||||||
|
//SECTION TWO
|
||||||
|
let features = {
|
||||||
|
accounts: {
|
||||||
|
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: `Analytics`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||||
|
at impedit felis undo auctor augue mauris`
|
||||||
|
},
|
||||||
|
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: `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: `Big Perks`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||||
|
at impedit felis undo auctor augue mauris`
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// FLOAT AUTOMATION SECTION
|
||||||
|
let automate = {
|
||||||
|
title: `Work smarter with powerful automation`,
|
||||||
|
desc: `Quaerat sodales sapien euismod purus at blandit and purus ipsum primis and cubilia laoreet
|
||||||
|
augue a luctus magna dolor luctus mauris pretium a sapien egestas luctus`,
|
||||||
|
descTwo: `Fringilla risus, luctus mauris auctor a purus euismod orci pretium purus pretium undo ligula
|
||||||
|
rutrum tempor magna dolor`
|
||||||
|
}
|
||||||
|
|
||||||
|
// UNLIMITED ACCESS SECTION
|
||||||
|
let accessUnlimited = {
|
||||||
|
leadTitle: `Unlimited Access`,
|
||||||
|
title: `Spend your time with loved ones`,
|
||||||
|
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`,
|
||||||
|
descTwo: `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`
|
||||||
|
}
|
||||||
|
|
||||||
|
// FAST MESSAGING SECTION
|
||||||
|
let fastMes = {
|
||||||
|
leadTitle: `Fastest Messaging`,
|
||||||
|
title: `Unlimited calling, texting and picture messaging`,
|
||||||
|
desc: `Aliqum mullam blandit and tempor sapien donec ipsum gravida porta. Velna vitae auctor
|
||||||
|
congue magna impedit ligula risus. Mauris donec ligula and magnis undo sapien sagittis sapien pretium
|
||||||
|
enim gravida purus ligula`,
|
||||||
|
}
|
||||||
|
|
||||||
|
// GET READY TO BE SURPRISED SECTION
|
||||||
|
let moreFeatures = {
|
||||||
|
title: `Get Ready to Be Surprised`,
|
||||||
|
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: `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
|
||||||
|
sapien magna at vitae congue gravida`
|
||||||
|
},
|
||||||
|
float: {title: `Float Assistant`, desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a
|
||||||
|
sapien magna at vitae congue gravida`
|
||||||
|
},
|
||||||
|
schedule: {title: `Task Scheduling`, desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a
|
||||||
|
sapien magna at vitae congue gravida`
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
//BULIT FOR SPEED SECTION
|
||||||
|
let floatForSpeed = {
|
||||||
|
leadTitle: `Built For Speed`,
|
||||||
|
title: `Keep Your Favorite People Close to You`,
|
||||||
|
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`,
|
||||||
|
}
|
||||||
|
|
||||||
|
// DESIGN SECTION
|
||||||
|
let floatMap = {
|
||||||
|
leadTitle: `Beauty of Simplicity`,
|
||||||
|
title: `Beautiful, award-winning design`,
|
||||||
|
desc: `Fringilla risus, luctus mauris orci auctor purus euismod pretium purus pretium
|
||||||
|
ligula rutrum tempor sapien`,
|
||||||
|
descTwo: `Quaerat sodales sapien euismod purus blandit`,
|
||||||
|
descThree: `Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
||||||
|
pretium a purus mauris`,
|
||||||
|
}
|
||||||
|
|
||||||
|
// OPTIMIZATION SECTION
|
||||||
|
let 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`,
|
||||||
|
descTwo: `Quaerat sodales sapien euismod purus blandit`,
|
||||||
|
descThree: `Nemo ipsam egestas volute turpis dolores ut aliquam quaerat sodales sapien undo
|
||||||
|
pretium a purus mauris`,
|
||||||
|
btn: `Find Out More`
|
||||||
|
}
|
||||||
|
|
||||||
|
//DOWNLOAD SECTION TWO
|
||||||
|
let downloadPlatform = {
|
||||||
|
leadTitle: `Available for iOS 8 and Android Devices From 5.5`
|
||||||
|
}
|
||||||
|
|
||||||
|
// LIGHT & POWERFUL
|
||||||
|
let floatMight = {
|
||||||
|
leadTitle: `Register in 30 Seconds`,
|
||||||
|
title: `Lightning Fast. Super Powerful`,
|
||||||
|
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`,
|
||||||
|
}
|
||||||
|
|
||||||
|
// PARTNERS SECTION
|
||||||
|
let partners = {
|
||||||
|
title: `You might know us from:`
|
||||||
|
}
|
||||||
|
|
||||||
|
//SUBSCRIBE SECTION
|
||||||
|
let subscribeSec = {
|
||||||
|
leadTitle: `Subscribe to Our Newsletter`,
|
||||||
|
title: `Stay up to date with our news, ideas and updates`,
|
||||||
|
btn: 'Subscribe Now'
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user