You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,21 @@
5
5
<ahref="https://twitter.com/alesanchezr"><imgsrc="https://img.shields.io/twitter/follow/alesanchezr?style=social&logo=twitter"alt="follow on Twitter"></a>
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.
8
9
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:
10
10
<!-- endhide -->
11
11
12
+
## You'll be learning the following concepts:
13
+
12
14
1. How to apply Bootstrap to your website.
13
15
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.
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.
4
4
5
5
Durante este curso vas a aprender los siguientes conceptos:
6
6
7
-
1. Como aplicar Bootstrap a tu sitio web (website).
7
+
1. Como aplicar Bootstrap a tu sitio web.
8
8
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.
10
10
11
11
3. Aplicar a esos elementos las clases de Bootstrap.
12
12
13
-
4.Usa las reglas más populares de Bootstrap.
13
+
4.Uso de las reglas de Bootstrap más populares.
14
14
15
15
5. Aprender los trucos más populares de Bootstrap.
16
16
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!
18
18
19
19
## Colaboradores
20
20
21
21
Gracias a estas maravillosas personas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
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!
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.
4
4
5
5
During this course you will be learning the following concepts:
6
6
@@ -10,19 +10,17 @@ During this course you will be learning the following concepts:
10
10
11
11
3. Apply Bootstrap classes to those elements.
12
12
13
-
4. Use the most popular Bootstrap Rules.
13
+
4. Use the most popular Bootstrap rules.
14
14
15
-
5. Learn the most popular Bootstrap Tricks.
15
+
5. Learn the most popular Bootstrap tricks.
16
16
17
17
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!
18
18
19
19
## Contributors
20
20
21
21
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
Hay dos formas de agregar Bootstrap a tu sitio web: **Remoto** o **Local** (como cualquier otro archivo CSS), la única diferencia será la ruta URL que especifiques en la etiqueta <link> (para los archivos .CSS de Bootstrap) o la etiqueta <script> (para los archivos .JS de Bootstrap).
3
+
Hay dos formas de agregar Bootstrap a tu sitio web: **Remoto** o **Local** (como cualquier otro archivo CSS), la única diferencia será la ruta URL que especifiques en la etiqueta `<link>` (para los archivos .CSS de Bootstrap) o la etiqueta `<script>` (para los archivos .JS de Bootstrap).
4
4
5
5
+ Así es como se realiza una importación **remota** de Bootstrap CSS:
Es buena idea asegurarse de que tu archivo exista en esa URL, puedes probarlo abriendo una nueva pestaña del navegador y pegando la ruta en la URL del navegador (verás el contenido del archivo en tu pantalla).
24
24
25
+
Bootstrap se compone de 2 archivos: la hoja de estilo CSS y el código fuente JavaScript.
25
26
27
+
La hoja de estilos CSS de Bootstrap se pega en la etiqueta `<head>` antes que cualquier otra hoja de estilos CSS.
26
28
27
-
Bootstrap se compone de 2 archivos: la hoja de estilo CSS y el código fuente Javascript.
29
+
Las etiquetas `<link>` del código fuente de Javascript se pegan justo antes de la etiqueta de cierre `</body>`.
28
30
29
-
La hoja de estilos CSS de Bootstrap se pega en la etiqueta <head> antes que cualquier otra hoja de estilos CSS.
30
31
31
-
Las etiquetas <link> del código fuente de Javascript se pegan justo antes de la etiqueta de cierre </body>.
There are two ways to add Bootstrap into your website:
4
-
**Remote** or **Local** (just like any other CSS file), the only difference will be the URL path you specify on the <link> tag (for Bootstrap's .CSS files) or <script> tag (for Bootstrap's .JS files).
4
+
**Remote** or **Local** (just like any other CSS file), the only difference will be the URL path you specify on the `<link>` tag (for Bootstrap's .CSS files) or `<script>` tag (for Bootstrap's .JS files).
5
5
6
-
+ This is how you do a **Remote** CSS Bootstrap import:
6
+
+ This is how you do a **remote** CSS Bootstrap import:
Don't worry about the properties like `integrity` or `crossdomain`, they are required for security purposes.
14
+
Don't worry about the properties like `integrity` or `crossorigin`, they are required for security purposes.
15
15
16
16
+ This is how you add bootstrap from a **local** file (that is in your workplace):
17
17
18
18
```html
19
19
<linkhref="path/to/your/file"rel="stylesheet">
20
20
```
21
21
22
-
### :mag_right: Important:
22
+
### 🔎 Important:
23
23
24
24
It's a good idea to make sure that your file exists on that URL, you can test it by opening a new browser tab and pasting the path on the browser's URL (you will see the content of the file on your screen).
25
25
26
+
Bootstrap is comprised of 2 files: The CSS Stylesheet and the JavaScript Source Code.
26
27
28
+
The Bootstrap CSS Stylesheet `<link>` is pasted in the `<head>` tag before any other CSS Stylesheets.
27
29
28
-
Bootstrap is comprised of 2 files: The CSS Stylesheet and the Javascript Source Code.
30
+
The JavaScript Source Code `<script>` tags are pasted right before the closing `</body>` tag.
29
31
30
-
The Bootstrap CSS Stylesheet <link> is pasted in the <head> tag before any other CSS Stylesheets.
31
32
32
-
The Javascript Source Code <link> tags are pasted right before the closing </body> tag.
33
+
> For more information: https://getbootstrap.com/docs/5.0/getting-started/introduction/
Copy file name to clipboardExpand all lines: exercises/02-Bootstrap-Skeleton/README.es.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# `02`Esqueleto Bootstrap
1
+
# `02` Bootstrap Skeleton
2
2
3
3
Si quieres importar Bootstrap a tu sitio web, puedes usar esta URL pública que está disponible para todo el mundo:
4
4
@@ -21,21 +21,20 @@ Al usar Bootstrap, debes incluir todo su contenido dentro de las siguientes clas
21
21
22
22
## 📝 Instrucciones:
23
23
24
+
1. Vincula la hoja de estilos CSS de Bootstrap con el documento usando la etiqueta `<link>` que encuentras arriba.
24
25
25
-
1. Vincula el hoja de estilos CSS de Bootstrap con el documento usando la etiqueta `link` que encuentras arriba.
26
+
2. Introduce el contenido del sitio web dentro de un `<div>`con clases de `container` y `bg-secondary`.
26
27
27
-
2. Introduce el contenido del sitio web dentro de un `div` con clases de `container` y `bg-secondary`.
28
+
3.**Compila** y da una **vista previa** al ejercicio y compara las diferencias.
28
29
29
-
3.**Compila** y luego **Vista previa**del ejercicio y compara las diferencias.
30
+
4. Ahora cambia la clase del `<div>` que acabas de crear con las clases de `container-fluid` y `bg-secondary`.
30
31
31
-
4. Ahora cambia la clase del `div` que acabas de crear con las clases de `container-fluid` y `bg-secondary`.
32
+
5.**Compila** y da una **vista previa** al ejercicio y compara las diferencias.
32
33
33
-
5.**Compila** y luego **Vista previa** del ejercicio y compara las diferencias.
34
34
35
+
## 🔎 Importante:
35
36
36
-
## :mag_right: Importante:
37
-
38
-
Para entender la diferencia entre ambas clases de `container`, debes hacer el contenedor `div` más pequeño y más grande. Hay `margin-left: auto` y `margin-right: auto` para centrar el contenedor; mientras que el contenido en la clase `container-fluid` se extiende a lo largo de todo el ancho de la página.
37
+
Para entender la diferencia entre ambas clases de `container`, debes hacer el contenedor `<div>` más pequeño y más grande. Hay `margin-left: auto` y `margin-right: auto` para centrar el contenedor; mientras que el contenido en la clase `container-fluid` se extiende a lo largo de todo el ancho de la página.
0 commit comments