-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
57 lines (55 loc) · 1.35 KB
/
learn.json
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
{
"title": "Build a Digital Postcard with HTML/CSS",
"slug": "exercise-postcard",
"status": "published",
"grading": "incremental",
"translations": [
"es",
"us"
],
"repository": "https://github.com/breatheco-de/exercise-postcard",
"solution": "https://github.com/breatheco-de/exercise-postcard/tree/solution",
"duration": 4,
"language": "auto",
"skills": [
"html-layouts"
],
"difficulty": "beginner",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": [
"html",
"css"
],
"description": "Replicate this postcard with CSS and HTML",
"preview": "https://github.com/breatheco-de/exercise-postcard/blob/main/.learn/assets/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
}
],
"editor": {
"version": "1.0.73"
}
}