File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 55 "link" : " " ,
66 "isNew" :true
77 },
8+ {
9+ "text" : " Live Stream of Orientation Programme 2025" ,
10+ "link" : " https://www.youtube.com/live/ihgQxamQDVk?feature=share" ,
11+ "isNew" :true
12+ },
813 {
914 "text" : " (New) WALK-IN-INTERVIEW FOR TEMPORARY FACULTY (CSE) On 28 August 2025" ,
1015 "link" : " /news/Dept_CSE_walkin_final_III_2025 temporary faculty inteview.pdf" ,
Original file line number Diff line number Diff line change 2828 "2024" : " curriculum/ECE_Curriculum_2024.pdf" ,
2929 "Amendments to B.Tech. (CSE and ECE) 2024 Curriculum" : " curriculum/Amendments to B.Tech_Curriculum_25.pdf"
3030 },
31+ "ECE (VLSI Design) " :{
32+ "2025" : " curriculum/2025 ECE (VLSI Design) Curriculam - First Semester"
33+ },
34+
3135 "M.Tech. VLSI Systems" : {
3236 "2021" : " curriculum/ECE_M.Tech_Syllabus_2021-Revised.pdf"
3337 },
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ const Marquee = ({ src = "/general/announcements.json" }: { src?: string }) => {
4242 key = { idx }
4343 className = "marquee-item"
4444 style = { {
45- color : item . isNew ? "red " : "inherit" ,
45+ color : item . isNew ? "green " : "inherit" ,
4646 fontWeight : item . isNew ? "bold" : "normal" ,
4747 } }
4848 >
4949 { item . link ? (
5050 item . link . endsWith ( '.pdf' ) ? (
5151 < a href = { `${ nextConfig ?. env ?. DOCUMENT } ${ item . link } ` } target = "_blank" rel = "noopener noreferrer" style = { {
52- color : item . isNew ? "red " : "inherit" ,
52+ color : item . isNew ? "green " : "inherit" ,
5353 fontWeight : item . isNew ? "bold" : "normal" ,
5454 } } >
5555 { item . text }
You can’t perform that action at this time.
0 commit comments