logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/lanodan.eu.git
commit: 6b3ad63b2882066072a5a9b4596c8230dd257b13
parent fa8f65fc24051c61ecfe0732288f384b80332c48
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 29 Nov 2023 17:32:44 +0100

home: Add bold on skills keywords

Diffstat:

Mhome.html10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/home.html b/home.html @@ -25,12 +25,12 @@ <section id="knowledge"> <h2>Skills</h2> <dl> - <li>Backend Development: Worked both at embedded single-user scale and multiple-nodes internet scale.</li> - <li>System integration: Experienced with Gentoo packaging. Familiar with Alpine Linux packaging</li> - <li>Programming Languages: Experienced in C, Shell (POSIX &amp; Bash), and Elixir. Early-contributor to Hare. Familiar with Go, Perl and Python.</li> - <li>Able to collaborate with other projects, making interoperability a reality</li> + <li>Backend Development: Worked both at <b>embedded</b> single-user scale and multiple-nodes internet scale.</li> + <li>System integration: Experienced with <b>Gentoo packaging</b>. Familiar with <b>Alpine Linux packaging</b></li> + <li>Programming Languages: Experienced in <b>C</b>, <b>Shell</b> (POSIX &amp; Bash), and <b>Elixir</b>. Early-contributor to <b>Hare</b>. Familiar with <b>Go</b>, <b>Perl</b> and <b>Python</b>.</li> + <li>Able to collaborate with other projects, favoring strong <b>interoperability</b></li> <li>Able to easily go into unfamiliar projects, frequently contributing improvements and bugfixes at their relevant source</li> - <li>Experienced with Git, with both the Email &amp; Pull Request workflow. Familiar with mercurial and CVS</li> + <li>Experienced with <b>Git</b>, with both the Email &amp; Pull Request workflow.</li> </dl> </section>