Skip to content
Open

2024 #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
933 changes: 491 additions & 442 deletions README.md

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions README1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Readme


// Announcements.jsx
// As of now, the components of frontend/src/pages/ResearchProj.jsx is being used so to avoid space we ahve used all its components in it too. It was created to display announcements on the website.

frontend/src/data/newsData.json & frontend/src/components/About/newsSection.jsx is waste file

not to touch build folder..as no need

Changes Did :
- Footer Changed & Animated with css frontend/src/components/footer.jsx
- NEWS Navbar Section frontend/src/components/navbar.jsx
- Navbar New Links added frontend/src/components/navbar.jsx
-
- Announcements Page with Card,Description,and json file [text](frontend/src/pages/Announcements.jsx)
- Google Scholar or https://iiitd.irins.org/ Data collect IIITD Web Faculty link frontend/src/data/facultyPageData.json
- Link to IIITD Web Faculty link at Faculty Page frontend/src/components/People/facultyCard.jsx
- Data collect IIITD Web Faculty link frontend/src/data/facultyPageData.json
- Link to IIITD Web Faculty link at Faculty Page frontend/src/components/People/facultyCard.jsx
- navbar logo error done
<a href="iiitd.ac.in">

to <a href="/">

- navbar.jsx
{/*
// ABOUT US PAGE IS NOT THERE
<Link className="w-[90%] text-center mx-5 hover:bg-[#f1f1f165] rounded-[0.5rem]" to='/'>ABOUT</Link> */}
{/* <div className="navSep">|</div> */}
- SLL Script update
- Home error fixed
- SSL error fixed
- Faculties updated
- Collabaration erroe fixed
- Typos removed
- About error fixed
- Lorem ipsum fixed at Home page
- All Updated
- Video Changes

Changes to do

- [ ] Add a README.md file with the information and the guide
- footer.jsx
whole

&
{/*
//TODO: Add the link to the collaborations page here but deleted for now
<div className="flex flex-col">
<div className="font-Maven text-[#277773] text-[1.1em]">COLLABORATIONS</div>
</div> */}
Loading