Skip to content

Commit d524ff2

Browse files
committed
small fixes
1 parent 9c0b6df commit d524ff2

File tree

4 files changed

+7
-28
lines changed

4 files changed

+7
-28
lines changed

exercises/00-welcome/README.es.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ Hemos preparado estos ejercicios para cualquier persona interesada en aprender H
1717

1818
4. La etiqueta HTML de audio y video.
1919

20-
## Lecturas Útiles:
20+
> 🔹 Nosotros construimos los ejercicios incrementalmente, deberías sentir el progreso poco a poco, y esperamos que el incremento de la dificultad entre los ejercicios nunca sea tan grande como para frustrarte.
2121
22-
+ [https://www.w3schools.com/html/html_intro.asp](https://www.w3schools.com/html/html_intro.asp)
22+
Nota: ¡No te frustres! Pregúntanos [por Slack](https://4geeksacademy.slack.com/) en el canal de public support (para miembros de 4Geeks Academy), en la [comunidad de WhatsApp](https://chat.whatsapp.com/K39ELB5TIK63r4INTBd7SG) (para miembros de 4Geeks.com premium) o en privado siguiendo [estos pasos](https://4geeks.com/es/how-to/como-hacer-preguntas-de-programacion).
2323

24-
+ [https://developer.mozilla.org/es/docs/Learn/Getting_started_with_the_web/HTML_basics](https://developer.mozilla.org/es/docs/Learn/Getting_started_with_the_web/HTML_basics)
24+
➡️ Haz clic en `next` arriba de estas instrucciones para empezar con el primer ejercicio...
2525

26-
## Video Útil:
2726

28-
+ [https://youtu.be/10GHKjgQIR0](https://youtu.be/10GHKjgQIR0)
2927

3028
## Colaboradores:
3129

@@ -41,11 +39,4 @@ Gracias a estas maravillosas personas ([emoji key](https://github.com/kentcdodds
4139

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

44-
¡Todas las contribuciones son bienvenidas!
45-
46-
> 🔹 Nosotros construimos los ejercicios incrementalmente, deberías sentir el progreso poco a poco, y esperamos que el incremento de la dificultad entre los ejercicios nunca sea tan grande como para frustrarte.
47-
48-
Nota: ¡No te frustres! Pregúntanos por Slack en el canal #public-support-full-stack o en privado siguiendo [estos pasos](https://4geeks.com/es/how-to/como-hacer-preguntas-de-programacion).
49-
50-
➡️ Haz clic en `next` arriba de estas instrucciones para empezar con el primer ejercicio...
51-
42+
¡Todas las contribuciones son bienvenidas!

exercises/00-welcome/README.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ We have prepared these exercises for anyone interested in learning HTML from scr
1717

1818
4. The HTML audio and video tag.
1919

20-
## Useful Readings:
21-
22-
+ [https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics)
20+
> 🔹 We built the exercises incrementally, you should feel the progress little by little, and hopefully, the difficulty raising between exercises will never be too big to get you frustrated.
2321
24-
+ [https://www.w3schools.com/html/html_intro.asp](https://www.w3schools.com/html/html_intro.asp)
22+
Note: Don't get frustrated! Ask any questions in the [slack public support channel](https://4geeksacademy.slack.com/) (for premium 4Geeks Students), the [WhatsApp community](https://chat.whatsapp.com/CBppI0ulMt8Dx4Fsw9AreG) or by private message following [these steps](https://4geeks.com/how-to/how-to-ask-programming-questions).
2523

26-
## Useful Video:
24+
➡️ Click the `next` button on the top of these instructions to begin with the first exercise...
2725

28-
+ [https://youtu.be/u0OeZfIfBRI](https://youtu.be/u0OeZfIfBRI)
2926

3027
## Contributors:
3128

@@ -42,9 +39,3 @@ Thanks to these wonderful people ([emoji key](https://github.com/kentcdodds/all-
4239
This project follows these specifications: [all-contributors](https://github.com/kentcdodds/all-contributors)
4340

4441
Contributions of any kind are welcome!
45-
46-
> 🔹 We built the exercises incrementally, you should feel the progress little by little, and hopefully, the difficulty raising between exercises will never be too big to get you frustrated.
47-
48-
Note: Don't get frustrated! Ask any questions in the #public-support-full-stack channel of Slack or by private message following [these steps](https://content.breatheco.de/how-to/ask/).
49-
50-
➡️ Click the `next` button on the top of these instructions to begin with the first exercise...

exercises/01-hello-world/README.es.md

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ HTML es un lenguaje de marcado, lo que significa que todo lo que se escribe debe
1414

1515
1. **Elimina** todo el contenido actual de la página, **agrega** las etiquetas anteriores en el HTML de tu sitio web y presiona "**run**" para ver los resultados.
1616

17-
![Run](../../.learn/assets/build.png?raw=true)
18-
1917
## 💻 Resultado Esperado:
2018

2119
Tu sitio web final debería ser algo como esto:

exercises/01-hello-world/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ HTML is a markup language, meaning that everything you type must be wrapped in o
1515

1616
1. Please **remove** the current website content, **add** the above tags to your website HTML and press "**run**" to see the results.
1717

18-
![Run](../../.learn/assets/build.png?raw=true)
1918

2019
## 💻 Expected Result:
2120

0 commit comments

Comments
 (0)