Skip to content

Commit

Permalink
Merge pull request #50 from IEEE-RVCE/Brochure_and_other_changes
Browse files Browse the repository at this point in the history
brochure,bank details,download link section etc
  • Loading branch information
SundarakrishnanN authored Feb 26, 2024
2 parents 9a1bc83 + 59864ac commit 7cb482a
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 35 deletions.
46 changes: 23 additions & 23 deletions components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -88,7 +88,7 @@ const NavBar = () => {
href={link.href}
target={link.newTab ? '_blank' : '_self'}
>
{link.label}
{link.label}
</a>
</Link>
))}
Expand Down Expand Up @@ -126,13 +126,13 @@ const NavBar = () => {
</p>
</Menu.Label>

{downloadLinks.map((link) => (
{/* {downloadLinks.map((link) => (
<Menu.Item>
<Link href={link.href}>
<a className="font-sans text-gray-500">{link.label}</a>
</Link>
</Menu.Item>
))}
))} */}
</Menu>
</div>
<div className="lg:hidden">
Expand Down Expand Up @@ -166,22 +166,22 @@ const NavBar = () => {
{Links.map((link) => (
<Menu.Item>
<Link href={link.href}>
<a className="font-sans text-gray-500">{link.label}</a>
<a className="font-sans text-gray-500">{link.label} qq</a>
</Link>
</Menu.Item>
))}
<Menu.Label>
<p className="font-sans text-blue-400 underline">
Download Links
Download Links
</p>
</Menu.Label>
{downloadLinks.map((link) => (
{/* {downloadLinks.map((link) => (
<Menu.Item>
<Link href={link.href}>
<a className="font-sans text-gray-500">{link.label}</a>
<a className="font-sans text-gray-500">{link.label} qqq</a>
</Link>
</Menu.Item>
))}
))} */}
</Menu>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/TimeLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
22 changes: 11 additions & 11 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -42,7 +42,7 @@ export default function Index() {
</span>
</p>
<p className="align-text-center text-xl text-slate-50">
Conference Record #60515

</p>
<p className="align-text-center text-xl text-slate-50">
Organized by
Expand Down Expand Up @@ -72,7 +72,7 @@ export default function Index() {
TimeLine
</ScrollLink>
<a
href="CSITSS_28-07-2023.pdf"
href="Brochure - V3.pdf"
className="mt-4 rounded bg-blue-600 px-4 py-2 text-sm font-medium uppercase text-white hover:bg-blue-500 focus:bg-blue-500 focus:outline-none"
>
Download Brochure
Expand Down Expand Up @@ -109,7 +109,7 @@ export default function Index() {
/>
</div>
<br /> <br />
<h1 className="font-poppins bg-gradient-to-r from-purple-400 via-pink-400 to-yellow-600 bg-clip-text text-center text-3xl font-extrabold text-transparent">
{/* <h1 className="font-poppins bg-gradient-to-r from-purple-400 via-pink-400 to-yellow-600 bg-clip-text text-center text-3xl font-extrabold text-transparent">
Technically co-sponsored by <br />
</h1>
<div className={`flex flex-row items-center justify-center`}>
Expand All @@ -120,7 +120,7 @@ export default function Index() {
alt={image.alt}
/>
</a>
</div>
</div> */}
<div className="flex flex-row items-center justify-center">
<img
className="h-[25%] w-auto object-cover"
Expand Down
10 changes: 10 additions & 0 deletions pages/registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,16 @@ function registration() {
</p>
</section>
<section className="mx-auto max-w-screen-xl px-4 py-4 sm:px-6 lg:px-8">
<h3 className="text-xl font-extrabold sm:text-xl">Payment Details</h3> <br />
<ul className="text-justify space-y-1 pb-10">
<li> <span className="font-bold">Beneficiary Name: </span> PRINCIPAL, RVCE</li>
<li> <span className="font-bold">Bank Account Number:</span> 136010112055</li>
<li> <span className="font-bold">Bank Name:</span>KOTAK MAHINDRA BANK </li>
<li> <span className="font-bold">Branch Name:</span> RVCE Campus, Bengaluru </li>
<li> <span className="font-bold">IFSC Code: </span> KKBK0008053 </li>
<li> <span className="font-bold">SWIFT Code: </span> KKBKINBB</li>
</ul>

<h3 className="text-xl font-extrabold sm:text-xl">Instructions for Registration</h3> <br />
<ol className="list-decimal text-justify space-y-1">
<li>
Expand Down
3 changes: 3 additions & 0 deletions pages/tech.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ function Tech() {
<p className="text-center text-3xl font-bold sm:text-5xl">
Call For Papers{' '}
</p>
<p className="text-justify text-2xl font-medium text-gray-700 my-4">
Conference does not accept/encourage Survey/Review articles.
</p>
<p className="text-justify text-xl font-medium text-gray-500">
Prospective authors are encouraged to submit quality and
original research papers for presentation at the Conference.
Expand Down
Binary file added public/Brochure - V3.pdf
Binary file not shown.

0 comments on commit 7cb482a

Please sign in to comment.