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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { usePathname } from 'next/navigation';
import grass_bottom from '@public/hackers/login/grass_bottom.svg';
import VocalAngelCow from 'public/hackers/login/vocal_angel_cow.svg';
import login_mascots_mobile from '@public/hackers/login/login_mascots_mobile.svg';
import mascots_with_notes from '@public/hackers/login/mascots_with_notes.svg';
import mascots_waving from '@public/hackers/login/mascots_waving.gif';
import moving_clouds from '@public/hackers/login/moving_clouds.svg';

export default function AuthFormBackground({
Expand Down Expand Up @@ -76,7 +76,7 @@ export default function AuthFormBackground({
className="hidden md:block w-full relative z-[3]"
/>
<Image
src={mascots_with_notes}
src={mascots_waving}
alt="mascots peeping"
className="hidden md:block absolute right-0 bottom-0 z-[5]"
/>
Expand Down
32 changes: 18 additions & 14 deletions app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import Countdown from './_components/Countdown';
import clouds from '@public/hackers/hero/Clouds.svg';
import starLeft from '@public/hackers/hero/StarLeft.svg';
import startRight from '@public/hackers/hero/StarRight.svg';
import peepingBunny from '@public/hackers/hero/PeepingBunny.gif';
import peepingCow from '@public/hackers/hero/PeepingCow.gif';
import peepingDuck from '@public/hackers/hero/PeepingDuck.gif';
import peepingFrog from '@public/hackers/hero/PeepingFrog.gif';

interface HeroHackingProps {
rolloutTime?: number;
Expand Down Expand Up @@ -95,18 +99,18 @@ export default function HeroHacking({
{/* Cow */}
<div className="relative rounded-[20px] bg-[#93F5F3] overflow-hidden flex items-end justify-center">
<Image
src="/hackers/hero/PeepingCow.svg"
src={peepingCow}
alt="Peeking cow"
width={520}
height={320}
className="w-[85%] h-auto pointer-events-none select-none"
className="w-[100%] h-auto pointer-events-none select-none"
/>
</div>

{/* Duck */}
<div className="relative rounded-[20px] bg-[#FFF3B6] overflow-hidden flex items-end justify-center">
<Image
src="/hackers/hero/PeepingDuck.svg"
src={peepingDuck}
alt="Peeking duck"
width={520}
height={320}
Expand All @@ -117,22 +121,22 @@ export default function HeroHacking({
{/* Frog */}
<div className="relative rounded-[20px] bg-[#E9FBBA] overflow-hidden flex items-end justify-center">
<Image
src="/hackers/hero/PeepingFrog.svg"
src={peepingFrog}
alt="Peeking frog"
width={520}
height={320}
className="w-[65%] h-auto pointer-events-none select-none"
className="w-[100%] h-auto pointer-events-none select-none"
/>
</div>

{/* Bunny */}
<div className="relative rounded-[20px] bg-[#FFD2D2] overflow-hidden flex items-end justify-center">
<Image
src="/hackers/hero/PeepingBunny.svg"
src={peepingBunny}
alt="Peeking bunny"
width={520}
height={320}
className="w-[85%] h-auto pointer-events-none select-none"
className="w-[100%] h-auto pointer-events-none select-none"
/>
</div>
</div>
Expand Down Expand Up @@ -172,18 +176,18 @@ export default function HeroHacking({
{/* Cow */}
<div className="min-h-0 relative rounded-[28px] bg-[#93F5F3] backdrop-blur-xl overflow-hidden flex items-end justify-center">
<Image
src="/hackers/hero/PeepingCow.svg"
src={peepingCow}
alt="Peeking cow"
width={520}
height={320}
className="w-[55%] max-h-full h-auto pointer-events-none select-none"
className="w-[100%] max-h-full h-auto pointer-events-none select-none"
/>
</div>

{/* Duck */}
<div className="min-h-0 relative rounded-[28px] bg-[#FFF3B6] overflow-hidden flex items-end justify-center">
<Image
src="/hackers/hero/PeepingDuck.svg"
src={peepingDuck}
alt="Peeking duck"
width={520}
height={320}
Expand All @@ -194,11 +198,11 @@ export default function HeroHacking({
{/* Frog */}
<div className="min-h-0 relative rounded-[28px] bg-[#E9FBBA] backdrop-blur-xl overflow-hidden flex items-end justify-center">
<Image
src="/hackers/hero/PeepingFrog.svg"
src={peepingFrog}
alt="Peeking frog"
width={520}
height={320}
className="w-[90%] max-h-full h-auto pointer-events-none select-none"
className="w-[100%] max-h-full h-auto pointer-events-none select-none"
/>
</div>
</div>
Expand All @@ -208,11 +212,11 @@ export default function HeroHacking({
{/* Bunny */}
<div className="min-h-0 relative rounded-[28px] bg-[#FFD2D2] backdrop-blur-xl overflow-hidden flex items-end justify-center">
<Image
src="/hackers/hero/PeepingBunny.svg"
src={peepingBunny}
alt="Peeking bunny"
width={520}
height={320}
className="w-[85%] max-h-full h-auto pointer-events-none select-none"
className="w-[100%] max-h-full h-auto pointer-events-none select-none"
/>
</div>

Expand Down
Binary file added public/hackers/hero/PeepingBunny.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hackers/hero/PeepingCow.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hackers/hero/PeepingDuck.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hackers/hero/PeepingFrog.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hackers/login/mascots_waving.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading