diff --git a/frontend/src/app/(pages)/SponsorsPage.tsx b/frontend/src/app/(pages)/SponsorsPage.tsx index a0bdd74..55c2e5f 100644 --- a/frontend/src/app/(pages)/SponsorsPage.tsx +++ b/frontend/src/app/(pages)/SponsorsPage.tsx @@ -4,26 +4,26 @@ import SponsorsSection from "../sections/Sponsors/SponsorsSection"; import Image from "next/image"; import { ReactElement } from "react"; export default function SponsorPage(): ReactElement { - - + + return ( - <> - {/* -
-
- leaf -
-
- + <> + +
+
+ leaf +
+
+ +
-
- */} - + + ); } \ No newline at end of file diff --git a/frontend/src/app/MainPage.tsx b/frontend/src/app/MainPage.tsx index f5e9597..7c62a66 100644 --- a/frontend/src/app/MainPage.tsx +++ b/frontend/src/app/MainPage.tsx @@ -33,7 +33,7 @@ export default function Home() { - {/* */} + {/* */}
- +
@@ -162,14 +175,16 @@ const Navbar = () => {
- {isOpen && ( -
setIsOpen(false)} - /> - )} -
- + { + isOpen && ( +
setIsOpen(false)} + /> + ) + } +
+ ); }; diff --git a/frontend/src/app/components/Navbar/NavbarPC.tsx b/frontend/src/app/components/Navbar/NavbarPC.tsx index 453d70b..a260ee7 100644 --- a/frontend/src/app/components/Navbar/NavbarPC.tsx +++ b/frontend/src/app/components/Navbar/NavbarPC.tsx @@ -2,9 +2,10 @@ import { useState, useEffect, useRef } from "react" import Link from "next/link" import DeerhackLogo from "@/app/assets/icons/DeerhackLogo" -import { cabinetBold, cabinetMedium } from "@/app/utils/fonts" +import { cabinetBold, cabinetMedium, cabinetExtraBold } from "@/app/utils/fonts" import Counter_wrapper from "../counter/Counter" + const NavbarPC = () => { const [isResourceOpen, setIsResourceOpen] = useState(false) const resourceRef = useRef(null) @@ -28,16 +29,17 @@ const NavbarPC = () => {
diff --git a/frontend/src/app/components/Sponsors/Sponsor.tsx b/frontend/src/app/components/Sponsors/Sponsor.tsx index 74f377d..4428d7f 100644 --- a/frontend/src/app/components/Sponsors/Sponsor.tsx +++ b/frontend/src/app/components/Sponsors/Sponsor.tsx @@ -10,13 +10,13 @@ export default function Sponsor({ url: string; }) { return ( -
+
{alt} diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index 4a862b2..ce5f439 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -62,51 +62,51 @@ const sponsors: SponsorType[] = [ // }, // ], // }, - { - name: "Platinum Sponsor", - sponsors: [ - { - name: "NIMB Ltd.", - url: "https://www.nimb.com.np/en/personal-banking", - image: NimbLogo, - imageAlt: "Nimb Logo", - }, - ], - }, + // { + // name: "Platinum Sponsor", + // sponsors: [ + // { + // name: "NIMB Ltd.", + // url: "https://www.nimb.com.np/en/personal-banking", + // image: NimbLogo, + // imageAlt: "Nimb Logo", + // }, + // ], + // }, { - name: "Gold Sponsors", + name: "Platform Sponser", sponsors: [ - { - name: "Annapurna Post", - url: "https://www.annapurnapost.com", - image: AnnapurnaLogo, - imageAlt: "Annapurna Post Logo", - }, - { - name: "Hamro CSIT", - url: "https://hamrocsit.com", - image: HamroCSITLogo, - imageAlt: "HamroCSIT Logo", - }, - { - name: "Mero Style", - url: "https://merostyle.com/", - image: MeroStyle, - imageAlt: "Mero Style Logo", - }, + // { + // name: "Annapurna Post", + // url: "https://www.annapurnapost.com", + // image: AnnapurnaLogo, + // imageAlt: "Annapurna Post Logo", + // }, + // { + // name: "Hamro CSIT", + // url: "https://hamrocsit.com", + // image: HamroCSITLogo, + // imageAlt: "HamroCSIT Logo", + // }, + // { + // name: "Mero Style", + // url: "https://merostyle.com/", + // image: MeroStyle, + // imageAlt: "Mero Style Logo", + // }, { name: "Devfolio", url: "https://devfolio.co", image: DevfolioLogo, imageAlt: "DEVFOLIO LOGO", }, - { - name: "YOLO Shoes", - url: "https://www.instagram.com/yolobrand_/?hl=en", - image: YOLO, - imageAlt: "YOLO LOGO", - }, + // { + // name: "YOLO Shoes", + // url: "https://www.instagram.com/yolobrand_/?hl=en", + // image: YOLO, + // imageAlt: "YOLO LOGO", + // }, @@ -147,170 +147,170 @@ const sponsors: SponsorType[] = [ // // }, // ], // // }, - { - name: "Bronze Sponsors", - sponsors: [ - { - name: "Leapfrog Technologies", - url: "https://www.lftechnology.com", - image: leapfrog, - imageAlt: "Leapfrog Logo", - }, - { - name: "Ultima Lifestyle", - url: "https://ultima.com.np/", - image: ultima, - imageAlt: "ultima", - }, - { - name: "Github Education", - url: "https://github.com/education", - image: GithubEducation, - imageAlt: "GithubEucation logo", - }, - { - name: "Suito Teas", - url: "https://suiroteas.com/", - image: suiro, - imageAlt: "Suiro Teas Logo", - }, - ], - }, - { - name: "ED Tech Partner", - sponsors: [ - { - name: "HamroNotes", - url: "https://hamrocsit.com", - image: HamroNotesLogo, - imageAlt: "HamroNotesogo", - }, - ], - }, - { - name: "Data Science And Machine Learning Partner", - sponsors: [ - { - name: "TingTing", - url: "https://www.tingting.io/", - image: TingTing, - imageAlt: "TingTingLogo", - }, - ], - }, - { - name: "Hospitality Partner", - sponsors: [ - { - name: "Hotel Association of Bhaktapur", - url: "https://www.facebook.com/hotelsbkt/", - image: HotelAssociation, - imageAlt: "HotelAssociationLogo", - }, - ], - }, +// { +// name: "Bronze Sponsors", +// sponsors: [ +// { +// name: "Leapfrog Technologies", +// url: "https://www.lftechnology.com", +// image: leapfrog, +// imageAlt: "Leapfrog Logo", +// }, +// { +// name: "Ultima Lifestyle", +// url: "https://ultima.com.np/", +// image: ultima, +// imageAlt: "ultima", +// }, +// { +// name: "Github Education", +// url: "https://github.com/education", +// image: GithubEducation, +// imageAlt: "GithubEucation logo", +// }, +// { +// name: "Suito Teas", +// url: "https://suiroteas.com/", +// image: suiro, +// imageAlt: "Suiro Teas Logo", +// }, +// ], +// }, +// { +// name: "ED Tech Partner", +// sponsors: [ +// { +// name: "HamroNotes", +// url: "https://hamrocsit.com", +// image: HamroNotesLogo, +// imageAlt: "HamroNotesogo", +// }, +// ], +// }, +// { +// name: "Data Science And Machine Learning Partner", +// sponsors: [ +// { +// name: "TingTing", +// url: "https://www.tingting.io/", +// image: TingTing, +// imageAlt: "TingTingLogo", +// }, +// ], +// }, +// { +// name: "Hospitality Partner", +// sponsors: [ +// { +// name: "Hotel Association of Bhaktapur", +// url: "https://www.facebook.com/hotelsbkt/", +// image: HotelAssociation, +// imageAlt: "HotelAssociationLogo", +// }, +// ], +// }, - { - name: "Coffee Partner", - sponsors: [ - { - name: "Mountain Java", - url: "https://www.instagram.com/mountain_java_coffee/", - image: NewMountainJava, - imageAlt: "Mountain Java Logo", - }, - ], - }, +// { +// name: "Coffee Partner", +// sponsors: [ +// { +// name: "Mountain Java", +// url: "https://www.instagram.com/mountain_java_coffee/", +// image: NewMountainJava, +// imageAlt: "Mountain Java Logo", +// }, +// ], +// }, - { - name: "Confectionary Partner", - sponsors: [ - { - name: "The Cookie Factory", - url: "https://www.instagram.com/thecookiefactorynepal/?hl=en", - image: CookieFactory, - imageAlt: "The Cookie Factory Logo", - }, - ], - }, +// { +// name: "Confectionary Partner", +// sponsors: [ +// { +// name: "The Cookie Factory", +// url: "https://www.instagram.com/thecookiefactorynepal/?hl=en", +// image: CookieFactory, +// imageAlt: "The Cookie Factory Logo", +// }, +// ], +// }, - { - name: "Career Partner", - sponsors: [ - { - name: "Mero Job", - url: "https://merojob.com/", - image: MeroJobLogo, - imageAlt: "Mero Job Logo", - }, - ], - }, +// { +// name: "Career Partner", +// sponsors: [ +// { +// name: "Mero Job", +// url: "https://merojob.com/", +// image: MeroJobLogo, +// imageAlt: "Mero Job Logo", +// }, +// ], +// }, - { - name: "Supported By", - sponsors: [ - { - name: "Citizens Bank", - url: "https://www.ctznbank.com/", - image: CitizensBank, - imageAlt: "Citizens Bank Logo", - }, - { - name: "Pimbahal Chips", - url: "https://www.instagram.com/pimbahalfreshpotatochipscorner/", - image: PimbahalChipsLogo, - imageAlt: "PimbahalChipsLogo", - }, - { - name: "Programiz", - url: "https://www.programiz.com/", - image: ProgramizLogo, - imageAlt: "ProgramizLogo", - }, - { - name: "Himalayan Bank ltd.", - url: "https://www.himalayanbank.com/en/", - image: HimalayanBankLogo, - imageAlt: "HimalayanBank Logo", - }, - ], - }, +// { +// name: "Supported By", +// sponsors: [ +// { +// name: "Citizens Bank", +// url: "https://www.ctznbank.com/", +// image: CitizensBank, +// imageAlt: "Citizens Bank Logo", +// }, +// { +// name: "Pimbahal Chips", +// url: "https://www.instagram.com/pimbahalfreshpotatochipscorner/", +// image: PimbahalChipsLogo, +// imageAlt: "PimbahalChipsLogo", +// }, +// { +// name: "Programiz", +// url: "https://www.programiz.com/", +// image: ProgramizLogo, +// imageAlt: "ProgramizLogo", +// }, +// { +// name: "Himalayan Bank ltd.", +// url: "https://www.himalayanbank.com/en/", +// image: HimalayanBankLogo, +// imageAlt: "HimalayanBank Logo", +// }, +// ], +// }, -// // { -// // name: "Open Innovation Track Partner", -// // sponsors: [ -// // { -// // name: "Cedar Gate Technologies", -// // url: "https://www.cedargate.com", -// // image: cedargate, -// // imageAlt: "Cedar Gate Logo", -// // }, -// // ], -// // }, -// // { -// // name: "Banking Partners", -// // sponsors: [ -// // { -// // name: "Jyoti Bikas Bank Ltd.", -// // url: "https://jbbl.com.np", -// // image: Jyotilogo, -// // imageAlt: "Jyoti Bikas Bank logo", -// // }, -// // ], -// // }, - { - name: "App Partner", - sponsors: [ - { - name: "Hamro Patro", - url: "https://www.hamropatro.com", - image: HamroPatroLogo, - imageAlt: "HamroPatro Logo", - }, - ], - }, +// // // { +// // // name: "Open Innovation Track Partner", +// // // sponsors: [ +// // // { +// // // name: "Cedar Gate Technologies", +// // // url: "https://www.cedargate.com", +// // // image: cedargate, +// // // imageAlt: "Cedar Gate Logo", +// // // }, +// // // ], +// // // }, +// // // { +// // // name: "Banking Partners", +// // // sponsors: [ +// // // { +// // // name: "Jyoti Bikas Bank Ltd.", +// // // url: "https://jbbl.com.np", +// // // image: Jyotilogo, +// // // imageAlt: "Jyoti Bikas Bank logo", +// // // }, +// // // ], +// // // }, +// { +// name: "App Partner", +// sponsors: [ +// { +// name: "Hamro Patro", +// url: "https://www.hamropatro.com", +// image: HamroPatroLogo, +// imageAlt: "HamroPatro Logo", +// }, +// ], +// }, diff --git a/frontend/src/app/sections/Sponsors/SponsorsSection.tsx b/frontend/src/app/sections/Sponsors/SponsorsSection.tsx index 59ca2ef..1e4f945 100644 --- a/frontend/src/app/sections/Sponsors/SponsorsSection.tsx +++ b/frontend/src/app/sections/Sponsors/SponsorsSection.tsx @@ -12,7 +12,6 @@ export default function SponsorsSection() {
Our Sponsors
- {/* } /> */}
@@ -23,16 +22,15 @@ export default function SponsorsSection() { key={sponsorType.name} className="flex flex-col justify-center text-center items-center mb-[5rem] gap-10" > -
-
{sponsorType.name}
+
+ {sponsorType.name}
-
+ +
{sponsorType.sponsors.map((sponsor) => (
); -} +} \ No newline at end of file diff --git a/frontend/src/app/sections/home/Hero.tsx b/frontend/src/app/sections/home/Hero.tsx index 7bd4a60..0de5e7f 100644 --- a/frontend/src/app/sections/home/Hero.tsx +++ b/frontend/src/app/sections/home/Hero.tsx @@ -1,9 +1,9 @@ "use client"; import DiscordHero from "@/app/assets/icons/DiscordHero"; -import Devfolio from "@/app/assets/icons/Devfolio"; +import Devfolio from "@/app/assets/icons/Devfolio"; import styles from "./styles.module.css"; import DeerHack26Logo from "@/app/assets/icons/Deerhack26"; -import { cabinetBold,cabinetExtraBold, cabinetMedium, satoshiBlack, satoshiBold } from "@/fonts"; +import { cabinetBold, cabinetExtraBold, cabinetMedium, satoshiBlack, satoshiBold } from "@/fonts"; import Link from "next/link"; // import { useState, useEffect } from "react"; import Flicker from "@/app/components/Flicker/flicker"; @@ -16,7 +16,7 @@ const Hero = () => { const handleGlowChange = useCallback((allGlowing: boolean) => { setIsGlowing(allGlowing); }, []); - + return (
{ }} > - +

12th - 14th June

- +
- -
-

- Pre-Register Now +

+ +

+ Apply with Devfolio

- -
+

Join Our Discord