From 7c3d8b98e6331169883cee2d66b7d31e7230f496 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 14 Nov 2020 13:19:23 -0500 Subject: add some fancier styling with better labels --- src/App.js | 88 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 55 insertions(+), 33 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 6fdf77a..734ee62 100644 --- a/src/App.js +++ b/src/App.js @@ -30,7 +30,7 @@ function App() { return (
-

RIT Covid Dashboard

+

RIT Covid Dashboard

Last Updated:{" "} {lastUpdate.toLocaleString({ @@ -41,43 +41,65 @@ function App() { minute: "2-digit", })}

-
- - +
+
+
+

Total Positive Cases Since August 19 (First Day of Classes)

+
+ + +
-
- - +
+
+

New Positive Cases From Past 14 Days

+ +
+ + +
-
- - +
+
+

Number of Students in Quarantine

+
+ Quarantine separates and restricts the movement of people who were exposed to a contagious disease + to see if they become sick. +
+
+ + +
-
- - +
+
+

Number of Students in Isolation

+
+ Isolation separates sick people with a contagious disease from people who are not sick. +
+
+ + +
-
- +
+
+

Number of Tests Administered by Student Health Center

+
+ +
-
- +
+
+

Quarantine/Isolation Bed Availability On-campus

+
+ +
); -- cgit v1.2.3