Skip to content

Commit

Permalink
fix(data): update current staff
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleBluDot committed Feb 15, 2024
1 parent 8341aa2 commit 35db534
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
36 changes: 18 additions & 18 deletions src/_data/affiliations/dc.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const data = {
address1: "915 15th St. NW",
address2: "Washington, D.C. 20005",
affiliation_name: "ACLU of the District of Columbia",
donation_url: "https://action.aclu.org/give/district-columbia-join-renew-today?initms_aff=dc&initms_chan=eml&utm_medium=eml&initms=22XXXX_affcampaign_footerdonate_gradead_sail&utm_source=sail&utm_campaign=affcampaign&utm_content=22XXXX_civilliberties_footerdonate_gradead&af={sb_query_string_encrypted}&ms_aff=dc&ms_chan=eml&ms=22XXXX_affcampaign_footerdonate_gradead_sail",
facebook_url: "https://www.facebook.com/aclu.dc/",
instagram_url: "https://www.instagram.com/acluofdc",
address_1: "915 15th St. NW",
address_2: "Washington, D.C. 20005",
affiliate_name: "ACLU of the District of Columbia",
donation_href: "https://action.aclu.org/give/district-columbia-join-renew-today?initms_aff=dc&initms_chan=eml&utm_medium=eml&initms=22XXXX_affcampaign_footerdonate_gradead_sail&utm_source=sail&utm_campaign=affcampaign&utm_content=22XXXX_civilliberties_footerdonate_gradead&af={sb_query_string_encrypted}&ms_aff=dc&ms_chan=eml&ms=22XXXX_affcampaign_footerdonate_gradead_sail",
facebook_href: "https://www.facebook.com/aclu.dc/",
instagram_href: "https://www.instagram.com/acluofdc",
logo_url: "https://media.sailthru.com/64d/1k4/4/d/5e947c1762b9b.png",
logo_width: "150",
twitter_url: "https://twitter.com/ACLU_DC",
website_url: "https://www.acludc.org/",
twitter_href: "https://twitter.com/ACLU_DC",
website: "https://www.acludc.org/",
signatures: [
{
ed: {
Expand All @@ -20,18 +20,18 @@ const data = {
},
{
advo: {
title: "Political Director",
name: "Nassim Moshiree",
pronouns: "She, her, hers",
headshot: "https://media.sailthru.com/64d/1k4/4/s/5ea8913ea14ef.png",
title: "Policy Director",
name: "",
pronouns: "",
headshot: "",
},
},
{
comms: {
title: "Strategic Communications Director",
name: "Suzanne Ito",
name: "Amber Taylor",
pronouns: "She, her, hers",
headshot: "https://media.sailthru.com/64d/1k4/4/s/5ea8914c77a38.jpg",
headshot: "https://media.sailthru.com/64d/1k4/5/5/5eb1d173406b3.jpg",
},
},
{
Expand All @@ -52,10 +52,10 @@ const data = {
},
{
custom1: {
title: "Communications Director",
name: "Amber Taylor",
pronouns: "She, her, hers",
headshot: "https://media.sailthru.com/64d/1k4/5/5/5eb1d173406b3.jpg",
title: "",
name: "",
pronouns: "",
headshot: "",
},
},
{
Expand Down
30 changes: 15 additions & 15 deletions src/_data/affiliations/nat.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ const data = {
},
{
advo: {
title: "Political Director",
name: "Ronald Newman",
pronouns: "He, him, his",
headshot: "https://media.sailthru.com/64d/1k3/a/o/5db2052e87d81.jpg",
title: "Chief Political and Advocacy Officer",
name: "Deirdre Schifeling",
pronouns: "She, her, hers",
headshot: "",
},
},
{
comms: {
title: "Chief Communications Officer",
name: "Rebecca Lowell Edwards",
title: "Chief Communications and Marketing Officer",
name: "Kriston Alford McIntosh",
pronouns: "She, her, hers",
headshot: "",
},
},
{
dev: {
title: "Director of Development",
name: "Liz FitzGerald",
pronouns: "She, her, hers",
title: "Chief Development Officer",
name: "Mark Wier",
pronouns: "He, him, his",
headshot: "",
},
},
Expand All @@ -52,17 +52,17 @@ const data = {
},
{
custom1: {
title: "Affiliate Digital Campaigns Manager",
name: "Pavel Sanchez",
pronouns: "He, him, his",
title: "Director of Development",
name: "Liz FitzGerald",
pronouns: "She, her, hers",
headshot: "",
},
},
{
custom2: {
title: "Director of Digital Campaigns",
name: "Joe Coakley",
pronouns: "He, him, his",
title: "",
name: "",
pronouns: "",
headshot: "",
},
},
Expand Down

0 comments on commit 35db534

Please sign in to comment.