From ed59a4f302ae40bd1b4396cc917d45092669d617 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Tue, 12 Nov 2024 14:22:23 -0500 Subject: [PATCH] Update learn.json --- learn.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/learn.json b/learn.json index ccc2596b..aa55b1f6 100644 --- a/learn.json +++ b/learn.json @@ -1,16 +1,15 @@ { - "title": "Build a Digital Postcard with HTML/CSS", + "title": { + "us": "Build a Digital Postcard with HTML/CSS", + "es": "Construye una tarjeta postal con HTML/CSS + } "slug": "exercise-postcard", "status": "published", "grading": "incremental", - "translations": [ - "es", - "us" - ], "repository": "https://github.com/breatheco-de/exercise-postcard", "solution": "https://github.com/breatheco-de/exercise-postcard/tree/solution", "duration": 4, - "language": "auto", + "template_url": "https://github.com/4GeeksAcademy/html-hello", "skills": [ "html-layouts" ], @@ -23,7 +22,10 @@ "css", "layouts" ], - "description": "Replicate this postcard with CSS and HTML", + "description": { + "us": "The Postcard is a beginner-friendly exercise designed to help you practice your first steps in HTML5 and CSS3 by creating a personalized postcard. You'll replicate a pre-designed postcard layout (just like a potential employer will ask you in the future) while learning about HTML structure, CSS styling, and working with Google Fonts. Share your finished postcard with someone special and showcase your creativity!", + "es": "La Postcard es un ejercicio ideal para principiantes diseñado para ayudarte a practicar tus primeros pasos en HTML5 y CSS3 creando una postal personalizada. Replicarás el diseño de una postal predefinida (tal como un posible empleador podría pedirte en el futuro) mientras aprendes sobre la estructura de HTML, el estilo con CSS y el uso de Google Fonts. ¡Comparte tu postal terminada con alguien especial y muestra tu creatividad!" + }, "preview": "https://github.com/breatheco-de/exercise-postcard/blob/main/.learn/assets/preview.png?raw=true", "talents": [ {