Skip to content

Commit

Permalink
feat(sponsors.config.ts): add new sponsor logos for EGAL, Chêne Vert,…
Browse files Browse the repository at this point in the history
… Bowling Bressuire, and Logis Les Baillargères with corresponding image paths and href links
  • Loading branch information
h-campos committed Apr 2, 2024
1 parent 8c0f242 commit 68be662
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
Binary file added public/sponsors/bowling-bressuire.webp
Binary file not shown.
Binary file added public/sponsors/chene-vert.webp
Binary file not shown.
Binary file added public/sponsors/egal.webp
Binary file not shown.
Binary file added public/sponsors/logis-baillargeres.webp
Binary file not shown.
21 changes: 21 additions & 0 deletions src/config/sponsors.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,26 @@ export const sponsors: Sponsor[] = [
name: "So Shot logo",
imgPath: "/sponsors/so-shot.webp",
href: "https://www.so-shot.com/"
},
{
name: "EGAL logo",
imgPath: "/sponsors/egal.webp",
href: "https://egal-nantes.com/"
},
{
name: "Chêne Vert logo",
imgPath: "/sponsors/chene-vert.webp",
href: "https://www.facebook.com/p/LE-CHENE-VERT-Bressuire-100054211884627/?locale=fr_FR"
},
{
name: "Bowling Bressuire logo",
imgPath: "/sponsors/bowling-bressuire.webp",
href: "https://bowling-bressuire.fr/"
},
{
name: "Logis Les Baillargères logo",
imgPath: "/sponsors/logis-baillargeres.webp",
href: "https://www.lelogisdesbaillargeres.com/",
className: "rotate-90"
}
];

0 comments on commit 68be662

Please sign in to comment.