Skip to content

Commit

Permalink
Finish adding Health Informatics classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ochirsaikhan committed Jul 10, 2023
1 parent b9e18e1 commit 7555abb
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 additions & 1 deletion src/components/Roadmap/boxesData/infMajor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
};

0 comments on commit 7555abb

Please sign in to comment.