From ede68d25eba488b20fb933589d23000c648a6713 Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Mon, 13 Sep 2021 20:01:48 +0000
Subject: [PATCH 001/460] checking instructions
---
exercises/00-Welcome/README.es.md | 4 ++++
exercises/00-Welcome/README.md | 4 ++++
exercises/01-Hello-World/README.es.md | 10 ++++++----
exercises/01-Hello-World/README.md | 8 +++++---
exercises/01.1-The-Style-Tag/README.es.md | 7 ++++---
exercises/01.1-The-Style-Tag/README.md | 3 ++-
exercises/01.2-Your-First-Style/README.es.md | 8 ++++----
exercises/01.2-Your-First-Style/README.md | 4 ++--
exercises/01.3-Your-Second-Style/README.es.md | 3 ++-
exercises/01.3-Your-Second-Style/README.md | 1 +
exercises/02-Separate-Stylesheet/README.es.md | 3 +--
exercises/02-Separate-Stylesheet/README.md | 2 +-
exercises/02.1-Background/README.es.md | 16 ++++++++--------
exercises/03-Inline-Styles/README.es.md | 8 ++++----
exercises/03-Inline-Styles/README.md | 5 +----
exercises/04-Class-Selector/README.es.md | 12 ++++--------
exercises/04-Class-Selector/README.md | 11 ++++++-----
exercises/04.1-Combined-Rules/README.es.md | 10 ++++------
exercises/04.1-Combined-Rules/README.md | 14 ++++++--------
.../04.2-Apply-several-classes/README.es.md | 4 +++-
exercises/04.2-Apply-several-classes/README.md | 5 ++++-
exercises/04.3-id-Selector/README.es.md | 9 ++++-----
exercises/04.3-id-Selector/README.md | 9 ++++-----
exercises/05-Specificity/README.es.md | 10 ++++------
exercises/05-Specificity/README.md | 6 +++---
exercises/06-Practicing-Rules/README.es.md | 8 +++-----
exercises/06-Practicing-Rules/README.md | 6 +++---
exercises/07-Very-Specific-Rules/README.es.md | 3 +--
exercises/09-Anchor-Styles/README.es.md | 2 +-
exercises/10-Your-Own-Font/README.es.md | 7 +++----
exercises/10-Your-Own-Font/README.md | 5 ++---
exercises/11-Font-Awesome-Icons/README.es.md | 5 +++--
exercises/11-Font-Awesome-Icons/README.md | 4 ++--
exercises/12-Relative-Length-EM-REM/README.es.md | 15 +++++++++------
exercises/12-Relative-Length-EM-REM/README.md | 14 ++++++++------
exercises/13-Anchor-Like-Button/README.es.md | 16 +++++++++-------
exercises/13-Anchor-Like-Button/README.md | 6 ++++--
37 files changed, 139 insertions(+), 128 deletions(-)
diff --git a/exercises/00-Welcome/README.es.md b/exercises/00-Welcome/README.es.md
index 84ce3fea..bed6d3a1 100644
--- a/exercises/00-Welcome/README.es.md
+++ b/exercises/00-Welcome/README.es.md
@@ -11,9 +11,13 @@ Durante este curso aprenderás los siguientes conceptos:
1. Cómo aplicar CSS a tu sitio web de tres formas diferentes:
Inline, agrupando todo dentro de la etiqueta `
```
-## 📝 Instruccciones
-Añade una etiqueta `
From 9f3eb5b562ccc23e81e7939df7ca7563e5a3e1fe Mon Sep 17 00:00:00 2001
From: Alejandro Sanchez
Date: Tue, 22 Feb 2022 17:05:15 -0500
Subject: [PATCH 035/460] 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 036/460] 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 060/460] 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 061/460] 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 062/460] 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