-
Notifications
You must be signed in to change notification settings - Fork 272
/
learn.json
32 lines (32 loc) · 1.27 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
{
"slug": "bootstrap-exercises",
"title": {
"us": "Learn Bootstrap from Zero",
"es": "Tutorial para Aprender Bootstrap desde Cero"
},
"description": {
"us": "Master Bootstrap with hands-on exercises covering grid systems, navigation bars, hero sections, and more. Build responsive, modern web designs efficiently.",
"es": "Domina Bootstrap con ejercicios prácticos que cubren maquetación y grillas, barras de navegación, secciones 'hero' y más. Crea diseños web modernos y responsivos de manera eficiente."
},
"repository": "https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial",
"duration": 5,
"preview": "https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial/blob/master/preview.png?raw=true",
"difficulty": "easy",
"technolgies": ["bootstrap", "html", "css"],
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"editor": {
"version": "4.0"
},
"video": {
"intro": {
"en": "",
"es": "https://www.youtube.com/watch?v=328yx6t-RTY"
}
}
}