improved image sizes
|
|
@ -24,7 +24,7 @@
|
||||||
<img class="bg1" style="right: {(current - 3) * 100}%;" src="/screenshots/heaventaker/heaventaker.webp" alt="">
|
<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="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="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}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
<div class="pad"></div>
|
<div class="pad"></div>
|
||||||
<Project
|
<Project
|
||||||
link="https://manga.danbulant.eu"
|
link="https://manga.danbulant.eu"
|
||||||
image="/screenshots/mangadex.png"
|
image="/screenshots/mangadex.webp"
|
||||||
grayscale={appTypeHover && appTypeHover !== "websites"}
|
grayscale={appTypeHover && appTypeHover !== "websites"}
|
||||||
width={803}
|
width={803}
|
||||||
height={382}
|
height={382}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
Rust
|
Rust
|
||||||
</li>
|
</li>
|
||||||
<li on:click={() => technologySelected = "x11"} on:keydown={() => technologySelected = "x11"}>
|
<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
|
X11
|
||||||
</li>
|
</li>
|
||||||
<li on:click={() => technologySelected = "cs"} on:keydown={() => technologySelected = "cs"}>
|
<li on:click={() => technologySelected = "cs"} on:keydown={() => technologySelected = "cs"}>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ title: Rust basics, from the perspective of a high level programmer
|
||||||
date: 2022-03-17
|
date: 2022-03-17
|
||||||
author: Daniel Bulant
|
author: Daniel Bulant
|
||||||
authorIcon: /logo.png
|
authorIcon: /logo.png
|
||||||
thumbnail: /posts/rust-basics/ferris.jpg
|
thumbnail: /posts/rust-basics/ferris.webp
|
||||||
bigThumbnail: /posts/rust-basics/ferris.jpg
|
bigThumbnail: /posts/rust-basics/ferris.webp
|
||||||
categories: [programming, rust]
|
categories: [programming, rust]
|
||||||
description: Rust is a fast memory-safe low level programming language. And here's how I got started with it.
|
description: Rust is a fast memory-safe low level programming language. And here's how I got started with it.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Writing my personal home page
|
||||||
date: 2022-03-11
|
date: 2022-03-11
|
||||||
author: Daniel Bulant
|
author: Daniel Bulant
|
||||||
authorIcon: /logo.png
|
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
|
bigThumbnail: /posts/writing-personal-home-page/2020-website.png
|
||||||
categories: [programming, svelte]
|
categories: [programming, svelte]
|
||||||
description: So I added blog to my personal home page.
|
description: So I added blog to my personal home page.
|
||||||
|
|
|
||||||
BIN
static/posts/rust-basics/ferris.webp
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
static/posts/writing-personal-home-page/2020-website-square.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 6 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 20 KiB |
BIN
static/screenshots/tictactoe.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/tech/x11.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |