diff --git a/src/App/DevForm.jsx b/src/App/DevForm.jsx
new file mode 100644
index 0000000..0db355d
--- /dev/null
+++ b/src/App/DevForm.jsx
@@ -0,0 +1,27 @@
+const devStyles = {
+ header: {
+ display: "flex",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "100%",
+ width: "100%",
+ fontSize: "2rem",
+ },
+ body: {
+ display: "flex",
+ flexDirection: "column",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "300px",
+ width: "100%",
+ },
+ };
+
+return (
+
+);
\ No newline at end of file
diff --git a/src/App/DevResultPage.jsx b/src/App/DevResultPage.jsx
new file mode 100644
index 0000000..b082285
--- /dev/null
+++ b/src/App/DevResultPage.jsx
@@ -0,0 +1,28 @@
+const devResultStyles = {
+ header: {
+ display: "flex",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "100%",
+ width: "100%",
+ fontSize: "2rem",
+ },
+ body: {
+ display: "flex",
+ flexDirection: "column",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "300px",
+ width: "100%",
+ },
+ };
+
+return (
+
+
+
DEV RESULT
+
Result line graph from data for dev usage.
+
+
+
+)
diff --git a/src/App/Footer.jsx b/src/App/Footer.jsx
new file mode 100644
index 0000000..153d3f5
--- /dev/null
+++ b/src/App/Footer.jsx
@@ -0,0 +1,32 @@
+const footerStyles = {
+ row: {
+ display: "flex",
+ flexDirection: "row",
+ justifyContent: "space-around",
+ alignItems: "center",
+ padding: "10px",
+ backgroundColor: 'black',
+ color: 'white',
+ },
+ column: {
+ display: "flex",
+ flexDirection: "column",
+ justifyContent: "space-around",
+ },
+}
+
+return (
+
+);
diff --git a/src/App/Header.jsx b/src/App/Header.jsx
new file mode 100644
index 0000000..2aae6f5
--- /dev/null
+++ b/src/App/Header.jsx
@@ -0,0 +1,32 @@
+const headerStyles = {
+ header: {
+ display: "flex",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "100%",
+ width: "100%",
+ fontSize: "2rem",
+ },
+ row: {
+ display: "flex",
+ flexDirection: "row",
+ justifyContent: "space-around",
+ alignItems: "center",
+ padding: "10px",
+ backgroundColor: 'black',
+ color: 'white',
+ },
+ column: {
+ display: "flex",
+ flexDirection: "column",
+ justifyContent: "space-around",
+ },
+}
+
+return (
+
+
+
BOS Services Calculator
+
+
+);
diff --git a/src/App/Landing.jsx b/src/App/Landing.jsx
deleted file mode 100644
index 81bfe50..0000000
--- a/src/App/Landing.jsx
+++ /dev/null
@@ -1 +0,0 @@
-return Landing Page!
;
diff --git a/src/App/Main.jsx b/src/App/Main.jsx
deleted file mode 100644
index 411272f..0000000
--- a/src/App/Main.jsx
+++ /dev/null
@@ -1 +0,0 @@
-return Main Page
;
diff --git a/src/App/ProviderForm.jsx b/src/App/ProviderForm.jsx
new file mode 100644
index 0000000..46f5951
--- /dev/null
+++ b/src/App/ProviderForm.jsx
@@ -0,0 +1,28 @@
+const providerStyles = {
+ header: {
+ display: "flex",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "100%",
+ width: "100%",
+ fontSize: "2rem",
+ },
+ body: {
+ display: "flex",
+ flexDirection: "column",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "300px",
+ width: "100%",
+ },
+ };
+
+return (
+
+);
+ß
\ No newline at end of file
diff --git a/src/App/ProviderResultPage.jsx b/src/App/ProviderResultPage.jsx
new file mode 100644
index 0000000..c4bf9b9
--- /dev/null
+++ b/src/App/ProviderResultPage.jsx
@@ -0,0 +1,28 @@
+const providerResultStyles = {
+ header: {
+ display: "flex",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "100%",
+ width: "100%",
+ fontSize: "2rem",
+ },
+ body: {
+ display: "flex",
+ flexDirection: "column",
+ justifyContent: "center",
+ alignItems: "center",
+ height: "300px",
+ width: "100%",
+ },
+};
+
+
+return (
+
+
+
PROVIDER RESULT
+
Result line graph and info for provider form data.
+
+
+);
\ No newline at end of file
diff --git a/src/HelloWorld.jsx b/src/HelloWorld.jsx
deleted file mode 100644
index b431360..0000000
--- a/src/HelloWorld.jsx
+++ /dev/null
@@ -1,8 +0,0 @@
-return (
- <>
- Hello world
- Click here to navigate to landing page
- Click here to navigate to main page
-
- >
-);
diff --git a/src/RootContent.jsx b/src/RootContent.jsx
deleted file mode 100644
index 23d6431..0000000
--- a/src/RootContent.jsx
+++ /dev/null
@@ -1,3 +0,0 @@
-return (
- Something to display as root content
-);
\ No newline at end of file
diff --git a/src/scc.jsx b/src/scc.jsx
new file mode 100644
index 0000000..e05b72c
--- /dev/null
+++ b/src/scc.jsx
@@ -0,0 +1,31 @@
+const sccStyles = {
+ row: {
+ display: "flex",
+ flexDirection: "row",
+ justifyContent: "space-around",
+ alignItems: "center",
+ padding: "10px",
+ },
+ column: {
+ display: "flex",
+ flexDirection: "column",
+ justifyContent: "space-around",
+ },
+};
+
+//
+
+return (
+
+);
\ No newline at end of file