Skip to content

Commit

Permalink
Update Club Page, RTI PAge, Staff Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagmohan-Dixit committed Dec 23, 2021
1 parent 4964695 commit 8de3024
Show file tree
Hide file tree
Showing 15 changed files with 252 additions and 238 deletions.
18 changes: 9 additions & 9 deletions src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,28 @@ const Footer = () => {
<div className="acedemics">
<h2>Academics</h2>
<div className="main-hr ace"></div>
<a href="departments">Department</a>
<a href="/departments">Department</a>
<hr />
<a href="curriculum">Curriculum</a>
<a href="/curriculum">Curriculum</a>
<hr />
<a href="programs">Programs</a>
<a href="/programs">Programs</a>
<hr />
<a href="calendar">Calender</a>
<a href="/calendar">Calender</a>
<hr />
<a href="holidays">Holidays</a>
<a href="/holidays">Holidays</a>
</div>
<div className="line"></div>
<hr className="mobile" />
<div className="quick-explore">
<h2>Quick Explore</h2>
<div className="main-hr quick-ex"></div>
<a href="anti_ragging_committee">Anti Ragging Committee</a>
<a href="/anti_ragging_committee">Anti Ragging Committee</a>
<hr />
<a href="admission_procedure">Admission Procedure</a>
<a href="/admission_procedure">Admission Procedure</a>
<hr />
<a href="admission_fee_structure">Fee Structure</a>
<a href="/admission_fee_structure">Fee Structure</a>
<hr />
<a href="faq">FAQ's</a>
<a href="/faq">FAQ's</a>
</div>
<div className="last line"></div>
<hr className="mobile" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbar/desktop-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function MenuListComposition(props) {
<Paper>
<ClickAwayListener onClickAway={handleClose}>
<MenuList id="menu-list-grow" onKeyDown={handleListKeyDown}>
{props.submenu.map((item) => {
{props.submenu.map((item) => {
return (
<Link
to={item.link}
Expand Down
3 changes: 3 additions & 0 deletions src/components/person_card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ const PersonCard = (props) => {
{props.emailID}
</a>
</div>
<div className="info-div">
<a href={`Phone:${props.phone}`} style={{color:"white"}}>{props.phone}</a>
</div>
</div>
</div>
</>
Expand Down
Binary file removed src/images/mentor-registrar.jpg
Binary file not shown.
Binary file added src/images/people/staff/bijumathew.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/json/achievements.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
"data": [
{
"title": "Google Summer Of Code 2020 ",
"link": "PhD_Interview_date_and_time_updated_scheduleAug2020.pdf",
"link": "/docs/news/PhD_Interview_date_and_time_updated_scheduleAug2020.pdf",
"text": "Participation in Hacktober fest",
"date": "20/07/2020"
},
{
"title": "FOSSEE 2020 ",
"link": "PhD_Interview_date_and_time_updated_scheduleAug2020.pdf",
"link": "/docs/news/PhD_Interview_date_and_time_updated_scheduleAug2020.pdf",
"text": "Fossee 2020",
"date": "20/07/2020"
},
{
"title": "Selected for Higer Education in Top Institutes of the World",
"link": "Ph.D_instructions_for_applicants.pdf",
"link": "/docs/news/Ph.D_instructions_for_applicants.pdf",
"text": "Participation in Hacktober fest",
"date": "25/07/2020"
},
{
"title": "Participation in Inter IIIT Sports fest",
"link": "List_of_Candidates_shortlisted(Ph.D)for_interview.pdf",
"link": "/docs/news/List_of_Candidates_shortlisted(Ph.D)for_interview.pdf",
"text": "Participation in Inter IIIT Sports fest",
"date": "8/08/2020"
}
Expand Down
Loading

0 comments on commit 8de3024

Please sign in to comment.