From 7555abb9f02bc3b5ff48e8c71019dbb2f4dbe1b1 Mon Sep 17 00:00:00 2001 From: Ochirsaikhan Date: Mon, 10 Jul 2023 03:16:41 -0400 Subject: [PATCH] Finish adding Health Informatics classes --- src/components/Roadmap/boxesData/infMajor.js | 82 +++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/src/components/Roadmap/boxesData/infMajor.js b/src/components/Roadmap/boxesData/infMajor.js index 8c23452..c4cede6 100644 --- a/src/components/Roadmap/boxesData/infMajor.js +++ b/src/components/Roadmap/boxesData/infMajor.js @@ -427,9 +427,89 @@ export default { x: 880, y: 870, width: 243, - height: 380, + height: 425, fillColor: "orange0", text: "Health Informatics", }, + { + type: "tertiaryBox", + x: 896, + y: 927, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "CMPSC 300", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 896, + y: 972, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "COMM 331", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 896, + y: 1017, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "GHS 228", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 896, + y: 1062, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "GHS 235", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 896, + y: 1107, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "GHS 321", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 896, + y: 1152, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "GHS 354", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 896, + y: 1197, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "HIST 380", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 896, + y: 1242, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "PHIL 385", + hoverColor: "orange1", + }, ], };