From 38c93a13f4e50e7433233035df08318540e377c8 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 21 Jan 2018 10:59:15 -0800 Subject: [PATCH] oauth --- dash.css | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ dashboard.html | 46 ++++++++++++++++++++++++++++++++++++----- index.html | 1 + indexJs.js | 23 +-------------------- 4 files changed, 98 insertions(+), 27 deletions(-) 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 @@ + + + + + diff --git a/index.html b/index.html index 61c9f23..f775dde 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@