-
Notifications
You must be signed in to change notification settings - Fork 271
/
Copy pathlearn.json
32 lines (32 loc) · 1.58 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
{
"title" : {
"us": "Instagram Photo Feed with Bootstrap",
"es": "Instagram Photo Feed con 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" : {
"us": "Create an Instagram photo feed using Bootstrap. This project focuses on building layouts with the Bootstrap grid system, adding modals, and creating dropdown menus. Learn to efficiently use Bootstrap’s tools to design a modern and professional web interface.",
"es": "Crea un feed de fotos de Instagram usando Bootstrap. Este proyecto se centra en crear diseños con el sistema de cuadrícula de Bootstrap, añadir modales y crear menús desplegables. Aprende a utilizar las herramientas de Bootstrap para diseñar una interfaz web moderna y profesional."
},
"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 }
],
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=165"
},
"autoPlay": false,
"projectType": "project"
}