logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository.
commit: 70e4efb403d3bda0663e308e5560c78f19875bd9
parent: 1a1a6598591bd15f456878520e2428ec8cd0d0ad
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  3 Dec 2019 18:09:09 +0100

Note Pleroma

Diffstat:

Maccueil.html3++-
Mhome.html3++-
Mstyle.css3+++
3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/accueil.html b/accueil.html @@ -26,8 +26,9 @@ </ul> <h2 id="background">Historique</h2> <ul> + <li>2018-04 — : Co-maintenance de <a href="https://pleroma.social/">Pleroma</a>, projet de réseau social fédéré avec ActivityPub, écrit en Elixir</li> <li>2017-04 — : “Proxy-Maintainer” d’une partie de la logithèque de gentoo</li> - <li>2014 — 2018 : Études au <a href="http://lycee-experimental.org/">Lycée Expérimental de Saint-Nazaire</a> (dont maintenance des postes pendant 2 ans)</li> + <li>2014 — 2018 : Études au <a href="http://lycee-experimental.org/">Lycée Expérimental de Saint-Nazaire</a> (dont maintenance des postes Debian pendant 2 ans)</li> <li>2012 —  : Autohébergement de <a href="https://hacktivis.me/notes/services">services personnels</a></li> </ul> <h2 id="languages">Langues</h2> diff --git a/home.html b/home.html @@ -28,8 +28,9 @@ </ul> <h2 id="background">Background</h2> <ul> + <li>2018-04 — : Co-maintenance of <a href="https://pleroma.social/">Pleroma</a>, federated ActivityPub social network project, written in Elixir</li> <li>2017-04—: Proxy-Maintaining a part of gentoo software repository</li> - <li>2014—2018: Studies at Lycée Expérimental (Experimental High-School) (with 2 years of maintaining workstations)</li> + <li>2014—2018: Studies at Lycée Expérimental (Experimental High-School) (with 2 years of maintaining Debian workstations)</li> <li>2012—: Self-hosting of <a href="https://hacktivis.me/notes/services">personnal services</a></li> </ul> <h2 id="languages">Languages</h2> diff --git a/style.css b/style.css @@ -39,6 +39,9 @@ h1::before,h2::before,h3::before,h4::before,h5::before,h6::before { a::before, a::after { font-family: monospace; } + a { + text-decoration: none; + } section { page-break-inside: avoid; }