diff --git a/pages/Tracks.jsx b/pages/Tracks.jsx index b6acf41..d01b1bc 100644 --- a/pages/Tracks.jsx +++ b/pages/Tracks.jsx @@ -89,6 +89,30 @@ const Tracks = () => { "Intelligent Smart Technology for Sustainability", ], }, + { + id: "track6", + title: "Special Session Proposal", + items: [ + `Special Session On : `, + `Holistic Climate Resilience for Agriculture and Health Systems + + SESSION ORGANIZERS: + + Dr. Varuna Gupta, CHRIST University, Delhi-NCR, India, varunagupta.cs@gmail.com + + Dr. Aakansha Garg, ABES Institute of Technology, Ghaziabad, India, aakansha1986@gmail.com + `, + `AI for Global Sustainable Development + + SESSION ORGANIZERS: + + Dr. Megha Rathi, Department of CSE & IT, Jaypee Institute of Information Technology, Noida, INDIA , drmegharathi.25@gmail.com + + Dr. Adwitiya Sinha, Department of Natural and Applied Sciences, TERI School of Advanced Studies, New Delhi, INDIA, mailtoadwitiya@gmail.com + `, + // `Click on the link : ${https://docs.google.com/document/d/1bQWRXwvZHXI2W7n2puQyfSy84YMTAQl3/edit?usp=drivesdk&ouid=107939780468160870267&rtpof=true&sd=true}` + ], + }, ]; return ( @@ -127,14 +151,14 @@ const Tracks = () => { className="py-2 text-black pl-2 flex items-center transition-all duration-200 hover:bg-gray-100 rounded-md cursor-pointer" > - {item} +
{item}))} ))} {/* Special Session Button with href */} -