From 514fa8636af3aab7cb2072a3f9317778fdb8290b Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Sun, 28 Nov 2021 19:54:05 +0000
Subject: [PATCH 001/433] https://github.com/learnpack/learnpack/issues/534
---
exercises/04.3-id-Selector/README.es.md | 4 ++--
exercises/04.3-id-Selector/README.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/exercises/04.3-id-Selector/README.es.md b/exercises/04.3-id-Selector/README.es.md
index 90faefb1..72b81234 100644
--- a/exercises/04.3-id-Selector/README.es.md
+++ b/exercises/04.3-id-Selector/README.es.md
@@ -12,10 +12,10 @@ También puedes seleccionar un elemento por su `#id` y aplicarle estilos.
Usa la propiedad `id` del elemento HTML para seleccionarlo. Los `id` deben ser únicos, solo un elemento puede tener la misma `id`.
-*La etiqueta HTML con `id="my_number_one"` tendrá un font-size de `9px`.*
+*La etiqueta HTML con `id="small"` tendrá un font-size de `9px`.*
## 📝 Instrucciones:
-Añade el id `button1` a la etiqueta `` y compila para ver el resultado en la consola.
+1. Añade el id `button1` a la etiqueta `` y compila para ver el resultado en la consola.
diff --git a/exercises/04.3-id-Selector/README.md b/exercises/04.3-id-Selector/README.md
index 1c06493c..c079f936 100644
--- a/exercises/04.3-id-Selector/README.md
+++ b/exercises/04.3-id-Selector/README.md
@@ -16,8 +16,8 @@ You can also select an element by `#id` and apply stiles to it.
Use the `id` property of the HTML element to select it. `Ids` should be unique, only one element must have the same ìd`.
-*The html tag with the `id="my_number_one"` will have a font-size of `9px`.*
+*The html tag with the `id="small"` will have a font-size of `9px`.*
## 📝 Instructions:
-Add the id `button1` on to the `` tag and compile to check the result on the console.
+1. Add the id `button1` on to the `` tag and compile to check the result on the console.
From af4d9a1b52c2b11006f1491bccb7778657b8e09b Mon Sep 17 00:00:00 2001
From: Tomas Gonzalez <56565994+tommygonzaleza@users.noreply.github.com>
Date: Mon, 13 Dec 2021 15:13:25 -0400
Subject: [PATCH 002/433] Update README.md
---
exercises/06-Practicing-Rules/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exercises/06-Practicing-Rules/README.md b/exercises/06-Practicing-Rules/README.md
index dc6e7792..d59a60a4 100644
--- a/exercises/06-Practicing-Rules/README.md
+++ b/exercises/06-Practicing-Rules/README.md
@@ -29,4 +29,4 @@ tutorial: "https://www.youtube.com/watch?v=4wguurrl-lU"
## The result should be something like this:
-
+
From e0def2b34b8b560e54c496c78f13bad576894344 Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Tue, 11 Jan 2022 20:33:05 +0000
Subject: [PATCH 003/433] https://github.com/learnpack/learnpack/issues/282
---
exercises/01-Hello-World/README.es.md | 2 +-
exercises/01-Hello-World/README.md | 2 +-
exercises/01.1-The-Style-Tag/README.es.md | 2 +-
exercises/04.2-Apply-several-classes/README.es.md | 2 +-
exercises/04.2-Apply-several-classes/README.md | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/exercises/01-Hello-World/README.es.md b/exercises/01-Hello-World/README.es.md
index 731ed409..bc947cd4 100644
--- a/exercises/01-Hello-World/README.es.md
+++ b/exercises/01-Hello-World/README.es.md
@@ -37,4 +37,4 @@ Usamos CSS para selectionar todas las etiquetas `` y luego hacerlas `pink`.
Debería verse así:
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/exercises/01-Hello-World/README.md b/exercises/01-Hello-World/README.md
index 91c4333b..9510cd81 100644
--- a/exercises/01-Hello-World/README.md
+++ b/exercises/01-Hello-World/README.md
@@ -36,4 +36,4 @@ We use CSS to tell (selected) all the anchor tags and make then pink.
It should look like this:
-
+
diff --git a/exercises/01.1-The-Style-Tag/README.es.md b/exercises/01.1-The-Style-Tag/README.es.md
index 83048844..cb1003a4 100644
--- a/exercises/01.1-The-Style-Tag/README.es.md
+++ b/exercises/01.1-The-Style-Tag/README.es.md
@@ -18,4 +18,4 @@ Puedes tener cuantas etiquetas `
From 9f3eb5b562ccc23e81e7939df7ca7563e5a3e1fe Mon Sep 17 00:00:00 2001
From: Alejandro Sanchez
Date: Tue, 22 Feb 2022 17:05:15 -0500
Subject: [PATCH 008/433] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4100c202..768db291 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Complete selection of autograded CSS exercises, anyone interested in learning CS
One click installation:
-[](https://gitpod.io#https://github.com/4GeeksAcademy/css-tutorial-exercises-course.git)
+
## Manual installation
@@ -56,7 +56,7 @@ $ learnpack start
```
-
+
## How are the exercises organized?
From dd753894448ead1ffeb9f5148cd079c3f7041d68 Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Sat, 26 Mar 2022 21:17:05 +0000
Subject: [PATCH 009/433] https://github.com/learnpack/learnpack/issues/811
---
.gitignore | 1 +
README.es.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
README.md | 13 ++++++--
3 files changed, 95 insertions(+), 3 deletions(-)
create mode 100644 README.es.md
diff --git a/.gitignore b/.gitignore
index 8f255a69..d9d6ec86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
!bc.json
!learn.json
!README.md
+!README.es.md
!/exercises
!/exercises/*
diff --git a/README.es.md b/README.es.md
new file mode 100644
index 00000000..b5f569d1
--- /dev/null
+++ b/README.es.md
@@ -0,0 +1,84 @@
+
+
+  |
+
+ Tutorial de EJercicios de CSS de 4Geeks Academy
+
+
+
+
+ |
+
+
+
+¡Hola! Soy [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), ¡muy emocionado de tenerte aquí! 🎉 😂 Aprender a programar es difícil, ¡necesitas entrenamiento! [Envíame un DM en Twitter] (https://twitter.com/alesanchezr) si tienes alguna pregunta.
+
+## En este tutorial aprenderás los siguientes conceptos:
+
+1. Usar cómo aplicar CSS a su sitio web de 3 maneras diferentes: en línea, agrupándolos dentro de una etiqueta ``;
let cssArray=document.styleSheets[0].cssRules;
-
let orangeHoverSelector="";
for (let i=0; i li") {
+ if (cssArray[i].selectorText==="ul li" || cssArray[i].selectorText==="ul > li") {
orangeHoverSelector=cssArray[i].style.color;
-
}
expect(orangeHoverSelector).toBe("red");
}
-
-
});
it("The ul second element background should be green", function () {
document.querySelector(
@@ -44,7 +37,7 @@ describe("All the styles should be applied", function () {
let orangeHoverSelector="";
for (let i=0; i li:nth-child(2)" ) {
+ if (cssArray[i].selectorText==="ol li:nth-child(2)" || cssArray[i].selectorText==="ol > li:nth-child(2)" ) {
orangeHoverSelector=cssArray[i].style['background-color'];
}
@@ -90,9 +83,4 @@ describe("All the styles should be applied", function () {
let title = head.querySelector('title')
expect(title).not.toBe(null)
})
-
-
-
-
-
});
\ No newline at end of file
diff --git a/learn.json b/learn.json
index e11a82b6..6574dcef 100644
--- a/learn.json
+++ b/learn.json
@@ -11,10 +11,8 @@
"difficulty": "easy",
"video-solutions": true,
"graded": true,
-
- "disableGrading": false,
- "editor": {
- "version": "1.0.73"
- }
-
+ "disableGrading": false,
+ "editor": {
+ "version": "1.0.73"
+ }
}
From aa84d1182fcebac776106e3789b45084478338f6 Mon Sep 17 00:00:00 2001
From: Tomas Gonzalez
Date: Thu, 9 Jun 2022 21:26:05 +0000
Subject: [PATCH 033/433] disableGrading set to true
---
learn.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/learn.json b/learn.json
index 6574dcef..3c17442e 100644
--- a/learn.json
+++ b/learn.json
@@ -11,6 +11,7 @@
"difficulty": "easy",
"video-solutions": true,
"graded": true,
+ "disabledActions": ["test"],
"disableGrading": false,
"editor": {
"version": "1.0.73"
From 0811f988c1e96f60c271644bf9e536d19e5d411a Mon Sep 17 00:00:00 2001
From: Tomas Gonzalez <56565994+tommygonzaleza@users.noreply.github.com>
Date: Tue, 14 Jun 2022 17:29:53 -0400
Subject: [PATCH 034/433] Update learn.json
---
learn.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/learn.json b/learn.json
index 3c17442e..709ede73 100644
--- a/learn.json
+++ b/learn.json
@@ -12,7 +12,7 @@
"video-solutions": true,
"graded": true,
"disabledActions": ["test"],
- "disableGrading": false,
+ "disableGrading": true,
"editor": {
"version": "1.0.73"
}
From ce353cfa37b6431829591db9312f53b671f2d502 Mon Sep 17 00:00:00 2001
From: Tomas Gonzalez
Date: Wed, 15 Jun 2022 18:17:53 +0000
Subject: [PATCH 035/433] fontawesome link updated
---
exercises/11-Font-Awesome-Icons/index.html | 4 ++--
exercises/11-Font-Awesome-Icons/solution.hide.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/exercises/11-Font-Awesome-Icons/index.html b/exercises/11-Font-Awesome-Icons/index.html
index b3533f72..1401d5da 100644
--- a/exercises/11-Font-Awesome-Icons/index.html
+++ b/exercises/11-Font-Awesome-Icons/index.html
@@ -4,12 +4,12 @@
-
+
11 Font Awesome