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.
feat(data): create all affiliation files (#60)
* feat(data): create all affiliation files * chore(data): all affiliates from a-d * chore(data): update and add organizing to a-d * chore(data): update f-l * chore(data): update m-n * chore(test): add test script * chore(data): correct data format * build(test): add test file * chore(data): o-w files * chore(config): ignore text file * chore(test): add new titles * fix(cli): update save directory * build(config): set build data script * chore(data): update local data file * chore(config): add local bin to ci * chore(config): use full path * chore(config): use correct path
- Loading branch information
1 parent
f106f37
commit edd8d0c
Showing
68 changed files
with
7,860 additions
and
78 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
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,3 +1,4 @@ | ||
# Ignore artifacts: | ||
dist/data/dataLoader.min.json | ||
src/templates/Playground/data-loader.html | ||
src/templates/Playground/data-loader.html | ||
test/* |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,71 @@ | ||
const data = { | ||
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=24XXXX_affcampaign_footerdonate_gradead_sail&utm_source=sail&utm_campaign=affcampaign&utm_content=24XXXX_civilliberties_footerdonate_gradead&af={sb_query_string_encrypted}&gs={sb_gift_string_encrypted}&ms_aff=al&ms_chan=eml&ms=24XXXX_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: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Advocacy Director", | ||
}, | ||
comms: { | ||
title: "Director of Communications", | ||
name: "Jose Vasquez", | ||
pronouns: "", | ||
headshot: "", | ||
}, | ||
custom1: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "", | ||
}, | ||
custom2: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "", | ||
}, | ||
custom3: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "", | ||
}, | ||
dev: { | ||
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", | ||
}, | ||
legal: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Legal Director", | ||
}, | ||
org: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Organizing Director", | ||
}, | ||
}, | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
const data = { | ||
address1: "904 West 2nd Street", | ||
address2: "Little Rock, AR 72201", | ||
affiliation_name: "ACLU of Arkansas", | ||
donation_url: "https://action.aclu.org/give/arkansas-join-renew-today?initms_aff=ar&initms_chan=eml&utm_medium=eml&initms=24XXXX_affcampaign_footerdonate_gradead_sail&utm_source=sail&utm_campaign=affcampaign&utm_content=24XXXX_civilliberties_footerdonate_gradead&af={sb_query_string_encrypted}&ms_aff=ar&ms_chan=eml&ms=24XXXX_affcampaign_footerdonate_gradead_sail", | ||
facebook_url: "https://www.facebook.com/ACLUArkansas", | ||
instagram_url: "https://www.instagram.com/acluofarkansas/", | ||
logo_url: "https://media.sailthru.com/64d/1k8/2/9/65c67d6786f7c.png", | ||
logo_width: "200", | ||
signatures: { | ||
advo: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Advocacy Director", | ||
}, | ||
comms: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Communications Director", | ||
}, | ||
custom1: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "", | ||
}, | ||
custom2: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "", | ||
}, | ||
custom3: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "", | ||
}, | ||
dev: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Development Director", | ||
}, | ||
ed: { | ||
headshot: "https://media.sailthru.com/64d/1k3/b/8/5dc58b034237f.jpg", | ||
name: "Holly Dickson", | ||
pronouns: "She, her, hers", | ||
title: "Executive Director", | ||
}, | ||
legal: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Legal Director", | ||
}, | ||
org: { | ||
headshot: "", | ||
name: "", | ||
pronouns: "", | ||
title: "Organizing Director", | ||
}, | ||
}, | ||
twitter_url: "https://twitter.com/ArkansasACLU", | ||
website_url: "https://www.acluarkansas.org", | ||
}; | ||
|
||
module.exports = data; |
Oops, something went wrong.