Assets+Everywhere: Optimize image sizes

This commit is contained in:
networkException
2021-10-26 18:52:41 +02:00
parent 8886c42102
commit afe422e1c2
13 changed files with 5 additions and 92 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>t2linux.jpg" />
<link rel="icon" href="<%= BASE_URL %>t2linux.webp" />
<title>t2linux.org</title>
</head>
<body>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.1 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.9 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

+3 -3
View File
@@ -116,17 +116,17 @@
</div>
</div>
<img
src="../assets/background/shapes/01.svg"
src="../assets/background/shapes/torus.png"
class="Shape1 hidden md:block"
alt=""
/>
<img
src="../assets/background/shapes/02.svg"
src="../assets/background/shapes/cube.png"
class="Shape2 hidden md:block"
alt=""
/>
<img
src="../assets/background/shapes/03.svg"
src="../assets/background/shapes/circle.png"
class="Shape3 hidden md:block"
alt=""
/>
+1 -1
View File
@@ -17,7 +17,7 @@
>
<div class="flex justify-between md:w-auto text-lg text-gray-700">
<a href="/"
><img src="../assets/icons/t2linux.jpg" class="h-10 max-w-none w-10" alt="t2linux icon"
><img src="../assets/icons/t2linux.webp" class="h-10 max-w-none w-10" alt="t2linux icon"
/></a>
<button