mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-05-06 02:41:02 -04:00
Add new cards and card thumbs to www
Fixes #856. This also updates the styling of the `cards.jsx` view to follow the trello style guide, as previously discussed.
This commit is contained in:
parent
3c7c758903
commit
e01afa0161
35 changed files with 285 additions and 123 deletions
bin/lib
|
@ -1,11 +1,17 @@
|
|||
{
|
||||
"en": {
|
||||
"cards.starterLink": "//scratch.mit.edu/scratchr2/static/pdfs/help/Scratch2Cards.pdf",
|
||||
"cards.nameLink": "//scratch.mit.edu/scratchr2/static/pdfs/help/AnimateYourNameCards.pdf",
|
||||
"cards.pongLink": "//scratch.mit.edu/scratchr2/static/pdfs/help/PongCards.pdf",
|
||||
"cards.storyLink": "//scratch.mit.edu/scratchr2/static/pdfs/help/StoryCards.pdf",
|
||||
"cards.danceLink": "//scratch.mit.edu/scratchr2/static/pdfs/help/DanceCards.pdf",
|
||||
"cards.hideLink": "//scratch.mit.edu/scratchr2/static/pdfs/help/Hide-and-Seek-Cards.pdf"
|
||||
"cards.starterLink": "/pdfs/cards/Scratch2Cards.pdf",
|
||||
"cards.nameLink": "/pdfs/cards/AnimateYourNameCards.pdf",
|
||||
"cards.flyLink": "/pdfs/cards/FlyCards.pdf",
|
||||
"cards.raceLink": "/pdfs/cards/RaceGameCards.pdf",
|
||||
"cards.musicLink": "/pdfs/cards/MusicCards.pdf",
|
||||
"cards.hideLink": "/pdfs/cards/Hide-and-Seek-Cards.pdf",
|
||||
"cards.storyLink": "/pdfs/cards/StoryCards.pdf",
|
||||
"cards.dressupLink": "/pdfs/cards/DressupCards.pdf",
|
||||
"cards.pongLink": "/pdfs/cards/PongCards.pdf",
|
||||
"cards.danceLink": "/pdfs/cards/DanceCards.pdf",
|
||||
"cards.catchLink": "/pdfs/cards/CatchCards.pdf",
|
||||
"cards.petLink": "/pdfs/cards/PetCards.pdf"
|
||||
},
|
||||
"ar": {
|
||||
"cards.starterLink": "//cdn.scratch.mit.edu/scratchr2/static/pdfs/help/ar/Scratch2Cards.pdf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue