Compare commits

...

2 commits

Author SHA1 Message Date
ce51a4c9ce
pdf/blur
All checks were successful
/ job (push) Successful in 1m20s
2025-04-23 18:07:24 +02:00
e136dcb655
2025-04-23 16:23:02 +02:00
3 changed files with 4 additions and 2 deletions

View file

@ -78,8 +78,8 @@
<h2>Skills</h2>
<ul>
<li>always curious to learn</li>
<li>continuous technology watch</li>
<li>always curious to learn</li>
</ul>
<article>

View file

@ -78,8 +78,8 @@
<h2>Compétences</h2>
<ul>
<li>toujours curieux d’apprendre</li>
<li>veille technologique continue</li>
<li>toujours curieux d’apprendre</li>
</ul>
<article>

View file

@ -260,4 +260,6 @@ ul {
@page { size: A4; }
html { font-size: 3mm; }
button { display: none; }
/* way too blurry as PDF output above .041em */
strong, th { text-shadow: .05em .05em .041em; }
}