Skip to content

Commit f8a5f43

Browse files
committed
adding spanish videos
1 parent 4e38c15 commit f8a5f43

File tree

8 files changed

+33
-1
lines changed

8 files changed

+33
-1
lines changed

exercises/01-welcome/README.es.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
---
2+
intro: "https://www.youtube.com/watch?v=tCI20Ueo6Q8"
3+
---
14

2-
# `01` Welcome to the world of HTML 😆 !!
5+
6+
# `01` Bienvenido al mundo de HTML 😆 !!
37

48
Hola, mi nombre es [Alejandro Sánchez](http://alesanchezr.com) y soy uno de los fundadores de @4GeeksAcademy (bootcamp de programación). Estos ejercicios y muchos otros tutoriales interactivos se han liberado al público a través del [Sitio web de 4Geeks](https://4geeks.com).
59

exercises/02-hello-world/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=cST3349NjPg"
3+
---
4+
15
# `02` Hello World
26

37
## 📝 Instrucciones:

exercises/03-Type-Radio/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=FnU4xUkNHh0"
3+
---
4+
15
# `03` Type Radio
26

37
El campo `input type=radio` se usa cuando el usuario solo puede escoger una opción y no más.

exercises/04-fieldsets-labels-and-styles/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=TtRiVNatHUY"
3+
---
4+
15
# `04` Fieldsets, labels and styles
26

37
Darle estilo a un formulario es aburrido y tedioso, pero si usas ciertas etiquetas, tu vida puede ser más fácil.

exercises/05-HTML-five-forms/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=22_c9unj6-8"
3+
---
4+
15
# `05` HTML Form
26

37
HTML5 trae algunos trucos muy interesantes para los formularios, aquí hay algunos:

exercises/06-Replicate-simple-form/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=uMwe4QHAyE8"
3+
---
4+
15
# `06` Replicate Simple Form
26

37
## 📝 Instrucciones:

exercises/07-Style-without-id-class/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=UPY4gcBTUBE"
3+
---
4+
15
# `07` Style without ID or Class
26

37
Aquí tienes un hermoso formulario de inscripción, puedes leer el código para entender cómo se hizo.

exercises/08-Spectacular-login-form/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=_m9jFVKiCLs"
3+
---
4+
15
# `08` Spectacular login form
26

37
## 📝 Instrucciones:

0 commit comments

Comments
 (0)