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
4 changes: 4 additions & 0 deletions frontend/src/app/(pages)/Judges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import leaf_prizes_right from "@/app/assets/images/leaf_prizes_right.svg";

const Judges = () => {
return (
<>
{/*
<div
key="JudgeContainer"
className="relative w-full m-auto py-10 bg-dark-purple"
Expand All @@ -23,6 +25,8 @@ const Judges = () => {
<JudgesSection />
</div>
</div>
*/}
</>
);
};

Expand Down
4 changes: 4 additions & 0 deletions frontend/src/app/(pages)/Mentors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import leaf_prizes_right from "@/app/assets/images/leaf_prizes_right.svg";

const Mentors = () => {
return (
<>
{/*
<div key="MentorContainer" className="w-full m-auto py-10 bg-dark-purple">
<div
key="MentorContainer"
Expand All @@ -22,6 +24,8 @@ const Mentors = () => {
<MentorsSection />
</div>
</div>
*/}
</>
);
};

Expand Down
9 changes: 8 additions & 1 deletion frontend/src/app/(pages)/SponsorsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import SponsorsSection from "../sections/Sponsors/SponsorsSection";
import Image from "next/image";
import { ReactElement } from "react";
export default function SponsorPage(): ReactElement {


return (
<>
{/*
<div className="overflow-hidden py-20">
<div className="relative">
<Image
Expand All @@ -18,5 +22,8 @@ export default function SponsorPage(): ReactElement {
<SponsorsSection />
</div>
</div>
*/}
</>
);
}

}
4 changes: 2 additions & 2 deletions frontend/src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Footer(): ReactElement {
<span
className={`px-2 md:text-[17px] lg:text-[20px] ${cabinetRegular.className}`}
>
9742827007/9741860722
9863832524/9865365714
</span>
</div>
</Link>
Expand Down Expand Up @@ -128,7 +128,7 @@ export default function Footer(): ReactElement {
Venue: Deerwalk Complex
</p>
<p className={`text-[16px] ${cabinetRegular.className}`}>
Date: 11th-13th June, 2026
Date: 12th-14th June, 2026
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/app/sections/Experience/ExperienceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ export default function ExperienceCard({ activeIndex = 0 }) {
description:
"Everything was pretty smooth. For the students to be able to organize something as amazing as this is pretty remarkable. So, take your time and pat yourself on the back maybe.",
bottomText: "Mentor",
finBottomText: "DeerHack 2024",
finBottomText: "DeerHack 2025",
svg: <MentorReviewSVG />,
},
{
id: 2,
description:
"Nice learning experience. Workshops were mind refreshing. Had fun communicating with participants and mentors, was a great learning and networking experience.",
bottomText: "Volunteer",
finBottomText: "DeerHack 2024",
finBottomText: "DeerHack 2025",
svg: <VolunteerReviewSVG />,
},
{
id: 3,
description:
"Everything was as well managed as it could be! From amazing coffee and food to the awesome group of motivating mentors and super helpful volunteers and the organizers. Thank you for an amazing experience!",
bottomText: "Participant",
finBottomText: "DeerHack 2024",
finBottomText: "DeerHack 2025",
svg: <MentorReviewSVG />,
},
]
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/app/sections/codeOfConduct/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ const codeOfConduct = () => {

<h2 className={`text-3xl headings ${cabinetExtraBold.className} mb-5`}>Rules for Participants:</h2>
<ul className="mb-20 leading-loose list-disc">
<li>
Participants of all ages, genders, and geographies are welcome.
</li>
<li>
To attend DeerHack, the age is limited to students who are between
18 and 25 years old.
</li>
<li>
Participants of all genders, and geographies are welcome.
</li>
<li>
Members of the organizing committee or Deerwalk Institute of
Technology are not eligible to participate in DeerHack.
Expand Down Expand Up @@ -204,8 +204,8 @@ const codeOfConduct = () => {

<p className="leading-loose">
If you have questions regarding your application, contact:<br/>
Dipan Silwal : <a href="tel:">9742827007 </a> <br/>
Pragalva Sapkota : <a href = "tel:">9741860722</a>
Drsihya Karki : <a href="tel:">9863832524</a> <br/>
Shreyansh Pokharel : <a href = "tel:">9865365714</a>
</p>
</div>

Expand Down
Loading