From 04b00d555d068b314406a8374cf9bd60c3de9c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 24 Apr 2019 17:43:46 -0500 Subject: [PATCH] fix semantic video --- content/articles/citizenfour.md | 13 ++++++++----- content/articles/como-generar-freakspot.md | 13 ++++++++----- content/articles/course-html5/codificacion.md | 15 +++++++++------ content/articles/course-html5/etiqueta-a.md | 15 +++++++++------ content/articles/course-html5/etiqueta-article.md | 15 +++++++++------ content/articles/course-html5/etiqueta-aside.md | 15 +++++++++------ .../course-html5/etiqueta-nav-ul-ol-li.md | 13 ++++++++----- content/articles/course-html5/etiqueta-section.md | 15 +++++++++------ .../articles/course-html5/etiquetas-p-y-span.md | 15 +++++++++------ .../course-html5/etiquetas-strong-y-em.md | 15 +++++++++------ content/articles/course-html5/header.md | 15 +++++++++------ content/articles/course-html5/hgroup.md | 15 +++++++++------ content/articles/course-html5/intro.md | 15 +++++++++------ content/articles/course-html5/nuevas-etiquetas.md | 15 +++++++++------ content/articles/course-html5/sintaxis-html5.md | 15 +++++++++------ content/articles/course-html5/titulos.md | 15 +++++++++------ content/articles/happy-birthday-to-gnu.md | 7 +++++-- content/articles/locutus-de-gnu.md | 15 +++++++++------ content/articles/prompt-avanzado.md | 13 ++++++++----- content/articles/rms-en-dominio-digital.md | 13 ++++++++----- content/articles/sin-parar.md | 13 ++++++++----- libretube-theme/static/css/styles.min.css | 2 +- libretube-theme/templates/article.html | 4 ++-- 23 files changed, 182 insertions(+), 119 deletions(-) diff --git a/content/articles/citizenfour.md b/content/articles/citizenfour.md index 9b983c3..bb955d7 100644 --- a/content/articles/citizenfour.md +++ b/content/articles/citizenfour.md @@ -9,11 +9,14 @@ Tags: snowden, citizenfour, libertad Time: 1:48:40 Title: Citizenfour - - -# Citizenfour +
+ +
+

Citizenfour

+
+
En enero de 2013, **Laura Poitras** comenzó a recibir correos electrónicos cifrados firmados por un tal **"Citizenfour"** diff --git a/content/articles/como-generar-freakspot.md b/content/articles/como-generar-freakspot.md index 9cc8bce..bf4ab1b 100644 --- a/content/articles/como-generar-freakspot.md +++ b/content/articles/como-generar-freakspot.md @@ -10,11 +10,14 @@ Tags: educación, GNU/Linux, Pelican, Python, software libre, tutorial, video Time: 16:58 Title: ¿Cómo generar Freak Spot? - - -# ¿Cómo generar Freak Spot? +
+ +
+

¿Cómo generar Freak Spot?

+
+
Alguno que otro usuario se ha preguntado alguna vez cómo generar el sitio web [freakspot][site]{:target="_blank" rel="noopener noreferrer"}, diff --git a/content/articles/course-html5/codificacion.md b/content/articles/course-html5/codificacion.md index c0d340f..0d13350 100644 --- a/content/articles/course-html5/codificacion.md +++ b/content/articles/course-html5/codificacion.md @@ -9,12 +9,15 @@ Tags: html Time: 16:28 Title: Codificación HTML5 - - -# Codificación HTML5 4/32 +
+ +
+

Codificación HTML5 4/32

+
+
La etiqueta `` se utiliza para agrupar elementos en línea en un documento. diff --git a/content/articles/course-html5/etiqueta-a.md b/content/articles/course-html5/etiqueta-a.md index fb7003a..0499bee 100644 --- a/content/articles/course-html5/etiqueta-a.md +++ b/content/articles/course-html5/etiqueta-a.md @@ -8,12 +8,15 @@ Tags: html5,video Time: 03:23 Title: Etiqueta a - - -# Etiqueta a 9/32 +
+ +
+

Etiqueta a 9/32

+
+
Si el elemento `a` tiene un atributo href, entonces representa un hipervínculo (un ancla de hipertexto). diff --git a/content/articles/course-html5/etiqueta-article.md b/content/articles/course-html5/etiqueta-article.md index e9a2e12..08696a7 100644 --- a/content/articles/course-html5/etiqueta-article.md +++ b/content/articles/course-html5/etiqueta-article.md @@ -8,12 +8,15 @@ Tags: html Time: 3:43 Title: Etiqueta article - - -# Etiqueta article 13/32 +
+ +
+

Etiqueta article 13/32

+
+
Representa una sección de una página que consta de una composición que forma parte independiente de un documento, página o sitio. diff --git a/content/articles/course-html5/etiqueta-aside.md b/content/articles/course-html5/etiqueta-aside.md index 3207dc9..fa87ea1 100644 --- a/content/articles/course-html5/etiqueta-aside.md +++ b/content/articles/course-html5/etiqueta-aside.md @@ -8,12 +8,15 @@ Tags: html5 Time: 5:55 Title: Etiqueta aside - - -# Etiqueta aside 14/32 +
+ +
+

Etiqueta aside 14/32

+
+
Representa una sección de una página que consiste en una información que está relacionado tangencialmente con la información de alrededor del elemento aparte, y que podría considerarse separado de la información principal. diff --git a/content/articles/course-html5/etiqueta-nav-ul-ol-li.md b/content/articles/course-html5/etiqueta-nav-ul-ol-li.md index a0e538b..cae83c1 100644 --- a/content/articles/course-html5/etiqueta-nav-ul-ol-li.md +++ b/content/articles/course-html5/etiqueta-nav-ul-ol-li.md @@ -8,12 +8,15 @@ Tags: html Time: 08:20 Title: Etiqueta nav ul ol li -