forked from breatheco-de/exercise-postcard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbc.json
More file actions
71 lines (71 loc) · 1.65 KB
/
Copy pathbc.json
File metadata and controls
71 lines (71 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"title" : "Digital Postcard",
"slug" : "postcard",
"status": "published",
"translations": ["es", "us"],
"solution": "https://bitbucket.org/codingacademy/postcard",
"duration" : 4,
"difficulty": "beginner",
"technologies": ["html","css"],
"description" : "Replicate this postcard with CSS and HTML",
"preview": "https://github.com/breatheco-de/exercise-postcard/blob/master/preview.png?raw=true",
"talents": [
{ "badge": "identator", "points": 10 },
{ "badge": "tag-master", "points": 10 },
{ "badge": "path-master", "points": 10 },
{ "badge": "select-everything", "points": 10 },
{ "badge": "be-dry", "points": 10 },
{ "badge": "abc", "points": 10 }
],
"video-id": "WbZ4W4SoM0c",
"timeline":[
{
"seconds": "1",
"description": "Introduction"
},
{
"seconds": "38",
"description": "Create sublime project"
},
{
"seconds": "79",
"description": "Download Sublime 3"
},
{
"seconds": "173",
"description": "Basic HTML5 Structure"
},
{
"seconds": "479",
"description": "Creating the HTML for the website"
},
{
"seconds": "515",
"description": "Linking the website to an CSS Style Sheet"
} ,
{
"seconds": "687",
"description": "Centering the postcard Vertically and Horizontally"
} ,
{
"seconds": "996",
"description": "Using float to divide the postcard in to sides"
} ,
{
"seconds": "1346",
"description": "Working with overflow: hidden"
},
{
"seconds": "1554",
"description": "Copying colors from other websites"
},
{
"seconds": "1745",
"description": "Using Google fonts in your website"
} ,
{
"seconds": "1999",
"description": "Using FORMS"
}
]
}