Dash-Icons added
@@ -1,4 +1,13 @@
|
||||
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 Guide from '../pages/assests/images/guide-book.ico'
|
||||
// import Tracking from '../pages/assests/images/tracking3.ico'
|
||||
// import Support from '../pages/assests/images/support.ico'
|
||||
import QuickAccess from '../pages/assests/images/charging-station.ico'
|
||||
import Metrics from '../pages/assests/images/metrics.ico'
|
||||
// import Follow from '../pages/assests/images/self-driving.ico'
|
||||
|
||||
class Fleet extends React.Component {
|
||||
render() {
|
||||
@@ -82,7 +91,7 @@ class Fleet extends React.Component {
|
||||
{/* FEATURE BOX #1 */}
|
||||
<div id="fb-13-1" className="fbox-13 mt-50 mb-30 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-clock" /></div>
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Metrics} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{statsSection.metrics.title}</h5>
|
||||
{/* Text */}
|
||||
@@ -91,7 +100,7 @@ class Fleet extends React.Component {
|
||||
{/* FEATURE BOX #2 */}
|
||||
<div id="fb-13-2" className="fbox-13 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-exercise" /></div>
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Guide} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{statsSection.guide.title}</h5>
|
||||
{/* Text */}
|
||||
@@ -102,7 +111,7 @@ class Fleet extends React.Component {
|
||||
{/* FEATURE BOX #3 */}
|
||||
<div id="fb-13-3" className="fbox-13 mb-30 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-salad" /></div>
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><img src={QuickAccess} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{statsSection.access.title}</h5>
|
||||
{/* Text */}
|
||||
@@ -111,7 +120,7 @@ class Fleet extends React.Component {
|
||||
{/* FEATURE BOX #4 */}
|
||||
<div id="fb-13-4" className="fbox-13 wow fadeInUp" data-wow-delay="1s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-lose-weight" /></div>
|
||||
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Motivated} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{statsSection.motivated.title}</h5>
|
||||
{/* Text */}
|
||||
|
||||
|
After Width: | Height: | Size: 9.4 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 8.0 KiB |