-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15c9c15
commit a5e2fc1
Showing
1 changed file
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,34 @@ | ||
{ | ||
"language": "html", | ||
"slug": "css-tutorial-exercises-course", | ||
"skills": ["css-styling"], | ||
"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 looking to learn and practice 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", | ||
"graded": true, | ||
"disabledActions": [], | ||
"disableGrading": false, | ||
"editor": { | ||
"version": "4.3" | ||
}, | ||
"telemetry": { | ||
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" | ||
}, | ||
"video": { | ||
"intro": { | ||
"en":"https://www.youtube.com/watch?v=AuXnQHKhjxw", | ||
"es": "https://www.youtube.com/watch?v=mZPmxx18kXo" | ||
"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 looking to learn and practice 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", | ||
"graded": true, | ||
"disabledActions": [], | ||
"disableGrading": false, | ||
"editor": { | ||
"version": "4.3" | ||
}, | ||
"telemetry": { | ||
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" | ||
}, | ||
"video": { | ||
"intro": { | ||
"en":"https://www.youtube.com/watch?v=AuXnQHKhjxw", | ||
"es": "https://www.youtube.com/watch?v=mZPmxx18kXo" | ||
} | ||
} | ||
} | ||
} |