aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/dashboard/dashboard.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/pages/dashboard/dashboard.component.html')
-rw-r--r--webapp/src/app/pages/dashboard/dashboard.component.html24
1 files changed, 17 insertions, 7 deletions
diff --git a/webapp/src/app/pages/dashboard/dashboard.component.html b/webapp/src/app/pages/dashboard/dashboard.component.html
index ed6cfdb..041dc0d 100644
--- a/webapp/src/app/pages/dashboard/dashboard.component.html
+++ b/webapp/src/app/pages/dashboard/dashboard.component.html
@@ -1,9 +1,19 @@
-<div class="row">
- <div class="col-xxxl-3 col-md-6">
+<nb-card size="medium">
+ <nb-card-body>
<!--
- <ngx-status-card title="Light" type="primary">
- <i class="nb-lightbulb"></i>
- </ngx-status-card>
+ <div class="picture" style="background-image:url('assets/images/xds_dashboard_background.png');"></div>
-->
- </div>
-</div>
+
+ <div class="details">
+ <div class="title" align="center">
+ Welcome to XDS Dashboard
+ </div>
+ <div class="description">
+ <b>X(cross) Development System</b> allows developers to easily cross-compile AGL applications.
+ <br> <br> Used left-side menu to managed your projects, AGL SDKs and start building and debugging your applications.
+ <br> <br> Online documentation is available on <a href="http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/0_Abstract.html" target="_blank">AGL website documentation</a>
+ </div>
+ </div>
+ </nb-card-body>
+
+</nb-card>