Skip to content

Commit

Permalink
Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Nov 23, 2023
1 parent 61b820c commit 7071634
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion front/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import {
GoogleLogo,
Hover3D,
Logo,
LogoHorizontalColorLogoLayer1,
LogoHorizontalColorLogoLayer2,
LogoHorizontalWhiteLogo,
MicrosoftLogo,
MistralLogo,
Expand Down Expand Up @@ -119,7 +121,14 @@ export default function Home({
<ScrollingHeader showItemY={logoY}>
<div className="flex h-full w-full items-center gap-10 px-4">
<div className="invisibleFirst hidden h-[24px] w-[96px] opacity-0 transition-all duration-500 ease-out md:block">
<Logo className="h-[24px] w-[96px]" />
<Hover3D className="relative h-[24px] w-[96px]">
<Div3D depth={0} className="h-[24px] w-[96px]">
<LogoHorizontalColorLogoLayer1 className="h-[24px] w-[96px]" />
</Div3D>
<Div3D depth={25} className="absolute top-0">
<LogoHorizontalColorLogoLayer2 className=" h-[24px] w-[96px]" />
</Div3D>
</Hover3D>
</div>
<div className="invisibleFirst hidden flex-row justify-start gap-6 opacity-0 transition-all duration-500 ease-out lg:flex">
<P size="xs">
Expand Down

0 comments on commit 7071634

Please sign in to comment.