From 35db5342298250676882959b33277b41baccde1a Mon Sep 17 00:00:00 2001 From: Pavel Sanchez <23495830+PaleBluDot@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:54:28 -0500 Subject: [PATCH] fix(data): update current staff --- src/_data/affiliations/dc.js | 36 +++++++++++++++++------------------ src/_data/affiliations/nat.js | 30 ++++++++++++++--------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/_data/affiliations/dc.js b/src/_data/affiliations/dc.js index fa353c4..247c8d5 100644 --- a/src/_data/affiliations/dc.js +++ b/src/_data/affiliations/dc.js @@ -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: { @@ -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", }, }, { @@ -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: "", }, }, { diff --git a/src/_data/affiliations/nat.js b/src/_data/affiliations/nat.js index cd4484f..ff6465f 100644 --- a/src/_data/affiliations/nat.js +++ b/src/_data/affiliations/nat.js @@ -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: "", }, }, @@ -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: "", }, },