-
Notifications
You must be signed in to change notification settings - Fork 363
Expand file tree
/
Copy pathlearn.json
More file actions
33 lines (33 loc) · 1.52 KB
/
learn.json
File metadata and controls
33 lines (33 loc) · 1.52 KB
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
33
{
"slug": "bootstrap-exercises",
"title": {
"us": "Learn Bootstrap from Zero",
"es": "Tutorial para Aprender Bootstrap desde Cero"
},
"description": {
"us": "Master Bootstrap with practical exercises on grid systems, navigation bars, hero sections, and more. Learn to apply Bootstrap styles to your HTML elements, use popular rules and tricks, and build responsive, modern, and visually appealing websites efficiently.",
"es": "Domina Bootstrap con ejercicios prácticos sobre sistemas de cuadrícula, barras de navegación, secciones hero y más. Aprende a aplicar estilos de Bootstrap a tus elementos HTML, usa reglas y trucos populares, y crea sitios web responsivos, modernos y visualmente atractivos 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",
"autoPlay": "true",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=144"
},
"editor": {
"version": "5.0",
"agent": "vscode"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=328yx6t-RTY"
}
}
}