Skip to content

Commit

Permalink
Added ampt and off-by-none
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzomarcella committed May 31, 2024
1 parent f4b5273 commit 6e74f2c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/Components/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import logoAWS from "../assets/sponsors/Amazon_Web_Services_Logo.svg";
import logoNTTData from "../assets/sponsors/NTT-Data-Logo.svg";
import logoCodecrafters from "../assets/sponsors/codecrafters-logo.png";
import logoTAG from "../assets/sponsors/TAG-logo.svg";

import logoAmpt from "../assets/sponsors/ampt-logo.svg";
import logoOBN from "../assets/sponsors/off-by-none-logo.svg";
// import { cn } from "@/lib/utils";
import { Image, InfiniteMovingImage } from "./ui/infinite-moving-cards";

Expand Down Expand Up @@ -42,7 +43,7 @@ const Sponsors = () => {
image: logoTAG,
url: "https://talentgarden.org/en/",
sponsorType: "Gold",
imageClassName: "!h-11",
imageClassName: "!h-12",
type: "single",
},
{
Expand All @@ -58,6 +59,20 @@ const Sponsors = () => {
imageClassName: "!h-20",
type: "single",
},
{
image: logoAmpt,
url: "https://www.getampt.com/",
sponsorType: "Community",
imageClassName: "!h-20",
type: "single",
},
{
image: logoOBN,
url: "https://offbynone.io/",
sponsorType: "Community",
imageClassName: "!h-20",
type: "single",
},
];
return (
<div className="pt-3 mb-10 text-center bg-transparent lg:mb-0 ">
Expand All @@ -76,7 +91,7 @@ const Sponsors = () => {
<InfiniteMovingImage
items={sponsors}
direction="right"
speed="slow"
speed="normal"
/>
</div>
{/* <hr className="my-5 border-t-2 border-gray-300" />
Expand Down
6 changes: 6 additions & 0 deletions src/assets/sponsors/ampt-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/sponsors/off-by-none-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e74f2c

Please sign in to comment.