forked from breatheco-de/exercise-instagram-feed-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
20 lines (20 loc) · 813 Bytes
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"title" : "Instagram Photo Feed with Bootstrap",
"slug" : "instagram-feed-bootstrap",
"status": "published",
"translations": ["es", "en"],
"solution": "https://bitbucket.org/codingacademy/instagram-with-bootstrap/",
"preview": "https://github.com/breatheco-de/exercise-instagram-feed-bootstrap/blob/master/preview.gif?raw=true",
"duration" : 6,
"difficulty": "junior",
"technologies": ["html", "css", "layouts", "bootstrap"],
"description" : "This is an improoved version of the first instagram exercise, now using bootstrap.",
"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 }
]
}