Home page contents
This commit is contained in:
+3
-2
@@ -16,7 +16,8 @@ services:
|
||||
- apigateway.wrenchboard.app.lotus.fluxtra.net:172.31.4.19
|
||||
environment:
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
volumes:
|
||||
- ./src:/www/app/src
|
||||
# volumes:
|
||||
# - ./:/www/app
|
||||
volumes:
|
||||
src:
|
||||
# - ./:/www/app
|
||||
|
||||
@@ -1,14 +1,8 @@
|
||||
<ion-content [fullscreen]="true">
|
||||
<ion-header collapse="condense">
|
||||
<ion-toolbar>
|
||||
<ion-title size="large">FloatEV</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<div id="container">
|
||||
<ion-card>
|
||||
<ion-card-header>
|
||||
<ion-card-title>Card Title</ion-card-title>
|
||||
<ion-card-title>FloatEV</ion-card-title>
|
||||
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
|
||||
</ion-card-header>
|
||||
|
||||
@@ -23,6 +17,16 @@
|
||||
<ion-card-content>
|
||||
Here's a small text description for the card content. Nothing more,
|
||||
nothing less.
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-button size="default">Sign Up</ion-button>
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
<ion-button size="default">Login</ion-button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user