-
Notifications
You must be signed in to change notification settings - Fork 267
/
learn.json
23 lines (23 loc) · 952 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
{
"title" : "Instagram Photo Feed with Bootstrap",
"slug" : "instagram-feed-bootstrap",
"status": "published",
"translations": ["es", "en"],
"solution": "https://github.com/breatheco-de/exercise-instagram-feed-bootstrap/tree/solution",
"preview": "https://github.com/breatheco-de/exercise-instagram-feed-bootstrap/blob/master/assets/preview.gif?raw=true",
"duration" : 6,
"template_url": "https://github.com/4GeeksAcademy/html-hello",
"difficulty": "easy",
"technologies": ["html", "css", "layouts", "bootstrap"],
"description" : "This is an improved 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 }
],
"autoPlay": false,
"projectType": "project"
}