Skip to content

Commit a01816a

Browse files
committed
ttitle numbers were fixed
1 parent 51b09f8 commit a01816a

35 files changed

+21
-17
lines changed

exercises/01-welcome/README.es.md renamed to exercises/00-welcome/README.es.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
intro: "https://www.youtube.com/watch?v=tVlYr0hRiRM"
33
---
4-
# `01` Te damos la bienvenida al mundo del HTML 🖖🧑‍💻
4+
# `00` Welcome
5+
6+
Te damos la bienvenida al mundo de HTML 🖖🧑‍💻
57

68
Hola, mi nombre es [Alejandro Sanchez](https://twitter.com/alesanchezr).
79

exercises/01-welcome/README.md renamed to exercises/00-welcome/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
intro: "https://www.youtube.com/watch?v=Vd2dby9ind4"
33
---
4-
# `01` Welcome to the world of HTML 👩‍💻 !!
4+
# `00` Welcome
5+
6+
Welcome to the world of HTML 🖖🧑‍💻
57

68
Hello, my name is Alejandro Sanchez [@alesanchezr](https://twitter.com/alesanchezr).
79

exercises/01.1-Hello-World/README.es.md renamed to exercises/01-hello-world/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `01.1` Hello World
1+
# `01` Hello World
22

33
HTML es un languaje de markup, lo que significa que todo lo que se escribe debe estar encerrado en `<tags>` (etiquetas) de apertura y cierre como esta:
44

exercises/01.1-Hello-World/README.md renamed to exercises/01-hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tutorial: "https://www.youtube.com/watch?v=s0WhMNU8qZ0"
33
---
44

5-
# `01.1` Hello World
5+
# `01` Hello World
66

77
HTML is a markup language, meaning that everything you type must be wraped in opening and closing `<tags>` like this:
88

exercises/01.2-Like-Word/README.es.md renamed to exercises/01.1-like-word/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
tutorial: "https://www.youtube.com/watch?v=oFswWx9ba14"
33
---
4-
# `01.2` Like MS Word
4+
# `01.1` Like Word
55

66
HTML fue creado inicialmente para publicar documentos, es por eso que sus `<etiquetas>` (tags) son similares a los elementos típicos que ves en un documento:
77

exercises/01.2-Like-Word/README.md renamed to exercises/01.1-like-word/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `01.2` Like MS Word
1+
# `01.1` Like Word
22

33
HTML was initially created for the purpose of publishing documents, that is why its `<tags>` are similar to the typical elements you see in a document:
44

File renamed without changes.

exercises/04-list-of-reasons/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
tutorial: "https://www.youtube.com/watch?v=Mp4bF6rs3us"
33
---
4-
# `04` List of 6 reasons
4+
# `04` List of Reasons
55

66
Para este ejercicio ya hemos agregado la estructura básica HTML.
77

exercises/04-list-of-reasons/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tutorial: "https://www.youtube.com/watch?v=IH1hAxMGRcw"
33
---
44

5-
# `04` List of 6 reasons
5+
# `04` List of Reasons
66

77
For this exercise we have aded the HTML basic structure already.
88

exercises/05-create-anchors/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
tutorial: "https://www.youtube.com/watch?v=wlxmFujzAIs"
33
---
4-
# `05`Create anchor tag
4+
# `05` Create anchors
55

66
## 📝 Instrucciones:
77

exercises/05-create-anchors/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tutorial: "https://www.youtube.com/watch?v=hVatMB5GaWA"
33
---
44

5-
# `05` Create anchor or link
5+
# `05` Create anchors
66

77
## 📝 Instructions:
88

exercises/06-anchor-in-new-window/README.es.md renamed to exercises/06-new-window/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `06` Anchor in a new window
1+
# `06` New Window
22

33

44
En el index.html de este ejercicio hay un anchor (link) que te lleva a google.com:

exercises/06-anchor-in-new-window/README.md renamed to exercises/06-new-window/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tutorial: "https://www.youtube.com/watch?v=1JXOMalTLNo"
33
---
44

5-
# `06` Anchor in new window.
5+
# `06` New Window
66

77
On the index.html file there is an anchor taking you to google.com like the following:
88

exercises/07-anchor-same-page/README.es.md renamed to exercises/07-same-page/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `07` Anchor same page
1+
# `07` Same Page
22

33
Las anclas (links) también son capaces de desplazar el sitio web a un elemento específico que especificamos.
44

exercises/07-anchor-same-page/README.md renamed to exercises/07-same-page/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tutorial: "https://www.youtube.com/watch?v=HkJtj2618YU"
33
---
44

5-
# `07` Anchor same page.
5+
# `07` Same Page
66

77
Anchors are also capable to scroll the website to a specific element that we specify.
88

exercises/11-nested-tags/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `11` Etiquetas Anidadas
1+
# `11` Nested Tags
22

33
## 📝 Instrucciones
44

exercises/15-i-frame/README.es.md renamed to exercises/15-iframe/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tutorial: "https://www.youtube.com/watch?v=70WeW1uGIs4"
33
---
44

5-
# `15` iframe
5+
# `15` Iframe
66

77
La etiqueta `<iframe>` es increíble, te permite insertar un sitio web dentro de un sitio web. Youtube usa la etiqueta iframe para permitirte insertar videos de youtube en tu propio sitio web.
88

exercises/15-i-frame/README.md renamed to exercises/15-iframe/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tutorial: "https://www.youtube.com/watch?v=B-ge0ggbm7Y"
33
---
44

5-
# `15` iframe
5+
# `15` Iframe
66

77
The `<iframe>` tag is amazing, it lets you insert a website inside a website. Youtube uses the iframe tag to let you insert youtube videos in your own website.
88

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)