aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-25 22:21:22 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-25 22:21:22 +0200
commit569837cc5bb8486e19a26b17d0cef1d0babee8d3 (patch)
tree4d636e9c78c0f5a84165ff68841d49c9dcfee372
parentfeat: add meta tags and compress site logo (diff)
downloadpml68.dev-569837cc5bb8486e19a26b17d0cef1d0babee8d3.tar.gz
feat: replace pml68.png with a smaller webp
-rw-r--r--assets/pml68.pngbin43737 -> 0 bytes
-rw-r--r--assets/pml68.webpbin0 -> 6196 bytes
-rw-r--r--index.html4
-rw-r--r--projects/index.html6
4 files changed, 5 insertions, 5 deletions
diff --git a/assets/pml68.png b/assets/pml68.png
deleted file mode 100644
index c4a9178..0000000
--- a/assets/pml68.png
+++ /dev/null
Binary files differ
diff --git a/assets/pml68.webp b/assets/pml68.webp
new file mode 100644
index 0000000..04ea6c4
--- /dev/null
+++ b/assets/pml68.webp
Binary files differ
diff --git a/index.html b/index.html
index bc48e21..fd4d976 100644
--- a/index.html
+++ b/index.html
@@ -5,9 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content = "pml68">
<meta property="og:site_name" content = "pml68.dev">
- <meta property="og:image" content = "https://pml68.dev/assets/pml68.png">
+ <meta property="og:image" content = "https://pml68.dev/assets/pml68.webp">
<meta property="og:description" content = "Just your average IT student">
- <link rel="icon" href="/assets/pml68.png">
+ <link rel="icon" href="/assets/pml68.webp">
<link rel="stylesheet" href="/style.css">
<title>pml68</title>
</head>
diff --git a/projects/index.html b/projects/index.html
index d964ee2..3b5cfbe 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -5,9 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content = "Projects">
<meta property="og:site_name" content = "pml68.dev">
- <meta property="og:image" content = "https://pml68.dev/assets/pml68.png">
+ <meta property="og:image" content = "https://pml68.dev/assets/pml68.webp">
<meta property="og:description" content = "pml68—projects">
- <link rel="icon" href="/assets/pml68.png">
+ <link rel="icon" href="/assets/pml68.webp">
<link rel="stylesheet" href="/style.css">
<title>Projects</title>
</head>
@@ -25,7 +25,7 @@
<div class="project-container">
<a href="https://sr.ht/~pml68/pml68.dev" target="_blank">
<div class="project">
- <img src="/assets/pml68.png" alt="pml68.dev icon" class="project-icon">
+ <img src="/assets/pml68.webp" alt="pml68.dev icon" class="project-icon">
<div class="content">
<h3>pml68.dev</h3>
<p>My personal website—the one you're currently viewing</p>