-
Notifications
You must be signed in to change notification settings - Fork 237
/
Copy pathlearn.json
36 lines (36 loc) · 1.96 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
33
34
35
36
{
"slug": "css-tutorial-exercises-course",
"preview": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course",
"title": {
"us": "Learn CSS with Interactive Exercises",
"es": "Aprende CSS con Ejercicios Interactivos"
},
"intro": "https://www.youtube.com/watch?v=BDKdUPDez-U",
"description": {
"us": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises. These CSS exercises are ideal for beginners learning and practicing fundamental CSS concepts, including selectors, styling rules, and responsive design techniques. Through hands-on tasks, learners will gain practical experience in applying styles to HTML elements, using external stylesheets, and mastering CSS specificity.",
"es": "Aprende CSS con una docena de ejercicios interactivos y auto-corregidos. Estos ejercicios de CSS son ideales para principiantes que buscan aprender y practicar conceptos fundamentales de CSS, incluidos selectores, reglas de estilo y técnicas de diseño responsivo. A través de tareas prácticas, los estudiantes obtendrán experiencia en la aplicación de estilos a elementos HTML, el uso de hojas de estilo externas y el dominio de la especificidad de CSS."
},
"duration": 8,
"difficulty": "easy",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"autoPlay": "true",
"graded": true,
"disabledActions": [],
"disableGrading": false,
"editor": {
"version": "5.0",
"agent": "vscode"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=142"
},
"video": {
"intro": {
"en":"https://www.youtube.com/watch?v=AuXnQHKhjxw",
"es": "https://www.youtube.com/watch?v=mZPmxx18kXo"
}
}
}