Compress image

This commit is contained in:
Remi Rampin 2022-11-01 18:59:00 -04:00
parent 48c2ca9c53
commit ab80273dbc
3 changed files with 1 additions and 1 deletions

BIN
public/rampins.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -1,6 +1,6 @@
{{template "base/head" .}} {{template "base/head" .}}
<div class="page-content home"> <div class="page-content home">
<h1>The Rampin's code forge</h1> <h1>The Rampin's code forge</h1>
<img src="/assets/rampins.png" alt="A wizard and a witch at two old style computers"> <img src="/assets/rampins.jpg" alt="A wizard and a witch at two old style computers">
</div> </div>
{{template "base/footer" .}} {{template "base/footer" .}}