Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions components/nav-bar/desktop/nav-bar-desktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ export default function DesktopNavBar({ links }: { links: NavGroup[] }) {
>
Code of Conduct
</Link>

<Link
href="https://securelb.imodules.com/s/1225/lg22/form.aspx?sid=1225&gid=1&pgid=6795&cid=15861&dids=257&bledit=1&sort=1"
className="mx-2 whitespace-nowrap text-lg xl:text-xl bg-[length:0%_2px] bg-no-repeat bg-left-bottom transition-all duration-200 bg-gradient-to-r from-hackrpi-yellow to-hackrpi-pink hover:bg-[length:100%_2px]"
target="_blank"
>
Give Now
</Link>
</div>
<div className="ml-2">
<RegistrationButton className="w-auto" />
Expand Down
9 changes: 9 additions & 0 deletions components/nav-bar/mobile/nav-bar-mobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,22 @@ export default function MobileNavBar({ links }: { links: NavGroup[] }) {
>
2048 Leaderboard
</Link> */}

<Link
href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf"
className="w-11/12 whitespace-nowrap text-2xl p-2 bg-[length:0%_4px] bg-no-repeat bg-left-bottom transition-all duration-200 bg-gradient-to-r from-hackrpi-primary-blue to-hackrpi-primary-blue hover:bg-[length:100%_4px]"
target="_blank"
>
Code of Conduct
</Link>

<Link
href="https://securelb.imodules.com/s/1225/lg22/form.aspx?sid=1225&gid=1&pgid=6795&cid=15861&dids=257&bledit=1&sort=1"
className="w-11/12 whitespace-nowrap text-2xl p-2 bg-[length:0%_4px] bg-no-repeat bg-left-bottom transition-all duration-200 bg-gradient-to-r from-hackrpi-primary-blue to-hackrpi-primary-blue hover:bg-[length:100%_4px]"
target="_blank"
>
Give Now
</Link>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const config: Config = {
screens: {
desktop: "860px",
xs: "475px",
shift: { max: "950px" },
shift: { max: "1150px" },
"2xs": "375px",
},
backgroundImage: {
Expand Down
Loading