improved image sizes

This commit is contained in:
Daniel Bulant 2023-05-08 19:46:21 +02:00
parent 48f7819e74
commit c4be13d682
12 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
<img class="bg1" style="right: {(current - 3) * 100}%;" src="/screenshots/heaventaker/heaventaker.webp" alt="">
<img class="bg2" style="right: {(current - 2) * 100}%;" src="/screenshots/animasher.webp" alt="">
<img class="bg3" style="right: {(current - 1) * 100}%;" src="/screenshots/tictactoe.png" alt="">
<img class="bg4" style="right: {(current - 0) * 100}%;" src="/screenshots/mangadex.png" alt="">
<img class="bg4" style="right: {(current - 0) * 100}%;" src="/screenshots/mangadex.webp" alt="">
{/if}
</div>
{/each}

View file

@ -54,7 +54,7 @@
<div class="pad"></div>
<Project
link="https://manga.danbulant.eu"
image="/screenshots/mangadex.png"
image="/screenshots/mangadex.webp"
grayscale={appTypeHover && appTypeHover !== "websites"}
width={803}
height={382}

View file

@ -21,7 +21,7 @@
Rust
</li>
<li on:click={() => technologySelected = "x11"} on:keydown={() => technologySelected = "x11"}>
<img src="/tech/x11.png" alt="" draggable={false} />
<img src="/tech/x11.webp" alt="" draggable={false} />
X11
</li>
<li on:click={() => technologySelected = "cs"} on:keydown={() => technologySelected = "cs"}>

View file

@ -3,8 +3,8 @@ title: Rust basics, from the perspective of a high level programmer
date: 2022-03-17
author: Daniel Bulant
authorIcon: /logo.png
thumbnail: /posts/rust-basics/ferris.jpg
bigThumbnail: /posts/rust-basics/ferris.jpg
thumbnail: /posts/rust-basics/ferris.webp
bigThumbnail: /posts/rust-basics/ferris.webp
categories: [programming, rust]
description: Rust is a fast memory-safe low level programming language. And here's how I got started with it.
---

View file

@ -3,7 +3,7 @@ title: Writing my personal home page
date: 2022-03-11
author: Daniel Bulant
authorIcon: /logo.png
thumbnail: /posts/writing-personal-home-page/2020-website-square.png
thumbnail: /posts/writing-personal-home-page/2020-website-square.webp
bigThumbnail: /posts/writing-personal-home-page/2020-website.png
categories: [programming, svelte]
description: So I added blog to my personal home page.

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
static/tech/x11.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB