generated from PaleBluDot/e11ty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(data): update and add organizing to a-d
- Loading branch information
1 parent
32f0400
commit 1f4c63b
Showing
13 changed files
with
333 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,71 @@ | ||
const data = { | ||
address1: "1057 W. Fireweed Lane, Suite 207", | ||
address2: "Anchorage, AK 99503", | ||
affiliation_name: "ACLU of Alaska", | ||
donation_url: "https://action.aclu.org/give/alaska-join-renew-today?initms_aff=ak&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=ak&ms_chan=eml&ms=22XXXX_affcampaign_footerdonate_gradead_sail", | ||
facebook_url: "https://www.facebook.com/ACLUofAlaska", | ||
instagram_url: "https://www.instagram.com/acluofalaska", | ||
logo_url: "https://media.sailthru.com/64d/1k4/4/d/5e947c159341b.png", | ||
address1: "P.O. Box 6179", | ||
address2: "Montgomery, AL 36106", | ||
affiliation_name: "ACLU of Alabama", | ||
donation_url: "https://action.aclu.org/give/alabama-join-renew-today?initms_aff=al&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}&gs={sb_gift_string_encrypted}&ms_aff=al&ms_chan=eml&ms=22XXXX_affcampaign_footerdonate_gradead_sail", | ||
facebook_url: "https://facebook.com/ACLUofAlabama", | ||
instagram_url: "https://www.instagram.com/acluofalabama", | ||
logo_url: "https://media.sailthru.com/64d/1k4/4/d/5e947c155ea26.png", | ||
logo_width: "150", | ||
logo_width: "150", | ||
signatures: { | ||
advo: { | ||
title: "Advocacy Director", | ||
name: "Michael Garvey", | ||
pronouns: "", | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Advocacy Director", | ||
}, | ||
comms: { | ||
title: "Communications Director", | ||
name: "Megan Baker", | ||
pronouns: "She, her, hers", | ||
title: "Director of Communications", | ||
name: "Jose Vasquez", | ||
pronouns: "", | ||
headshot: "", | ||
}, | ||
custom1: { | ||
title: "", | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
headshot: "", | ||
title: "", | ||
}, | ||
custom2: { | ||
title: "", | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
headshot: "", | ||
title: "", | ||
}, | ||
custom3: { | ||
title: "", | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
headshot: "", | ||
title: "", | ||
}, | ||
dev: { | ||
title: "Director of Philanthropy", | ||
name: "Laura Herman", | ||
pronouns: "She, her, hers", | ||
headshot: "https://media.sailthru.com/64d/1k4/4/s/5ea873c4a1b08.jpg", | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Development Director", | ||
}, | ||
ed: { | ||
headshot: "https://media.sailthru.com/64d/1k6/c/f/639b7a2fa76ca.jpg", | ||
name: "JaTaune Bosby Gilchrist", | ||
pronouns: "She, her, hers", | ||
title: "Executive Director", | ||
name: "Joshua Decker", | ||
pronouns: "He, him, his", | ||
headshot: "https://media.sailthru.com/64d/1k4/3/2/5e5d757771747.jpg", | ||
}, | ||
legal: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Legal Director", | ||
name: "Stephen Koteff", | ||
}, | ||
org: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
headshot: "https://media.sailthru.com/64d/1k4/4/s/5ea873be7af4e.jpg", | ||
title: "Organizing Director", | ||
}, | ||
}, | ||
twitter_url: "https://twitter.com/ACLUofAlaska", | ||
website_url: "https://www.acluak.org", | ||
twitter_url: "https://twitter.com/aclualabama", | ||
website_url: "https://aclualabama.org", | ||
}; | ||
|
||
module.exports = data; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.