some header text
This commit is contained in:
+57
-12
@@ -1,19 +1,33 @@
|
||||
<ion-content [fullscreen]="true" class="homeBackImg">
|
||||
<div id="container">
|
||||
<ion-card>
|
||||
<ion-card-header>
|
||||
<ion-card-title>FloatEV 1</ion-card-title>
|
||||
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
|
||||
</ion-card-header>
|
||||
<ion-header>
|
||||
<ion-toolbar color="dark">
|
||||
<ion-title>FloatEV</ion-title>
|
||||
</ion-toolbar>
|
||||
</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-content>
|
||||
Here's a small text description for the card content. Nothing more,
|
||||
nothing less.
|
||||
@@ -30,5 +44,36 @@
|
||||
</ion-card-content>
|
||||
</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>
|
||||
</ion-content>
|
||||
|
||||
+2
-1
@@ -3,7 +3,8 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Ionic App</title>
|
||||
<title>FloatEV App</title>
|
||||
|
||||
|
||||
<base href="/" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user