From 9e436d07e845182a4356103639093c7473cac14b Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 7 Apr 2020 01:27:25 +0200
Subject: [PATCH] Update About page

---
 client/src/translations/about/en.pug | 5 ++---
 client/src/translations/about/es.pug | 9 +++++----
 client/src/translations/about/fr.pug | 5 ++++-
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/client/src/translations/about/en.pug b/client/src/translations/about/en.pug
index 7023912d..31992cd7 100644
--- a/client/src/translations/about/en.pug
+++ b/client/src/translations/about/en.pug
@@ -47,12 +47,11 @@ h3 Related links
   a(href="http://pychess-variants.herokuapp.com/") pychess-variants.com
   a(href="https://musketeerchess.net/home/index.html") musketeerchess.net
   a(href="https://schemingmind.com/") schemingmind.com
-  div
-    a(href="https://echekk.fr/spip.php?page=rubrique&id_rubrique=1") echekk.fr
-    span &nbsp;(in French)
+  a(href="https://echekk.fr/spip.php?page=rubrique&id_rubrique=1") echekk.fr
   a(href="http://www.strategems.net/sections/fairy_defs.html") strategems.net
   a(href="https://brainking.com/") brainking.com
   a(href="https://www.facebook.com/groups/592562551198628") A Facebook group
   a(href="http://www.zillions-of-games.com/") zillions-of-games.com
   a(href="https://en.wikipedia.org/wiki/Fairy_chess_piece") Fairy chess pieces
+  a(href="http://www.pion.ch/echecs/liste_variantes.php") pion.ch
   a(href="http://abrobecker.free.fr/chess/fairyblitz.htm") fairyblitz.htm
diff --git a/client/src/translations/about/es.pug b/client/src/translations/about/es.pug
index 2c5860f6..7f2f4dd2 100644
--- a/client/src/translations/about/es.pug
+++ b/client/src/translations/about/es.pug
@@ -26,7 +26,9 @@ p
   | Cualquier contribución es bienvenida:
   ul
     li Traducciones: carpeta client/src/translations/
-    li Estilo: secciónes &lt;style&gt; de los archivos .vue en client/src/{components,views}
+    li.
+      Estilo: secciónes &lt;style&gt; de los archivos .vue en
+      client/src/{components,views}
     li Código en general: sección 'Issues' en Github.
 
 h3 Agradecimientos
@@ -44,13 +46,12 @@ h3 Enlaces relacionados
   a(href="http://pychess-variants.herokuapp.com/") pychess-variants.com
   a(href="https://musketeerchess.net/home/index.html") musketeerchess.net
   a(href="https://schemingmind.com/") schemingmind.com
-  div
-    a(href="https://echekk.fr/spip.php?page=rubrique&id_rubrique=1") echekk.fr
-    span &nbsp;(en francés)
+  a(href="https://echekk.fr/spip.php?page=rubrique&id_rubrique=1") echekk.fr
   a(href="http://www.strategems.net/sections/fairy_defs.html") strategems.net
   a(href="https://brainking.com/") brainking.com
   a(href="https://www.facebook.com/groups/592562551198628") Un grupo Facebook
   a(href="http://www.zillions-of-games.com/") zillions-of-games.com
   a(href="https://en.wikipedia.org/wiki/Fairy_chess_piece")
     | Piezas de ajedrez magicas
+  a(href="http://www.pion.ch/echecs/liste_variantes.php") pion.ch
   a(href="http://abrobecker.free.fr/chess/fairyblitz.htm") fairyblitz.htm
diff --git a/client/src/translations/about/fr.pug b/client/src/translations/about/fr.pug
index 32da0e02..76011991 100644
--- a/client/src/translations/about/fr.pug
+++ b/client/src/translations/about/fr.pug
@@ -27,7 +27,9 @@ p
   | Toute contribution est la bienvenue :
   ul
     li Traductions : dossier client/src/translations/
-    li Style : sections &lt;style&gt; des fichiers .vue dans client/src/{components,views}
+    li.
+      Style : sections &lt;style&gt; des fichiers .vue dans
+      client/src/{components,views}
     li Code en général : section 'Issues' sur Github.
 
 h3 Remerciements
@@ -52,4 +54,5 @@ h3 Liens connexes
   a(href="http://www.zillions-of-games.com/") zillions-of-games.com
   a(href="https://en.wikipedia.org/wiki/Fairy_chess_piece")
     | Pièces d'échecs féériques
+  a(href="http://www.pion.ch/echecs/liste_variantes.php") pion.ch
   a(href="http://abrobecker.free.fr/chess/fairyblitz.htm") fairyblitz.htm
-- 
2.44.0