scratch-www/src/routes.json

83 lines
2 KiB
JSON
Raw Normal View History

[
{
"name": "splash",
"pattern": "^/?$",
"view": "splash/splash",
"title": "Imagine, Program, Share"
},
{
"name": "about",
"pattern": "^/about$",
"view": "about/about",
"title": "About"
2015-09-08 10:54:15 -04:00
},
{
"name": "components",
"pattern": "^/components$",
"view": "components/components",
"title": "Components"
},
{
"name": "hoc",
"pattern": "^/hoc$",
"view": "hoc/hoc",
"title": "Hour of Code"
},
{
"name": "credits",
"pattern": "^/info/credits$",
"view": "credits/credits",
"title": "Credits"
2016-01-31 13:02:10 -05:00
},
{
"name": "cards",
"pattern": "^/info/cards$",
"view": "cards/cards",
"title": "Cards"
},
{
"name": "communityblocks-interviews",
"pattern": "^/info/communityblocks-interviews$",
"view": "communityblocks-interviews/communityblocks-interviews",
"title": "Community Blocks Beta Tester Interviews"
},
2015-11-29 13:42:26 -05:00
{
"name": "jobs",
"pattern": "^/jobs$",
"view": "jobs/jobs",
2015-11-29 13:42:26 -05:00
"title": "Jobs"
},
{
"name": "wedo2",
"pattern": "^/wedo$",
"view": "wedo2/wedo2",
"title": "LEGO WeDo 2.0"
},
2016-04-21 16:22:39 -04:00
{
"name": "conference-index",
"pattern": "^/conference$",
"view": "conference/index/index",
"title": "Scratch Conference",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "conference-plan",
"pattern": "^/conference/plan$",
"view": "conference/plan/plan",
"title": "Plan Your Visit",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "conference-expectations",
"pattern": "^/conference/expect$",
"view": "conference/expect/expect",
"title": "What to Expect",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "donate",
2016-04-19 18:42:03 -04:00
"pattern": "^/info/donate",
"redirect": "https://secure.donationpay.org/scratchfoundation/"
}
]