diff --git a/Home.html b/Home.html index b060053..8ec3b09 100644 --- a/Home.html +++ b/Home.html @@ -30,7 +30,7 @@
- dashboard + dashboard

Nicholas 
Pease
@@ -95,7 +95,7 @@

Project's and Software

My projects and software programs. This leads to my projects and software portal.

- Access + Access
@@ -108,7 +108,7 @@

High School Portfolio

Portfolio constructed for high school. Contains documentation relating to high school and college.

- Access + Access
@@ -120,7 +120,7 @@

Legacy Website

My "legacy" portfolio. Contains minor information pertaining to projects and software programs. Hosted for historical purposes

- Access + Access
diff --git a/dashboard/index.html b/dashboard/index.html index 65a56e5..3db58fb 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -92,13 +92,17 @@
diff --git a/dashboard/script.js b/dashboard/script.js index aae2fd6..bf1cb82 100644 --- a/dashboard/script.js +++ b/dashboard/script.js @@ -1,8 +1,13 @@ + + function onLoad() { startFirebase() document.getElementById("main_content").style.display = "none"; document.getElementById("unauthorized").style.display = "none"; checkLogin() + setInterval(function() { + checkLogin(); + }, 1000); } // Starts Firebase diff --git a/dashboard/style.css b/dashboard/style.css index 5a3002c..31da49b 100644 --- a/dashboard/style.css +++ b/dashboard/style.css @@ -18,6 +18,10 @@ height: 100%; } +#main_content { + height: 100%; +} + .active {color: green;} .inactive {color: orange;} .canceled {color: red;} diff --git a/index.html b/index.html index 5a6481c..6865070 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@
- dashboard + dashboard

Nicholas 
Pease
@@ -95,7 +95,7 @@

Project's and Software

My projects and software programs. This leads to my projects and software portal.

- Access + Access
@@ -108,7 +108,7 @@

High School Portfolio

Portfolio constructed for high school. Contains documentation relating to high school and college.

- Access + Access
@@ -120,7 +120,7 @@

Legacy Website

My "legacy" portfolio. Contains minor information pertaining to projects and software programs. Hosted for historical purposes

- Access + Access