Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr committed Nov 23, 2024
1 parent 9c0b6df commit d524ff2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 28 deletions.
17 changes: 4 additions & 13 deletions exercises/00-welcome/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ Hemos preparado estos ejercicios para cualquier persona interesada en aprender H

4. La etiqueta HTML de audio y video.

## Lecturas Útiles:
> 🔹 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.
+ [https://www.w3schools.com/html/html_intro.asp](https://www.w3schools.com/html/html_intro.asp)
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).

+ [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)
➡️ Haz clic en `next` arriba de estas instrucciones para empezar con el primer ejercicio...

## Video Útil:

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

## Colaboradores:

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

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

¡Todas las contribuciones son bienvenidas!

> 🔹 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.
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).

➡️ Haz clic en `next` arriba de estas instrucciones para empezar con el primer ejercicio...

¡Todas las contribuciones son bienvenidas!
15 changes: 3 additions & 12 deletions exercises/00-welcome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ We have prepared these exercises for anyone interested in learning HTML from scr

4. The HTML audio and video tag.

## Useful Readings:

+ [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)
> 🔹 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.
+ [https://www.w3schools.com/html/html_intro.asp](https://www.w3schools.com/html/html_intro.asp)
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).

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

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

## Contributors:

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

Contributions of any kind are welcome!

> 🔹 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.
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/).

➡️ Click the `next` button on the top of these instructions to begin with the first exercise...
2 changes: 0 additions & 2 deletions exercises/01-hello-world/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ HTML es un lenguaje de marcado, lo que significa que todo lo que se escribe debe

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.

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

## 💻 Resultado Esperado:

Tu sitio web final debería ser algo como esto:
Expand Down
1 change: 0 additions & 1 deletion exercises/01-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ HTML is a markup language, meaning that everything you type must be wrapped in o

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

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

## 💻 Expected Result:

Expand Down

0 comments on commit d524ff2

Please sign in to comment.