UConn Course Search
diff --git a/class_registration_app/src/components/DashBoard.vue b/class_registration_app/src/components/DashBoard.vue
index 12eb87e..aab5dc0 100644
--- a/class_registration_app/src/components/DashBoard.vue
+++ b/class_registration_app/src/components/DashBoard.vue
@@ -23,6 +23,10 @@
.dashboard {
text-align: center;
+ position:absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
}
h1 {
diff --git a/class_registration_app/src/components/ScheduleView.vue b/class_registration_app/src/components/ScheduleView.vue
index f64990a..4711f2b 100644
--- a/class_registration_app/src/components/ScheduleView.vue
+++ b/class_registration_app/src/components/ScheduleView.vue
@@ -1,116 +1,308 @@
-
-
-
-
+
Uconn
+
+
Time
+
M
+
T
+
W
+
Th
+
F
-
-
- - Mo
- - Tu
- - We
- - Th
- - Fr
- - Sa
- - Su
-
-
-
- - 1
- - 2
- - 3
- - 4
- - 5
- - 6
- - 7
-
-
+
\ No newline at end of file
+}
+
+
+
+
+
+
+
diff --git a/class_registration_app/src/main.ts b/class_registration_app/src/main.ts
index 8cfdba8..cb3fecf 100644
--- a/class_registration_app/src/main.ts
+++ b/class_registration_app/src/main.ts
@@ -6,7 +6,7 @@ import { createPinia } from 'pinia'
import App from './App.vue'
import router from './router'
-//import { Amplify, Auth } from "aws-amplify";
+import { Amplify, Auth } from "aws-amplify";
//import awsconfig from './aws-exports.js';
//Amplify.configure(awsconfig);