mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
3220fd1b9d
Adding LEGO WeDO landing page. This also includes the initial pass on Global Typographic Standards. Needs Work -Add URLs to all links on the page (still being generated) -Ater URLs have been added, update translation JSON to include messages that include links
32 lines
605 B
JSON
32 lines
605 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": "/wedo",
|
|
"view": "wedo2",
|
|
"title": "LEGO WeDo 2.0"
|
|
}
|
|
]
|