From ac6aa0d1a7de4ddb541bef2f3e1065f31d9db129 Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 11 Mar 2026 20:53:01 +0100 Subject: [PATCH] add information about mistake --- css/index.css | 7 +++++++ lang/en/index.html | 3 +++ lang/fr/index.html | 3 +++ 3 files changed, 13 insertions(+) diff --git a/css/index.css b/css/index.css index 0fd09b5..043d324 100644 --- a/css/index.css +++ b/css/index.css @@ -4,3 +4,10 @@ border: solid black; padding-left: 1em; } + +#warning { + border: solid #eb4d50; + background-color: #ff7985; + text-align: center; + padding: 0.5em; +} diff --git a/lang/en/index.html b/lang/en/index.html index d6bf173..85bc9fe 100644 --- a/lang/en/index.html +++ b/lang/en/index.html @@ -3,6 +3,9 @@ rel="stylesheet" href="/css/index.css" %endlink%
+
+

English is not my main language, I can do mistake. If you found some, write me patch by email at <patch [at] gyiwr [dot] tf>.

+

Welcome visitor, to my small place on Internet ! Let me introduce myself.

Developer on GNU+Linux, I use Gentoo to work and Arch to play. I also use some others distributions and kernels (as Void, OpenBSD or GNU/Hurd). I'm trying to learn the GNU/Guix ecosystem. If my main IDE is Unix with Vim as text editor, I use Emacs as agenda and TODO list with Orgmode. Libre-softwares enjoyer, I'm also for a digital sobriety, for personal pc or Internet and WorldWideWeb.

I'm admin for the Gnous.eu community. I moderate the services and some others things.

diff --git a/lang/fr/index.html b/lang/fr/index.html index 1ff60b7..99dec5c 100644 --- a/lang/fr/index.html +++ b/lang/fr/index.html @@ -3,6 +3,9 @@ rel="stylesheet" href="/css/index.css" %endlink%
+
+

Bien que le français soit ma langue principale, il se peut que je fasse des erreurs. Si vous en voyez, n'hésitez pas à envoyer un patch par courriel à l'adresse <patch [a boule] gyiwr [point] tf>.

+

Bienvenue sur mon petit bout d'Internet, visiteur ! Laissez-moi me présenter.

Développeur sous GNU+Linux, j'utilise Gentoo pour travailler et Arch pour jouer, entre autres distributions et noyaux (tel que Void, OpenBSD ou encore GNU/Hurd). J'essaie d'apprendre l'écosystème de GNU/Guix. Si mon IDE principal est Unix avec Vim comme éditeur de texte, Emacs m'est utile comme agenda et TODO liste avec Orgmode. Grand amateur de logiciels libres, je suis aussi pour une sobriété numérique, aussi bien pour les PCs personnels que pour Internet et le WorldWideWeb.

Je suis admin pour la communauté Gnous.eu. Je m'occupe de la modération des différents services, entre autres choses.

-- 2.34.1