crushed png's

This commit is contained in:
2024-12-02 11:50:43 +11:00
parent c54b892f84
commit 287bebbf86
6 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

BIN
avatar.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 KiB

BIN
banner.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -10,14 +10,14 @@
<meta property="og:title" content="Litruv - Dev/Tech Artist">
<meta property="og:description" content="Dev/Tech Artist at MatesMedia. Follow for coding, game development, and creative projects.">
<meta property="og:image" content="banner.png">
<meta property="og:image" content="banner.webp">
<meta property="og:url" content="https://lit.ruv.wtf">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Litruv - Dev/Tech Artist">
<meta name="twitter:description" content="Dev/Tech Artist at MatesMedia. Follow for coding, game development, and creative projects.">
<meta name="twitter:image" content="banner.png">
<meta name="twitter:image" content="banner.webp">
<meta name="twitter:url" content="https://lit.ruv.wtf">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/16.png">
@@ -36,7 +36,7 @@
<body>
<div class="bg-pattern"></div>
<div class="container">
<img src="avatar.png" alt="Avatar" class="avatar-img">
<img src="avatar.webp" alt="Avatar" class="avatar-img">
<header>
<h1>Litruv</h1>
<div class="subtext">Dev/Tech Artist @<a href="https://mates.dev/">MatesMedia</a>

View File

@@ -132,7 +132,6 @@ h1 {
.avatar-img {
width: 250px;
height: 250px;
margin: 20px auto;
display: block;
}