diff options
author | RochDLY <roch.delannay@gmail.com> | 2024-05-18 22:12:47 +0200 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2024-05-18 22:12:47 +0200 |
commit | 2756600340d5ce791ad1672b7ad4342bf71071b0 (patch) | |
tree | e1a0fdd745276a22260760637b7f9114e9ff816a | |
parent | 47f2db46e65858e48453632a74323b45ac42e0f5 (diff) | |
download | pandoc-site-2756600340d5ce791ad1672b7ad4342bf71071b0.tar.gz pandoc-site-2756600340d5ce791ad1672b7ad4342bf71071b0.tar.bz2 pandoc-site-2756600340d5ce791ad1672b7ad4342bf71071b0.zip |
ajout de l'image du cerveau du joker pour le billet sur fuguita
modification du css pour ajouter une largeur max (100%) et une hauteur max (400px)
-rw-r--r-- | docs/css/styles.css | 5 | ||||
-rw-r--r-- | docs/images/joker.jpeg | bin | 0 -> 120210 bytes | |||
-rw-r--r-- | docs/posts/2024-05-18-installer-fuguita-en-live-usb.html | 4 | ||||
-rw-r--r-- | src/posts/2024-05-18-installer-fuguita-en-live-usb.md | 2 | ||||
-rw-r--r-- | static/css/styles.css | 5 | ||||
-rw-r--r-- | static/images/joker.jpeg | bin | 0 -> 120210 bytes |
6 files changed, 16 insertions, 0 deletions
diff --git a/docs/css/styles.css b/docs/css/styles.css index 1b8008e..c18f08e 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -23,6 +23,11 @@ footer { grid-row: 3; } +img { + max-width : 100%; + max-height : 400px; +} + .container { grid-column: 2; grid-row: 2; diff --git a/docs/images/joker.jpeg b/docs/images/joker.jpeg Binary files differnew file mode 100644 index 0000000..356c2cf --- /dev/null +++ b/docs/images/joker.jpeg diff --git a/docs/posts/2024-05-18-installer-fuguita-en-live-usb.html b/docs/posts/2024-05-18-installer-fuguita-en-live-usb.html index 43e6329..9f99343 100644 --- a/docs/posts/2024-05-18-installer-fuguita-en-live-usb.html +++ b/docs/posts/2024-05-18-installer-fuguita-en-live-usb.html @@ -110,6 +110,10 @@ </ul> <p>Je suis plutôt content de cette installation ! Avec ça je devrais me familiariser avec OpenBSD avant d’entamer une conversion totale :-)</p> <p>(Et puis ça me fait un environnement de travail minimaliste pour écrire du texte au kilomètre.)</p> +<figure> +<img src="/images/joker.jpeg" title="Le cerveau du Joker est FREE" alt="Le cerveau du Joker est FREE" /> +<figcaption aria-hidden="true">Le cerveau du Joker est FREE</figcaption> +</figure> </div> </div> <footer> diff --git a/src/posts/2024-05-18-installer-fuguita-en-live-usb.md b/src/posts/2024-05-18-installer-fuguita-en-live-usb.md index af15009..bf1497c 100644 --- a/src/posts/2024-05-18-installer-fuguita-en-live-usb.md +++ b/src/posts/2024-05-18-installer-fuguita-en-live-usb.md @@ -164,3 +164,5 @@ familiariser avec OpenBSD avant d'entamer une conversion totale :-) (Et puis ça me fait un environnement de travail minimaliste pour écrire du texte au kilomètre.) + +![Le cerveau du Joker est FREE](/images/joker.jpeg "Le cerveau du Joker est FREE") diff --git a/static/css/styles.css b/static/css/styles.css index 1b8008e..c18f08e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -23,6 +23,11 @@ footer { grid-row: 3; } +img { + max-width : 100%; + max-height : 400px; +} + .container { grid-column: 2; grid-row: 2; diff --git a/static/images/joker.jpeg b/static/images/joker.jpeg Binary files differnew file mode 100644 index 0000000..356c2cf --- /dev/null +++ b/static/images/joker.jpeg |