Skip to content
Merged

Dev #97

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: 2 additions & 2 deletions frontend/src/app/(pages)/DeerhackExperiencePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default function ExperiencePage() {
<p className="text-xs md:text-sm opacity-60 text-white/60">Participant</p>
</div>
</div>
<p className="text-base md:text-base font-bold text-white mb-2 leading-relaxed">
<p className="text-base md:text-base text-white mb-2 leading-relaxed">
“DeerHack was my third national hackathon and by far the <span className="text-yellow-400">best organized</span> and managed one I've attended, making it a truly <span className="text-yellow-400">memorable experience</span> that set a new standard for future events.”
</p>
<div className="text-yellow-500"><StarsExpCard/></div>
Expand Down Expand Up @@ -309,4 +309,4 @@ export default function ExperiencePage() {
)
}

*/
*/
37 changes: 19 additions & 18 deletions frontend/src/app/components/Sponsors/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,24 +233,18 @@ const sponsors: SponsorType[] = [
imageAlt: "DeerHold 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: "Ultima Lifestyle",
// url: "https://ultima.com.np/",
// image: ultima,
// imageAlt: "ultima",
// },
// {
// name: "Suito Teas",
// url: "",
// image: suiro,
// imageAlt: "Suiro Teas Logo",
// },
],
},
{
Expand Down Expand Up @@ -336,6 +330,13 @@ const sponsors: SponsorType[] = [
image: FifthAvenueLogo,
imageAlt: "FifthAvenueLogoAlt",
},

{
name: "Github Education",
url: "https://github.com/education",
image: GithubEducation,
imageAlt: "GithubEucation logo",
},
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/sections/Experience/ExperienceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export default function ExperienceCard({ activeIndex = 0 }) {
))}
</div>
)
}
}
Loading