RECENT ACTIVITY
+- USER DASHBOARD -
-- Welcome to your dashboard. From here, you can access different sections of the OAE. -
-- - Open Link - +
diff --git a/images/avatar.jpg b/images/avatar.jpg
new file mode 100644
index 0000000..28317bf
Binary files /dev/null and b/images/avatar.jpg differ
diff --git a/images/user.jpg b/images/user.jpg
new file mode 100644
index 0000000..df66cab
Binary files /dev/null and b/images/user.jpg differ
diff --git a/index.html b/index.html
index 06ad2e3..a323ed0 100644
--- a/index.html
+++ b/index.html
@@ -35,6 +35,8 @@
+
+
diff --git a/src/components/dashboard.js b/src/components/dashboard.js
index ba9411b..d04f40b 100644
--- a/src/components/dashboard.js
+++ b/src/components/dashboard.js
@@ -1,6 +1,9 @@
import { html } from 'lit-element';
import sharedStyles from '../../style/app.scss';
+import dashboardStyles from '../../style/dashboard.scss';
+import dashboardButtonsStyles from '../../style/dashboard-filter.scss';
import { PageViewElement } from './page-view-element.js';
+import '@polymer/iron-icons/iron-icons.js';
import './sidebar.js';
import './top-nav.js';
import './info-card.js';
@@ -11,7 +14,7 @@ import './tags.js';
class OAEDashboard extends PageViewElement {
static get styles() {
- return [sharedStyles];
+ return [sharedStyles, dashboardStyles, dashboardButtonsStyles];
}
render() {
@@ -29,14 +32,32 @@ class OAEDashboard extends PageViewElement {
- Welcome to your dashboard. From here, you can access different sections of the OAE. -
-