Skip to content

Commit

Permalink
feat: ✨ add Q1 2025 partners
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuilds committed Feb 21, 2025
1 parent 18c5439 commit 1bdb23f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/data/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export type PartnersDataType = {
}[];

export const partnersData: PartnersDataType = [
{
name: "33 Across",
logo: "33Across_logo.png",
type: ["Data"],
},
{
name: "3+",
logo: "CH3-logo.png",
Expand All @@ -24,7 +29,7 @@ export const partnersData: PartnersDataType = [
},
{
name: "Acxiom",
logo: "Acxiom-2022-Logo-NAVY-and-TEAL.jpg",
logo: "acxion-logo.png",
type: ["Data"],
featured: true,
order: 1,
Expand Down Expand Up @@ -400,6 +405,11 @@ export const partnersData: PartnersDataType = [
logo: "PartnerLogo_iCook_256x256.png",
type: ["Publishers", "Data"],
},
{
name: "iHeart",
logo: "iheart-media-logo.png",
type: ["Publishers"],
},
{
name: "Index Exchange",
logo: "Index_Exchange_Logo_2021.png",
Expand Down Expand Up @@ -588,7 +598,7 @@ export const partnersData: PartnersDataType = [
{
name: "Networld",
logo: "networld.png",
type: ["Data"],
type: ["Publishers"],
},
{
name: "Neustar",
Expand Down Expand Up @@ -697,6 +707,11 @@ export const partnersData: PartnersDataType = [
logo: "PartnerLogo_iQiyi_256x256.png",
type: ["Publishers"],
},
{
name: "Ranker",
logo: "Ranker-logo.png",
type: ["Publishers"],
},
{
name: "Raptive",
logo: "Raptive_2023.svg",
Expand Down
Binary file added static/img/partners/33Across_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added static/img/partners/Ranker-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/acxion-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/iheart-media-logo.png
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 1bdb23f

Please sign in to comment.