diff --git a/components/NavBar.tsx b/components/NavBar.tsx index b74d5e3..e6ecd46 100644 --- a/components/NavBar.tsx +++ b/components/NavBar.tsx @@ -47,21 +47,21 @@ const Links: Array<{ // }, ] -const downloadLinks = [ - { - href: './PDF PROGRAMPLAN.pdf', - label: 'Program Schedule', - }, - /* { - href: "./PDF TUTORIALS & TRACK.pdf", - label: "Tutorial Schedule", - }, - */ - { - href: './Invitation Letter.pdf', - label: 'Inaugural Invitation & Schedule', - }, -] +// const downloadLinks = [ +// { +// href: './PDF PROGRAMPLAN.pdf', +// label: 'Program Schedule', +// }, +// { +// href: "./PDF TUTORIALS & TRACK.pdf", +// label: "Tutorial Schedule", +// }, + +// { +// href: './Invitation Letter.pdf', +// label: 'Inaugural Invitation & Schedule', +// }, +// ] const NavBar = () => { return ( @@ -88,7 +88,7 @@ const NavBar = () => { href={link.href} target={link.newTab ? '_blank' : '_self'} > - {link.label} + {link.label} ))} @@ -126,13 +126,13 @@ const NavBar = () => {

- {downloadLinks.map((link) => ( + {/* {downloadLinks.map((link) => ( {link.label} - ))} + ))} */}
@@ -166,22 +166,22 @@ const NavBar = () => { {Links.map((link) => ( - {link.label} + {link.label} qq ))}

- Download Links + Download Links

- {downloadLinks.map((link) => ( + {/* {downloadLinks.map((link) => ( - {link.label} + {link.label} qqq - ))} + ))} */}
diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx index 6d675a2..3a91524 100644 --- a/components/TimeLine.tsx +++ b/components/TimeLine.tsx @@ -18,7 +18,7 @@ export default function CustomTimeLine() { }, { label: 'Early Bird Registration', - date: 'Before 5th September 2024', + date: 'Before 18th September 2024', }, { label: 'Submission of Camera-ready Manuscript and Copyright Form', diff --git a/pages/index.tsx b/pages/index.tsx index 9c04966..dd6b148 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -6,13 +6,13 @@ import HeaderImages from '../components/HeaderImages' import Timeline from '../components/TimeLine' import Gallery from '../components/Gallery' -const image = { - src: 'logo_IEEE_Banaglaore_Section.png', - alt: 'ieee_bangalore_logo', - href: 'https://ieeebangalore.org/', - show: true, - padding: 'pt-6', -} +// const image = { +// src: 'logo_IEEE_Banaglaore_Section.png', +// alt: 'ieee_bangalore_logo', +// href: 'https://ieeebangalore.org/', +// show: true, +// padding: 'pt-6', +// } export default function Index() { return ( @@ -42,7 +42,7 @@ export default function Index() {

- Conference Record #60515 +

Organized by @@ -72,7 +72,7 @@ export default function Index() { TimeLine Download Brochure @@ -109,7 +109,7 @@ export default function Index() { />

-

+ {/*

Technically co-sponsored by

@@ -120,7 +120,7 @@ export default function Index() { alt={image.alt} /> -
+ */}
+

Payment Details


+
    +
  • Beneficiary Name: PRINCIPAL, RVCE
  • +
  • Bank Account Number: 136010112055
  • +
  • Bank Name:KOTAK MAHINDRA BANK
  • +
  • Branch Name: RVCE Campus, Bengaluru
  • +
  • IFSC Code: KKBK0008053
  • +
  • SWIFT Code: KKBKINBB
  • +
+

Instructions for Registration


  1. diff --git a/pages/tech.tsx b/pages/tech.tsx index 8a5f7af..dd7c113 100644 --- a/pages/tech.tsx +++ b/pages/tech.tsx @@ -92,6 +92,9 @@ function Tech() {

    Call For Papers{' '}

    +

    + Conference does not accept/encourage Survey/Review articles. +

    Prospective authors are encouraged to submit quality and original research papers for presentation at the Conference. diff --git a/public/Brochure - V3.pdf b/public/Brochure - V3.pdf new file mode 100644 index 0000000..21750f4 Binary files /dev/null and b/public/Brochure - V3.pdf differ