mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
bd81438800
We are recruiting Scratchers for interviews on the Scratch Community blocks feature; this is a part of my PhD disseration. This commit has the PDF forms and the views that are needed for the recruitment.
47 lines
964 B
JSON
47 lines
964 B
JSON
[
|
|
{
|
|
"pattern": "/",
|
|
"view": "splash",
|
|
"title": "Imagine, Program, Share"
|
|
},
|
|
{
|
|
"pattern": "/about",
|
|
"view": "about",
|
|
"title": "About"
|
|
},
|
|
{
|
|
"pattern": "/components",
|
|
"view": "components",
|
|
"title": "Components"
|
|
},
|
|
{
|
|
"pattern": "/hoc",
|
|
"view": "hoc",
|
|
"title": "Hour of Code"
|
|
},
|
|
{
|
|
"pattern": "/info/credits",
|
|
"view": "credits",
|
|
"title": "Credits"
|
|
},
|
|
{
|
|
"pattern": "/info/cards",
|
|
"view": "cards",
|
|
"title": "Cards"
|
|
},
|
|
{
|
|
"pattern": "/info/communityblocks-interviews",
|
|
"view": "communityblocks-interviews",
|
|
"title": "Community Blocks Beta Tester Interviews"
|
|
},
|
|
{
|
|
"pattern": "/jobs",
|
|
"view": "jobs",
|
|
"title": "Jobs"
|
|
},
|
|
{
|
|
"pattern": "/wedo",
|
|
"view": "wedo2",
|
|
"title": "LEGO WeDo 2.0"
|
|
}
|
|
]
|