Skip to content

Commit

Permalink
Merge pull request #456 from Ashutosh-1302/master
Browse files Browse the repository at this point in the history
Added some changes
  • Loading branch information
Ashutosh-1302 authored May 18, 2024
2 parents 600a48c + 86ca987 commit fcd55b3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3 deletions.
49 changes: 49 additions & 0 deletions src/components/academics/acadData.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,45 @@ const DataNotice = [
const Admissions = [
{
heading: "Admissions",
title:
"For Admissions in M.Tech./M.Arch./M.Plan. (CCMT-2024),CCMT Counselling 2024",
data: [
{
para:
"The prospective candidates are advised to visit the CCMT website regularly for updates and other details regarding the online counseling process.",
link: "https://ccmt.admissions.nic.in/",
},
// {
// para: "Schedule for CCMT 2023",
// link:
// "https://drive.google.com/file/d/1lTs8RdH_gPJ9jv1oG9-_Zp2-AuDU7lhV/view?usp=share_link",
// },
{
para:
"Contact Details: (Email ID: [email protected] Contact: 0612 2371715 Extension no 172) PI In-charge: Prof. M. P. Singh Contact: 0612-2372715 (Ext. 172), [email protected] PI Co In-charge: Prof. A R Quaff, 0612-2372715 (Ext. 171), [email protected]",
link: "",
},
{
para: "Fee Details: Link-1",
link:
"https://drive.google.com/file/d/1qSQMYVRWFoWXad4Z765LtsPMXBofYKzK/view",
},
// {
// para: "Fee Details: Link-2",
// link:
// "https://drive.google.com/file/d/129jTHCY8iNvkSqg6QQz3y12otgsSco32/view?usp=share_link",
// },
// {
// para: "M.Tech/MURP (PG) REGULATION",
// link:
// "https://drive.google.com/file/d/1tQ528Hqf7wP3ZFUdiurzdJQeiVd8QPKL/view?usp=share_link",
// },
],
},
,
{
heading: "Admissions",
title: "Miscellaneous",
data: [
{
para: "Change of Branch for the session 2023-24",
Expand Down Expand Up @@ -432,6 +471,16 @@ const Fee = [
heading: "Fee Structures",
title: `UG/PG/PhD`,
data: [
{
para: "PhD: Fee Structure",
link:
"https://drive.google.com/file/d/1b6bsHkVHfPa0gsG3Z9vhUKrsrGb3Sw4h/view",
},
{
para: "PG: Fee Structure",
link:
"https://drive.google.com/file/d/1qSQMYVRWFoWXad4Z765LtsPMXBofYKzK/view",
},
{
para: "UG fee structure effective from session 2023-24 and onwards",
link:
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const Footer = () => {
<Link to="/tenders">Tenders</Link>
<a
// href="https://web.nitp.ac.in/uploads22/Academic_cal._Even_2022_23.pdf"
href="https://web.nitp.ac.in//uploads23/Academic_calendar_2023_24%20_Odd_sem.pdf"
href="https://drive.google.com/file/d/1tVgQSygS8GRTZIglbVWVClasegdd6BCi/view?usp=sharing"
target="_blank"
>
<h3>Academic Calendar</h3>
Expand Down
4 changes: 2 additions & 2 deletions src/components/global/navlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const Academics = [
},
{
// url: "https://web.nitp.ac.in/uploads22/Academic_cal._Even_2022_23.pdf",
url: "https://drive.google.com/file/d/1bMJqI6ZOVZTBan5Ik_KfttWTlwVKiEui/view?usp=drivesdk",
url: "https://drive.google.com/file/d/1tVgQSygS8GRTZIglbVWVClasegdd6BCi/view?usp=sharing",
title: "Academic Calendar",
data: "",
},
Expand Down Expand Up @@ -535,7 +535,7 @@ const Students = [
data: "concession",
},
{
url: "https://web.nitp.ac.in/uploads22/Academic_cal._Even_2022_23.pdf",
url: "https://drive.google.com/file/d/1tVgQSygS8GRTZIglbVWVClasegdd6BCi/view?usp=sharing",
title: "Academic Calendar",
},
{
Expand Down

0 comments on commit fcd55b3

Please sign in to comment.