Skip to content

Commit

Permalink
Merge pull request #11 from supremekhadka/supreme
Browse files Browse the repository at this point in the history
4th Semester Preboards Routine Update
  • Loading branch information
joonshakya authored Aug 30, 2024
2 parents c0bf1c7 + 760de88 commit 711dca9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
10 changes: 10 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ export default function Index() {
/>
</>
) : null}

{sem === "sem4" ? (
<>
<ExamRoutine
examType={examTypes.pre}
sem="sem4"
subtitle={<>Exam time: 06:15 AM - 09:15 AM</>}
/>
</>
) : null}
</Grid>
<Grid
item
Expand Down
39 changes: 18 additions & 21 deletions utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -1844,60 +1844,57 @@ export const examRoutine = {
{
day: "Sun",
subject: subjects.sem4.TOC,
date: "2024/03/03",
date: "2024/09/15",
friendlyDate: (
<>
3<sup>rd</sup> March
15<sup>th</sup> September
<br />
20<sup>th</sup> Falgun
30<sup>th</sup> Bhadra
</>
),
},
{
day: "Mon",
subject: subjects.sem4.CN,
date: "2024/03/04",
date: "2024/09/16",
friendlyDate: (
<>
4<sup>th</sup> March
16<sup>th</sup> September
<br />
21<sup>st</sup> Falgun
31<sup>st</sup> Bhadra
</>
),
},
{
day: "Tue",
day: "Wed",
subject: subjects.sem4.OS,
date: "2024/03/05",
date: "2024/09/18",
friendlyDate: (
<>
5<sup>th</sup> March
<br />
22<sup>nd</sup> Falgun
18<sup>th</sup> September
<br />2<sup>nd</sup> Asoj
</>
),
},
{
day: "Wed",
day: "Fri",
subject: subjects.sem4.DBMS,
date: "2024/03/06",
date: "2024/09/20",
friendlyDate: (
<>
6<sup>th</sup> March
<br />
23<sup>rd</sup> Falgun
20<sup>th</sup> September
<br />4<sup>th</sup> Asoj
</>
),
},
{
day: "Thu",
day: "Sun",
subject: subjects.sem4.AI,
date: "2024/03/07",
date: "2024/09/22",
friendlyDate: (
<>
7<sup>th</sup> March
<br />
24<sup>th</sup> Falgun
22<sup>nd</sup> September
<br />6<sup>th</sup> Asoj
</>
),
},
Expand Down

0 comments on commit 711dca9

Please sign in to comment.