Assets+Everywhere: Optimize image sizes
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 197 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 4.9 MiB |
|
Before Width: | Height: | Size: 4.5 MiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 197 KiB |
|
After Width: | Height: | Size: 102 KiB |
@@ -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=""
|
||||
/>
|
||||
|
||||
@@ -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
|
||||
|
||||