mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Adding data for tutorials/guides/cards
This commit is contained in:
parent
1b95e643a9
commit
5854e9ccc9
3 changed files with 23 additions and 34 deletions
|
@ -3,8 +3,8 @@
|
||||||
.masonry {
|
.masonry {
|
||||||
column-gap: $gutter;
|
column-gap: $gutter;
|
||||||
column-width: $cols4;
|
column-width: $cols4;
|
||||||
-webkit-perspective: 1;
|
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
|
-webkit-perspective: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// working around Firefox issue that requires column-count, using explicit -moz-column-count
|
// working around Firefox issue that requires column-count, using explicit -moz-column-count
|
||||||
|
|
|
@ -1,35 +1,24 @@
|
||||||
{
|
{
|
||||||
"ttt.MakeItFlyTutorialLoc": "#",
|
|
||||||
"ttt.MakeItFlyActivityLoc": "/pdfs/cards/FlyCards.pdf",
|
"ttt.MakeItFlyActivityLoc": "/pdfs/cards/FlyCards.pdf",
|
||||||
"ttt.MakeItFlyGuideLoc": "#",
|
"ttt.MakeItFlyGuideLoc": "/pdfs/guides/FlyGuide.pdf",
|
||||||
"ttt.AnimateYourNameTutorialLoc": "#",
|
|
||||||
"ttt.AnimateYourNameActivityLoc": "/pdfs/cards/AnimateYourNameCards.pdf",
|
"ttt.AnimateYourNameActivityLoc": "/pdfs/cards/AnimateYourNameCards.pdf",
|
||||||
"ttt.AnimateYourNameGuideLoc": "#",
|
"ttt.AnimateYourNameGuideLoc": "/pdfs/guides/NameGuide.pdf",
|
||||||
"ttt.MakeMusicTutorialLoc": "#",
|
|
||||||
"ttt.MakeMusicActivityLoc": "/pdfs/cards/MusicCards.pdf",
|
"ttt.MakeMusicActivityLoc": "/pdfs/cards/MusicCards.pdf",
|
||||||
"ttt.MakeMusicGuideLoc": "#",
|
"ttt.MakeMusicGuideLoc": "/pdfs/guides/MusicGuide.pdf",
|
||||||
"ttt.RaceTutorialLoc": "#",
|
|
||||||
"ttt.RaceActivityLoc": "/pdfs/cards/RaceGameCards.pdf",
|
"ttt.RaceActivityLoc": "/pdfs/cards/RaceGameCards.pdf",
|
||||||
"ttt.RaceGuideLoc": "#",
|
"ttt.RaceGuideLoc": "/pdfs/guides/RaceGameGuide.pdf",
|
||||||
"ttt.DanceTutorialLoc": "#",
|
|
||||||
"ttt.DanceActivityLoc": "/pdfs/cards/DanceCards.pdf",
|
"ttt.DanceActivityLoc": "/pdfs/cards/DanceCards.pdf",
|
||||||
"ttt.DanceGuideLoc": "#",
|
"ttt.DanceGuideLoc": "/pdfs/guides/DanceGuide.pdf",
|
||||||
"ttt.PongTutorialLoc": "#",
|
|
||||||
"ttt.PongActivityLoc": "/pdfs/cards/PongCards.pdf",
|
"ttt.PongActivityLoc": "/pdfs/cards/PongCards.pdf",
|
||||||
"ttt.PongGuideLoc": "#",
|
"ttt.PongGuideLoc": "/pdfs/guides/PongGuide.pdf",
|
||||||
"ttt.CatchTutorialLoc": "#",
|
|
||||||
"ttt.CatchActivityLoc": "/pdfs/cards/CatchCards.pdf",
|
"ttt.CatchActivityLoc": "/pdfs/cards/CatchCards.pdf",
|
||||||
"ttt.CatchGuideLoc": "#",
|
"ttt.CatchGuideLoc": "/pdfs/guides/CatchGuide.pdf",
|
||||||
"ttt.HideAndSeekTutorialLoc": "#",
|
|
||||||
"ttt.HideAndSeekActivityLoc": "/pdfs/cards/Hide-and-Seek-Cards.pdf",
|
"ttt.HideAndSeekActivityLoc": "/pdfs/cards/Hide-and-Seek-Cards.pdf",
|
||||||
"ttt.HideAndSeekGuideLoc": "#",
|
"ttt.HideAndSeekGuideLoc": "/pdfs/guides/Hide-and-Seek-Guide.pdf",
|
||||||
"ttt.VirtualPetTutorialLoc": "#",
|
|
||||||
"ttt.VirtualPetActivityLoc": "/pdfs/cards/PetCards.pdf",
|
"ttt.VirtualPetActivityLoc": "/pdfs/cards/PetCards.pdf",
|
||||||
"ttt.VirtualPetGuideLoc": "#",
|
"ttt.VirtualPetGuideLoc": "/pdfs/guides/PetGuide.pdf",
|
||||||
"ttt.FashionTutorialLoc": "#",
|
|
||||||
"ttt.FashionActivityLoc": "/pdfs/cards/DressupCards.pdf",
|
"ttt.FashionActivityLoc": "/pdfs/cards/DressupCards.pdf",
|
||||||
"ttt.FashionGuideLoc": "#",
|
"ttt.FashionGuideLoc": "/pdfs/guides/DressupGuide.pdf",
|
||||||
"ttt.StoryTutorialLoc": "#",
|
|
||||||
"ttt.StoryActivityLoc": "/pdfs/cards/StoryCards.pdf",
|
"ttt.StoryActivityLoc": "/pdfs/cards/StoryCards.pdf",
|
||||||
"ttt.StoryGuideLoc": "#"
|
"ttt.StoryGuideLoc": "/pdfs/guides/StoryGuide.pdf"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "ttt.AnimateYourNameDescription",
|
"description": "ttt.AnimateYourNameDescription",
|
||||||
"thumbUrl": "/images/ttt/animate-your-name.jpg",
|
"thumbUrl": "/images/ttt/animate-your-name.jpg",
|
||||||
"bannerUrl": "/images/ttt/animate-your-name-banner.jpg",
|
"bannerUrl": "/images/ttt/animate-your-name-banner.jpg",
|
||||||
"tutorialLoc": "ttt.AnimateYourNameTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=name",
|
||||||
"activityLoc": "ttt.MakeItFlyCardsLoc",
|
"activityLoc": "ttt.MakeItFlyCardsLoc",
|
||||||
"guideLoc": "ttt.MakeItFlyGuidesLoc"
|
"guideLoc": "ttt.MakeItFlyGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
"description": "ttt.MakeItFlyDescription",
|
"description": "ttt.MakeItFlyDescription",
|
||||||
"thumbUrl": "/images/ttt/make-it-fly.jpg",
|
"thumbUrl": "/images/ttt/make-it-fly.jpg",
|
||||||
"bannerUrl": "/images/ttt/make-it-fly-banner.jpg",
|
"bannerUrl": "/images/ttt/make-it-fly-banner.jpg",
|
||||||
"tutorialLoc": "ttt.MakeItFlyTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=fly",
|
||||||
"activityLoc": "ttt.MakeItFlyCardsLoc",
|
"activityLoc": "ttt.MakeItFlyCardsLoc",
|
||||||
"guideLoc": "ttt.MakeItFlyGuidesLoc"
|
"guideLoc": "ttt.MakeItFlyGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"description": "ttt.MakeMusicDescription",
|
"description": "ttt.MakeMusicDescription",
|
||||||
"thumbUrl": "/images/ttt/make-music.jpg",
|
"thumbUrl": "/images/ttt/make-music.jpg",
|
||||||
"bannerUrl": "/images/ttt/make-music-banner.jpg",
|
"bannerUrl": "/images/ttt/make-music-banner.jpg",
|
||||||
"tutorialLoc": "ttt.MakeMusicTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=fly",
|
||||||
"activityLoc": "ttt.MakeMusicCardsLoc",
|
"activityLoc": "ttt.MakeMusicCardsLoc",
|
||||||
"guideLoc": "ttt.MakeMusicGuidesLoc"
|
"guideLoc": "ttt.MakeMusicGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
"description": "ttt.RaceDescription",
|
"description": "ttt.RaceDescription",
|
||||||
"thumbUrl": "/images/ttt/race-to-the-finish.jpg",
|
"thumbUrl": "/images/ttt/race-to-the-finish.jpg",
|
||||||
"bannerUrl": "/images/ttt/race-to-the-finish-banner.jpg",
|
"bannerUrl": "/images/ttt/race-to-the-finish-banner.jpg",
|
||||||
"tutorialLoc": "ttt.RaceTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=racegame",
|
||||||
"activityLoc": "ttt.RaceCardsLoc",
|
"activityLoc": "ttt.RaceCardsLoc",
|
||||||
"guideLoc": "ttt.RaceGuidesLoc"
|
"guideLoc": "ttt.RaceGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"description": "ttt.HideAndSeekDescription",
|
"description": "ttt.HideAndSeekDescription",
|
||||||
"thumbUrl": "/images/ttt/hide-and-seek.jpg",
|
"thumbUrl": "/images/ttt/hide-and-seek.jpg",
|
||||||
"bannerUrl": "/images/ttt/hide-and-seek-banner.jpg",
|
"bannerUrl": "/images/ttt/hide-and-seek-banner.jpg",
|
||||||
"tutorialLoc": "ttt.HideAndSeekTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=hide",
|
||||||
"activityLoc": "ttt.HideAndSeekCardsLoc",
|
"activityLoc": "ttt.HideAndSeekCardsLoc",
|
||||||
"guideLoc": "ttt.HideAndSeekGuidesLoc"
|
"guideLoc": "ttt.HideAndSeekGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"description": "ttt.StoryDescription",
|
"description": "ttt.StoryDescription",
|
||||||
"thumbUrl": "/images/ttt/create-a-story.jpg",
|
"thumbUrl": "/images/ttt/create-a-story.jpg",
|
||||||
"bannerUrl": "/images/ttt/create-a-story-banner.jpg",
|
"bannerUrl": "/images/ttt/create-a-story-banner.jpg",
|
||||||
"tutorialLoc": "ttt.StoryTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=story",
|
||||||
"activityLoc": "ttt.StoryCardsLoc",
|
"activityLoc": "ttt.StoryCardsLoc",
|
||||||
"guideLoc": "ttt.StoryGuidesLoc"
|
"guideLoc": "ttt.StoryGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"description": "ttt.FashionDescription",
|
"description": "ttt.FashionDescription",
|
||||||
"thumbUrl": "/images/ttt/fashion-game.jpg",
|
"thumbUrl": "/images/ttt/fashion-game.jpg",
|
||||||
"bannerUrl": "/images/ttt/fashion-game-banner.jpg",
|
"bannerUrl": "/images/ttt/fashion-game-banner.jpg",
|
||||||
"tutorialLoc": "ttt.FashionTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=dressup",
|
||||||
"activityLoc": "ttt.FashionCardsLoc",
|
"activityLoc": "ttt.FashionCardsLoc",
|
||||||
"guideLoc": "ttt.FashionGuidesLoc"
|
"guideLoc": "ttt.FashionGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
"description": "ttt.PongDescription",
|
"description": "ttt.PongDescription",
|
||||||
"thumbUrl": "/images/ttt/pong-game.jpg",
|
"thumbUrl": "/images/ttt/pong-game.jpg",
|
||||||
"bannerUrl": "/images/ttt/pong-game-banner.jpg",
|
"bannerUrl": "/images/ttt/pong-game-banner.jpg",
|
||||||
"tutorialLoc": "ttt.PongTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=pong",
|
||||||
"activityLoc": "ttt.PongCardsLoc",
|
"activityLoc": "ttt.PongCardsLoc",
|
||||||
"guideLoc": "ttt.PongGuidesLoc"
|
"guideLoc": "ttt.PongGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
"description": "ttt.DanceDescription",
|
"description": "ttt.DanceDescription",
|
||||||
"thumbUrl": "/images/ttt/lets-dance.jpg",
|
"thumbUrl": "/images/ttt/lets-dance.jpg",
|
||||||
"bannerUrl": "/images/ttt/lets-dance-banner.jpg",
|
"bannerUrl": "/images/ttt/lets-dance-banner.jpg",
|
||||||
"tutorialLoc": "ttt.DanceTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=dance",
|
||||||
"activityLoc": "ttt.DanceCardsLoc",
|
"activityLoc": "ttt.DanceCardsLoc",
|
||||||
"guideLoc": "ttt.DanceGuidesLoc"
|
"guideLoc": "ttt.DanceGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
"description": "ttt.CatchDescription",
|
"description": "ttt.CatchDescription",
|
||||||
"thumbUrl": "/images/ttt/catch-game.jpg",
|
"thumbUrl": "/images/ttt/catch-game.jpg",
|
||||||
"bannerUrl": "/images/ttt/catch-game-banner.jpg",
|
"bannerUrl": "/images/ttt/catch-game-banner.jpg",
|
||||||
"tutorialLoc": "ttt.CatchTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=catch",
|
||||||
"activityLoc": "ttt.CatchCardsLoc",
|
"activityLoc": "ttt.CatchCardsLoc",
|
||||||
"guideLoc": "ttt.CatchGuidesLoc"
|
"guideLoc": "ttt.CatchGuidesLoc"
|
||||||
},
|
},
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
"description": "ttt.VirtualPetDescription",
|
"description": "ttt.VirtualPetDescription",
|
||||||
"thumbUrl": "/images/ttt/virtual-pet.jpg",
|
"thumbUrl": "/images/ttt/virtual-pet.jpg",
|
||||||
"bannerUrl": "/images/ttt/virtual-pet-banner.jpg",
|
"bannerUrl": "/images/ttt/virtual-pet-banner.jpg",
|
||||||
"tutorialLoc": "ttt.VirtualPetTutorialLoc",
|
"tutorialLoc": "/projects/editor/?tip_bar=pet",
|
||||||
"activityLoc": "ttt.VirtualPetCardsLoc",
|
"activityLoc": "ttt.VirtualPetCardsLoc",
|
||||||
"guideLoc": "ttt.VirtualPetGuidesLoc"
|
"guideLoc": "ttt.VirtualPetGuidesLoc"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue