Skip to content

Commit

Permalink
update: add sangam
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoopesh369 committed Dec 19, 2023
1 parent 068e4bc commit fd27dfc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Menu: React.FC<MenuProps> = ({ isOpened, setIsOpened }) => {
// { name: 'Workshops', link: '/workshops' },
// { name: 'Guest Lectures', link: '/guest-lectures' },
// { name: 'Sponsors', link: '/sponsors' },
// { name: 'Sangam Hardware', link: '/sangam-hardware' },
{ name: 'Sangam', link: 'https://pragyan.org/sangam-24/' },
// { name: 'Campus Ambassador', link: '/campus-ambassador' },
// { name: 'Ingenium', link: '/ingenium' },
{ name: 'Patronages', link: '/patronages' },
Expand Down
10 changes: 6 additions & 4 deletions src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@ const NavBar = ({ NavRef }: NavBarProps) => {
<Link href="/about" className={`${styles.navLink} max-lg:hidden`}>
ABOUT
</Link>
{/* <Link href="/faqs" className="max-lg:hidden">
FAQs
</Link> */}

<Link
href={'https://pragyan.org/sangam-24/'}
className={`${styles.navLink} max-lg:hidden`}
>
SANGAM
</Link>
{authButton}
<div className="lg:hidden">{mobileAuthButton}</div>
<Image
Expand Down
8 changes: 4 additions & 4 deletions src/components/NavBar/navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,20 @@
}

#mainContent {
animation: fadeInLast 3s ease-in-out;
animation: fadeInLast 1.5s ease-in-out;
}

#disk {
animation: fall 3s linear;
animation: fall 1.5s linear;
z-index: 20;
}

#glow {
animation: fadeInFirst 3s ease-in-out;
animation: fadeInFirst 1.5s ease-in-out;
}

#menubg {
animation: fadeInLast 3s ease-in-out;
animation: fadeInLast 1.5s ease-in-out;
}

.li{
Expand Down

0 comments on commit fd27dfc

Please sign in to comment.