aboutsummaryrefslogtreecommitdiffstats
path: root/content/articles/course-html5
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-08 21:32:21 -0500
committerJesús <heckyel@hyperbola.info>2019-04-08 21:32:21 -0500
commit333dfd6f52f92a88264310710c95330ddce82e71 (patch)
treecd8ad7746aadcec461ebd38edd0ede104f578c69 /content/articles/course-html5
downloadlibretube-333dfd6f52f92a88264310710c95330ddce82e71.tar.lz
libretube-333dfd6f52f92a88264310710c95330ddce82e71.tar.xz
libretube-333dfd6f52f92a88264310710c95330ddce82e71.zip
first commit
Diffstat (limited to 'content/articles/course-html5')
-rw-r--r--content/articles/course-html5/codificacion.md23
-rw-r--r--content/articles/course-html5/etiqueta-nav-ul-ol-li.md23
-rw-r--r--content/articles/course-html5/header.md23
-rw-r--r--content/articles/course-html5/hgroup.md20
-rw-r--r--content/articles/course-html5/intro.md25
-rw-r--r--content/articles/course-html5/nuevas-etiquetas.md17
-rw-r--r--content/articles/course-html5/sintaxis-html5.md29
-rw-r--r--content/articles/course-html5/titulos.md22
8 files changed, 182 insertions, 0 deletions
diff --git a/content/articles/course-html5/codificacion.md b/content/articles/course-html5/codificacion.md
new file mode 100644
index 0000000..4c54cf0
--- /dev/null
+++ b/content/articles/course-html5/codificacion.md
@@ -0,0 +1,23 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-03-25 12:11
+Image: 2019/03/codificacion-html5.jpg
+Lang: es
+Slug: html5-codificacion
+Tags: html
+Time: 16:28
+Title: Codificación HTML5
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0004-Codificacion.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0004-codificacion-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Codificación HTML5 4/32</summary>
+Código de ayuda:
+~~~~{.html}
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+~~~~
+</details>
diff --git a/content/articles/course-html5/etiqueta-nav-ul-ol-li.md b/content/articles/course-html5/etiqueta-nav-ul-ol-li.md
new file mode 100644
index 0000000..9b4840c
--- /dev/null
+++ b/content/articles/course-html5/etiqueta-nav-ul-ol-li.md
@@ -0,0 +1,23 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-03-25 18:44
+Image: 2019/03/nav-ul-ol-li.jpg
+Slug: etiqueta-nav-ul-ol-li
+Tags: html
+Time: 08:20
+Title: Etiqueta nav ul ol li
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0008-nav-ul-ol-li.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0008-nav-ul-ol-li-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Etiqueta nav ul ol li 8/32</summary>
+<ul class="ml-3">
+<li><a href="https://www.w3schools.com/tags/tag_nav.asp">Etiqueta nav</a></li>
+<li><a href="https://www.w3schools.com/tags/tag_ul.asp">Etiqueta ul</a></li>
+<li><a href="https://www.w3schools.com/tags/tag_ol.asp">Etiqueta ol</a></li>
+<li><a href="https://www.w3schools.com/tags/tag_li.asp">Etiqueta li</a></li>
+</ul>
+</details>
diff --git a/content/articles/course-html5/header.md b/content/articles/course-html5/header.md
new file mode 100644
index 0000000..206421c
--- /dev/null
+++ b/content/articles/course-html5/header.md
@@ -0,0 +1,23 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-03-25 12:12
+Image: 2019/03/header-html5.jpg
+Lang: es
+Slug: html5-header
+Tags: html
+Time: 05:37
+Title: Header
+
+<video id="player-ply" playsinline controls>
+<source src="https://archive.org/download/coursehtml5/0005-header.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0005-header-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Header HTML5 5/32</summary>
+
+Más información sobre la etiqueta [header][header] en w3schools.
+
+</details>
+
+[header]: https://www.w3schools.com/tags/tag_header.asp
diff --git a/content/articles/course-html5/hgroup.md b/content/articles/course-html5/hgroup.md
new file mode 100644
index 0000000..550e110
--- /dev/null
+++ b/content/articles/course-html5/hgroup.md
@@ -0,0 +1,20 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-03-25 18:16
+Image: 2019/03/hgroup-html5.jpg
+Slug: html5-hgroup
+Tags: html
+Time: 03:19
+Title: hgroup
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0007-hgroup.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0007-hgroup-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Hgroup HTML5 7/32</summary>
+<p class="mb-0">Etiqueta hgroup en desuso.</p>
+<p class="mb-0">Este elemento fue removido de la especificacion HTML5 (W3C), por favor no usar más.</p>
+<p class="mb-0">Referencia: [https://developer.mozilla.org/es/docs/Web/HTML/Elemento/hgroup](https://developer.mozilla.org/es/docs/Web/HTML/Elemento/hgroup)</p>
+</details>
diff --git a/content/articles/course-html5/intro.md b/content/articles/course-html5/intro.md
new file mode 100644
index 0000000..b3cc4cd
--- /dev/null
+++ b/content/articles/course-html5/intro.md
@@ -0,0 +1,25 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-03-25 11:06
+Image: 2019/03/intro-html5.jpg
+Lang: es
+Slug: html5-intro
+Tags: html
+Time: 09:16
+Title: Introducción a HTML5
+
+<video id="player-ply" playsinline controls poster=''>
+ <source src="https://archive.org/download/coursehtml5/0001-Introduccion.webm" type="video/webm"/>
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/introduccion-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Introducción a HTML5 1/32</summary>
+<ul class="ml-3">
+<li>[Respositorio oficial][html] de HTML</li>
+<li>[w3schools][w3c]</li>
+</ul>
+</details>
+
+[html]: https://github.com/whatwg/html
+[w3c]: https://www.w3schools.com/html/default.asp
diff --git a/content/articles/course-html5/nuevas-etiquetas.md b/content/articles/course-html5/nuevas-etiquetas.md
new file mode 100644
index 0000000..0bef928
--- /dev/null
+++ b/content/articles/course-html5/nuevas-etiquetas.md
@@ -0,0 +1,17 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-03-25 11:07
+Image: 2019/03/nuevas-etiquetas.jpg
+Slug: html5-etiquetas
+Tags: html
+Title: Nuevas etiquetas de HTML5
+
+<video id="player-ply" playsinline controls>
+ <source src="" type="video/webm"/>
+ <track kind="captions" src="" srclang="es" label="Español" default="default">
+</video>
+
+<details markdown="span">
+<summary>Nuevas etiquetas de HTML5 2/32</summary>
+Aún no publicado.
+</details>
diff --git a/content/articles/course-html5/sintaxis-html5.md b/content/articles/course-html5/sintaxis-html5.md
new file mode 100644
index 0000000..0332b1d
--- /dev/null
+++ b/content/articles/course-html5/sintaxis-html5.md
@@ -0,0 +1,29 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-03-25 11:09
+Image: 2019/03/sintaxis-html5.jpg
+Lang: es
+Slug: html5-sintaxis
+Tags: html
+Time: 09:57
+Title: Sintaxis HTML5
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0003-Sintaxis-HTML5.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0003-sintaxis-html5-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Sintaxis HTML5 3/32</summary>
+~~~~{.html}
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <title>Mi primera web en HTML5</title>
+ </head>
+ <body>
+ </body>
+</html>
+~~~~
+</details>
diff --git a/content/articles/course-html5/titulos.md b/content/articles/course-html5/titulos.md
new file mode 100644
index 0000000..08a4be6
--- /dev/null
+++ b/content/articles/course-html5/titulos.md
@@ -0,0 +1,22 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-03-25 17:59
+Image: 2019/03/titulos-html5.jpg
+Slug: html5-titulos
+Tags: html
+Time: 07:55
+Title: Títulos en HTML5
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0006-h1-h2-h3-h4-h5-h6.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0006-titulos-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Títulos en HTML5 6/32</summary>
+
+Más información sobre las etiquetas [«h» en w3schools][titles].
+
+</details>
+
+[titles]: https://www.w3schools.com/hTml/html_headings.asp