Skip to content

Commit

Permalink
update Footer with Documentation, remove Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Jan 12, 2024
1 parent f273982 commit 7f14eac
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions app/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const socialLinks = [

const Footer = () => {
return (
<Container styles="h-[525px] md:h-[475px] lg:h-[425px] xl:h-[375px]" bgcolor="bg-cambio-blue">
<div className="py-10 h-full grid grid-cols-[2fr_1fr_1fr_1fr_1fr] gap-2 md:gap-5">
<Container styles="h-[300px]" bgcolor="bg-cambio-blue">
<div className="py-10 h-full grid grid-cols-[2fr_50px_1fr_1fr_1fr] gap-2 md:gap-5">
<div className="flex flex-col gap-3 md:gap-5">
<Logo small />
<div className="font-semibold text-md">CambioML: Private LLMs to Boost Enterprises</div>
Expand All @@ -37,25 +37,24 @@ const Footer = () => {
</div>
<div className="text-sm text-neutral-500">© {(new Date().getFullYear())} Cambio Corp </div>
</div>
<div className="col-span-1"></div>
<FooterMenu title="Libraries" links={[
{
title: "uniflow",
url: "/libraries/uniflow",
},
{
title: "pykoi",
url: "/libraries/pykoi",
},
{
title: "uniflow",
url: "/libraries/uniflow",
},
]} />
<FooterMenu title="Support" links={[
<FooterMenu title="Documentation" links={[
{
title: "Documentation",
title: "pykoi",
url: "https://www.cambioml.com",
},
]} />
<FooterMenu title="Resources" links={[
{
title: "Blog",
title: "uniflow",
url: "https://www.cambioml.com",
},
]} />
Expand Down

0 comments on commit 7f14eac

Please sign in to comment.