some header text
This commit is contained in:
+57
-12
@@ -1,19 +1,33 @@
|
|||||||
<ion-content [fullscreen]="true" class="homeBackImg">
|
<ion-content [fullscreen]="true" class="homeBackImg">
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<ion-card>
|
<ion-header>
|
||||||
<ion-card-header>
|
<ion-toolbar color="dark">
|
||||||
<ion-card-title>FloatEV 1</ion-card-title>
|
<ion-title>FloatEV</ion-title>
|
||||||
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
|
</ion-toolbar>
|
||||||
</ion-card-header>
|
</ion-header>
|
||||||
|
|
||||||
|
<ion-card>
|
||||||
|
<!-- <ion-grid>
|
||||||
|
<ion-row> -->
|
||||||
|
<ion-col size-md="6" offset="3">
|
||||||
|
<ion-card-header>
|
||||||
|
<ion-card-title>FloatEV 1</ion-card-title>
|
||||||
|
<ion-card-subtitle>Fleet Conversion Platform</ion-card-subtitle>
|
||||||
|
</ion-card-header>
|
||||||
|
</ion-col>
|
||||||
|
<ion-col size-md="6" offset="3">
|
||||||
|
<ion-card-content>
|
||||||
|
Metrics performance Dashboard Float's recommendation engine enables
|
||||||
|
tracking of vehicle usage, ownership & service costs, fuel costs,
|
||||||
|
emissions.Its Telematics IoT enabled OBD device & dashcam to
|
||||||
|
connect directly to the vehicle to pull data.
|
||||||
|
</ion-card-content>
|
||||||
|
</ion-col>
|
||||||
|
<!-- </ion-row>
|
||||||
|
</ion-grid> -->
|
||||||
|
</ion-card>
|
||||||
|
|
||||||
<ion-card-content>
|
|
||||||
Here's a small text description for the card content. Nothing more,
|
|
||||||
nothing less.
|
|
||||||
</ion-card-content>
|
|
||||||
</ion-card>
|
|
||||||
|
|
||||||
<ion-card>
|
<ion-card>
|
||||||
|
|
||||||
<ion-card-content>
|
<ion-card-content>
|
||||||
Here's a small text description for the card content. Nothing more,
|
Here's a small text description for the card content. Nothing more,
|
||||||
nothing less.
|
nothing less.
|
||||||
@@ -30,5 +44,36 @@
|
|||||||
</ion-card-content>
|
</ion-card-content>
|
||||||
</ion-card>
|
</ion-card>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ion-footer>
|
||||||
|
<ion-toolbar>
|
||||||
|
<ion-grid>
|
||||||
|
<ion-row>
|
||||||
|
<ion-col>
|
||||||
|
<ion-icon name="logo-facebook"></ion-icon>
|
||||||
|
</ion-col>
|
||||||
|
<ion-col>
|
||||||
|
<ion-icon name="logo-twitter"></ion-icon>
|
||||||
|
</ion-col>
|
||||||
|
<ion-col>
|
||||||
|
<ion-icon name="logo-linkedin"></ion-icon>
|
||||||
|
</ion-col>
|
||||||
|
</ion-row>
|
||||||
|
</ion-grid>
|
||||||
|
</ion-toolbar>
|
||||||
|
</ion-footer>
|
||||||
</div>
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
+2
-1
@@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Ionic App</title>
|
<title>FloatEV App</title>
|
||||||
|
|
||||||
|
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user