fully switched to webp now

This commit is contained in:
Ludwig Lehnert 2025-04-21 18:32:54 +00:00
parent 6a4c66ff31
commit db5f99b256
47 changed files with 15 additions and 53 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -98,7 +98,7 @@ function is_external_url(string $url): bool
top: 0; top: 0;
} }
.urls a:hover { a:hover {
opacity: 0.6; opacity: 0.6;
} }
@ -108,7 +108,7 @@ function is_external_url(string $url): bool
align-items: center; align-items: center;
} }
.send-comment svg { .send-comment img {
max-height: 3rem; max-height: 3rem;
height: 7vw; height: 7vw;
min-height: 1.5rem; min-height: 1.5rem;
@ -120,7 +120,7 @@ function is_external_url(string $url): bool
justify-content: space-between; justify-content: space-between;
} }
.legal-links svg { .legal-links img {
max-height: 4rem; max-height: 4rem;
height: 10vw; height: 10vw;
min-height: 2rem; min-height: 2rem;
@ -157,18 +157,26 @@ function is_external_url(string $url): bool
</div> </div>
</main> </main>
<div style="height: 100px"></div> <div style="height: 20px"></div>
<footer> <footer>
<div class="send-comment"> <div class="send-comment">
<?= get_svg(__DIR__ . "/assets/blog/send-comment$rand_send_comment.svg") ?> <a href="mailto:blog@lehnert.dev">
<img src="/assets/blog/send-comment<?= $rand_send_comment ?>.webp"
alt="Send me your handwritten comment">
</a>
</div> </div>
<div style="height: 100px"></div> <div style="height: 100px"></div>
<div class="legal-links"> <div class="legal-links">
<?= get_svg(__DIR__ . "/assets/blog/imprint$rand_imprint.svg") ?> <a href="/imprint">
<?= get_svg(__DIR__ . "/assets/blog/privacy$rand_privacy.svg") ?> <img src="/assets/blog/imprint<?= $rand_imprint ?>.webp" alt="Imprint">
</a>
<a href="/privacy">
<img src="/assets/blog/privacy<?= $rand_privacy ?>.webp" alt="Privacy Policy">
</a>
</div> </div>
</footer> </footer>