forked from breatheco-de/exercise-random-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.json
18 lines (18 loc) · 898 Bytes
/
video.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"video-id": "kFrWxuKor_Y",
"timeline":[
{ "seconds": "1", "description": "Introduction" },
{ "seconds": "52", "description": "Instructions " },
{ "seconds": "3:00", "description": "Installation" },
{ "seconds": "3:40", "description": "Structure Explanation" },
{ "seconds": "4:52", "description": "First project run" },
{ "seconds": "8:55", "description": "Creating the HTML" },
{ "seconds": "10:00", "description": "Creating the CSS" },
{ "seconds": "17:00", "description": "Using : before and :after" },
{ "seconds": "21:12", "description": "Creating the Suit CSS Classes" },
{ "seconds": "23:20", "description": "Testing the suites with the inspector " },
{ "seconds": "24:44", "description": "Coding the Javascript" },
{ "seconds": "26:49", "description": "Genereting a random number and suite" },
{ "seconds": "31:03", "description": "Final demonstration" }
]
}