Skip to content

Commit

Permalink
Update partners
Browse files Browse the repository at this point in the history
  • Loading branch information
mojowen committed Nov 6, 2023
1 parent a4970d1 commit 087cb63
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
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 public/images/logos/detroit-action.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 public/images/logos/ms-votes.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 public/images/logos/power-the-polls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 26 additions & 1 deletion src/components/page-partners/page-partners.tsx
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 087cb63

Please sign in to comment.