Update dashboard welcome page.
[src/xds/xds-agent.git] / webapp / src / app / pages / dashboard / dashboard.component.html
index ed6cfdb..041dc0d 100644 (file)
@@ -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>