logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: f6abfae48ad40ce825bd3c5ac28f2d4a34a13856
parent e42b1ca049509e15d1820b6a1cb1517b8a71d6db
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 17 Feb 2019 23:58:16 +0100

librism{,e}: Use list-styled description list (<dl />)

Diffstat:

Mcss/index.css2+-
Mlibrism.shtml8++++----
Mlibrisme.shtml8++++----
3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -46,7 +46,7 @@ quote + cite::before { content: " — "; } /* classes */ .warn { border-bottom: 1pt solid var(--dark-ansi01); } -dd.list { +dl.list dd { display: list-item; list-style-type: disc; } diff --git a/librism.shtml b/librism.shtml @@ -10,7 +10,7 @@ <h1>Désintox’: Going towards ethical computing</h1> <p>The idea comes from the webpage <a href="https://www.corzntin.fr/old/optout.html">désintoxication</a> of corzntin.</p> <h2>Done</h2> - <dl> + <dl class="list"> <dt>2009 Facebook.com</dt><dd>Deleted</dd> <dt>2010(~) Dropbox.com</dt><dd>Abandonned few days after creation</dd> <dt>2015(~) Adobe Flash Player</dt> @@ -30,7 +30,7 @@ <dt>Amazon</dt><dd>Not used</dd> </dl> <h2>Work in Progress</h2> - <dl> + <dl class="list"> <dt>2018-11: Email</dt><dd>Fully self-hosted (2018-11, primary and secondary), announce and then closing accounts on silos to be done</dd> <dt>Github.com</dt><dd>Still used for patches and tickets for some external projects</dd> <dt>NVidia</dt><dd>Waiting that it becomes worth it to replace my GTX 650 Ti Boost with an AMD</dd> @@ -38,12 +38,12 @@ <dt>Smartphone (OnePlus One)</dt><dd>Waiting for Neo900, Purism Phone, KDE Phone, …</dd> </dl> <h2>Stalled</h2> - <dl> + <dl class="list"> <dt>Steam</dt><dd>Keeping the account for GOG Connect</dd> <dt>Ordinateur Portable <abbr title="Open-Source HardWare">OSHW</abbr></dt><dd>Project DIY arrêté</dd> </dl> <h2>Not started</h2> - <dl> + <dl class="list"> <dt>Paypal, Patreon, Tipeee</dt><dd>Hopefully moving to Wire Transfer (I’m in EU) and GNU Taler</dd> <dt>Discord</dt> </dl> diff --git a/librisme.shtml b/librisme.shtml @@ -10,7 +10,7 @@ <h1>Désintox’ : Aller vers une informatique éthique</h1> <p>L’idée de faire une page propre vient de la page <a href="https://www.corzntin.fr/optout.html">désintoxication</a> de corzntin.</p> <h2>Fait</h2> - <dl> + <dl class="list"> <dt>2009 Facebook.com</dt><dd>Supprimé</dd> <dt>2010(~) Dropbox.com</dt><dd>Abandonné quelques mois après la création.</dd> <dt>2015(~) Adobe Flash Player</dt> @@ -30,7 +30,7 @@ <dt>Amazon</dt><dd>Pas utilisé</dd> </dl> <h2>En Cours / En Partie</h2> - <dl> + <dl class="list"> <dt>2018-11: Courriel</dt><dd>Auto-hébergement fait (2018-11, principal et secondaire), annonce puis fermeture des comptes sur les silos à faire</dd> <dt>Github.com</dt><dd>Toujours utilisé pour les correctifs et tickets de quelques projets externes</dd> <dt>NVidia</dt><dd>J’attend que le remplacement de ma GTX 650 Ti Boost par une AMD devienne suffisament intéressant économiquement</dd> @@ -38,12 +38,12 @@ <dt>Smartphone (OnePlus One)</dt><dd>Attente que le Neo900, Purism Phone, KDE Phone, … arrive</dd> </dl> <h2>Arrêté</h2> - <dl> + <dl class="list"> <dt>Steam</dt><dd>Je garde toujours le compte pour le Steam Connect de GOG</dd> <dt>Ordinateur Portable <abbr title="Open-Source HardWare">OSHW</abbr></dt><dd>Project DIY arrêté</dd> </dl> <h2>Pas Encore</h2> - <dl> + <dl class="list"> <dt>Paypal, Patreon, Tipeee</dt><dd>Hopefully moving to Wire Transfer (I’m in EU) and GNU Taler</dd> <dt>Discord</dt> </dl>