Skip to content

Commit ff1292e

Browse files
authored
Merge branch 'master' into master
2 parents af41a43 + dc3e5fd commit ff1292e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+527
-300
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

25-
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].20 -g && learnpack plugins:install [email protected]"
25+
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].31 -g && learnpack plugins:install [email protected]"
2626

2727
// Use 'postCreateCommand' to run commands after the container is created.
2828
// "postCreateCommand": "yarn install",

.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM gitpod/workspace-full:latest
33
USER gitpod
44

55
RUN npm i [email protected] -g
6-
RUN npm i @learnpack/[email protected].20 -g && learnpack plugins:install [email protected]
6+
RUN npm i @learnpack/[email protected].26 -g && learnpack plugins:install [email protected]
49 KB
Loading
59.7 KB
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

README.es.md

+18-19
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
## Aprenderás los siguientes conceptos:
1313

14-
1. Cómo aplicar Bootstrap a tu sitio web.
14+
1. ¿Cómo aplicar Bootstrap a tu sitio web?
1515

16-
2. Seleccionar elementos HTML de su sitio web para aplicar los estilos de Bootstrap.
16+
2. Seleccionar elementos HTML de tu sitio web para aplicar los estilos de Bootstrap.
1717

1818
3. Aplicar clases de Bootstrap a esos elementos.
1919

@@ -25,44 +25,43 @@
2525

2626
<ol>
2727
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Aprende HTML</a></li>
28+
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Aprende Formularios HTML5 </a></li>
2829
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Aprende CSS</a></li>
2930
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Aprende CSS Layouts</a></li>
30-
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Aprender Bootstrap</a>← 🔥 estás aquí</li>
31+
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Aprender Bootstrap</a>← 🔥 Estás aquí</li>
3132
</ol>
32-
<p align="center">
33-
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-exercises/master/preview.gif">
34-
</p>
3533

36-
Una completa selección de Ejercicios autograduados sobre CSS ¡para cualquier interesado en aprender CSS!
34+
Una completa selección de ejercicios autograduados sobre CSS ¡para cualquier interesado en aprender CSS!
3735

3836
## Instalación en un clic (recomendado)
3937

4038
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/bootstrap-exercises-tutorial) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial).
4139

42-
> Una vez ya tengas abirto VSCode los ejercicios de LearnPack deberían empezar automáticamente, si esto no sucede puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`
40+
> Una vez ya tengas abierto VSCode los ejercicios de LearnPack deberían empezar automáticamente, si esto no sucede puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`
4341
4442
## Instalación local:
4543

46-
1. Instala learnpack, el package manager para tutoriales de aprendizaje y el html compiler plugin para learnpack, asegúrate también de tener node.js 14+:
44+
Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
4745

46+
1. Instala LearnPack, el package manager para los tutoriales interactivos y el node compiler plugin para LearnPack, asegúrate también de tener node.js 14+:
4847

49-
```
48+
```bash
5049
$ npm i learnpack -g
5150
$ learnpack plugins:install learnpack-html
5251
```
5352

54-
2. Descarga estos ejercicios en particular usando learnpack y luego "cd" para entrar en la carpeta:
53+
2. Descarga estos ejercicios en particular usando LearnPack y luego `cd` para entrar en la carpeta:
5554

56-
```
55+
```bash
5756
$ learnpack download bootstrap-exercises-tutorial
5857
$ cd bootstrap-exercises-tutorial
5958
```
6059

61-
Nota: Una vez que termines de descargar, encontrarás una carpeta "exercises" que contiene todos los ejercicios.
60+
> Nota: Una vez que termines de descargar, encontrarás una carpeta "exercises" que contiene todos los ejercicios.
6261
63-
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo bc.json:
62+
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
6463

65-
```sh
64+
```bash
6665
6766
$ learnpack start
6867
```
@@ -71,13 +70,13 @@ $ learnpack start
7170

7271
## ¿Cómo están organizados los ejercicios?
7372

74-
Cada ejercicio es una pequeña aplicación de react que contiene los siguientes archivos:
73+
Cada ejercicio es una pequeña aplicación de React que contiene los siguientes archivos:
7574

76-
1. **index.js:** Representa el archivo de entrada para toda la aplicación.
75+
1. **index.html:** Representa el archivo de entrada para toda la aplicación.
7776
2. **README.md:** Contiene las instrucciones de los ejercicios.
7877
3. **test.js:** No tienes que abrir este archivo, contiene el script del test para el ejercicio.
7978

80-
> Nota: Los ejercicios son autograduados pero los tests son muy rígidos y estrictos, mi recomendación es que ignores los tests y los uses solo como una recomendación o pueden frustrarte.
79+
> Nota: Los ejercicios son autograduados, pero los tests son muy rígidos y estrictos, mi recomendación es que no prestes demasiada atención a los tests y los uses solo como una sugerencia o podrías frustrarte.
8180
8281
## Colaboradores
8382

@@ -87,4 +86,4 @@ Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds
8786

8887
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
8988

90-
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Curso de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).
89+
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Cursos de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).

README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -5,63 +5,63 @@
55
<a href="https://twitter.com/alesanchezr"><img src="https://img.shields.io/twitter/follow/alesanchezr?style=social&logo=twitter" alt="follow on Twitter"></a>
66
<a href="https://gitpod.io#https://github.com/4GeeksAcademy/bootstrap-exercises.git"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" /></a>
77

8+
Hi! I'm Alejandro Sanchez @alesanchezr, I'm thrilled to have you here! 🎉 😂 Learning to code is hard; you need coaching! DM me on Twitter if you have any question. You'll be learning the following concepts:
89

9-
Hi! I'm Alejandro Sanchez @alesanchezr, really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! DM me on Twitter if you have any question. You'll be learning the following concepts:
1010
<!-- endhide -->
1111

12+
## You'll be learning the following concepts:
13+
1214
1. How to apply Bootstrap to your website.
1315

14-
2. Selecting HTML Elements from your website to apply the Bootstrap styles to.
16+
2. Selecting HTML Elements from your website to apply the Bootstrap styles.
1517

1618
3. Apply Bootstrap classes to those elements.
1719

18-
4. Use the most popular Bootstrap Rules.
20+
4. Use the most popular Bootstrap rules.
1921

20-
5. Learn the most popular Bootstrap Tricks.
22+
5. Learn the most popular Bootstrap tricks.
2123

2224
<!-- hide -->
2325
#### Before we start... other related tutorials
2426
<ol>
2527
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Learn HTML</a></li>
2628
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Learn HTML Forms</a></li>
2729
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a></li>
28-
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Learn CSS Layouts</a>← 🔥 your are here now</li>
29-
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a></li>
30+
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Learn CSS Layouts</a></li>
31+
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a>← 🔥 You are here now</li>
3032
</ol>
3133
Complete selection of autograded CSS exercises, anyone interested in learning CSS!
3234

33-
<p align="center">
34-
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-exercises/master/preview.gif">
35-
</p>
36-
3735

3836
## One click installation (recommended):
3937

4038
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/bootstrap-exercises-tutorial) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial.git).
4139

42-
> Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
40+
> Once you have VSCode open, the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
4341
4442
## Local installation:
4543

46-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
44+
Clone the repository in your local environment and follow the steps below:
4745

48-
```
46+
1. Install LearnPack, the package manager for learning tutorials and the node compiler plugin for LearPack, make sure you also have node.js 14+:
47+
48+
```bash
4949
$ npm i learnpack -g
5050
$ learnpack plugins:install learnpack-html
5151
```
5252

53-
2. Download this particular exercises using learnpack and `cd` into the folder:
53+
2. Download these particular exercises using LearnPack and `cd` into the folder:
5454

55-
```
55+
```bash
5656
$ learnpack download bootstrap-exercises-tutorial
5757
$ cd bootstrap-exercises-tutorial
5858
```
5959

60-
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
60+
> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
6161
62-
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
62+
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6363

64-
```sh
64+
```bash
6565
6666
$ learnpack start
6767
```
@@ -71,13 +71,13 @@ $ learnpack start
7171

7272
## How are the exercises organized?
7373

74-
Each exercise is a small react application containing the following files:
74+
Each exercise is a small React application containing the following files:
7575

76-
1. **index.js:** represents the entry file for the entire exercise.
76+
1. **index.html:** represents the entry file for the entire exercise.
7777
2. **README.md:** contains exercise instructions.
7878
3. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
7979

80-
> Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
80+
> Note: The exercises have automatic grading, but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion, or you may get frustrated.
8181
8282
## Contributors
8383

exercises/00-Welcome/README.es.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
# Bienvenido a los Ejercicios de Bootstrap!!
22

3-
Mi nombre es Alejandro Sanchez @alesanchezr. Estoy realmente emocionado de tenerte aquí !! 🎉 😂 Aprender a programar es dificil, necesitas apoyo! Si tienes una pregunta enviame un directo por twitter o slack.
3+
Mi nombre es [Alejandro Sanchez](https://twitter.com/alesanchezr). Estoy realmente emocionado de tenerte aquí!! 🎉 😂 Aprender a programar es difícil, necesitas apoyo! Si tienes una pregunta envíame un mensaje directo por Twitter o Slack.
44

55
Durante este curso vas a aprender los siguientes conceptos:
66

7-
1. Como aplicar Bootstrap a tu sitio web (website).
7+
1. Como aplicar Bootstrap a tu sitio web.
88

9-
2. Seleccionar Elementos de HTML de tu website para aplicarle los estilos de Bootstrap.
9+
2. Seleccionar elementos HTML de tu website para aplicarle los estilos de Bootstrap.
1010

1111
3. Aplicar a esos elementos las clases de Bootstrap.
1212

13-
4. Usa las reglas más populares de Bootstrap.
13+
4. Uso de las reglas de Bootstrap más populares.
1414

1515
5. Aprender los trucos más populares de Bootstrap.
1616

17-
Como habrás notado, HTML solo te permite crear website básicos. Nadie quiere ver un website blanco con algún horrible texto en él. Entonces es tiempo de aprender sobre que trata Bootstrap! Aprender Bootstrap para hacer bonito tu website. Vamos a hacerlo brillar!
17+
Como habrás notado, HTML solo te permite crear websites básicos. Nadie quiere ver un website blanco con un montón de texto en él. ¡Entonces es tiempo de aprender sobre que trata Bootstrap! Aprender Bootstrap para hacer bonito tu website. ¡Vamos a hacerlo brillar!
1818

1919
## Colaboradores
2020

2121
Gracias a estas maravillosas personas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
2222

23-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
24-
1. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests) :warning:
23+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀 (build-tutorial) (documentation) 📖
24+
2. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests) ⚠️
2525

26-
Este proyecto sigue a
27-
[all-contributors](https://github.com/kentcdodds/all-contributors)
28-
specification. Colaboraciones de cualquier tipo son bienvenidas!
26+
Este proyecto sigue la [all-contributors](https://github.com/kentcdodds/all-contributors) specification. ¡Colaboraciones de cualquier tipo son bienvenidas!

exercises/00-Welcome/README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to Bootstrap Exercises!!
22

3-
My name is [Alejandro Sanchez](https://twitter.com/alesanchezr). I'm really excited to have you here !! 🎉 😂 Learning to code is hard, you problably will need coaching! DM me on twitter if you have any question.
3+
My name is [Alejandro Sanchez](https://twitter.com/alesanchezr). I'm really excited to have you here!! 🎉 😂 Learning to code is hard, you probably will need coaching! DM me on Twitter if you have any question.
44

55
During this course you will be learning the following concepts:
66

@@ -10,19 +10,17 @@ During this course you will be learning the following concepts:
1010

1111
3. Apply Bootstrap classes to those elements.
1212

13-
4. Use the most popular Bootstrap Rules.
13+
4. Use the most popular Bootstrap rules.
1414

15-
5. Learn the most popular Bootstrap Tricks.
15+
5. Learn the most popular Bootstrap tricks.
1616

1717
As you may have noticed, HTML allows you to create only basic websites. Nobody wants to see a white website with some horrible text on it. So it's time to learn what Bootstrap is all about! Learn Bootstrap to make your website beautiful. Let's make it shine!
1818

1919
## Contributors
2020

2121
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
2222

23-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
24-
1. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests) :warning:
23+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀 (build-tutorial) (documentation) 📖
24+
2. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests) ⚠️
2525

26-
This project follows the
27-
[all-contributors](https://github.com/kentcdodds/all-contributors)
28-
specification. Contributions of any kind are welcome!
26+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!

0 commit comments

Comments
 (0)