diff --git a/components/HeaderImages.tsx b/components/HeaderImages.tsx index 39bda6b..0b54abe 100644 --- a/components/HeaderImages.tsx +++ b/components/HeaderImages.tsx @@ -10,20 +10,20 @@ const HeaderImages = () => { show: true, padding: "p-2" }, - { - src: "logo_IEEE_Main.png", - alt: "ieee_logo", - href: "https://www.ieee.org", - show: true, - padding: "p-2" - }, - { - src: "logo_IEEE_Banaglaore_Section.png", - alt: "ieee_bangalore_logo", - href: "https://ieeebangalore.org/", - show: true, - padding: "pt-6" - }, + // { + // src: "logo_IEEE_Main.png", + // alt: "ieee_logo", + // href: "https://www.ieee.org", + // show: true, + // padding: "p-2" + // }, + // { + // src: "logo_IEEE_Banaglaore_Section.png", + // alt: "ieee_bangalore_logo", + // href: "https://ieeebangalore.org/", + // show: true, + // padding: "pt-6" + // }, { src: "logo_rvce_ieee.png", alt: "rvce_ieee_logo", @@ -56,4 +56,4 @@ const HeaderImages = () => { ); }; -export default HeaderImages; +export default HeaderImages; \ No newline at end of file diff --git a/components/NavBar.tsx b/components/NavBar.tsx index ec67fd9..f93244d 100644 --- a/components/NavBar.tsx +++ b/components/NavBar.tsx @@ -25,10 +25,10 @@ const Links: Array<{ href: "/tech", label: "Technical Program", }, - { - href: "/registration", - label: "Registration", - }, + // { + // href: "/registration", + // label: "Registration", + // }, { href: "/sponsorship", label: "Sponsors", diff --git a/pages/_app.tsx b/pages/_app.tsx index 29b13c9..ddd6b79 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -23,22 +23,22 @@ function MyApp({ Component, pageProps }: AppProps) { > nd to 4th, November 2023. The conference has been successfully organised for the past six years with participants from all over India and abroad. All peer-reviewed selected and presented papers from the conference will be submitted for possible inclusion in IEEE digital library. The present version of the CSITSS-2023 aims to achieve higher standards by attracting original research works in the domain of RVCCCE. International speakers will deliver keynote talks on the latest technologies in these domains. The CSITSS-2023 ensures to provide a platform for researchers around the globe for knowledge exchange and networking.", + title: "CSITSS 2024", + description: "The 8th International Conference on Computational Systems and Information Technology for Sustainable Solutions [CSITSS — 2023] focuses on bringing together leading academicians, scientists, researchers, industry representatives, postdoctoral fellows and research scholars around the world to share their knowledge and research expertise in RVCCCE (Renewable, VLSI, Control, Computing, Communication, E-mobility) from 2nd to 4th, November 2023. The conference has been successfully organised for the past six years with participants from all over India and abroad. All peer-reviewed selected and presented papers from the conference will be submitted for possible inclusion in IEEE digital library. The present version of the CSITSS-2023 aims to achieve higher standards by attracting original research works in the domain of RVCCCE. International speakers will deliver keynote talks on the latest technologies in these domains. The CSITSS-2023 ensures to provide a platform for researchers around the globe for knowledge exchange and networking.", images: [ { url: "ogo_rvce_ieee.png", width: 800, height: 420, - alt: "CSITSS 2023", + alt: "CSITSS 2024", }, ], }}