diff --git a/dash.css b/dash.css
index 92d9e7c..0316359 100644
--- a/dash.css
+++ b/dash.css
@@ -10,12 +10,53 @@ html {
background-color: #d7dae0;
}
+.g-signin2 {
+ display: none;
+}
+
.nav {
width: 100%;
height: 40px;
+ position: relative;
background-color: black;
}
+.home {
+ position: absolute;
+ float: left;
+ height: 40px;
+ width: 50px;
+ color: white !important;
+ cursor: pointer;
+}
+
+.profile {
+ float: right;
+ height: 40px;
+}
+
+#email {
+ position: absolute;
+ top: 50%;
+ right: 0;
+ transform: translate(-50%, -50%);
+ font-size: 15px;
+ vertical-align: middle;
+ color:white;
+ font-family: 'Open Sans Condensed', sans-serif;
+}
+
+#profImg {
+ height: 30px;
+ width: 30px;
+ margin: 0;
+ position: absolute;
+ top: 50%;
+ right: 0;
+ transform: translate(-50%, -50%);
+ border-radius: 50px;
+}
+
.cardsCont {
background-color: #d7dae0;
}
@@ -32,6 +73,20 @@ html {
padding: 0 !important;
}
+.welRow {
+ margin-top: 5px;
+ text-align: center;
+}
+.hr {
+ border-color: grey;
+}
+
+#welcome {
+ font-family: 'Open Sans Condensed', sans-serif;
+ font-size: 40px;
+ color: #37474F;
+}
+
.goalRow {
margin: 0;
padding: 0;
diff --git a/dashboard.html b/dashboard.html
index 84d2470..ec5be76 100644
--- a/dashboard.html
+++ b/dashboard.html
@@ -13,7 +13,13 @@
+
+
+
+
+