diff --git a/Project Proposal.pptx b/Project Proposal.pptx new file mode 100644 index 0000000..c64f621 Binary files /dev/null and b/Project Proposal.pptx differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e087342 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ + + + + + + + Workforce Planning Dashboard + + + +
+

Placeholder for info and explanations

+
+
+
+
+

Dashboard Filters

+
+

+

+

Workforce Metrics

+
+
+

Status

+
+
+

Trends Over Time

+
+

+
+
+ + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..9f54953 --- /dev/null +++ b/styles.css @@ -0,0 +1,51 @@ +body { + background-color: gainsboro; + font-family: sans-serif; +} + +h1 { + font-size: 30px; +} + +h2 { + font-size: 20px; +} + +h1, h2, p { + text-align: center; +} + +.box div { + display: inline-block; + white-space: nowrap; + box-sizing: border-box; +} + +.filters { + width: 100%; + border-style: solid; + border-width: 1px; + border-color: gray; +} + + +.metrics { + width: 25%; + border-style: solid; + border-width: 1px; + border-color: gray; +} + +.positionStatus { + width: 25%; + border-style: solid; + border-width: 1px; + border-color: gray; +} + +.graph { + width: 50%; + border-style: solid; + border-width: 1px; + border-color: gray; +} \ No newline at end of file