diff --git a/index.html b/index.html index d5b4e50..29a81ab 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Home @@ -28,7 +28,7 @@
@@ -74,7 +74,7 @@
- osaka :3 + osaka :3

Guams

21 years old

diff --git a/projects.html b/projects.html index 19148b6..a11930e 100644 --- a/projects.html +++ b/projects.html @@ -2,7 +2,7 @@ - + My projects @@ -28,7 +28,7 @@
@@ -74,7 +74,7 @@
- osaka :3 + osaka :3

Guams

21 years old

@@ -105,7 +105,7 @@
- screen of my gitea + screen of my gitea

Summary :

This is my own Gitea instance where I share my projects.

@@ -128,7 +128,7 @@
- screen of abonentendeur + screen of abonentendeur

Summary :

This is my blog where I share my thoughts on the works I play or read.

diff --git a/public/icon.png b/public/icon.png deleted file mode 100644 index 6e8aa65..0000000 Binary files a/public/icon.png and /dev/null differ diff --git a/public/icon.webp b/public/icon.webp new file mode 100644 index 0000000..6346bf0 Binary files /dev/null and b/public/icon.webp differ diff --git a/src/img/abonentendeur.png b/src/img/abonentendeur.png deleted file mode 100644 index 0e3ca23..0000000 Binary files a/src/img/abonentendeur.png and /dev/null differ diff --git a/src/img/abonentendeur.webp b/src/img/abonentendeur.webp new file mode 100644 index 0000000..37ae4b1 Binary files /dev/null and b/src/img/abonentendeur.webp differ diff --git a/src/img/banner_about.png b/src/img/banner_about.png deleted file mode 100644 index e5ed8f4..0000000 Binary files a/src/img/banner_about.png and /dev/null differ diff --git a/src/img/banner_about.webp b/src/img/banner_about.webp new file mode 100644 index 0000000..feb059c Binary files /dev/null and b/src/img/banner_about.webp differ diff --git a/src/img/banner_home.png b/src/img/banner_home.png deleted file mode 100644 index 81fddd4..0000000 Binary files a/src/img/banner_home.png and /dev/null differ diff --git a/src/img/banner_home.webp b/src/img/banner_home.webp new file mode 100644 index 0000000..8175d07 Binary files /dev/null and b/src/img/banner_home.webp differ diff --git a/src/img/button.png b/src/img/button.png deleted file mode 100644 index 96952c0..0000000 Binary files a/src/img/button.png and /dev/null differ diff --git a/src/img/button.webp b/src/img/button.webp new file mode 100644 index 0000000..4417299 Binary files /dev/null and b/src/img/button.webp differ diff --git a/src/img/cursor.png b/src/img/cursor.png deleted file mode 100644 index fd3e2f7..0000000 Binary files a/src/img/cursor.png and /dev/null differ diff --git a/src/img/cursor.webp b/src/img/cursor.webp new file mode 100644 index 0000000..25e5627 Binary files /dev/null and b/src/img/cursor.webp differ diff --git a/src/img/default.png b/src/img/default.png deleted file mode 100644 index a152675..0000000 Binary files a/src/img/default.png and /dev/null differ diff --git a/src/img/default.webp b/src/img/default.webp new file mode 100644 index 0000000..61ccabf Binary files /dev/null and b/src/img/default.webp differ diff --git a/src/img/gitea.png b/src/img/gitea.png deleted file mode 100644 index 9e3fc21..0000000 Binary files a/src/img/gitea.png and /dev/null differ diff --git a/src/img/gitea.webp b/src/img/gitea.webp new file mode 100644 index 0000000..6c75ca0 Binary files /dev/null and b/src/img/gitea.webp differ diff --git a/src/img/guams.gif b/src/img/guams.gif deleted file mode 100644 index 4d4a764..0000000 Binary files a/src/img/guams.gif and /dev/null differ diff --git a/src/style.css b/src/style.css index 8df16d4..a5b599e 100644 --- a/src/style.css +++ b/src/style.css @@ -30,7 +30,7 @@ h1 { } body { - cursor: url('/src/img/cursor.png'), default; + cursor: url('/src/img/cursor.webp'), default; display: flex; flex-direction: column; align-items: center;