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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/app/components/Mentors/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Mentors_value: Mentors[] = [
name: "Labbi Karmacharya",
position: "Data Research Fellow / Equitech Futures, Lecturer ",
linkedin_url: "https://www.linkedin.com/in/labbi-karmacharya/",
image: "https://enkoki.github.io/static_images/deerhack26/Labbi.jpg"
image: "https://deerhack24.deerwalk.edu.np/uploads/Labbi_Karmacharya_f8d004f9e8.jfif"
},
{
name: "Sarun Luitel",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/components/Sponsors/TitleSponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function TitleSponsor({ image }: { image: ReactElement }) {
return (
<div className="flex flex-col justify-center items-center mb-16">
<div
className={`${cabinetMedium.className} m-10 headings text-3xl font-extrabold tracking-normal`}
className={`${cabinetMedium.className} text-primary-gradient-color m-10 headings text-3xl font-extrabold tracking-normal`}
>
Title Sponsor
</div>
Expand Down
11 changes: 9 additions & 2 deletions frontend/src/app/components/Sponsors/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import leapfrog from "@/app/assets/images/sponsors/leapfrog.svg";
import ultima from "@/app/assets/images/sponsors/ultima.svg";
import PeaksLogo from "@/app/assets/images/sponsors/8peaks_white_Logo.png";
import SandukAILogo from "@/app/assets/images/sponsors/Sandukai_Logo.png";
import JunctionHubLogo from "@/app/assets/images/sponsors/JunctionHub_Logo.jpeg";
// import VT from "@/app/assets/images/sponsors/VT.png";
// import SifalSchool from "@/app/assets/images/sponsors/SifalSchool.png";
// import codefornepal from "@/app/assets/images/sponsors/codeForNepal.png";
Expand All @@ -55,7 +56,7 @@ import YOLO from "@/app/assets/images/sponsors/yolo.png";
import HotelAssociation from "@/app/assets/images/sponsors/hotelassociation.png";
import BigBracketsLogo from "@/app/assets/images/sponsors/BigBrackets_White_logo.png";
import DailoKrishiLogo from "@/app/assets/images/sponsors/DailoKrishi_Logo.png";
import BanhLifeLogo from "@/app/assets/images/sponsors/Banh_LIfe_Logo.png"
import BanhLifeLogo from "@/app/assets/images/sponsors/BanhLife_Logo.png"
import KathmanduKoKathaLogo from "@/app/assets/images/sponsors/KathmanduKoKatha_Logo.png";
import PomeloLogo from "@/app/assets/images/sponsors/Pomelo_Logo.png";
import TingTingLogo from "@/app/assets/images/sponsors/TingTing_White_Logo.png";
Expand Down Expand Up @@ -326,14 +327,20 @@ const sponsors: SponsorType[] = [
]
},
{
name: "Stall Partner",
name: "Stall Partners",
sponsors: [
{
name: "Banh Life",
url: "https://www.instagram.com/banhlife/",
image: BanhLifeLogo,
imageAlt: "BanhLifeLogo",
},
{
name: "Junction Hub",
url: "https://www.tiktok.com/@thejunctionhub",
image: JunctionHubLogo,
imageAlt: "JunctionHubLogo",
},
]
},
// {
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/app/sections/Organizers/team_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import Team from "@/app/types/team";


const teamsData: Array<Team> = [
{
id: 1,
Expand Down Expand Up @@ -29,8 +30,8 @@ const teamsData: Array<Team> = [
organizers: [
{
id: 201,
name: "Ishan Vaidya",
image: "https://enkoki.github.io/static_images/deerhack26/leads/IshanVaidya.png",
name: "Ishan Baidya Khadgi",
image: "https://enkoki.github.io/static_images/deerhack26/leads/IshanVaidya.jpeg",
linkedin_url: "https://www.linkedin.com/in/ishan-vaidya-26a5b4285/",
position: "Technical Team",
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/sections/Sponsors/SponsorsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function SponsorsSection() {
key={sponsorType.name}
className="flex flex-col justify-center text-center items-center mb-[5rem] gap-10"
>
<div className={`${cabinetMedium.className} text-white text-4xl font-extrabold tracking-normal mb-2`}>
<div className={`${cabinetMedium.className} text-heropage-gradient text-4xl font-extrabold tracking-normal mb-2`}>
{sponsorType.name}
</div>

Expand Down
Loading