Skip to content

Commit fda811f

Browse files
conflict solved
2 parents 953170f + ab85464 commit fda811f

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

.gitpod.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ USER gitpod
44

55
RUN npm i [email protected] -g
66

7-
RUN npm i [email protected] -g && learnpack plugins:install [email protected]
7+
RUN npm i @learnpack/learnpack -g && learnpack plugins:install [email protected]

README.es.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Por [@alesanchezr](https://twitter.com/alesanchezr) y [otros colaboradores](http
2020

2121
### Aprenderás los siguientes conceptos:
2222

23-
1. a familiarizarte con la mayoría de las etiquetas HTML más populares.
23+
1. A familiarizarte con la mayoría de las etiquetas HTML más populares.
2424

25-
2. a usar las etiquetas/tags juntas para crear un sitio web HTML simple.
25+
2. A usar las etiquetas/tags juntas para crear un sitio web HTML simple.
2626

2727
3. Vinculación de sitios web mediante anclajes/anchors con rutas relativas o absolutas.
2828

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really
3737

3838
## 🌱 How to start
3939

40-
There are two ways to run the exercises: Immediatly gitpod (recomended) or locally in your computer (requires installation).
40+
There are two ways to run the exercises: Immediately in gitpod (recommended) or locally in your computer (requires installation).
4141

42-
### A) Open immediatly with Gitpod (one-click)
42+
### A) Open immediately with Gitpod (one-click)
4343

44-
This exercises are configured to [easily open in gitpod by clicking here](https://gitpod.io#https://github.com/4GeeksAcademy/html-tutorial-exercises-course.git).
44+
This exercises are configured to easily open in gitpod.
45+
46+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/html-tutorial-exercises-course.git)
4547

4648
### B) Manual installation
4749

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ tutorial: "https://www.youtube.com/watch?v=wlxmFujzAIs"
2626

2727
## 🔎 Importante:
2828

29-
+ La `url` dada es una ruta ABSOLUTA porque comienza con "http", eso significa que le está diciendo al navegador que va a llevar al usuario FUERA de tu sitio web.
29+
+ La `url` dada es una ruta ABSOLUTA porque comienza con "http", eso significa que le está diciendo al navegador que va a llevar al usuario FUERA de tu sitio web.

exercises/05-create-anchors/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
</head>
66
<body>
77
<!-- your code here -->
8+
89
</body>
910
</html>

learn.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
"difficulty": "easy",
1414
"video-solutions": true,
1515
"graded": false,
16-
"config": {
17-
"disableGrading": true,
18-
"editor": {
19-
"version": "1.0.72"
20-
}
16+
"disabledActions": ["test"],
17+
"disableGrading": true,
18+
"editor": {
19+
"version": "1.0.73"
2120
}
2221
}

0 commit comments

Comments
 (0)