getstarted iocns added
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import React, {Component} from 'react';
|
||||
import Motivated from '../pages/assests/images/motivated.ico'
|
||||
// import Instruction from '../pages/assests/images/instruction.ico'
|
||||
// import Usr from '../pages/assests/images/user-friendly.ico'
|
||||
import Instruction from '../pages/assests/images/instructions.ico'
|
||||
// import UserFriendly from '../pages/assests/images/user-friendly.ico'
|
||||
import Guide from '../pages/assests/images/guide-book.ico'
|
||||
// import Tracking from '../pages/assests/images/tracking3.ico'
|
||||
// import Support from '../pages/assests/images/support.ico'
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
import React, {Component} from 'react';
|
||||
import UserFriendly from '../pages/assests/images/user-friendly.ico'
|
||||
import FleetMgr from '../pages/assests/images/multiple-accounts.ico'
|
||||
import ChargeFinder from '../pages/assests/images/charger-location.ico'
|
||||
import Options from '../pages/assests/images/options1.ico'
|
||||
|
||||
|
||||
class GetStarted extends React.Component {
|
||||
render() {
|
||||
@@ -38,7 +43,7 @@ class GetStarted extends React.Component {
|
||||
<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>
|
||||
<div className="fbox-3-ico grey-color ico-65"><img src={UserFriendly} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Users</h5>
|
||||
{/* Text */}
|
||||
@@ -49,7 +54,7 @@ class GetStarted extends React.Component {
|
||||
<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>
|
||||
<div className="fbox-3-ico grey-color ico-65"><img src={FleetMgr} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Fleet Managers</h5>
|
||||
{/* Text */}
|
||||
@@ -60,7 +65,7 @@ class GetStarted extends React.Component {
|
||||
<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>
|
||||
<div className="fbox-3-ico grey-color ico-65"><img src={ChargeFinder} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Ev Charge Finder</h5>
|
||||
{/* Text */}
|
||||
@@ -71,7 +76,7 @@ class GetStarted extends React.Component {
|
||||
<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>
|
||||
<div className="fbox-3-ico grey-color ico-65"><img src={Options} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">Find Options</h5>
|
||||
{/* Text */}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user