diff options
author | Joe <bousset.rudy@gmail.com> | 2023-03-16 23:31:49 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-03-16 23:31:49 +0100 |
commit | 646542da18d01dc2c26d5662c0eb5dc5804965d9 (patch) | |
tree | f0a0b7cf81b901ba18a5d48ab5693edc0e1a6bd8 | |
parent | fix (diff) | |
download | joe-www-646542da18d01dc2c26d5662c0eb5dc5804965d9.tar.gz joe-www-646542da18d01dc2c26d5662c0eb5dc5804965d9.tar.bz2 joe-www-646542da18d01dc2c26d5662c0eb5dc5804965d9.tar.xz joe-www-646542da18d01dc2c26d5662c0eb5dc5804965d9.tar.zst joe-www-646542da18d01dc2c26d5662c0eb5dc5804965d9.zip |
up
-rw-r--r-- | img/me.jpg | bin | 0 -> 16035 bytes | |||
-rw-r--r-- | img/me.webp | bin | 10868 -> 0 bytes | |||
-rw-r--r-- | img/neofetch.jpg | bin | 0 -> 76118 bytes | |||
-rw-r--r-- | img/neofetch.webp | bin | 40272 -> 0 bytes | |||
-rw-r--r-- | img/projects/lowbat-01.jpg | bin | 0 -> 20035 bytes | |||
-rw-r--r-- | img/projects/lowbat-01.webp | bin | 10122 -> 0 bytes | |||
-rw-r--r-- | img/tp_turtle.jpg | bin | 0 -> 40110 bytes | |||
-rw-r--r-- | img/tp_turtle.webp | bin | 21028 -> 0 bytes | |||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | projects/lowbat.html | 2 | ||||
-rw-r--r-- | shit/computing.html | 4 |
11 files changed, 4 insertions, 4 deletions
diff --git a/img/me.jpg b/img/me.jpg Binary files differnew file mode 100644 index 0000000..f42eb58 --- /dev/null +++ b/img/me.jpg diff --git a/img/me.webp b/img/me.webp Binary files differdeleted file mode 100644 index 04b5093..0000000 --- a/img/me.webp +++ /dev/null diff --git a/img/neofetch.jpg b/img/neofetch.jpg Binary files differnew file mode 100644 index 0000000..6cc00c7 --- /dev/null +++ b/img/neofetch.jpg diff --git a/img/neofetch.webp b/img/neofetch.webp Binary files differdeleted file mode 100644 index 7e5e311..0000000 --- a/img/neofetch.webp +++ /dev/null diff --git a/img/projects/lowbat-01.jpg b/img/projects/lowbat-01.jpg Binary files differnew file mode 100644 index 0000000..46c4e83 --- /dev/null +++ b/img/projects/lowbat-01.jpg diff --git a/img/projects/lowbat-01.webp b/img/projects/lowbat-01.webp Binary files differdeleted file mode 100644 index 9356be2..0000000 --- a/img/projects/lowbat-01.webp +++ /dev/null diff --git a/img/tp_turtle.jpg b/img/tp_turtle.jpg Binary files differnew file mode 100644 index 0000000..54aba7a --- /dev/null +++ b/img/tp_turtle.jpg diff --git a/img/tp_turtle.webp b/img/tp_turtle.webp Binary files differdeleted file mode 100644 index 092b320..0000000 --- a/img/tp_turtle.webp +++ /dev/null @@ -67,7 +67,7 @@ and astrophysics. </p> <div class="figure"> - <p><img src="img/me.webp" alt="me.webp" width="325"></p> + <p><img src="img/me.jpg" alt="me.jpg" width="325"></p> <p> A picture of me IRL at work </p> diff --git a/projects/lowbat.html b/projects/lowbat.html index 01d23cf..e888a1b 100644 --- a/projects/lowbat.html +++ b/projects/lowbat.html @@ -307,7 +307,7 @@ <div id="org89a6eb3" class="figure"> - <p><img src="../img/projects/lowbat-01.webp" alt="lowbat-01.webp"> + <p><img src="../img/projects/lowbat-01.jpg" alt="lowbat-01.jpg"> </p> <p><span class="figure-number">Figure 1: </span>A notification generated by lowbat, displayed by dunst</p> </div> diff --git a/shit/computing.html b/shit/computing.html index ec06139..b80fe0c 100644 --- a/shit/computing.html +++ b/shit/computing.html @@ -124,7 +124,7 @@ with my new computer. </p> <div class="figure"> - <p><img src="../img/tp_turtle.webp" alt="tp_turtle.webp" width="450"></p> + <p><img src="../img/tp_turtle.jpg" alt="tp_turtle.jpg" width="450"></p> <p>The ugly turtle</p> </div> <p> @@ -148,7 +148,7 @@ </p> <p> <div class="figure"> - <p><img src="../img/neofetch.webp" alt="neofetch.webp" width="600"></p> + <p><img src="../img/neofetch.jpg" alt="neofetch.jpg" width="600"></p> <p>My neofetch</p> </div> <ul> |