Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "idea" about fact-based media and the world view. Add "links" where you can learn the facts or donate #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/constants/IdeasConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ export const IDEAS_LIST = [
{
text: "THE FUCKING EARTH IS GOING TO LITERALLY BE ON FUCKING FIRE",
topic: "earth"
},
{
text: "FACT-BASED FUCKING MEDIA AND THE WORLD VIEW",
topic: "facts"
}
]
},
Expand Down
27 changes: 27 additions & 0 deletions src/constants/LinkConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,33 @@ export const LINKS_LIST = {
link: "http://blog.safecast.org/volunteer/"
}
]
},

facts: {
donate: [
{
text: "GAPMINDER FOUNDATION",
link: "https://www.gapminder.org/donations/"
},
{
text: "OUR WORLD IN DATA",
link: "https://ourworldindata.org/support/"
}
],
volunteer: [
{
text: "LEARN HOW U.S. HAS FUCKING PROGRESSED",
link: "http://www.gapminder.org/tools/#_chart-type=bubbles&state_entities_select@_geo=usa&trailStartTime=1800"
},
{
text: "STUDY OUR WORLD IN FUCKING DATA",
link: "https://ourworldindata.org/"
},
{
text: "SEE HOW PEOPLE ACTUALLY FUCKING LIVE",
link: "http://www.gapminder.org/dollar-street/matrix?thing=Families&countries=United%20States"
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps add FACT-CHECK TRUMP'S FUCKING CAMPAIGN PROMISES -> https://trumptracker.github.io

]
}

};