Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Curriculum #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 30 additions & 2 deletions src/pages/curriculum/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ export default function Curriculum() {
const cse16 = "CSE_Syllabus_16.pdf";
const ece15 = "Curriculum_IIITTUGECE15.pdf";
const ece16 = "Syllabus_ECE_16.pdf";
const cse20="UG_CSE_2020.pdf";
const ece20="UG_ECE_2020.pdf";

return (
<div className="page-container">
Expand Down Expand Up @@ -184,7 +186,20 @@ export default function Curriculum() {
src={require("../../images/news-icon.svg")}
className={classes.download}
/>
2016 Onwards
2016
</a>
</TableCell>
<TableCell>
<a
href={require(`../../docs/${cse15}`)}
download={`${cse20}`}
className={classes.link}
>
<img
src={require("../../images/news-icon.svg")}
className={classes.download}
/>
2020 Onwards
</a>
</TableCell>
</TableRow>
Expand Down Expand Up @@ -213,7 +228,20 @@ export default function Curriculum() {
src={require("../../images/news-icon.svg")}
className={classes.download}
/>
2016 Onwards
2016
</a>
</TableCell>
<TableCell>
<a
href={require(`../../docs/${cse15}`)}
download={`${ece20}`}
className={classes.link}
>
<img
src={require("../../images/news-icon.svg")}
className={classes.download}
/>
2020 Onwards
</a>
</TableCell>
</TableRow>
Expand Down