Skip to content

Instantly share code, notes, and snippets.

@yeehaa123
Forked from alain0/badgedata.json
Created March 10, 2020 15:46
Show Gist options
  • Save yeehaa123/01d0de4624c2ff3bd6336de9ce40b426 to your computer and use it in GitHub Desktop.
Save yeehaa123/01d0de4624c2ff3bd6336de9ce40b426 to your computer and use it in GitHub Desktop.
Translation Stuff
{
"name": "Zero Badge",
"description": "This badge is awarded to organizations that publicly display their commitment\nto the values of the PublicSpaces manifesto on their website.\n",
"narrative": "The Zero Badge is a way for organizations that are part of the PublicSpaces\ncoalition to show their affiliation on their website. It provides visible\nevidence to the user that the organization has the intention to implement\nthe PublicSpaces values in their online presence.\n",
"tags": [
"manifesto",
"intention"
],
"scenarios": [
{
"description": "Organization is listed in the PublicSpaces Registry",
"narrative": [
"Given a user visits the organizations website",
"And the website displays the Zero Badge",
"Then the organization is listed in the PublicSpaces Registry",
"And the Badge is valid",
"And the user knows that the organization subscribes to the Public Spaces manifesto"
]
},
{
"description": "Zero Badge is publicly visible on the organization's website",
"narrative": [
"Given a user wants to know if the organization subscribes to the PublicSpaces Manifesto",
"And visits the organization's homepage",
"When the user scrolls to the footer of the page",
"Then the user should see the Zero Badge",
"And the Badge should be displayed with sufficient color contrast",
"And the Badge should have sufficient padding around it"
]
},
{
"description": "Organization's website links to the PublicSpaces Manifesto",
"narrative": [
"Given a user wants to know what the PublicSpaces manifesto entails",
"And visits the website of an affiliated organization",
"When the webiste displays the Zero Badge",
"And the user clicks on the Badge",
"Then the user should be redirected to the Public Spaces manifesto"
]
}
]
}
<div id="about" class="column">
<h1>PublicSpaces</h1>
<h2>internet for the common good</h2>
<p>PublicSpaces reclaims the internet as a force for the common good and advocates a new internet that strengthens the public domain. <a href={`${baseURL}/manifesto`}target="_blank" rel="noopener noreferrer">Read our manifesto</a> to see the values we want to see at the core of our digital lives.</p>
<p>
<a class="more" href={baseURL} target="_blank" rel="noopener noreferrer">more about PublicSpaces<IconMore />
</a>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment