-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
learn.json
63 lines (63 loc) · 2.29 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"title": {
"us": "Build a Digital Postcard with HTML/CSS",
"es": "Construye una tarjeta postal con HTML/CSS"
},
"slug": "exercise-postcard",
"grading": "incremental",
"repository": "https://github.com/breatheco-de/exercise-postcard",
"solution": "https://github.com/breatheco-de/exercise-postcard/tree/solution",
"duration": 4,
"skills": [
"html-layouts"
],
"difficulty": "beginner",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"technologies": [
"html",
"css",
"layouts"
],
"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": [
{
"badge": "identator",
"points": 10
},
{
"badge": "tag-master",
"points": 10
},
{
"badge": "path-master",
"points": 10
},
{
"badge": "select-everything",
"points": 10
},
{
"badge": "be-dry",
"points": 10
},
{
"badge": "abc",
"points": 10
}
],
"editor": {
"version": "3.1"
},
"video": {
"intro": {
"en": "https://www.youtube.com/watch?v=rvVPyewhFSU",
"es": "https://www.youtube.com/watch?v=rvVPyewhFSU"
}
}
}