diff --git a/public/images/logos/alliance-for-youth-organizing.png b/public/images/logos/alliance-for-youth-organizing.png new file mode 100644 index 0000000..fd875b3 Binary files /dev/null and b/public/images/logos/alliance-for-youth-organizing.png differ diff --git a/public/images/logos/detroit-action.jpg b/public/images/logos/detroit-action.jpg new file mode 100644 index 0000000..a5d79c2 Binary files /dev/null and b/public/images/logos/detroit-action.jpg differ diff --git a/public/images/logos/leaders-igniting-transformation.png b/public/images/logos/leaders-igniting-transformation.png new file mode 100644 index 0000000..3e59b6e Binary files /dev/null and b/public/images/logos/leaders-igniting-transformation.png differ diff --git a/public/images/logos/ms-votes.png b/public/images/logos/ms-votes.png new file mode 100644 index 0000000..74d5555 Binary files /dev/null and b/public/images/logos/ms-votes.png differ diff --git a/public/images/logos/power-the-polls.png b/public/images/logos/power-the-polls.png new file mode 100644 index 0000000..8a680f9 Binary files /dev/null and b/public/images/logos/power-the-polls.png differ diff --git a/src/components/page-partners/page-partners.tsx b/src/components/page-partners/page-partners.tsx index 8cef3da..7a8521a 100644 --- a/src/components/page-partners/page-partners.tsx +++ b/src/components/page-partners/page-partners.tsx @@ -1,6 +1,6 @@ import { Component, h } from "@stencil/core"; -const partners = [ +const partners: [{ img: string; name: string; url: string }] = [ { img: "aclu-georgia.png", name: "ACLU Georgia", @@ -11,6 +11,11 @@ const partners = [ name: "All Vote No Play", url: "https://www.allvotenoplay.org/", }, + { + img: "alliance-for-youth-organizing.png", + name: "Alliance for Youth Organizing", + url: "https://allianceforyouthorganizing.org", + }, { img: "andrew-goodman-foundation.png", name: "The Andrew Goodman Foundation", @@ -106,6 +111,11 @@ const partners = [ name: "Lead MN", url: "https://www.leadmn.org/", }, + { + img: "leaders-igniting-transformation.png", + name: "Leaders Igniting Transformation", + url: "https://www.litwi.org", + }, { img: "levis.png", name: "Levi's", @@ -121,6 +131,11 @@ const partners = [ name: "Move Texas", url: "https://movetexas.org/", }, + { + img: "ms-votes.png", + name: "Mississippi Votes", + url: "https://www.msvotes.org", + }, { img: "naacp-bulloch-county.png", name: "NAACP Bulloch County", @@ -156,6 +171,11 @@ const partners = [ name: "New Voters", url: "https://www.new-voters.org/", }, + { + img: "power-the-polls.png", + name: "Power the Polls", + url: "https://powerthepolls.org", + }, { img: "proactive-grand-rapids.jpg", name: "Proactive Grand Rapids", @@ -246,6 +266,11 @@ const partners = [ name: "Detroit Votes 2022", url: "https://detroitvotes.org/", }, + { + img: "detroit-action.jpg", + name: "Detroit Action", + url: "https://detroitaction.org", + }, { img: "ezcater.png", name: "EZCater",