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: 4 additions & 4 deletions frontend/src/app/components/DeerhackStats/CardLarge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function CardLarge(): ReactElement {
<div
className={`${cabinetRegular.className} text-4xl text-white w-full text-center `}
>
80%
75%
</div>
{/* Decrease Stat */}
{/* <div className="flex items-center gap-1 self-start">
Expand All @@ -62,18 +62,18 @@ export default function CardLarge(): ReactElement {
<div
className={`${cabinetRegular.className} text-4xl text-white w-full text-center `}
>
20%
25%
</div>
{/* Increase Stat */}
<div className="flex items-center gap-1 self-start">
<IncreaseStatSVG height={16} width={16} />
<p className={`${cabinetRegular.className} text-white text-sm`}>
5%
10%
</p>
</div>
</div>
</div>
</div>
</div>
);
}
}
4 changes: 2 additions & 2 deletions frontend/src/app/components/DeerhackStats/CardMedium.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export default function CardMedium() {
{/* Mobile View */}
<div className="flex justify-between items-center lg:hidden">
<p className={`${cabinetBold.className} text-white text-2xl leading-tight`}>Total</p>
<p className={`${cabinetRegular.className} text-white text-4xl`}>1830+</p>
<p className={`${cabinetRegular.className} text-white text-4xl`}>3840+</p>
</div>
<p className={`${cabinetBold.className} text-white text-2xl leading-tight lg:hidden`}>Applicants</p>
{/* DeskTop View */}
<div className="hidden lg:flex lg:flex-col lg:h-full lg:justify-between">
<p className={`${cabinetBold.className} text-white text-2xl leading-tight`}>Total Applicants</p>
<div className="flex justify-end">
<p className={`${cabinetRegular.className} text-white text-5xl`}>1830+</p>
<p className={`${cabinetRegular.className} text-white text-5xl`}>3840+</p>
</div>
</div>
</div>
Expand Down
8 changes: 6 additions & 2 deletions frontend/src/app/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const Navbar = () => {
Selection Criteria
</a>
</li>
<li>
{/* <li>
<a
href="/judging-criteria"
className="hover:text-secondary text-xl"
Expand All @@ -137,6 +137,8 @@ const Navbar = () => {
Judging Criteria
</a>
</li>
*/}

{/* Hidden Judging Criteria */}
<li>
<a
Expand Down Expand Up @@ -198,13 +200,15 @@ const Navbar = () => {
{isResourceOpen && (
<div className="fixed bg-violet/50 backdrop-blur-md shadow-lg transition-all ease-in-out duration-500 z-20 text-white rounded-br-xl rounded-bl-xl border-sm top-20 mt-[1rem] ">
<ul className={`w-[18.6rem] mt-0.5 text-left list-none ${cabinetMedium.className}`}>
<li className="p-5 mb-2">
{/* <li className="p-5 mb-2">
<a href="/judging-criteria" className="hover:text-secondary"
// target="_blank"
rel="noreferrer">
Judging Criteria
</a>
</li>
*/}

<li className="pt-4 px-6 mb-4">
<a
href="/selection-criteria"
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/sections/DeerhackStats/DeerhackStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default function DeerHackStats() {
<div className="flex-wrap flex gap-4 justify-center">
<div className="flex flex-col gap-4">
<CardMedium />
<CardMini svg={<HackersSVG />} title="Hackers" numbers={147} />
<CardMini svg={<ProjectsSVG />} title=" Total Projects" numbers={36} />
<CardMini svg={<HackersSVG />} title="Hackers" numbers={215} />
<CardMini svg={<ProjectsSVG />} title=" Total Projects" numbers={33} />
</div>
<CardLarge />
</div>
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading