File tree 24 files changed +27
-27
lines changed
00 - La primera clase - Example
00 - La segunda clase - Example
01 - Introducción a la Programación
02 - Variables y Tipos de Datos
04 - Estructuras de datos
05 - Iteradores e Iterables
24 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
<!-- el logo de Henry se oculta en el build -->
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
# Ejemplo de H1
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
# Primeros Pasos
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
## Variables
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
## Flujos de Control
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
## Estructuras de datos
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
## Iteradores e Iterables
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
## Funciones
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
## Clases y objetos (POO)
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
## Manejo de Errores
4
4
Original file line number Diff line number Diff line change 1
- ![ HenryLogo] ( https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-lg.png )
1
+ ![ HenryLogo] ( https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-lg.png )
2
2
3
3
# Content-template
4
4
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/code.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/code.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/fonts.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/fonts.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/footer.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/footer.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/header.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/header.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/lesson.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/lesson.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/lessonIntro.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/lessonIntro.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/main.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/main.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/responsive.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/responsive.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/sidebar.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/sidebar.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
const Cache = require ( '@11ty/eleventy-cache-assets' )
2
2
3
3
module . exports = async function ( ) {
4
- const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Styles/topbar.css'
4
+ const url = 'https://d31uz8lwfmyn8g.cloudfront.net /Styles/topbar.css'
5
5
const style = await Cache ( url , {
6
6
duration : '1d' ,
7
7
type : 'txt' ,
Original file line number Diff line number Diff line change 1
1
---
2
- logoNav: 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-sm.png'
3
- favicon: 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/favicon.png'
2
+ logoNav: 'https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-sm.png'
3
+ favicon: 'https://d31uz8lwfmyn8g.cloudfront.net /Assets/favicon.png'
4
4
---
5
5
6
6
<!DOCTYPE html>
Original file line number Diff line number Diff line change 1
1
---
2
- logoNav: 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/logo-henry-white-sm.png'
3
- favicon: 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Assets/favicon.png'
2
+ logoNav: 'https://d31uz8lwfmyn8g.cloudfront.net /Assets/logo-henry-white-sm.png'
3
+ favicon: 'https://d31uz8lwfmyn8g.cloudfront.net /Assets/favicon.png'
4
4
---
5
5
6
6
<!DOCTYPE html>
Original file line number Diff line number Diff line change 28
28
"eleventy-plugin-toc" : " ^1.1.5" ,
29
29
"git-remote-origin-url" : " ^3.1.0" ,
30
30
"git-url-parse" : " ^11.6.0" ,
31
- "henry-reader-bar" : " https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Modules/henry-reader-bar-0.2.0.tgz" ,
32
- "henry-reading-time" : " https://henry-11ty-resources.s3.sa-east-1.amazonaws.com /Modules/henry-reading-time-0.1.0.tgz" ,
31
+ "henry-reader-bar" : " https://d31uz8lwfmyn8g.cloudfront.net /Modules/henry-reader-bar-0.2.0.tgz" ,
32
+ "henry-reading-time" : " https://d31uz8lwfmyn8g.cloudfront.net /Modules/henry-reading-time-0.1.0.tgz" ,
33
33
"markdown-it" : " ^12.3.0" ,
34
34
"markdown-it-anchor" : " ^8.4.1" ,
35
35
"markdown-it-highlightjs" : " ^3.5.0" ,
You can’t perform that action at this time.
0 commit comments