Skip to content

Commit

Permalink
Finish adding Project classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ochirsaikhan committed Jul 10, 2023
1 parent 7555abb commit 93be303
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/components/Roadmap/boxesData/infMajor.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,5 +511,44 @@ export default {
text: "PHIL 385",
hoverColor: "orange1",
},
{
type: "multiBox",
x: 443,
y: 1400,
width: 243,
height: 198,
fillColor: "orange0",
text: "Project",
},
{
type: "tertiaryBox",
x: 459,
y: 1457,
width: 211,
fillColor: "orange0",
strokeColor: "orange3",
text: "CMPSC 580",
hoverColor: "orange1",
},
{
type: "tertiaryBox",
x: 459,
y: 1502,
width: 211,
fillColor: "orange0",
strokeColor: "orange3",
text: "INFM 600",
hoverColor: "orange1",
},
{
type: "tertiaryBox",
x: 459,
y: 1547,
width: 211,
fillColor: "orange0",
strokeColor: "orange3",
text: "INFM 610",
hoverColor: "orange1",
},
],
};

0 comments on commit 93be303

Please sign in to comment.