aboutsummaryrefslogtreecommitdiff
path: root/artículos
diff options
context:
space:
mode:
Diffstat (limited to 'artículos')
-rw-r--r--artículos/index.html31
-rw-r--r--artículos/kyria.html1
-rw-r--r--artículos/whatsapp.html1
3 files changed, 33 insertions, 0 deletions
diff --git a/artículos/index.html b/artículos/index.html
new file mode 100644
index 0000000..ce2443f
--- /dev/null
+++ b/artículos/index.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang="es">
+ <head>
+ <meta charset="UTF-8">
+ <title>Taamas - Artículos</title>
+ <link rel="stylesheet" type="text/css" href="../css/style.css">
+ </head>
+ <body>
+
+ <header>
+ <h1>🗞️ Artículos 🗞️</h1>
+ </header>
+
+ <ul class="navbar">
+ <li><a href="../index.html">Portada</a></li>
+ </ul>
+
+ <section>
+ <p>
+ Aquí quedan los artículos que escribo cuando tengo alguna idea lo suficientemente larga y
+ compartible.
+ </p>
+ </section>
+
+ <ul>
+ <li><a href="whatsapp.html">Abandonando Whatsapp</a></li>
+ <li><a href="kyria.html">Kyria: Construyendo un teclado</a></li>
+ </ul>
+
+ </body>
+</html>
diff --git a/artículos/kyria.html b/artículos/kyria.html
index 0e98890..58a1438 100644
--- a/artículos/kyria.html
+++ b/artículos/kyria.html
@@ -11,6 +11,7 @@
<body>
<h1 id="construyendo-un-teclado">Construyendo un teclado</h1>
<ul class="navbar">
+ <li><a href="index.html">Índice de artículos</a></li>
<li><a href="../index.html">Portada</a></li>
</ul>
<p>En Febrero de 2021 decidí construir un teclado mecánico. Comparto aquí mis motivaciones, el camino que seguí y unas cuantas imágenes del proceso de construcción.</p>
diff --git a/artículos/whatsapp.html b/artículos/whatsapp.html
index f9705de..c41305b 100644
--- a/artículos/whatsapp.html
+++ b/artículos/whatsapp.html
@@ -8,6 +8,7 @@ Abandonando WhatsApp
<body>
<h1 id="abandonando-whatsapp">Abandonando WhatsApp</h1>
<ul class="navbar">
+ <li><a href="index.html">Índice de artículos</a></li>
<li><a href="../index.html">Portada</a></li>
</ul>
<h2 id="por-qué-dejar-de-usar-whatsapp">¿Por qué dejar de usar WhatsApp?</h2>