Skip to content

Commit dd7e1b7

Browse files
authored
Merge pull request #132 from Charlytoc/master
Updated with new version
2 parents 3f256d2 + 8a8166f commit dd7e1b7

File tree

30 files changed

+96
-40
lines changed

30 files changed

+96
-40
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

25-
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].26 -g && learnpack plugins:install [email protected]"
25+
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].35 -g && learnpack plugins:install [email protected]"
2626

2727
// Use 'postCreateCommand' to run commands after the container is created.
2828
// "postCreateCommand": "yarn install",

README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ Cada ejercicio es una pequeña aplicación de React que contiene los siguientes
8888

8989
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
9090

91-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (codificador) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 🤓 (tutorial de compilación) ✅ (documentación) 📖
91+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (codificador) 💻 (idea) 🤔, (run-tests) ⚠️ , (pull-request-review) 🤓 (tutorial de compilación) ✅ (documentación) 📖
9292

9393
2. [David Hay (haydavid23)](https://github.com/haydavid23), contribución: (tests) ⚠️
9494

95-
3. [Daniel Machota (@d4rkm0nst3r)](https://github.com/d4rkm0nst3r), contribución: (build-tutorial) ✅, Traducción 🌍
95+
3. [Daniel Machota (@d4rkm0nst3r)](https://github.com/d4rkm0nst3r), contribución: (run-tutorial) ✅, Traducción 🌍
9696

9797
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
9898

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Each exercise is a small React application containing the following files:
9090

9191
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
9292

93-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖
93+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (run-tests) ⚠️ , (pull-request-review) 👀 (run-tutorial) ✅ (documentation) 📖
9494

9595
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎
9696

97-
3. [Daniel Machota (@d4rkm0nst3r)](https://github.com/d4rkm0nst3r), contribution: (build-tutorial) ✅, Translation 🌍
97+
3. [Daniel Machota (@d4rkm0nst3r)](https://github.com/d4rkm0nst3r), contribution: (run-tutorial) ✅, Translation 🌍
9898

9999
<!-- hide -->
100100
This and many other exercises are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sánchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).

exercises/00-Welcome/README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
intro: "https://www.youtube.com/watch?v=BDKdUPDez-U"
2+
intro: "https://www.youtube.com/watch?v=mZPmxx18kXo"
33
---
44

55
# ¡¡Bienvenido a los ejercicios de CSS!!
@@ -27,8 +27,8 @@ Como te habrás dado cuenta, HTML solo te permite crear sitios web básicos. Nad
2727

2828
Muchas gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
2929

30-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
31-
1. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribución: (programador), (build-tests) :warning:
30+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador) :computer: (idea) 🤔, (run-tests) :warning:, (pull-request-review) :eyes: (run-tutorial) :white_check_mark: (documentation) :book:
31+
1. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribución: (programador), (run-tests) :warning:
3232

3333
Este proyecto sigue las especificaciones
3434
[all-contributors](https://github.com/kentcdodds/all-contributors)

exercises/00-Welcome/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
intro: "https://www.youtube.com/watch?v=BDKdUPDez-U"
2+
intro: "https://www.youtube.com/watch?v=AuXnQHKhjxw"
33
---
44

55
# Welcome to CSS Exercises!!
@@ -26,8 +26,9 @@ As you may have noticed, HTML allows you to create only basic websites. Nobody w
2626

2727
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
2828

29-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
30-
2. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests) :warning:
29+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (run-tests) :warning:, (pull-request-review) :eyes: (run-tutorial) :white_check_mark: (documentation) :book:
30+
2. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (run-tests) :warning:
31+
3. [Charly Chacon (charlytoc)](https://github.com/charlytoc), contribution: (tutorials, corrections), 🤖
3132

3233
This project follows the
3334
[all-contributors](https://github.com/kentcdodds/all-contributors)

exercises/00.1-Inline-Styles/README.es.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# `03` Inline Styles
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=c5JeXOnI-Sg"
3+
---
4+
5+
# `00.1` Inline styles
26

37

48
CSS trata sobre agregar estilos (styles) y diseños a tus etiquetas y elementos HTML.

exercises/00.1-Inline-Styles/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=rbtHLA813pU"
2+
tutorial: "https://www.youtube.com/watch?v=h9WPp8gPMS8"
33
---
4-
# `01` Hello World in CSS
4+
# `00.1` Inline styles
55

66
CSS is about adding styles to our HTML elements.
77

@@ -23,15 +23,11 @@ To apply styles you always have to follow thеse steps:
2323
That is it! The rest is just semantics! 😁
2424

2525

26-
## 📝 Instructions
26+
## 📝 Instructions:
2727

28-
1. Within the `index.html` file, create the basic structure of an html page with the appropriate `<html>`, `<head>` and `<body>` tags.
29-
2. Inside of the body of the page, create an `<h1>` tag that reads "HELLO WORLD!!!".
30-
1. Set an inline style to change the text color of the tag to `color: orangered` and give it a solid red border of 1px.
28+
1. Set an inline style to change the background color of the table to green (green). For this exercise, DO NOT use the styles.css :(
3129

3230

3331
### 💡 Hint:
34-
32+
- How to use background-color: https://www.w3schools.com/cssref/pr_background-color.php
3533
- A convenient way to import the basic html structure of your web page is to just type an exclamation mark `!` and select the emmet option that will pop up in VSCode.
36-
- Read how to apply borders here: https://www.w3schools.com/css/css_border_shorthand.asp
37-
- For this exercise, do NOT use `styles.css` file or `<style>` tag.

exercises/01-Style-tag/README.es.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
2-
# `01` Hello World in CSS
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=9WrVN0rOg_k"
3+
---
4+
# `01` Style tag in CSS
35

46
Otra manera que existe de aplicar estilos es utilizar una etiqueta `<style>` en lugar de la propiedad `style`, siempre debes seguir estos pasos:
57

exercises/01-Style-tag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=rbtHLA813pU"
2+
tutorial: "https://www.youtube.com/watch?v=iDwXZoQR8EM"
33
---
44
# `01` Style tag in CSS
55

exercises/01.1-Add-a-style-tag/README.es.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=rX-0KNBCxrY"
3+
---
24
# `01.1` The Style Tag
35

46
Veamos otro ejemplo pero esta vez agregando la etiqueta `<style>` nosotros mismos.

exercises/01.1-Add-a-style-tag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=C5sOchuD2d4"
2+
tutorial: "https://www.youtube.com/watch?v=K1SrZxiiM6I"
33
---
44

55
# `01.1` The Style Tag

exercises/01.2-RGBA-colors/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=8RntHMOAFqI"
3+
---
4+
15
# `01.2` Your First Style
26

37
Cuando usas CSS, la idea es aplicar `reglas css` a tus `elementos html`, siempre debes seleccionar primero el elemento y luego especificar qué reglas deseas aplicarle:

exercises/01.2-RGBA-colors/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=TqmY9GLTwQ0"
3+
---
24
# `01.2` Your First Style
35

46
When doing CSS, the idea is to apply `css rules` to your `html elements`, you always have to select the element first, and then specify what rules you want to apply to it:

exercises/01.3-Your-Second-Style/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=vTS0D_QrbH8"
3+
---
4+
15
# `01.3` Your Second Style
26

37
Cuando usas CSS, la idea es aplicar `reglas css` a tus `elementos html`, siempre debes seleccionar primero el elemento y luego especificar qué reglas deseas aplicarle:

exercises/01.3-Your-Second-Style/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=W0CAqLIAoZI"
2+
tutorial: "https://www.youtube.com/watch?v=ituoKgAh6ds"
33
---
44

55
# `01.3` Your Second Style
@@ -18,4 +18,4 @@ a {
1818

1919
1. Make your website background blue by selecting the `body` and applying the `background` rule with a `blue` value.
2020

21-
2. Build and preview the exercise and your result should be a blue `body` (the whole page blue).
21+
2. Run and preview the exercise and your result should be a blue `body` (the whole page blue).

exercises/02-Separate-Stylesheet/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=MmnkVGINtbs"
3+
---
4+
15
# `02` Separate Stylesheet
26

37
Si usas la etiqueta html `<link>`, puedes tener tus estilos en un archivo separado que normalmente se llama `styles.css`.

exercises/02-Separate-Stylesheet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=T0anCc5fvSg"
2+
tutorial: "https://www.youtube.com/watch?v=jAfXzx88i-4"
33
---
44

55
# `02` Separate Stylesheet

exercises/02.1-Background/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=a1ACEu996z4"
3+
---
4+
15
# `02.1` Background
26

37
La regla `background` (fondo) de CSS nos permite asignar y trabajar con el background de cualquier contenedor (container). Los valores de background pueden ser `color` o una `imagen`.

exercises/02.1-Background/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=MJI0-sFmTe8"
2+
tutorial: "https://www.youtube.com/watch?v=fQh2OulBSp8"
33
---
44

55
# `02.1` Background
@@ -11,17 +11,17 @@ If it is an image, you can specify if you want the image to be repeated horizont
1111
## 📝 Instructions:
1212

1313

14-
1. Build the exercise.
14+
1. Run the exercise.
1515

1616
2. Check the Preview.
1717

1818
3. On the styles.css file change the background-size to 'contain' (check the styles.css tab).
1919

20-
4. Build and Preview the exercise again.
20+
4. Run and Preview the exercise again.
2121

2222
5. Change the background-repeat to 'repeat' to make it repeat over the x-axis and y-axis.
2323

24-
6. Build and Preview the exercise again.
24+
6. Run and Preview the exercise again.
2525

2626

2727
## 💡 Hint:

exercises/03-list-styling/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=qcx31wUVmqI"
3+
---
4+
15
# `03` Estilo de listas
26

37
En el desarrollo front end, a menudo tenemos que listar ítems y la forma de hacerlo es con las etiquetas `<ul>`, para listas desordenadas o con viñetas, y las etiquetas `<ol>` para listas ordenadas o numeradas.

exercises/03-list-styling/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=i7UegJUGnRs"
3+
---
4+
15
# `03` List styling
26

37
In the front end we often have to list items and the way to do that is with `<ul>` tags, for unordered/bulleted lists, and `<ol>` tags for ordered/numbered lists.
@@ -18,8 +22,8 @@ Will remove the numbers or bullets and will move the text to the left so there i
1822

1923
**Note:**
2024

21-
Build the existing code first to see what the page originally looks like.
22-
Then make the changes below and build again.
25+
Run the existing code first to see what the page originally looks like.
26+
Then make the changes below and run again.
2327

2428
## 📝 Instructions:
2529

exercises/04-Class-Selector/README.es.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=0I_xSAQ3vNs"
3+
---
4+
5+
6+
17
# `04` Class Selector
28

39
Hay muchas formas de seleccionar los elementos HTML para aplicarles estilos, hasta ahora solo hemos usado los selectores de etiquetas, así que hablemos sobre el selector `.class`:

exercises/04-Class-Selector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=RffCSMXgWFc"
2+
tutorial: "https://www.youtube.com/watch?v=moLgdg7x84U"
33
---
44

55
# `04` Class Selector

exercises/04.1-Combined-Rules/README.es.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=NYlPhkmqgmU"
3+
---
4+
5+
16
# `04.1` Combined Rules
27

38
Los archivos CSS ocupan espacio en tu servidor y también tardan en descargarse (como todo); es otro documento de texto que el navegador debe descargar antes de mostrar la página, por lo que es importante mantener el documento CSS lo más pequeño posible.

exercises/04.1-Combined-Rules/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=VTOwd98T6FY"
3+
---
4+
15
# `04.1` Combined Rules
26

37
CSS files take up space on your server and also take time to download (like everything); it is yet another text document that the browser has to download before rendering the page, which is why it's important to keep the CSS document as small as possible.

exercises/04.2-Apply-several-classes/README.es.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=CaSytmRcVGM"
3+
---
4+
5+
16
# `04.2` Apply several classes
27

38
Hemos preparado una pequeña hoja de estilos CSS que contiene estilos CSS para replicar cartas de poker.

exercises/04.2-Apply-several-classes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=da4tJDx48CY"
2+
tutorial: "https://www.youtube.com/watch?v=RISEpELEzEk"
33
---
44

55
# `04.2` Apply several classes

exercises/04.3-id-Selector/README.es.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=tUpL6lUJItk"
3+
---
4+
5+
16
# `04.3` The ID CSS Selector
27

38
También puedes seleccionar un elemento por su `#id` y aplicarle estilos.

exercises/04.3-id-Selector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=9906LCSQJ8M"
2+
tutorial: "https://www.youtube.com/watch?v=DtMVtGdStKw"
33
---
44

55
# `04.3` The ID CSS Selector

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"disabledActions": [],
2323
"disableGrading": false,
2424
"editor": {
25-
"version": "1.0.73"
25+
"version": "3.1.9"
2626
}
2727
}

0 commit comments

Comments
 (0)