Skip to content

Commit

Permalink
updated footer (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic authored Jan 7, 2025
1 parent 45decf7 commit 1d6937a
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ export default function Footer() {
>
Matteo Lodi{" "}
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
Author and Principal Maintainer{" "}
Author, Advisor and Administrator{" "}
</span>
</a>
</li>
<li>
<a
href="https://twitter.com/eshaan7_"
href="https://github.com/drosetti"
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
>
Eshaan Bansal{" "}
<span className="ml-7 font-small text-sm opacity-90 font-SpaceGrotesk">
Key Contributor{" "}
Daniele Rosetti{" "}
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
Administrator and Frontend Maintainer{" "}
</span>
</a>
</li>
Expand All @@ -60,19 +60,30 @@ export default function Footer() {
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
>
Simone Berni{" "}
<span className="ml-10 font-small text-sm opacity-90 font-SpaceGrotesk">
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
Backend Maintainer{" "}
</span>
</a>
</li>
<li>
<a
href="https://github.com/drosetti"
href="https://x.com/fgibertoni1"
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
>
Daniele Rosetti{" "}
<span className="ml-6 font-small text-sm opacity-90 font-SpaceGrotesk">
Frontend Maintainer{" "}
Federico Gibertoni{" "}
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
Maintainer and Community Assistant{" "}
</span>
</a>
</li>
<li>
<a
href="https://twitter.com/eshaan7_"
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
>
Eshaan Bansal{" "}
<span className="ml-7 font-small text-sm opacity-90 font-SpaceGrotesk">
Key Contributor{" "}
</span>
</a>
</li>
Expand Down

0 comments on commit 1d6937a

Please sign in to comment.