forked from breatheco-de/exercise-instagram-post
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn.json
28 lines (28 loc) · 860 Bytes
/
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
{
"title" : {
"us": "Instagram Post Layout",
"es": "Post de Instagram"
},
"slug" : "instagram-post",
"status": "published",
"translations": ["es", "en"],
"solution": "",
"duration" : 4,
"difficulty": "beginner",
"technologies": ["html", "css", "layouts"],
"preview": "https://github.com/breatheco-de/exercise-instagram-post/blob/master/preview.png?raw=true",
"description" : {
"us": "Replicate a single instagram post using HTML and CSS",
"es": "Replica la maquetacion de un post de instagram usando HTML y CSS"
},
"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 }
],
"autoPlay": false,
"projectType": "project"
}