compress some images and add a project:

This commit is contained in:
KoenDR06 2025-05-26 15:48:46 +02:00
parent 6b1b2e02d0
commit 10ef143933
5 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
{ {
"projects": [ "projects": [
{
"name": "Raytracer",
"text": "A raytracer written completely in C++ I made for a university assignment. It's not the most advanced, but I am proud of it (and the fact the entire thing was made in like 1.5 weeks)",
"photo": "/static/raytracer.webp",
"link": "https://github.com/KoenDR06/Raytracer"
},
{ {
"name": "Comedy TUI", "name": "Comedy TUI",
"text": "This is an app I built for my work in comedy shows. It's a really simple terminal UI that has a stopwatch, room for notes, and manages the music currently playing. It enables me to focus on the important parts of the job, which is great.", "text": "This is an app I built for my work in comedy shows. It's a really simple terminal UI that has a stopwatch, room for notes, and manages the music currently playing. It enables me to focus on the important parts of the job, which is great.",

View file

@ -17,7 +17,7 @@
<img class="fixture-photo floater" src="/static/fixture.png" alt="Ayrton Diablo S"> <img class="fixture-photo floater" src="/static/fixture.png" alt="Ayrton Diablo S">
</div> </div>
<div class="beams"> <div class="beams">
<img class="fixture-beam floater" src="/static/beam.png" alt="Beam of Ayrton Diablo S"> <img class="fixture-beam floater" src="/static/beam.webp" alt="Beam of Ayrton Diablo S">
</div> </div>
</div> </div>
<div class="front-page"> <div class="front-page">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/static/beam.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

BIN
src/static/raytracer.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB