HTML y CSS parte 2: Posic. listas y navegación 01
Revisión de contenido de entrenamiento anterior, base de una página HTML, y lista html no ordenada.
@ -174,9 +174,10 @@ Es importante tomar pausas, caminar, descanzar. dormir.
|
|||||||
#### Formatos de aprendizaje
|
#### Formatos de aprendizaje
|
||||||
|
|
||||||
| Formato | Características |
|
| Formato | Características |
|
||||||
| Auditivo | - Podcats</br>- Audio books</br>- Ecuchar grabaciones de clases|
|
| - | - |
|
||||||
|
| Auditivo | - Podcats</br>- Audio books</br>- Ecuchar grabaciones de clases |
|
||||||
| Visual | - Infográficos</br>- PowerPoints</br>- Teds</br>- Videoclases</br>- Mapa mental |
|
| Visual | - Infográficos</br>- PowerPoints</br>- Teds</br>- Videoclases</br>- Mapa mental |
|
||||||
| Lectura/Escritura | - Libros</br>Páginas Web</br>- Blogs</br>- Artículos</br>- Resúmenes |
|
| Lectura/Escritura | - Libros</br>- Páginas Web</br>- Blogs</br>- Artículos</br>- Resúmenes |
|
||||||
| Cenestésica | - Ir a eventos</br>- Participar de proyectos</br>- Pair Programming</br>- Platicar con otras personas |
|
| Cenestésica | - Ir a eventos</br>- Participar de proyectos</br>- Pair Programming</br>- Platicar con otras personas |
|
||||||
|
|
||||||
[Vark Test](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvark-learn.com%2Fvrk-learning-preference%2F&src=sdkpreparse)
|
[Vark Test](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvark-learn.com%2Fvrk-learning-preference%2F&src=sdkpreparse)
|
||||||
|
@ -15,7 +15,7 @@ multitarea.
|
|||||||
|
|
||||||
La distraccion es natural, la distarcción perjudica tus ingresos.
|
La distraccion es natural, la distarcción perjudica tus ingresos.
|
||||||
|
|
||||||
..."**DISCIPLINA!!!** No tenel disciplina!!!!"... Junichi Takiyama
|
..."**DISCIPLINA!!!** No tenel disciplina!!!!"... [dojo master](https://www.southpark.lat/episodios/dspvu8/south-park-sangre-de-maria-temporada-9-ep-14).
|
||||||
|
|
||||||
**Fueza de voluntad**
|
**Fueza de voluntad**
|
||||||
|
|
||||||
|
@ -54,11 +54,10 @@ alimentar su portafolio para una posible entrevista de trabajo.
|
|||||||
|
|
||||||
¿Como paso a la ***etapa 3*** y me convierto en ***estudiante ONE***?
|
¿Como paso a la ***etapa 3*** y me convierto en ***estudiante ONE***?
|
||||||
|
|
||||||
- Finalizar los cursos Lógica de programción: Primeros pasos + Lógica de
|
- **LIMITE 18/04/2023**: Finalizar los cursos Lógica de programación -> Primeros
|
||||||
Programación: Conceptios primordiales. **LIMITE 18/04/2023**.
|
pasos + Lógica de Programación: Conceptos primordiales.
|
||||||
- Finalizar los **8 cursos** de la primera formación: Principiante en
|
- **LIMITE 30/05/2023**: Finalizar los **8 cursos** de la primera formación ->
|
||||||
Programación + los **4 cursos** de la formación Desarrollo Personal.
|
Principiante en Programación + los **4 cursos** de la formación Desarrollo Personal.
|
||||||
**LIMITE 30/05/2023**.
|
|
||||||
|
|
||||||
#### Junio a Septiembre 2023 (inclusive)
|
#### Junio a Septiembre 2023 (inclusive)
|
||||||
|
|
||||||
@ -67,10 +66,16 @@ Formación Back-End + Formación Soft Skills
|
|||||||
|
|
||||||
> En ambas opciones el alumno tendrá acceso a 3 challenges
|
> En ambas opciones el alumno tendrá acceso a 3 challenges
|
||||||
|
|
||||||
Discord [#hello-one]()
|
----
|
||||||
|
|
||||||
<img align="center" width="35%" src="./qr_helloONE.png">
|
#### Contacto
|
||||||
|
|
||||||
correo: contacto-one@aluracursos.com
|
- Correo: contacto-one@aluracursos.com
|
||||||
|
- Discord: [#hello-one]()
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img style="align: center;" width="35%" src="./qr_helloONE.png"/>
|
||||||
|
<br/><br/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,16 +1,20 @@
|
|||||||
# Formación programacion
|
# Formación programacion
|
||||||
|
|
||||||
### Primeros pasos
|
## Primeros pasos
|
||||||
|
|
||||||
#### 04 Crea tus primeras paginas HTML5 y CSS
|
### 04 Crea tus primeras paginas HTML5 y CSS
|
||||||
|
|
||||||
|
#### Parte 1 Mi primera página web
|
||||||
|
|
||||||
Diferencias entre [html y css](https://www.aluracursos.com/blog/html-css-javascript-cuales-son-las-diferencias).
|
Diferencias entre [html y css](https://www.aluracursos.com/blog/html-css-javascript-cuales-son-las-diferencias).
|
||||||
|
|
||||||
- Descarga archivo [texto-base.txt](./texto-base.txt) (archivo en formato `dos`).
|
- Descarga archivo [texto-base.txt](./html_css_parte1/texto-base.txt)
|
||||||
|
(archivo en formato `dos`).
|
||||||
|
|
||||||
> en NeoVim `set ff=unix`
|
> en NeoVim `set ff=unix`
|
||||||
|
|
||||||
Página [barbería](./index.html) - estilo.[css](./style.css).
|
Página [barbería](./html_css_parte1/index.html) -
|
||||||
|
estilo.[css](./html_css_parte1/style.css).
|
||||||
|
|
||||||
Formas de aplicar estilo CSS:
|
Formas de aplicar estilo CSS:
|
||||||
|
|
||||||
@ -30,7 +34,7 @@ Formas de aplicar estilo CSS:
|
|||||||
</style>
|
</style>
|
||||||
```
|
```
|
||||||
|
|
||||||
- style [file](./style.css).
|
- style [file](./html_css_parte1/style.css).
|
||||||
|
|
||||||
##### Sistema hexadecimal
|
##### Sistema hexadecimal
|
||||||
|
|
||||||
@ -74,4 +78,9 @@ La representación de los colores en 6 posiciones
|
|||||||
- Copywriter (Generador de Contenido)
|
- Copywriter (Generador de Contenido)
|
||||||
- SEO (Search Engine Optimization)
|
- SEO (Search Engine Optimization)
|
||||||
|
|
||||||
Final curso HTML5 y CSS parte 1 - Página [barbería](./index.html) - estilo.[css](./style.css).
|
Final curso HTML5 y CSS parte 1 - Página
|
||||||
|
[barbería](./html_css_parte1/index.html) -
|
||||||
|
estilo.[css](./html_css_parte1/style.css).
|
||||||
|
|
||||||
|
#### Parte 2 - Posicionamiento, listas y navegación
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
BIN
004_primeras_paginas/html_css_parte2/imagenes/barba.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
004_primeras_paginas/html_css_parte2/imagenes/bg.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
004_primeras_paginas/html_css_parte2/imagenes/cabello+barba.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
004_primeras_paginas/html_css_parte2/imagenes/cabello.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
004_primeras_paginas/html_css_parte2/imagenes/logo-blanco.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
004_primeras_paginas/html_css_parte2/imagenes/logo.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
0
004_primeras_paginas/html_css_parte2/productos.css
Normal file
20
004_primeras_paginas/html_css_parte2/productos.html
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="es">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<title>Barbería Alura - Productos</title>
|
||||||
|
<link rel="stylesheet" href="./productos.css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1><img src="./imagenes/logo.png"></h1>
|
||||||
|
<ul>
|
||||||
|
<li>Home</li>
|
||||||
|
<li>Productos</li>
|
||||||
|
<li>Contacto</li>
|
||||||
|
</ul>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|